__HOST__ 2026-07-10T13:29:02+00:00 247875.76 247481.41 __CURRENT_VPN_ASSIGNMENTS__ ### vpn1 exists=true operstate=unknown addr=vpn1 UNKNOWN 10.91.233.132/32 route_count=0 wg_public_key= wg_endpoint= ### vpn2 exists=true operstate=unknown addr=vpn2 UNKNOWN 10.86.108.200/32 route_count=0 wg_public_key= wg_endpoint= ### vpn3 exists=true operstate=unknown addr=vpn3 UNKNOWN 10.104.58.24/32 route_count=0 wg_public_key= wg_endpoint= ### vpn4 exists=true operstate=unknown addr=vpn4 UNKNOWN 10.103.120.171/32 route_count=0 wg_public_key= wg_endpoint= ### vpn5 exists=true operstate=unknown addr=vpn5 UNKNOWN 10.97.189.145/32 route_count=0 wg_public_key= wg_endpoint= __STRICT_CURRENT_PINGS__ strict_vpn1=true rc1111=0 recv1111=3 rc8888=0 recv8888=3 strict_vpn2=true rc1111=0 recv1111=3 rc8888=0 recv8888=3 strict_vpn3=true rc1111=0 recv1111=3 rc8888=0 recv8888=3 strict_vpn4=true rc1111=0 recv1111=3 rc8888=0 recv8888=3 strict_vpn5=true rc1111=0 recv1111=3 rc8888=0 recv8888=3 __CRON_AND_TIMERS_0420__ ### /etc/crontabs/root # STEP_029C1_DISABLED * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 # STEP_029C1_DISABLED 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh # STEP_029C1_DISABLED 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 # STEP_029C1_DISABLED 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh # STEP_029C1_DISABLED 10 3 * * * /root/hmn/hmn-clean-old-files.sh >/dev/null 2>&1 # STEP_029C1_DISABLED * * * * * /root/hmn/hmn-vpn-user-override.sh tick >/dev/null 2>&1 ### cron dirs DIR=/etc/crontabs ### FILE /etc/crontabs/root -rw------- 1 root root 491 Jul 8 08:32 /etc/crontabs/root sha256=c8bfdbe5025b8d41f46e389c0ebdc828f5d411479419bb6c16a1c3aebbe8b887 # STEP_029C1_DISABLED * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 # STEP_029C1_DISABLED 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh # STEP_029C1_DISABLED 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 # STEP_029C1_DISABLED 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh # STEP_029C1_DISABLED 10 3 * * * /root/hmn/hmn-clean-old-files.sh >/dev/null 2>&1 # STEP_029C1_DISABLED * * * * * /root/hmn/hmn-vpn-user-override.sh tick >/dev/null 2>&1 DIR=/root ### FILE /root/client-hmn-audit-before-import.sh -rwxr-xr-x 1 root root 3588 Jun 3 16:08 /root/client-hmn-audit-before-import.sh sha256=def2eb0fdb2ac1ca037b9f35ca12fa3fc19ae38e38a81e5e913a717918c71e7f #!/bin/ash set -u BASE="/root/hmn" STATE="$BASE/state" echo "=== CLIENT VM101 HMN AUDIT BEFORE IMPORT ===" hostname date -Iseconds echo echo "=== identity / interfaces ===" ip -br a | grep -E '10\.71\.1\.2|10\.200\.0\.2|10\.201\.0\.2|eth|vpn|br|wg' || true echo echo "=== crontab ===" crontab -l 2>/dev/null || echo "no crontab" echo echo "=== key files ===" for F in \ /usr/bin/vpn-egress-manager.sh \ /usr/bin/vpn-table200-local-routes.sh \ /etc/hotplug.d/iface/99-vpn-egress-manager \ "$BASE/hmn-download-all-awg.sh" \ "$BASE/hmn-test-all-awg.sh" \ "$BASE/hmn-validate-current-pool.sh" \ "$BASE/hmn-refresh-pool-safe.sh" \ "$BASE/hmn-refresh-pool-cron.sh" \ "$BASE/hmn-refresh-retry-cron.sh" \ "$BASE/hmn-pool-low-watermark-check.sh" \ "$BASE/hmn-load-vpn-slot.sh" \ "$BASE/hmn-load-vpn-test.sh" \ "$BASE/hmn-refill-slot.sh" do echo echo "--- $F ---" if [ -e "$F" ]; then ls -l "$F" sh -n "$F" 2>/dev/null && echo "syntax OK" || echo "syntax BAD/non-shell" grep -nE 'REFRESH_LOCK|RETRY_FLAG|MANAGER_LOCK|HMN_ALLOW_MANAGER|LOW_WATERMARK|USING_OLD_POOL_RETESTED|USING_FRESH_POOL_RETESTED|vpn1|vpn2|vpn_test|10\.71|10\.250|10\.252|table 200' "$F" 2>/dev/null | head -n 60 || true else echo "missing" fi done echo echo "=== table200 helper full content ===" cat /usr/bin/vpn-table200-local-routes.sh 2>/dev/null || echo "missing" echo echo "=== UCI network redacted ===" uci show network 2>/dev/null | \ grep -E 'vpn1|vpn2|vpn3|vpn4|vpn_test|vpn_in|direct_in|mgmt|wan|hmn|endpoint|proto|device|ipaddr|gateway|metric|private|public|preshared|route_allowed_ips|defaultroute|auto|table|allowed' | \ sed -E "s/(private_key|preshared_key|password|token|access_code|code)='[^']*'/\1='***'/g" | \ sed -E "s/(private_key|preshared_key|password|token|access_code|code)=[^ ]+/\1=***/g" echo echo "=== state ===" for F in \ "$STATE/active-slot" \ "$STATE/refresh-status" \ "$STATE/last-refresh-status-at" \ "$STATE/last-cron-refresh-rc" \ "$STATE/last-cron-refresh-finished-at" \ "$STATE/refresh-retry-needed" \ "$STATE/refresh-retry-reason" \ "$STATE/last-refresh-retry-decision" \ "$STATE/last-low-watermark-decision" \ "$STATE/last-low-watermark-check" do echo echo "--- $F ---" [ -e "$F" ] && cat "$F" || echo "missing" done echo echo "=== configs/cache ===" echo "latest=$(readlink -f "$KEYMASK" 2>/dev/null || echo none)" echo "configs_count=$(ls "$KEYMASK"/*.conf 2>/dev/null | wc -l)" echo echo "--- selected cache ---" cat "$BASE/cache/selected-awg1-latest.tsv" 2>/dev/null || echo "missing" echo echo "--- strict foreign head ---" awk 'NR>1 {n++} END{print "strict_foreign_count=" n+0}' "$BASE/cache/ok-awg1-strict-foreign-latest.tsv" 2>/dev/null || true head -n 10 "$BASE/cache/ok-awg1-strict-foreign-latest.tsv" 2>/dev/null || true echo echo "=== locks ===" for P in \ /tmp/hmn-refresh-pool-safe.lock \ /tmp/hmn-vpn-maintenance \ /tmp/vpn-egress-manager.lock \ /tmp/vpn-egress-hotplug-trigger.lock \ /tmp/hmn-pool-low-watermark-check.lock \ /tmp/hmn-refresh-retry.lock do [ -e "$P" ] && { echo "present: $P"; ls -ld "$P"; } || echo "absent: $P" done echo echo "=== routes/runtime ===" ip rule show 2>/dev/null | grep -E '10\.200|lookup 200|table 200' || true ip route show table 200 2>/dev/null || true ip route get 9.9.9.9 from 10.200.0.2 2>/dev/null || true echo echo "=== packages ===" opkg list-installed 2>/dev/null | grep -E 'amnezia|wireguard|curl|jq|dnsmasq|pbr|luci-app-pbr' || true echo echo "=== done CLIENT VM101 HMN AUDIT ===" ### FILE /root/clientize-vm101-backup-20260531-074653/firewall -rw-r--r-- 1 root root 3814 May 25 14:09 /root/clientize-vm101-backup-20260531-074653/firewall sha256=c849b40675cc698d1aaaccd6c8e71c97299d4a54cfb84cd68c7a5d5280345ce5 config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'mgmt' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'direct_in' config forwarding option src 'direct_in' option dest 'wan' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'HungaryS8' list network 'NethR5' list network 'NethS20' list network 'NorwayS13' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' config redirect option name 'WG_GUEST_51821_DNAT' option src 'wan' option proto 'udp' option src_dport '51821' option dest 'Management' option dest_ip '192.168.30.189' option dest_port '51821' option target 'DNAT' config redirect option dest 'Management' option target 'DNAT' option name 'OMR_SERVER_65000_65535' option src 'wan' option src_dport '65000-65535' option dest_ip '192.168.30.186' option dest_port '65000-65535' option proto 'tcp udp' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' ### FILE /root/clientize-vm101-backup-20260531-074653/network -rw------- 1 root root 3818 May 25 05:23 /root/clientize-vm101-backup-20260531-074653/network sha256=b5b06934c86b690d93742eda393a87cd72bcda0db778da3371986800f7e82ac0 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config device option name 'br-lan' option type 'bridge' list ports 'eth1' config interface 'wan' option device 'eth0' option proto 'dhcp' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '192.168.30.2' option netmask '255.255.255.0' config eth2 'device' config static 'proto' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' list ipaddr '10.200.0.2/24' config interface 'NethR5' option proto 'amneziawg' option private_key 'KEYMASK' list addresses '10.91.237.127/32' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' list dns '1.1.1.1' config interface 'NorwayS13' option proto 'amneziawg' option private_key 'KEYMASK' list addresses '10.78.175.160/32' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '101' option awg_s2 '104' option awg_h1 '961659898' option awg_h2 '1177255196' option awg_h3 '1465975700' option awg_h4 '255571402' list dns '1.1.1.1' config interface 'HungaryS8' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '100' option awg_s2 '28' option awg_h1 '1307157675' option awg_h2 '1401356114' option awg_h3 '1543947063' option awg_h4 '864510257' list dns '1.1.1.1' option auto '0' list addresses '10.75.168.223/32' config amneziawg_HungaryS8 option description 'HungaryBudapestS8.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '23' option endpoint_host '192.71.211.205' option endpoint_port '42045' config interface 'NethS20' option proto 'amneziawg' option private_key 'KEYMASK' list addresses '10.127.237.64/32' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '54' option awg_s2 '111' option awg_h1 '1567201709' option awg_h2 '1235364462' option awg_h3 '1278665587' option awg_h4 '1399723028' list dns '1.1.1.1' option auto '0' config route option interface 'mgmt' option target '10.250.0.0/24' option gateway '192.168.30.1' config amneziawg_NethR5 option description 'NetherlandsAmsterdamR5.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '178.215.227.13' option endpoint_port '44408' config amneziawg_NethS20 option description 'NetherlandsKerkradeS20.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '28' option endpoint_host '45.131.111.124' option endpoint_port '35890' config amneziawg_NorwayS13 option description 'NorwaySandefjordS13.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '24' option endpoint_host '151.242.104.209' option endpoint_port '45615' config amneziawg_HungaryS8 option description 'Imported peer configuration' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '194.71.130.234' option endpoint_port '43759' ### FILE /root/clientize-vm101-backup-20260531-074653/vpn-egress-manager.sh -rwxr-xr-x 1 root root 4324 May 25 08:12 /root/clientize-vm101-backup-20260531-074653/vpn-egress-manager.sh sha256=0bc38a268b8eb1de9ab08994339ae281b61801f2ca690c19010ea36de66e8808 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" PRIMARY="NethR5" HOT_STANDBY="NorwayS13" COLD1="NethS20" COLD2="HungaryS8" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_FILE="/tmp/vpn-egress-current.state" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$PRIMARY" "$HOT_STANDBY" "$COLD1" "$COLD2" eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" ip route flush cache log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi ip route flush cache log_change "WAN fallback" } down_cold_reserves() { ifdown "$COLD1" >/dev/null 2>&1 ifdown "$COLD2" >/dev/null 2>&1 } try_cold() { DEV="$1" logger -t "$LOGTAG" "trying cold reserve $DEV" ifup "$DEV" >/dev/null 2>&1 sleep 12 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "cold reserve $DEV failed" ifdown "$DEV" >/dev/null 2>&1 return 1 } ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi if [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$PRIMARY skipped by test flag" else ensure_up "$PRIMARY" fi ensure_up "$HOT_STANDBY" sleep 2 if [ ! -e "$SKIP_PRIMARY_FILE" ]; then if is_alive "$PRIMARY"; then use_vpn "$PRIMARY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "$PRIMARY is down, checking $HOT_STANDBY" else logger -t "$LOGTAG" "$PRIMARY skipped, checking $HOT_STANDBY" fi if is_alive "$HOT_STANDBY"; then use_vpn "$HOT_STANDBY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "active VPNs are down, trying cold reserves" if try_cold "$COLD1"; then exit 0 fi if try_cold "$COLD2"; then exit 0 fi logger -t "$LOGTAG" "all VPNs are down, using WAN fail-open" use_wan exit 0 ### FILE /root/clientize-vm101-backup-20260531-074653/vpn-egress-switches.log -rw-r--r-- 1 root root 163609 May 31 07:46 /root/clientize-vm101-backup-20260531-074653/vpn-egress-switches.log sha256=3e27aaa6047e170e4dd03fd430075ea022775c2fe3e983bb3373dfa0470be2d9 ---- 2026-05-03 06:51:12 ---- target: VPN NethR5 route: default dev NethR5 scope link NethR5 state=unknown rx=18231995696 tx=1434151909 NorwayS13 state=unknown rx=367831492 tx=37362507 eth0 state=up rx=20976935962 tx=5019215353 eth1 state=up rx=1311330084 tx=18194898445 eth3 state=up rx=3303581509 tx=1400484765 ---- 2026-05-03 06:55:00 ---- target: NO_ROUTE route: NorwayS13 state=unknown rx=367831584 tx=37363363 eth0 state=up rx=20977648120 tx=5020023181 eth1 state=up rx=1311610749 tx=18195099896 eth3 state=up rx=3304067993 tx=1400887061 ---- 2026-05-03 06:56:00 ---- target: VPN NethR5 route: default dev NethR5 scope link NethR5 state=unknown rx=87664 tx=92460 NorwayS13 state=unknown rx=367831676 tx=37363948 eth0 state=up rx=20977877826 tx=5020230221 eth1 state=up rx=1311699718 tx=18195185476 eth3 state=up rx=3304171500 tx=1400993977 ---- 2026-05-03 09:12:07 ---- target: VPN NorwayS13 route: default dev NorwayS13 scope link NethR5 state=unknown rx=851283236 tx=70616365 NorwayS13 state=unknown rx=367837416 tx=37406823 eth0 state=up rx=22429480714 tx=5959137862 eth1 state=up rx=1372965019 tx=19028662414 eth3 state=up rx=4158590733 tx=1963832006 ---- 2026-05-03 09:15:43 ---- target: VPN NethR5 route: default dev NethR5 scope link NethR5 state=unknown rx=851430956 tx=70618100 NorwayS13 state=unknown rx=460764940 tx=81746374 eth0 state=up rx=22568432609 tx=6039550576 eth1 state=up rx=1415866938 tx=19119249072 eth3 state=up rx=4191981415 tx=2005297229 ---- 2026-05-03 18:12:22 ---- target: VPN NethS20 route: default dev NethS20 scope link NethR5 state=unknown rx=3931612892 tx=509508303 NorwayS13 state=unknown rx=461833800 tx=81914903 NethS20 state=unknown rx=220 tx=635 eth0 state=up rx=26188386600 tx=7210554522 eth1 state=up rx=1809048559 tx=22109189547 eth3 state=up rx=4852427328 tx=2372824937 ---- 2026-05-03 18:12:28 ---- target: VPN NethR5 route: default dev NethR5 scope link NethR5 state=unknown rx=3931658780 tx=509508431 NorwayS13 state=unknown rx=461833800 tx=81914903 NethS20 state=unknown rx=25356 tx=30039 eth0 state=up rx=26188464569 tx=7210589378 eth1 state=up rx=1809083874 tx=22109225741 eth3 state=up rx=4852427495 tx=2372825300 ---- 2026-05-04 16:09:24 ---- target: VPN NethS20 route: default dev NethS20 scope link NethR5 state=unknown rx=10270593348 tx=1125124601 NorwayS13 state=unknown rx=461941696 tx=82326678 NethS20 state=unknown rx=220 tx=693 eth0 state=up rx=33831162089 tx=9446235056 eth1 state=up rx=2355892815 tx=28309988361 eth3 state=up rx=6368056019 tx=3399784595 ---- 2026-05-04 16:09:27 ---- target: VPN NethR5 route: default dev NethR5 scope link NethR5 state=unknown rx=10270593476 tx=1125124729 NorwayS13 state=unknown rx=461941696 tx=82326678 NethS20 state=unknown rx=460 tx=5581 eth0 state=up rx=33831163483 tx=9446240324 eth1 state=up rx=2355906251 tx=28309988523 eth3 state=up rx=6368056019 tx=3399784595 ---- 2026-05-05 14:07:06 ---- target: VPN NorwayS13 route: default dev NorwayS13 scope link NethR5 state=unknown rx=19144872836 tx=4312258638 NorwayS13 state=unknown rx=462038204 tx=82740922 eth0 state=up rx=44186743321 tx=17166837451 eth1 state=up rx=5383687735 tx=36998453624 eth3 state=up rx=10700273089 tx=4470467103 ---- 2026-05-05 14:08:02 ---- target: VPN NethR5 route: default dev NethR5 scope link NethR5 state=unknown rx=19145129104 tx=4312259406 NorwayS13 state=unknown rx=475772420 tx=85021174 eth0 state=up rx=44204196729 tx=17169812940 eth1 state=up rx=5385838027 tx=37011931721 eth3 state=up rx=10700682607 tx=4473398381 ---- 2026-05-05 15:20:33 ---- target: VPN NorwayS13 route: default dev NorwayS13 scope link NethR5 state=unknown rx=20738016500 tx=4669574560 NorwayS13 state=unknown rx=475913380 tx=85046122 HungaryS8 state=unknown rx=92 tx=1043 eth0 state=up rx=46409656781 tx=17612833471 eth1 state=up rx=5726557062 tx=38577702110 eth3 state=up rx=10765702130 tx=5020718542 ---- 2026-05-05 15:20:38 ---- target: WAN fallback route: default via 192.168.50.1 dev eth0 NethR5 state=unknown rx=20738076416 tx=4669575109 NorwayS13 state=unknown rx=476490864 tx=91877002 eth0 state=up rx=46417179368 tx=17620237898 eth1 state=up rx=5733302819 tx=38578222231 eth3 state=up rx=10766018500 tx=5027493389 ---- 2026-05-05 15:21:02 ---- target: VPN NethR5 route: default dev NethR5 scope link NethR5 state=unknown rx=20738101396 tx=4669575301 NorwayS13 state=unknown rx=476514096 tx=91877066 eth0 state=up rx=46418215102 tx=17621452138 eth1 state=up rx=5734533695 tx=38578567154 eth3 state=up rx=10766033976 tx=5028126669 ---- 2026-05-05 19:08:06 ---- target: VPN NorwayS13 route: default dev NorwayS13 scope link NethR5 state=unknown rx=23003117364 tx=5278389939 NorwayS13 state=unknown rx=476606424 tx=91948770 eth0 state=up rx=49207846985 tx=19170918957 eth1 state=up rx=6292926628 tx=40781891949 eth3 state=up rx=11639321640 tx=5434800501 ---- 2026-05-05 19:09:02 ---- target: VPN NethR5 route: default dev NethR5 scope link NethR5 state=unknown rx=23003148596 tx=5278390227 NorwayS13 state=unknown rx=476855284 tx=92302714 eth0 state=up rx=49208595152 tx=19171778194 eth1 state=up rx=6293269171 tx=40782126861 eth3 state=up rx=11639784656 tx=5435223048 ---- 2026-05-06 09:26:10 ---- target: VPN NethR5 route: default dev NethR5 scope link NethR5 state=unknown rx=8492 tx=5393 NorwayS13 state=unknown rx=92 tx=1015 eth0 state=up rx=71491 tx=20211 eth1 state=up rx=5744 tx=8663 eth3 state=up rx=9222 tx=3841 ---- 2026-05-06 09:44:36 ---- target: VPN NethR5 route: default dev NethR5 scope link NethR5 state=unknown rx=46684 tx=14445 NorwayS13 state=unknown rx=92 tx=1032 eth0 state=up rx=133130 tx=84917 eth1 state=up rx=14759 tx=40787 eth3 state=up rx=62237 tx=27288 ---- 2026-05-03 09:18:26 ---- target: WAN fallback route: default dev eth0 scope link eth0 state=up rx=696 tx=9960 eth1 state=up rx=2194 tx=1140 eth3 state=up rx=16099 tx=3118 ---- 2026-05-03 09:25:42 ---- target: WAN fallback route: default via 192.168.50.1 dev eth0 NethR5 state=unknown rx=0 tx=4721 NorwayS13 state=unknown rx=0 tx=4728 eth0 state=up rx=92215 tx=81331 eth1 state=up rx=10114 tx=1434 eth3 state=up rx=50081 tx=11935 ---- 2026-05-06 11:21:32 ---- target: VPN HungaryS8 route: default dev HungaryS8 scope link NethR5 state=unknown rx=19132 tx=33766 NorwayS13 state=unknown rx=1628 tx=17407 HungaryS8 state=unknown rx=220 tx=1050 eth0 state=up rx=300613 tx=172594 eth1 state=up rx=39453 tx=45751 eth3 state=up rx=52206 tx=14345 ---- 2026-05-06 11:22:02 ---- target: VPN NethR5 route: default dev NethR5 scope link NethR5 state=unknown rx=19292 tx=33894 NorwayS13 state=unknown rx=1628 tx=17471 HungaryS8 state=unknown rx=220 tx=1082 eth0 state=up rx=331301 tx=173790 eth1 state=up rx=39453 tx=45751 eth3 state=up rx=52650 tx=14789 ---- 2026-05-06 12:50:49 ---- target: VPN NethR5 route: default dev NethR5 scope link NethR5 state=unknown rx=357420 tx=322070 NorwayS13 state=unknown rx=92 tx=482 eth0 state=up rx=599411 tx=408673 eth1 state=up rx=300875 tx=318158 eth3 state=up rx=47149 tx=124108 ---- 2026-05-06 15:45:06 ---- target: VPN NorwayS13 route: default dev NorwayS13 scope link NethR5 state=unknown rx=3039168928 tx=227678366 NorwayS13 state=unknown rx=7396 tx=55104 eth0 state=up rx=3374460187 tx=385620820 eth1 state=up rx=203695013 tx=2972681343 eth3 state=up rx=121358222 tx=199334843 ---- 2026-05-06 16:21:02 ---- target: VPN NethR5 route: default dev NethR5 scope link NethR5 state=unknown rx=3039253200 tx=227707173 NorwayS13 state=unknown rx=650433544 tx=21521483 eth0 state=up rx=4105684817 tx=506901961 eth1 state=up rx=222857334 tx=3611685092 eth3 state=up rx=217405055 tx=254763779 ---- 2026-05-06 16:40:06 ---- target: VPN NorwayS13 route: default dev NorwayS13 scope link NethR5 state=unknown rx=3197583448 tx=233784469 NorwayS13 state=unknown rx=650497764 tx=21528194 eth0 state=up rx=4274501959 tx=516919073 eth1 state=up rx=228467840 tx=3767280085 eth3 state=up rx=220532874 tx=258354122 ---- 2026-05-06 16:43:02 ---- target: VPN NethR5 route: default dev NethR5 scope link NethR5 state=unknown rx=3197590640 tx=233786903 NorwayS13 state=unknown rx=651316276 tx=22169156 eth0 state=up rx=4275723051 tx=517774412 eth1 state=up rx=229084230 tx=3768052212 eth3 state=up rx=220663409 tx=258445315 ---- 2026-05-08 12:02:06 ---- target: VPN NorwayS13 route: default dev NorwayS13 scope link NethR5 state=unknown rx=24236864840 tx=3531227717 NorwayS13 state=unknown rx=651465016 tx=22996158 eth0 state=up rx=33147665498 tx=15116190906 eth1 state=up rx=3299823392 tx=24371496883 eth3 state=up rx=11188027482 tx=7171229115 ---- 2026-05-08 12:26:38 ---- target: VPN NorwayS13 route: default dev NorwayS13 scope link NethR5 state=unknown rx=5060284 tx=286793 ### FILE /root/clientize-vm101-backup-20260531-081542/firewall -rw-r--r-- 1 root root 3801 May 31 07:57 /root/clientize-vm101-backup-20260531-081542/firewall sha256=84412c0a5ffcf51b011336d8802091b2dc5d4a363bcc4c50943a8e878dfc2803 config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' option network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'mgmt' option masq '1' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'HungaryS8' list network 'NethR5' list network 'NethS20' list network 'NorwayS13' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' ### FILE /root/clientize-vm101-backup-20260531-081542/network -rw------- 1 root root 3751 May 31 08:02 /root/clientize-vm101-backup-20260531-081542/network sha256=e3f80cc93cf8c47b21286ef052e8711ffaa0d8e466f5e516b9c97cfba09f33ec config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'NethR5' option proto 'amneziawg' option private_key 'KEYMASK' list addresses '10.91.237.127/32' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' list dns '1.1.1.1' config interface 'NorwayS13' option proto 'amneziawg' option private_key 'KEYMASK' list addresses '10.78.175.160/32' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '101' option awg_s2 '104' option awg_h1 '961659898' option awg_h2 '1177255196' option awg_h3 '1465975700' option awg_h4 '255571402' list dns '1.1.1.1' config interface 'HungaryS8' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '100' option awg_s2 '28' option awg_h1 '1307157675' option awg_h2 '1401356114' option awg_h3 '1543947063' option awg_h4 '864510257' list dns '1.1.1.1' option auto '0' list addresses '10.75.168.223/32' config amneziawg_HungaryS8 option description 'HungaryBudapestS8.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '23' option endpoint_host '192.71.211.205' option endpoint_port '42045' config interface 'NethS20' option proto 'amneziawg' option private_key 'KEYMASK' list addresses '10.127.237.64/32' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '54' option awg_s2 '111' option awg_h1 '1567201709' option awg_h2 '1235364462' option awg_h3 '1278665587' option awg_h4 '1399723028' list dns '1.1.1.1' option auto '0' config amneziawg_NethR5 option description 'NetherlandsAmsterdamR5.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '178.215.227.13' option endpoint_port '44408' config amneziawg_NethS20 option description 'NetherlandsKerkradeS20.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '28' option endpoint_host '45.131.111.124' option endpoint_port '35890' config amneziawg_NorwayS13 option description 'NorwaySandefjordS13.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '24' option endpoint_host '151.242.104.209' option endpoint_port '45615' config amneziawg_HungaryS8 option description 'Imported peer configuration' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '194.71.130.234' option endpoint_port '43759' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' ### FILE /root/clientize-vm101-backup-20260531-081542/vpn-egress-manager.sh -rwxr-xr-x 1 root root 4324 May 31 08:11 /root/clientize-vm101-backup-20260531-081542/vpn-egress-manager.sh sha256=0bc38a268b8eb1de9ab08994339ae281b61801f2ca690c19010ea36de66e8808 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" PRIMARY="NethR5" HOT_STANDBY="NorwayS13" COLD1="NethS20" COLD2="HungaryS8" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_FILE="/tmp/vpn-egress-current.state" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$PRIMARY" "$HOT_STANDBY" "$COLD1" "$COLD2" eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" ip route flush cache log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi ip route flush cache log_change "WAN fallback" } down_cold_reserves() { ifdown "$COLD1" >/dev/null 2>&1 ifdown "$COLD2" >/dev/null 2>&1 } try_cold() { DEV="$1" logger -t "$LOGTAG" "trying cold reserve $DEV" ifup "$DEV" >/dev/null 2>&1 sleep 12 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "cold reserve $DEV failed" ifdown "$DEV" >/dev/null 2>&1 return 1 } ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi if [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$PRIMARY skipped by test flag" else ensure_up "$PRIMARY" fi ensure_up "$HOT_STANDBY" sleep 2 if [ ! -e "$SKIP_PRIMARY_FILE" ]; then if is_alive "$PRIMARY"; then use_vpn "$PRIMARY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "$PRIMARY is down, checking $HOT_STANDBY" else logger -t "$LOGTAG" "$PRIMARY skipped, checking $HOT_STANDBY" fi if is_alive "$HOT_STANDBY"; then use_vpn "$HOT_STANDBY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "active VPNs are down, trying cold reserves" if try_cold "$COLD1"; then exit 0 fi if try_cold "$COLD2"; then exit 0 fi logger -t "$LOGTAG" "all VPNs are down, using WAN fail-open" use_wan exit 0 ### FILE /root/clientize-vm101-backup-20260531-081542/vpn-egress-switches.log -rw-r--r-- 1 root root 16533 May 31 08:15 /root/clientize-vm101-backup-20260531-081542/vpn-egress-switches.log sha256=7f02e74611b81f69c1ad4abd5db6befec3d277c15b7483f09844eca238743782 ---- 2026-05-31 07:48:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=3304 tx=1685 NorwayS13 state=unknown rx=0 tx=7319 NethS20 state=unknown rx=716 tx=601 eth0 state=up rx=530466 tx=84504 eth1 state=up rx=782 tx=1734 eth3 state=up rx=51893 tx=109299 ---- 2026-05-31 07:48:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=3432 tx=1813 NorwayS13 state=unknown rx=0 tx=7795 NethS20 state=unknown rx=1116 tx=601 eth0 state=up rx=537008 tx=85450 eth1 state=up rx=782 tx=1734 eth3 state=up rx=51983 tx=109389 ---- 2026-05-31 07:49:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=3524 tx=2623 NorwayS13 state=unknown rx=0 tx=12163 NethS20 state=unknown rx=220 tx=534 eth0 state=up rx=598551 tx=95520 eth1 state=up rx=852 tx=1734 eth3 state=up rx=57113 tx=120017 ---- 2026-05-31 07:49:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=3652 tx=2751 NorwayS13 state=unknown rx=0 tx=12615 NethS20 state=unknown rx=1212 tx=534 eth0 state=up rx=605613 tx=96580 eth1 state=up rx=852 tx=1734 eth3 state=up rx=59265 tx=124229 ---- 2026-05-31 07:51:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=17532 tx=4938 NorwayS13 state=unknown rx=0 tx=21407 NethS20 state=unknown rx=636 tx=615 eth0 state=up rx=851012 tx=117226 eth1 state=up rx=1524 tx=1818 eth3 state=up rx=63727 tx=131113 ---- 2026-05-31 07:52:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=24628 tx=6599 NorwayS13 state=unknown rx=0 tx=27542 NethS20 state=unknown rx=2236 tx=579 eth0 state=up rx=961984 tx=136626 eth1 state=up rx=1524 tx=1818 eth3 state=up rx=64751 tx=131875 ---- 2026-05-31 07:53:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=24720 tx=7815 NorwayS13 state=unknown rx=0 tx=32399 NethS20 state=unknown rx=220 tx=632 eth0 state=up rx=1048137 tx=147721 eth1 state=up rx=1860 tx=1860 eth3 state=up rx=65663 tx=132595 ---- 2026-05-31 07:53:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=24848 tx=7943 NorwayS13 state=unknown rx=0 tx=32877 NethS20 state=unknown rx=220 tx=632 eth0 state=up rx=1054865 tx=148807 eth1 state=up rx=2154 tx=2154 eth3 state=up rx=67511 tx=139421 ---- 2026-05-31 07:54:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=24940 tx=8728 NorwayS13 state=unknown rx=0 tx=37590 NethS20 state=unknown rx=220 tx=588 eth0 state=up rx=1107990 tx=158073 eth1 state=up rx=2196 tx=2196 eth3 state=up rx=68333 tx=140051 ---- 2026-05-31 07:54:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=25068 tx=8856 NorwayS13 state=unknown rx=0 tx=38007 NethS20 state=unknown rx=540 tx=588 eth0 state=up rx=1114430 tx=158978 eth1 state=up rx=2196 tx=2196 eth3 state=up rx=68333 tx=140051 ---- 2026-05-31 07:55:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=25160 tx=10023 NorwayS13 state=unknown rx=0 tx=42285 NethS20 state=unknown rx=2236 tx=578 eth0 state=up rx=1173787 tx=169641 eth1 state=up rx=2532 tx=2238 eth3 state=up rx=70519 tx=143979 ---- 2026-05-31 07:55:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=25288 tx=10151 NorwayS13 state=unknown rx=0 tx=42734 NethS20 state=unknown rx=2236 tx=578 eth0 state=up rx=1179611 tx=170470 eth1 state=up rx=2532 tx=2238 eth3 state=up rx=70519 tx=143979 ---- 2026-05-31 07:57:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=26608 tx=12493 NorwayS13 state=unknown rx=0 tx=52287 NethS20 state=unknown rx=540 tx=593 eth0 state=up rx=1530778 tx=190316 eth1 state=up rx=2826 tx=2238 eth3 state=up rx=87331 tx=196353 ---- 2026-05-31 07:57:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=26736 tx=12621 NorwayS13 state=unknown rx=0 tx=52747 NethS20 state=unknown rx=1788 tx=977 eth0 state=up rx=1537986 tx=191894 eth1 state=up rx=3120 tx=2238 eth3 state=up rx=87331 tx=196353 ---- 2026-05-31 07:59:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=28040 tx=14492 NorwayS13 state=unknown rx=0 tx=61759 NethS20 state=unknown rx=1212 tx=563 eth0 state=up rx=1683601 tx=211438 eth1 state=up rx=3456 tx=2280 eth3 state=up rx=88721 tx=197717 ---- 2026-05-31 07:59:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=28168 tx=14620 NorwayS13 state=unknown rx=0 tx=61759 NethS20 state=unknown rx=3068 tx=563 eth0 state=up rx=1693263 tx=212400 eth1 state=up rx=3456 tx=2280 eth3 state=up rx=88853 tx=197759 ---- 2026-05-31 08:00:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=28884 tx=15422 NorwayS13 state=unknown rx=0 tx=66481 NethS20 state=unknown rx=988 tx=587 eth0 state=up rx=1749652 tx=224613 eth1 state=up rx=3456 tx=2280 eth3 state=up rx=98605 tx=221435 ---- 2026-05-31 08:00:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=29220 tx=15550 NorwayS13 state=unknown rx=0 tx=66942 NethS20 state=unknown rx=3164 tx=587 eth0 state=up rx=1758640 tx=226650 eth1 state=up rx=3456 tx=2280 eth3 state=up rx=98647 tx=221477 ---- 2026-05-31 08:01:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=29728 tx=16321 NorwayS13 state=unknown rx=0 tx=71761 NethS20 state=unknown rx=700 tx=607 eth0 state=up rx=1854909 tx=239405 eth1 state=up rx=3834 tx=2658 eth3 state=up rx=105459 tx=234103 ---- 2026-05-31 08:01:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=29856 tx=16449 NorwayS13 state=unknown rx=0 tx=72224 NethS20 state=unknown rx=700 tx=607 eth0 state=up rx=1860431 tx=240206 eth1 state=up rx=3834 tx=2658 eth3 state=up rx=105459 tx=234103 ---- 2026-05-31 08:03:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=8904 tx=1808 NorwayS13 state=unknown rx=0 tx=5538 NethS20 state=unknown rx=380 tx=597 eth0 state=up rx=2054720 tx=266602 eth1 state=up rx=4506 tx=3608 eth3 state=up rx=115375 tx=254951 ---- 2026-05-31 08:03:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=9032 tx=1936 NorwayS13 state=unknown rx=0 tx=5538 NethS20 state=unknown rx=380 tx=597 eth0 state=up rx=2060362 tx=266814 eth1 state=up rx=4506 tx=3608 eth3 state=up rx=115459 tx=255035 ---- 2026-05-31 08:04:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=82196 tx=2701 NorwayS13 state=unknown rx=0 tx=10828 NethS20 state=unknown rx=220 tx=605 eth0 state=up rx=2194327 tx=281067 eth1 state=up rx=4506 tx=3608 eth3 state=up rx=115777 tx=255125 ---- 2026-05-31 08:04:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=82324 tx=2829 NorwayS13 state=unknown rx=0 tx=10828 NethS20 state=unknown rx=220 tx=605 ### FILE /root/clientize-vm101.sh -rwxr-xr-x 1 root root 6236 May 31 07:46 /root/clientize-vm101.sh sha256=e60dbcbb01f5384b3f7e85732d1cbc4f59577be8b92a2ae30d36b2442c3a3b18 #!/bin/sh set -eu CLIENT_LAN_CIDR="10.71.1.0/24" VM100_LAN_IP="10.71.1.1" VM101_MGMT_IP="10.71.1.2" VM103_IP="10.71.1.189" ADMIN_WG_CIDR="10.250.1.0/24" WAN_IF="eth0" VPN_IN_IF="eth1" MGMT_IF="eth2" DIRECT_IN_IF="eth3" STAMP="$(date +%Y%m%d-%H%M%S)" BACKUP_DIR="/root/clientize-vm101-backup-$STAMP" echo "=== Backup configs to $BACKUP_DIR ===" mkdir -p "$BACKUP_DIR" cp -a /etc/config/network "$BACKUP_DIR/network" cp -a /etc/config/firewall "$BACKUP_DIR/firewall" cp -a /usr/bin/vpn-egress-manager.sh "$BACKUP_DIR/vpn-egress-manager.sh" 2>/dev/null || true cp -a /root/vpn-egress-switches.log "$BACKUP_DIR/vpn-egress-switches.log" 2>/dev/null || true echo "=== Network: WAN DHCP, mgmt 10.71.1.2, transits unchanged ===" uci set network.wan=interface uci set network.wan.device="$WAN_IF" uci set network.wan.proto="dhcp" uci set network.wan.peerdns="0" uci -q delete network.wan.disabled || true uci -q delete network.wan.ipaddr || true uci -q delete network.wan.netmask || true uci -q delete network.wan.gateway || true uci -q delete network.wan.dns || true uci add_list network.wan.dns="1.1.1.1" uci add_list network.wan.dns="8.8.8.8" uci set network.mgmt=interface uci set network.mgmt.proto="static" uci set network.mgmt.device="$MGMT_IF" uci set network.mgmt.ipaddr="$VM101_MGMT_IP" uci set network.mgmt.netmask="255.255.255.0" uci -q delete network.mgmt.gateway || true uci -q delete network.mgmt.dns || true uci set network.direct_in=interface uci set network.direct_in.proto="static" uci set network.direct_in.device="$DIRECT_IN_IF" uci set network.direct_in.ipaddr="10.201.0.2" uci set network.direct_in.netmask="255.255.255.0" uci set network.vpn_in=interface uci set network.vpn_in.proto="static" uci set network.vpn_in.device="$VPN_IN_IF" uci set network.vpn_in.ipaddr="10.200.0.2/24" # Remove stray/broken named section from the old cloned config, if present. uci -q delete network.device || true echo "=== Remove old static routes and add admin WG return route ===" while uci -q delete network.@route[0]; do :; done uci add network route >/dev/null uci set network.@route[-1].interface="mgmt" uci set network.@route[-1].target="$ADMIN_WG_CIDR" uci set network.@route[-1].gateway="$VM100_LAN_IP" echo "=== Firewall cleanup: remove old DNAT/forwardings ===" while uci -q delete firewall.@redirect[0]; do :; done while uci -q delete firewall.@forwarding[0]; do :; done find_zone() { NAME="$1" uci show firewall | sed -n "s/^firewall\.\(@zone\[[0-9]*\]\)\.name='$NAME'$/\1/p" | head -1 } WAN_ZONE="$(find_zone wan)" MGMT_ZONE="$(find_zone Management)" DIRECT_ZONE="$(find_zone direct_in)" VPNIN_ZONE="$(find_zone vpn_in)" VPNOUT_ZONE="$(find_zone vpn_out)" [ -n "$WAN_ZONE" ] || { echo "ERROR: wan zone not found"; exit 1; } [ -n "$MGMT_ZONE" ] || { echo "ERROR: Management zone not found"; exit 1; } [ -n "$DIRECT_ZONE" ] || { echo "ERROR: direct_in zone not found"; exit 1; } [ -n "$VPNIN_ZONE" ] || { echo "ERROR: vpn_in zone not found"; exit 1; } [ -n "$VPNOUT_ZONE" ] || { echo "ERROR: vpn_out zone not found"; exit 1; } echo "=== Ensure zones point to correct networks ===" uci set firewall.$WAN_ZONE.network="wan" uci set firewall.$WAN_ZONE.input="REJECT" uci set firewall.$WAN_ZONE.output="ACCEPT" uci set firewall.$WAN_ZONE.forward="REJECT" uci set firewall.$WAN_ZONE.masq="1" uci set firewall.$WAN_ZONE.mtu_fix="1" uci set firewall.$MGMT_ZONE.network="mgmt" uci set firewall.$MGMT_ZONE.input="ACCEPT" uci set firewall.$MGMT_ZONE.output="ACCEPT" uci set firewall.$MGMT_ZONE.forward="REJECT" uci set firewall.$MGMT_ZONE.masq="1" uci set firewall.$DIRECT_ZONE.network="direct_in" uci set firewall.$DIRECT_ZONE.input="ACCEPT" uci set firewall.$DIRECT_ZONE.output="ACCEPT" uci set firewall.$DIRECT_ZONE.forward="REJECT" uci set firewall.$VPNIN_ZONE.network="vpn_in" uci set firewall.$VPNIN_ZONE.input="ACCEPT" uci set firewall.$VPNIN_ZONE.output="ACCEPT" uci set firewall.$VPNIN_ZONE.forward="REJECT" uci set firewall.$VPNOUT_ZONE.input="REJECT" uci set firewall.$VPNOUT_ZONE.output="ACCEPT" uci set firewall.$VPNOUT_ZONE.forward="REJECT" uci set firewall.$VPNOUT_ZONE.masq="1" uci set firewall.$VPNOUT_ZONE.mtu_fix="1" echo "=== Recreate required forwardings ===" uci add firewall forwarding >/dev/null uci set firewall.@forwarding[-1].src="direct_in" uci set firewall.@forwarding[-1].dest="wan" uci add firewall forwarding >/dev/null uci set firewall.@forwarding[-1].src="vpn_in" uci set firewall.@forwarding[-1].dest="vpn_out" uci add firewall forwarding >/dev/null uci set firewall.@forwarding[-1].src="vpn_in" uci set firewall.@forwarding[-1].dest="wan" echo "=== Recreate DNAT rules ===" uci add firewall redirect >/dev/null uci set firewall.@redirect[-1].name="WG_remote_to_VM100" uci set firewall.@redirect[-1].family="ipv4" uci set firewall.@redirect[-1].src="wan" uci set firewall.@redirect[-1].src_dport="51820" uci set firewall.@redirect[-1].proto="udp" uci set firewall.@redirect[-1].dest="direct_in" uci set firewall.@redirect[-1].dest_ip="10.201.0.1" uci set firewall.@redirect[-1].dest_port="51820" uci set firewall.@redirect[-1].target="DNAT" uci add firewall redirect >/dev/null uci set firewall.@redirect[-1].name="WG_easy_51821_to_VM103" uci set firewall.@redirect[-1].family="ipv4" uci set firewall.@redirect[-1].src="wan" uci set firewall.@redirect[-1].src_dport="51821" uci set firewall.@redirect[-1].proto="udp" uci set firewall.@redirect[-1].dest="Management" uci set firewall.@redirect[-1].dest_ip="$VM103_IP" uci set firewall.@redirect[-1].dest_port="51821" uci set firewall.@redirect[-1].target="DNAT" echo "=== Truncate old egress log ===" : > /root/vpn-egress-switches.log 2>/dev/null || true echo "=== Commit ===" uci commit network uci commit firewall echo "=== Restart network/firewall ===" echo "SSH via 10.201.0.2 may pause for a few seconds." /etc/init.d/network restart || true sleep 5 /etc/init.d/firewall restart || true echo "=== Safe summary ===" ip -br addr ip route echo echo "=== network safe ===" uci show network | grep -v -E 'private_key|public_key|preshared_key|password|secret|key=MASKED echo echo "=== firewall KEYMASK ===" uci show firewall | grep -E 'zone|forwarding|redirect' | head -220 echo echo "=== Done ===" ### FILE /root/disable-cloned-vpn-egress.sh -rwxr-xr-x 1 root root 1768 May 31 08:41 /root/disable-cloned-vpn-egress.sh sha256=4c60a6748eb93ab0e1b565a5044728b4786af68a9a7b96f8c0ef9a76b19553ea #!/bin/sh set -eu TUNNELS="NethR5 NorwayS13 NethS20 HungaryS8" STAMP="$(date +%Y%m%d-%H%M%S)" echo "=== backup real vpn-egress-manager ===" if [ -x /usr/bin/vpn-egress-manager.sh ] && [ ! -f /usr/bin/vpn-egress-manager.sh.real ]; then cp -a /usr/bin/vpn-egress-manager.sh /usr/bin/vpn-egress-manager.sh.real fi cp -a /usr/bin/vpn-egress-manager.sh /root/vpn-egress-manager.sh.before-disable-$STAMP 2>/dev/null || true echo "=== disable tunnel autostart in UCI ===" for i in $TUNNELS; do uci set network.$i.auto='0' 2>/dev/null || true done uci commit network echo "=== replace manager with no-vpn stub ===" cat >/usr/bin/vpn-egress-manager.sh <<'STUB' #!/bin/sh # TEMPORARY CLIENTIZE STUB. # Keeps cloned VPN tunnels down so they do not conflict with the main home VM101. TUNNELS="NethR5 NorwayS13 NethS20 HungaryS8" for i in $TUNNELS; do ifdown "$i" 2>/dev/null || true done # Keep table 200 usable through WAN fallback, with local transit route preserved. ip route flush table 200 2>/dev/null || true ip route replace 10.200.0.0/24 dev eth1 src 10.200.0.2 table 200 2>/dev/null || true GW="$(ip route show default | awk '/default/ {print $3; exit}')" if [ -n "$GW" ]; then ip route replace default via "$GW" dev eth0 table 200 2>/dev/null || true else ip route replace default dev eth0 table 200 2>/dev/null || true fi exit 0 STUB chmod +x /usr/bin/vpn-egress-manager.sh echo "=== run stub once ===" /usr/bin/vpn-egress-manager.sh echo "=== hard bring tunnels down once more ===" for i in $TUNNELS; do ifdown "$i" 2>/dev/null || true done echo "=== status ===" wg show 2>/dev/null || true echo ip route show table 200 echo for i in $TUNNELS; do echo "=== $i ===" ifstatus "$i" 2>/dev/null | grep -E '"up"|l3_device|device' || true done ### FILE /root/firewall.backup.20260524-164724 -rw-r--r-- 1 root root 3134 May 24 16:47 /root/firewall.backup.20260524-164724 sha256=7ddafecc9891dba4be419ac4174147d7216896bdd4a9a5a8cbfc4bf57e1c2f86 config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'mgmt' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'direct_in' config forwarding option src 'direct_in' option dest 'wan' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'HungaryS8' list network 'NethR5' list network 'NethS20' list network 'NorwayS13' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' ### FILE /root/firewall.before-hmn-update.20260525-050529 -rw-r--r-- 1 root root 3357 May 25 05:05 /root/firewall.before-hmn-update.20260525-050529 sha256=0482463a46460ab0c5eeaf022c2ca25c3b6afac06a77ce92f8ef4b1d6a5126fe config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'mgmt' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'direct_in' config forwarding option src 'direct_in' option dest 'wan' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'HungaryS8' list network 'NethR5' list network 'NethS20' list network 'NorwayS13' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' config redirect option name 'WG_GUEST_51821_DNAT' option src 'wan' option proto 'udp' option src_dport '51821' option dest 'Management' option dest_ip '192.168.30.189' option dest_port '51821' option target 'DNAT' ### FILE /root/fix-vm101-remove-orphan-brlan-20260531-080216/network -rw------- 1 root root 3829 May 31 07:48 /root/fix-vm101-remove-orphan-brlan-20260531-080216/network sha256=9c47caffba2dded291b08abbdf4d2c7c8b50c83e1ee2452af8423c92b733d21f config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config device option name 'br-lan' option type 'bridge' list ports 'eth1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'NethR5' option proto 'amneziawg' option private_key 'KEYMASK' list addresses '10.91.237.127/32' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' list dns '1.1.1.1' config interface 'NorwayS13' option proto 'amneziawg' option private_key 'KEYMASK' list addresses '10.78.175.160/32' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '101' option awg_s2 '104' option awg_h1 '961659898' option awg_h2 '1177255196' option awg_h3 '1465975700' option awg_h4 '255571402' list dns '1.1.1.1' config interface 'HungaryS8' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '100' option awg_s2 '28' option awg_h1 '1307157675' option awg_h2 '1401356114' option awg_h3 '1543947063' option awg_h4 '864510257' list dns '1.1.1.1' option auto '0' list addresses '10.75.168.223/32' config amneziawg_HungaryS8 option description 'HungaryBudapestS8.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '23' option endpoint_host '192.71.211.205' option endpoint_port '42045' config interface 'NethS20' option proto 'amneziawg' option private_key 'KEYMASK' list addresses '10.127.237.64/32' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '54' option awg_s2 '111' option awg_h1 '1567201709' option awg_h2 '1235364462' option awg_h3 '1278665587' option awg_h4 '1399723028' list dns '1.1.1.1' option auto '0' config amneziawg_NethR5 option description 'NetherlandsAmsterdamR5.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '178.215.227.13' option endpoint_port '44408' config amneziawg_NethS20 option description 'NetherlandsKerkradeS20.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '28' option endpoint_host '45.131.111.124' option endpoint_port '35890' config amneziawg_NorwayS13 option description 'NorwaySandefjordS13.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '24' option endpoint_host '151.242.104.209' option endpoint_port '45615' config amneziawg_HungaryS8 option description 'Imported peer configuration' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '194.71.130.234' option endpoint_port '43759' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' ### FILE /root/fix-vm101-remove-orphan-brlan.sh -rwxr-xr-x 1 root root 804 May 31 08:02 /root/fix-vm101-remove-orphan-brlan.sh sha256=783c73fa740b78ed9b5e308fa10069437600aff5eeb4411dd9ed566360e2b2cf #!/bin/sh set -eu STAMP="$(date +%Y%m%d-%H%M%S)" BACKUP_DIR="/root/fix-vm101-remove-orphan-brlan-$STAMP" mkdir -p "$BACKUP_DIR" cp -a /etc/config/network "$BACKUP_DIR/network" echo "=== Delete orphan br-lan device sections ===" while true; do SEC="$(uci show network | sed -n "s/^\(network\.@device\[[0-9]*\]\)\.name='br-lan'.*/\1/p" | head -1)" [ -n "$SEC" ] || break echo "Deleting $SEC" uci delete "$SEC" done uci set network.vpn_in=interface uci set network.vpn_in.proto='static' uci set network.vpn_in.device='eth1' uci set network.vpn_in.ipaddr='10.200.0.2/24' uci commit network /etc/init.d/network restart || true sleep 5 /etc/init.d/firewall restart || true echo "=== after ===" ip -br addr ip -d link show eth1 uci show network | grep -E "device|br-lan|ports|vpn_in|eth1" || true ### FILE /root/h42a-import-hmn-script-layer-client001.sh -rwxr-xr-x 1 root root 5439 Jun 3 16:20 /root/h42a-import-hmn-script-layer-client001.sh sha256=c162d817415543fca47106aa6d4b86a68e315703677bea7b1d61f587df66b47f #!/bin/ash set -u ARCHIVE="$(ls -t /tmp/hmn-script-layer-home-to-client001-*.tgz 2>/dev/null | head -n 1)" TS="$(date +%Y%m%d-%H%M%S)" WORK="/tmp/h42a-import-$TS" BACKUP="KEYMASK-before-h42a-import-$TS" echo "=== H42A: import HMN script layer to CLIENT001 VM101 ===" echo echo "=== preflight identity ===" ip -br a | grep -E '10\.71\.1\.2|10\.200\.0\.2|10\.201\.0\.2|eth' || true if ! ip -4 addr show dev eth2 2>/dev/null | grep -q '10\.71\.1\.2'; then echo "ERROR: this does not look like CLIENT001 VM101 mgmt eth2=10.71.1.2" exit 1 fi if [ -z "${ARCHIVE:-}" ] || [ ! -f "$ARCHIVE" ]; then echo "ERROR: archive not found: /tmp/hmn-script-layer-home-to-client001-*.tgz" exit 2 fi echo "archive=$ARCHIVE" sha256sum "$ARCHIVE" echo echo "=== create backup ===" mkdir -p "$BACKUP" crontab -l > "$BACKUP/crontab.before" 2>/dev/null || true tar -czf "$BACKUP/client-script-files-before.tgz" \ /usr/bin/vpn-egress-manager.sh \ /usr/bin/vpn-table200-local-routes.sh \ /etc/hotplug.d/iface/99-vpn-egress-manager \ /etc/hotplug.d/iface/99-vpnin-policy-route \ /root/hmn/hmn-test-all-awg.sh \ /root/hmn/hmn-validate-current-pool.sh \ /root/hmn/hmn-refresh-pool-safe.sh \ /root/hmn/hmn-refresh-pool-cron.sh \ /root/hmn/hmn-refresh-retry-cron.sh \ /root/hmn/hmn-pool-low-watermark-check.sh \ /root/hmn/hmn-load-vpn-slot.sh \ /root/hmn/hmn-load-vpn-test.sh \ /root/hmn/hmn-refill-slot.sh \ /root/hmn/hmn-refresh-awg.sh \ 2>/dev/null || true uci export network > "$BACKUP/network.uci.before" 2>/dev/null || true uci export firewall > "$BACKUP/firewall.uci.before" 2>/dev/null || true ip route show table 200 > "$BACKUP/table200.before" 2>/dev/null || true ip rule show > "$BACKUP/iprule.before" 2>/dev/null || true echo "backup=$BACKUP" echo echo "=== stop cron during import ===" /etc/init.d/cron stop >/dev/null 2>&1 || true echo echo "=== extract archive to temp ===" rm -rf "$WORK" mkdir -p "$WORK" tar -xzf "$ARCHIVE" -C "$WORK" echo echo "=== archive content ===" find "$WORK" -type f | sort echo echo "=== guard: archive must NOT contain table200 helper ===" if [ -e "$WORK/usr/bin/vpn-table200-local-routes.sh" ]; then echo "ERROR: archive contains table200 helper; abort to protect client-specific routes" exit 3 fi echo "ok: table200 helper absent from archive" echo echo "=== guard: no obvious HOME hardcodes in imported scripts ===" if grep -R -nE '192\.168\.30\.|10\.250\.0\.' "$WORK" 2>/dev/null; then echo "ERROR: found obvious home-specific hardcode in imported scripts; abort" exit 4 fi echo "ok: no obvious home hardcodes" echo echo "=== syntax check extracted scripts ===" for F in $(find "$WORK" -type f | sort); do echo "--- ${F#$WORK/} ---" sh -n "$F" && echo "syntax OK" || { echo "syntax BAD: $F"; exit 5; } done echo echo "=== install files ===" mkdir -p /root/hmn /root/hmn/logs /root/hmn/state /root/hmn/cache /root/hmn/backups mkdir -p /etc/hotplug.d/iface for REL in \ usr/bin/vpn-egress-manager.sh \ etc/hotplug.d/iface/99-vpn-egress-manager \ etc/hotplug.d/iface/99-vpnin-policy-route \ root/hmn/hmn-test-all-awg.sh \ root/hmn/hmn-validate-current-pool.sh \ root/hmn/hmn-refresh-pool-safe.sh \ root/hmn/hmn-refresh-pool-cron.sh \ root/hmn/hmn-refresh-retry-cron.sh \ root/hmn/hmn-pool-low-watermark-check.sh \ root/hmn/hmn-load-vpn-slot.sh \ root/hmn/hmn-load-vpn-test.sh \ root/hmn/hmn-refill-slot.sh do SRC="$WORK/$REL" DST="/$REL" if [ ! -f "$SRC" ]; then echo "ERROR: missing in archive: $REL" exit 6 fi cp "$SRC" "$DST" chmod +x "$DST" echo "installed $DST" done echo echo "=== preserve and run client-specific table200 helper ===" ls -l /usr/bin/vpn-table200-local-routes.sh /usr/bin/vpn-table200-local-routes.sh || true echo echo "=== install new crontab ===" cat > /tmp/h42a-crontab <<'EOFCRON' * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh EOFCRON crontab /tmp/h42a-crontab crontab -l echo echo "=== final syntax check installed files ===" for F in \ /usr/bin/vpn-egress-manager.sh \ /etc/hotplug.d/iface/99-vpn-egress-manager \ /etc/hotplug.d/iface/99-vpnin-policy-route \ /root/hmn/hmn-test-all-awg.sh \ /root/hmn/hmn-validate-current-pool.sh \ /root/hmn/hmn-refresh-pool-safe.sh \ /root/hmn/hmn-refresh-pool-cron.sh \ /root/hmn/hmn-refresh-retry-cron.sh \ /root/hmn/hmn-pool-low-watermark-check.sh \ /root/hmn/hmn-load-vpn-slot.sh \ /root/hmn/hmn-load-vpn-test.sh \ /root/hmn/hmn-refill-slot.sh do echo "--- $F ---" ls -l "$F" sh -n "$F" && echo "syntax OK" || { echo "syntax BAD after install: $F"; exit 7; } done echo echo "=== restart cron ===" /etc/init.d/cron start >/dev/null 2>&1 || true /etc/init.d/cron status || true echo echo "=== state after import ===" for F in \ /root/hmn/state/active-slot \ /root/hmn/state/refresh-status \ /root/hmn/state/refresh-retry-needed \ /root/hmn/state/refresh-retry-reason \ /root/hmn/state/last-refresh-retry-decision \ /root/hmn/state/last-low-watermark-decision do echo echo "--- $F ---" [ -e "$F" ] && cat "$F" || echo "missing" done echo echo "=== route after import ===" ip route show table 200 ip route get 9.9.9.9 from 10.200.0.2 2>/dev/null || true echo echo "=== done H42A ===" ### FILE /root/h42b-validate-client-pool-after-import.sh -rwxr-xr-x 1 root root 2759 Jun 3 16:22 /root/h42b-validate-client-pool-after-import.sh sha256=06edcad1e06ff49955ab038870a147d5473ba7779bbf6fb6751a4101a8b022dd #!/bin/ash set -u BASE="/root/hmn" STATE="$BASE/state" echo "=== H42B: validate client local HMN pool after import ===" echo echo "=== preflight identity ===" ip -br a | grep -E '10\.71\.1\.2|10\.200\.0\.2|10\.201\.0\.2|eth' || true if ! ip -4 addr show dev eth2 2>/dev/null | grep -q '10\.71\.1\.2'; then echo "ERROR: not CLIENT001 VM101" exit 1 fi echo echo "=== current cron ===" crontab -l echo echo "=== current route before validation ===" cat "$STATE/active-slot" 2>/dev/null || echo "no active-slot" ip route show table 200 ip route get 9.9.9.9 from 10.200.0.2 2>/dev/null || true echo echo "=== current pool ===" echo "latest=$(readlink -f "$KEYMASK" 2>/dev/null || echo none)" echo "configs_count=$(ls "$KEYMASK"/*.conf 2>/dev/null | wc -l)" echo echo "=== locks before ===" for P in \ /tmp/hmn-refresh-pool-safe.lock \ /tmp/hmn-vpn-maintenance \ /tmp/vpn-egress-manager.lock \ /tmp/vpn-egress-hotplug-trigger.lock \ /tmp/hmn-pool-low-watermark-check.lock \ /tmp/hmn-refresh-retry.lock do [ -e "$P" ] && { echo "present: $P"; ls -ld "$P"; } || echo "absent: $P" done echo echo "=== run validate-current-pool ===" /root/hmn/hmn-validate-current-pool.sh VRC="$?" echo "validate_rc=$VRC" echo echo "=== run manager once explicitly ===" /usr/bin/vpn-egress-manager.sh MRC="$?" echo "manager_rc=$MRC" echo echo "=== run retry wrapper: should be NO_RETRY_NEEDED if no retry flag ===" /root/hmn/hmn-refresh-retry-cron.sh RRC="$?" echo "retry_rc=$RRC" tail -n 80 "$BASE/logs/cron-refresh-retry-last.log" 2>/dev/null || true echo echo "=== run low-watermark dry-run ===" /root/hmn/hmn-pool-low-watermark-check.sh dry-run LWRC="$?" echo "lowwater_dryrun_rc=$LWRC" echo echo "=== state after ===" for F in \ "$STATE/active-slot" \ "$STATE/refresh-status" \ "$STATE/last-refresh-status-at" \ "$STATE/refresh-retry-needed" \ "$STATE/refresh-retry-reason" \ "$STATE/last-refresh-retry-decision" \ "$STATE/last-low-watermark-decision" \ "$STATE/last-low-watermark-check" do echo echo "--- $F ---" [ -e "$F" ] && cat "$F" || echo "missing" done echo echo "=== strict foreign count/head ===" awk 'NR>1 {n++} END{print "strict_foreign_count=" n+0}' "$BASE/cache/ok-awg1-strict-foreign-latest.tsv" 2>/dev/null || true head -n 12 "$BASE/cache/ok-awg1-strict-foreign-latest.tsv" 2>/dev/null || true echo echo "=== selected cache ===" cat "$BASE/cache/selected-awg1-latest.tsv" 2>/dev/null || echo "missing" echo echo "=== route after ===" cat "$STATE/active-slot" 2>/dev/null || echo "no active-slot" ip route show table 200 ip route get 9.9.9.9 from 10.200.0.2 2>/dev/null || true echo echo "=== cron status ===" /etc/init.d/cron status || true echo echo "=== done H42B ===" ### FILE /root/h42c-load-strict-top-slots-client001.sh -rwxr-xr-x 1 root root 2778 Jun 3 16:36 /root/h42c-load-strict-top-slots-client001.sh sha256=3d31d7cf64d152ac0782e2e43eb0cc075969a00e5ef6d8072ac13b9594bb5160 #!/bin/ash set -u BASE="/root/hmn" STATE="$BASE/state" STRICT="$BASE/cache/ok-awg1-strict-foreign-latest.tsv" LOAD="$BASE/hmn-load-vpn-slot.sh" echo "=== H42C: load strict top candidates into vpn1/vpn2 ===" echo echo "=== preflight ===" ip -br a | grep -E '10\.71\.1\.2|10\.200\.0\.2|10\.201\.0\.2|eth' || true if ! ip -4 addr show dev eth2 2>/dev/null | grep -q '10\.71\.1\.2'; then echo "ERROR: not CLIENT001 VM101" exit 1 fi if [ ! -s "$STRICT" ]; then echo "ERROR: strict foreign table missing/empty: $STRICT" exit 2 fi if [ ! -x "$LOAD" ]; then echo "ERROR: loader missing/not executable: $LOAD" exit 3 fi echo echo "=== strict foreign head ===" head -n 6 "$STRICT" CONF1="$(awk -F '\t' 'NR==2 {print $6}' "$STRICT")" CONF2="$(awk -F '\t' 'NR==3 {print $6}' "$STRICT")" if [ -z "$CONF1" ] || [ -z "$CONF2" ]; then echo "ERROR: cannot parse top configs from strict table" exit 4 fi if [ ! -f "$CONF1" ] || [ ! -f "$CONF2" ]; then echo "ERROR: parsed config path missing" echo "CONF1=$CONF1" echo "CONF2=$CONF2" exit 5 fi echo echo "vpn1_new=$CONF1" echo "vpn2_new=$CONF2" TS="$(date +%Y%m%d-%H%M%S)" BACKUP="$BASE/backups/client001-before-h42c-load-slots-$TS" mkdir -p "$BACKUP" uci export network > "$BACKUP/network.uci.before" 2>/dev/null || true cp -p "$BASE/cache/selected-awg1-latest.tsv" "$BACKUP/selected-awg1-latest.tsv.before" 2>/dev/null || true ip route show table 200 > "$BACKUP/table200.before" 2>/dev/null || true echo echo "backup=$BACKUP" echo echo "=== load vpn1 ===" "$LOAD" vpn1 "$CONF1" up RC1="$?" echo "load_vpn1_rc=$RC1" echo echo "=== small pause ===" sleep 5 echo echo "=== load vpn2 ===" "$LOAD" vpn2 "$CONF2" up RC2="$?" echo "load_vpn2_rc=$RC2" echo echo "=== pause before manager ===" sleep 8 echo echo "=== run manager ===" /usr/bin/vpn-egress-manager.sh MRC="$?" echo "manager_rc=$MRC" echo echo "=== selected cache ===" cat "$BASE/cache/selected-awg1-latest.tsv" 2>/dev/null || echo "missing selected" echo echo "=== UCI loaded endpoints ===" uci show network.vpn1.hmn_source_config network.vpn1.hmn_endpoint network.vpn2.hmn_source_config network.vpn2.hmn_endpoint 2>/dev/null || true echo echo "=== amneziawg short ===" /usr/bin/amneziawg show vpn1 2>/dev/null | grep -E 'interface:|endpoint:|latest handshake|transfer' || true /usr/bin/amneziawg show vpn2 2>/dev/null | grep -E 'interface:|endpoint:|latest handshake|transfer' || true echo echo "=== route after ===" cat "$STATE/active-slot" 2>/dev/null || echo "no active-slot" ip route show table 200 ip route get 9.9.9.9 from 10.200.0.2 2>/dev/null || true echo echo "=== quick ping through policy source ===" ping -4 -c 3 -W 2 -I 10.200.0.2 9.9.9.9 || true ping -4 -c 3 -W 2 -I 10.200.0.2 1.1.1.1 || true echo echo "=== done H42C ===" ### FILE /root/h42d-fix-selected-cache-and-final-audit-client001.sh -rwxr-xr-x 1 root root 3971 Jun 3 16:38 /root/h42d-fix-selected-cache-and-final-audit-client001.sh sha256=c3f06eaf91892ceb62454f4897af3670b62e465ce5beda784515eab07b2a9bd7 #!/bin/ash set -u BASE="/root/hmn" STATE="$BASE/state" STRICT="$BASE/cache/ok-awg1-strict-foreign-latest.tsv" SELECTED="$BASE/cache/selected-awg1-latest.tsv" echo "=== H42D: fix selected cache and final audit CLIENT001 ===" echo echo "=== preflight ===" ip -br a | grep -E '10\.71\.1\.2|10\.200\.0\.2|10\.201\.0\.2|eth' || true if ! ip -4 addr show dev eth2 2>/dev/null | grep -q '10\.71\.1\.2'; then echo "ERROR: not CLIENT001 VM101" exit 1 fi if [ ! -s "$STRICT" ]; then echo "ERROR: strict table missing: $STRICT" exit 2 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="$BASE/backups/client001-before-h42d-selected-cache-$TS" mkdir -p "$BACKUP" cp -p "$SELECTED" "$BACKUP/selected-awg1-latest.tsv.before" 2>/dev/null || true echo echo "backup=$BACKUP" echo echo "=== current UCI slot metadata ===" for SLOT in vpn1 vpn2; do echo echo "--- $SLOT ---" echo "source_config=$(uci -q get network.$SLOT.hmn_source_config || true)" echo "endpoint=$(uci -q get network.$SLOT.hmn_endpoint || true)" done echo echo "=== rebuild selected cache from UCI + strict table ===" TMP="$SELECTED.tmp.$$" { printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" for SLOT in vpn1 vpn2; do CONF="$(uci -q get network.$SLOT.hmn_source_config || true)" EP="$(uci -q get network.$SLOT.hmn_endpoint || true)" FILE="$(basename "$CONF" 2>/dev/null || true)" if [ -z "$CONF" ] || [ -z "$EP" ] || [ ! -f "$CONF" ]; then echo "ERROR: missing metadata for $SLOT" >&2 echo "CONF=$CONF" >&2 echo "EP=$EP" >&2 exit 10 fi LINE="$(awk -F '\t' -v conf="$CONF" -v ep="$EP" 'NR>1 && ($6==conf || $3==ep) {print; exit}' "$STRICT")" if [ -z "$LINE" ]; then echo "ERROR: $SLOT endpoint/config not found in strict foreign table" >&2 echo "CONF=$CONF" >&2 echo "EP=$EP" >&2 exit 11 fi AVG="$(echo "$LINE" | awk -F '\t' '{print $4}')" printf "%s\t%s\t%s\t%s\t%s\n" "$SLOT" "$FILE" "$EP" "$AVG" "$CONF" done } > "$TMP" mv "$TMP" "$SELECTED" echo echo "=== selected cache after ===" cat "$SELECTED" echo echo "=== run low-watermark dry-run again ===" /root/hmn/hmn-pool-low-watermark-check.sh dry-run LWRC="$?" echo "lowwater_dryrun_rc=$LWRC" echo echo "=== run retry wrapper ===" /root/hmn/hmn-refresh-retry-cron.sh RRC="$?" echo "retry_rc=$RRC" tail -n 80 "$BASE/logs/cron-refresh-retry-last.log" 2>/dev/null || true echo echo "=== run manager once ===" /usr/bin/vpn-egress-manager.sh MRC="$?" echo "manager_rc=$MRC" echo echo "=== final state ===" for F in \ "$STATE/active-slot" \ "$STATE/refresh-status" \ "$STATE/refresh-retry-needed" \ "$STATE/refresh-retry-reason" \ "$STATE/last-refresh-retry-decision" \ "$STATE/last-low-watermark-decision" \ "$STATE/last-low-watermark-check" do echo echo "--- $F ---" [ -e "$F" ] && cat "$F" || echo "missing" done echo echo "=== strict foreign count/head ===" awk 'NR>1 {n++} END{print "strict_foreign_count=" n+0}' "$STRICT" head -n 8 "$STRICT" echo echo "=== route ===" cat "$STATE/active-slot" 2>/dev/null || echo "no active-slot" ip route show table 200 ip route get 9.9.9.9 from 10.200.0.2 2>/dev/null || true echo echo "=== amneziawg short ===" /usr/bin/amneziawg show vpn1 2>/dev/null | grep -E 'interface:|endpoint:|latest handshake|transfer' || true /usr/bin/amneziawg show vpn2 2>/dev/null | grep -E 'interface:|endpoint:|latest handshake|transfer' || true echo echo "=== quick ping ===" ping -4 -c 3 -W 2 -I 10.200.0.2 9.9.9.9 || true ping -4 -c 3 -W 2 -I 10.200.0.2 1.1.1.1 || true echo echo "=== cron ===" crontab -l /etc/init.d/cron status || true echo echo "=== locks ===" for P in \ /tmp/hmn-refresh-pool-safe.lock \ /tmp/hmn-vpn-maintenance \ /tmp/vpn-egress-manager.lock \ /tmp/vpn-egress-hotplug-trigger.lock \ /tmp/hmn-pool-low-watermark-check.lock \ /tmp/hmn-refresh-retry.lock do [ -e "$P" ] && { echo "present: $P"; ls -ld "$P"; } || echo "absent: $P" done echo echo "=== done H42D ===" ### FILE /root/h42e-reboot-forensics-vm101.sh -rwxr-xr-x 1 root root 3526 Jun 3 16:54 /root/h42e-reboot-forensics-vm101.sh sha256=495e46381ee2fc889db3a639c64b094d838ad365cd20d50c8d63be1fcb5ad642 #!/bin/ash set -u BASE="/root/hmn" TS="$(date +%Y%m%d-%H%M%S)" OUT="$BASE/logs/h42e-reboot-forensics-vm101-$TS.txt" mkdir -p "$BASE/logs" { echo "=== H42E VM101 REBOOT FORENSICS ===" echo "time=$(date -Iseconds)" echo "hostname=$(cat KEYMASK 2>/dev/null || echo unknown)" echo echo "=== uptime / boot age ===" uptime cat /proc/uptime 2>/dev/null || true echo echo "=== identity / interfaces ===" ip -br a echo echo "=== routes / rules ===" ip rule show echo echo "--- table 200 ---" ip route show table 200 echo echo "--- route get from vpn_in source ---" ip route get 9.9.9.9 from 10.200.0.2 2>/dev/null || true echo echo "=== HMN state ===" for F in \ "$BASE/state/active-slot" \ "$BASE/state/refresh-status" \ "$BASE/state/last-refresh-status-at" \ "$BASE/state/refresh-retry-needed" \ "$BASE/state/refresh-retry-reason" \ "$BASE/state/last-refresh-retry-decision" \ "$BASE/state/last-low-watermark-decision" \ "$BASE/state/last-low-watermark-check" do echo echo "--- $F ---" [ -e "$F" ] && cat "$F" || echo "missing" done echo echo "=== selected cache ===" cat "$BASE/cache/selected-awg1-latest.tsv" 2>/dev/null || echo "missing" echo echo "=== strict foreign count ===" awk 'NR>1 {n++} END{print "strict_foreign_count=" n+0}' "$BASE/cache/ok-awg1-strict-foreign-latest.tsv" 2>/dev/null || true echo echo "=== cron ===" crontab -l 2>/dev/null || echo "no crontab" echo /etc/init.d/cron status || true echo echo "=== locks ===" for P in \ /tmp/hmn-refresh-pool-safe.lock \ /tmp/hmn-vpn-maintenance \ /tmp/vpn-egress-manager.lock \ /tmp/vpn-egress-hotplug-trigger.lock \ /tmp/hmn-pool-low-watermark-check.lock \ /tmp/hmn-refresh-retry.lock \ /tmp/vpn-egress-current.state \ /tmp/vpn-egress-force-wan do if [ -e "$P" ]; then echo "present: $P" ls -ld "$P" [ -f "$P" ] && { echo "--- content ---"; cat "$P"; } else echo "absent: $P" fi done echo echo "=== ifstatus key interfaces ===" for I in wan mgmt vpn_in direct_in vpn1 vpn2 vpn_test; do echo echo "--- ifstatus $I ---" ifstatus "$I" 2>/dev/null || echo "no ifstatus $I" done echo echo "=== amneziawg show ===" for I in vpn1 vpn2 vpn_test; do echo echo "--- $I ---" /usr/bin/amneziawg show "$I" 2>/dev/null || /usr/bin/wg show "$I" 2>/dev/null || echo "$I not up" done echo echo "=== vpn-egress switch log tail ===" tail -n 200 /root/vpn-egress-switches.log 2>/dev/null || echo "no /root/vpn-egress-switches.log" echo echo "=== HMN logs list ===" ls -lt "$BASE/logs" 2>/dev/null | head -n 30 || true echo echo "=== latest HMN cron/manager logs tails ===" for F in \ "$BASE/logs/cron-refresh-last.log" \ "$BASE/logs/cron-refresh-retry-last.log" \ "$BASE/logs/low-watermark-last.log" \ "$BASE/logs/hmn-refresh-pool-safe-last.log" do echo echo "--- $F ---" tail -n 120 "$F" 2>/dev/null || echo "missing" done echo echo "=== logread filtered: boot/network/vpn/hmn ===" logread 2>/dev/null | grep -Ei 'procd|netifd|firewall|fw4|cron|crond|hotplug|iface|eth0|eth1|eth2|eth3|wan|mgmt|vpn_in|direct_in|vpn1|vpn2|vpn_test|wireguard|amnezia|wg|vpn-egress|hmn|51820|51821' | tail -n 350 || true echo echo "=== dmesg filtered ===" dmesg 2>/dev/null | grep -Ei 'eth0|eth1|eth2|eth3|virtio|link|renamed|net|wireguard|amnezia|wg' | tail -n 200 || true echo echo "=== quick live check ===" ping -4 -c 3 -W 2 -I 10.200.0.2 9.9.9.9 || true ping -4 -c 3 -W 2 -I 10.200.0.2 1.1.1.1 || true echo echo "=== done H42E VM101 ===" } | tee "$OUT" echo echo "saved=$OUT" ### FILE /root/hmn-test/configs-working/Georgia-Tbilisi-45.136.124.112-awg1-20260601-094527.conf -rw------- 1 root root 361 Jun 1 09:47 /root/hmn-test/configs-working/Georgia-Tbilisi-45.136.124.112-awg1-20260601-094527.conf sha256=df084fa882d0205c90419c900c7b4e836a8ed9f5df8effc08cee0a10e2c99c9b [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 25 ### FILE /root/hmn-test/configs-working/Hong-Kong-Central-District-S2-112.120.98.53-awg1-20260601-094527.conf -rw------- 1 root root 360 Jun 1 09:47 /root/hmn-test/configs-working/Hong-Kong-Central-District-S2-112.120.98.53-awg1-20260601-094527.conf sha256=ee7ffe8a6e1c6d29a5a56790e606771843eb6a6e61307700d56772541b2fb2f7 [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 22 ### FILE /root/hmn-test/configs-working/Netherlands-Amsterdam-R5-178.215.227.13-awg1-20260601-094527.conf -rw------- 1 root root 361 Jun 1 09:47 /root/hmn-test/configs-working/Netherlands-Amsterdam-R5-178.215.227.13-awg1-20260601-094527.conf sha256=17f113c41eb37e6ace651e692e861be6fb9a0dc04aa2b02c7c4a5a28bf3f8f1a [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 28 ### FILE /root/hmn-test/configs-working/Russia-Moscow-S5-141.98.189.83-awg1-20260601-094527.conf -rw------- 1 root root 364 Jun 1 09:46 /root/hmn-test/configs-working/Russia-Moscow-S5-141.98.189.83-awg1-20260601-094527.conf sha256=a2f34aadeaedf71297633714640b3f64f015daff2ed5252a620c600a98dc2806 [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 24 ### FILE /root/hmn-test/configs-working/USA-Ashburn-142.202.49.112-awg1-20260601-094527.conf -rw------- 1 root root 361 Jun 1 09:47 /root/hmn-test/configs-working/USA-Ashburn-142.202.49.112-awg1-20260601-094527.conf sha256=2ee76606680497024b2517e70324ff6729d0b27e0c8d828b4f515ec424ba66c6 [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 22 ### FILE /root/hmn-test/configs-working/USA-Utah-192.154.104.162-awg1-20260601-094527.conf -rw------- 1 root root 366 Jun 1 09:47 /root/hmn-test/configs-working/USA-Utah-192.154.104.162-awg1-20260601-094527.conf sha256=d6f82872f840a753d08072bff92507184489f9dd6b4d5cc7fde0d5dbd126d0a9 [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 26 ### FILE /root/hmn-test/fail-awg1-20260601-094527.tsv -rw-r--r-- 1 root root 5044 Jun 1 09:47 /root/hmn-test/fail-awg1-20260601-094527.tsv sha256=5b84f7355dba3f59cb214b1cab0f628dbf4da68da8681f2d1e6495302f447ef7 id country name ip reason 12 DK Denmark, Copenhagen S4 91.132.92.69 Can't find server 91.132.92.69 or wg is not supported on this server 29 UA Ukraine, Kyiv S3 130.0.234.42 Can't find server 130.0.234.42 or wg is not supported on this server 49 DE Germany, Berlin S7 185.207.139.4 Can't find server 185.207.139.4 or wg is not supported on this server 49 DE Germany, Berlin S7 185.207.139.5 Can't find server 185.207.139.5 or wg is not supported on this server 53 FI Finland, Helsinki S4 192.71.247.91 Can't find server 192.71.247.91 or wg is not supported on this server 60 KR South Korea, Seoul SLOW1 45.82.246.77 curl_failed 62 BE Belgium, Oostkamp S7 46.183.187.198 Can't find server 46.183.187.198 or wg is not supported on this server 63 CL Chile, Santiago 38.7.197.82 Can't find server 38.7.197.82 or wg is not supported on this server 70 CZ Czech Republic, Prague S1 89.31.122.170 Can't find server 89.31.122.170 or wg is not supported on this server 71 US USA, Los Angeles S2 107.161.91.54 Can't find server 107.161.91.54 or wg is not supported on this server 71 US USA, Los Angeles S2 167.160.160.66 Can't find server 167.160.160.66 or wg is not supported on this server 72 NL Netherlands, Amsterdam S8 141.11.62.221 Can't find server 141.11.62.221 or wg is not supported on this server 72 NL Netherlands, Amsterdam S8 78.31.250.16 Failed to sync server: WG: ERR_RELOAD 73 TR Turkey, Istanbul S3 84.32.230.164 Can't find server 84.32.230.164 or wg is not supported on this server 75 NL Netherlands, Amsterdam H13 95.211.68.117 Can't find server 95.211.68.117 or wg is not supported on this server 75 NL Netherlands, Amsterdam H13 95.211.68.118 Can't find server 95.211.68.118 or wg is not supported on this server 76 IT Italy, Milan S3 192.121.47.128 Can't find server 192.121.47.128 or wg is not supported on this server 87 US USA, New York S1 172.245.109.174 Can't find server 172.245.109.174 or wg is not supported on this server 87 US USA, New York S1 107.175.93.58 Can't find server 107.175.93.58 or wg is not supported on this server 88 US USA, Dallas 206.217.134.170 Can't find server 206.217.134.170 or wg is not supported on this server 88 US USA, Dallas 107.174.226.50 Can't find server 107.174.226.50 or wg is not supported on this server 94 JP Japan, Tokyo 213.111.178.175 Can't find server 213.111.178.175 or wg is not supported on this server 108 HU Hungary, Budapest S6 46.183.186.43 Can't find server 46.183.186.43 or wg is not supported on this server 114 PS UAE, Dubai 89.31.120.54 Can't find server 89.31.120.54 or wg is not supported on this server 115 NO Norway, Sandefjord S15 185.14.97.59 Can't find server 185.14.97.59 or wg is not supported on this server 115 NO Norway, Sandefjord S15 185.14.97.155 Can't find server 185.14.97.155 or wg is not supported on this server 117 US USA, New York City S3 64.253.89.234 Can't find server 64.253.89.234 or wg is not supported on this server 128 LV Latvia, Riga S1 192.36.41.21 Can't find server 192.36.41.21 or wg is not supported on this server 129 CH Switzerland, Zurich S2 89.46.232.102 Can't find server 89.46.232.102 or wg is not supported on this server 133 SE Sweden, Stockholm S2 46.246.126.191 Can't find server 46.246.126.191 or wg is not supported on this server 133 SE Sweden, Stockholm S2 178.73.210.243 Can't find server 178.73.210.243 or wg is not supported on this server 141 RS Serbia, Belgrade S2 194.71.126.186 Can't find server 194.71.126.186 or wg is not supported on this server 141 RS Serbia, Belgrade S2 89.31.121.110 Can't find server 89.31.121.110 or wg is not supported on this server 146 GB United Kingdom, London S1 46.17.63.237 Can't find server 46.17.63.237 or wg is not supported on this server 149 AT Austria, Vienna S3 157.173.25.95 Can't find server 157.173.25.95 or wg is not supported on this server 149 AT Austria, Vienna S3 157.173.25.151 Can't find server 157.173.25.151 or wg is not supported on this server 150 NL Netherlands, Amsterdam R5 178.215.227.12 Can't find server 178.215.227.12 or wg is not supported on this server 153 SI Slovenia, Ljubljana S3 192.71.244.43 Can't find server 192.71.244.43 or wg is not supported on this server 171 FR France, Paris S1 192.36.57.170 Can't find server 192.36.57.170 or wg is not supported on this server 180 AT Austria, Graz S1 5.180.114.202 Can't find server 5.180.114.202 or wg is not supported on this server 214 EE Estonia, Tallinn S2 185.122.185.121 Can't find server 185.122.185.121 or wg is not supported on this server 225 IL Israel, Tel Aviv S5 89.46.239.67 Can't find server 89.46.239.67 or wg is not supported on this server 227 US USA, Ashburn 142.202.49.100 Can't find server 142.202.49.100 or wg is not supported on this server 228 US USA, Utah 192.154.104.164 Can't find server 192.154.104.164 or wg is not supported on this server 253 NL Netherlands, Kerkrade S15 80.91.223.172 Can't find server 80.91.223.172 or wg is not supported on this server 253 NL Netherlands, Kerkrade S15 80.91.223.175 Can't find server 80.91.223.175 or wg is not supported on this server ### FILE /root/hmn-test/hmn-extract-wg-candidates.sh -rwxr-xr-x 1 root root 1265 Jun 1 09:59 /root/hmn-test/hmn-extract-wg-candidates.sh sha256=e88a9b6fe476b67afc20d8714a9a3909f47e4ea89034fb78bdd31650075ef603 #!/bin/ash set -eu SL="$(ls -t /root/hmn-test/serverlist-*.json | head -n 1)" OUT="/root/hmn-test/wg-candidates-from-services.tsv" echo "serverlist:" echo " $SL" echo : > "$OUT" tr -d '\n\r' < "$SL" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$WG_IP" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$OUT" done echo "WG candidates:" echo " $OUT" echo cat "$OUT" ### FILE /root/hmn-test/hmn-first-test.sh -rwxr-xr-x 1 root root 5062 Jun 1 09:39 /root/hmn-test/hmn-first-test.sh sha256=e4133776089969950be71d706da7d73871ea0916bb74da32a5a17d05fbe1dcf1 #!/bin/ash set -eu BASE="/root/hmn-test" AWG_PARAM="1" SERVERLIST_URL="https://hide-my-name.net/api/serverlist.php?out=js&wg" CONFIG_URL="https://hide-my-name.net/api/vpn_get_config_wg.php" mkdir -p "$BASE" TS="$(date +%Y%m%d-%H%M%S)" SERVERLIST_FILE="$BASE/serverlist-$TS.json" CONFIG_FILE="$BASE/first-tunnel-awg${AWG_PARAM}-$TS.conf" CODE_FILE="$BASE/.hmn-code-$TS" cleanup() { rm -f "$CODE_FILE" } trap cleanup EXIT INT TERM if ! command -v curl >/dev/null 2>&1; then echo "ERROR: curl не найден." echo "Поставь curl:" echo " opkg update" echo " opkg install curl ca-bundle" exit 1 fi ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface в table 200." echo "Проверь:" echo " ip route show table 200" exit 1 fi echo "HideMyName test downloader" echo "Ничего в /etc/config/network не меняем." echo echo "Запросы к HideMyName пойдут через активный VPN:" echo " $ACTIVE" echo echo "Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: через $ACTIVE сайт hide-my-name.net не открывается." echo "Проверь вручную:" echo " curl -4 --http1.1 --interface $ACTIVE -I --connect-timeout 10 --max-time 25 https://hide-my-name.net/" exit 1 fi echo "OK." echo printf "Введи HideMyName access code: " stty -echo 2>/dev/null || true read -r HMN_CODE stty echo 2>/dev/null || true echo if [ -z "$HMN_CODE" ]; then echo "ERROR: пустой код." exit 1 fi printf "%s" "$HMN_CODE" > "$CODE_FILE" chmod 600 "$CODE_FILE" echo echo "1/3 Получаю список серверов..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code@$CODE_FILE" \ --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi ONE_LINE="$(tr -d '\n\r' < "$SERVERLIST_FILE")" FIRST_RECORD="$(printf '%s' "$ONE_LINE" \ | sed 's/},/}\n/g' \ | sed -n '/"public_ips"[[:space:]]*:[[:space:]]*\["[0-9]/p' \ | head -n 1)" if [ -z "$FIRST_RECORD" ]; then echo "ERROR: не нашёл public_ips в serverlist." echo "Первые 700 символов ответа:" head -c 700 "$SERVERLIST_FILE" echo exit 1 fi SERVER_ID="$(printf '%s' "$FIRST_RECORD" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" SERVER_NAME="$(printf '%s' "$FIRST_RECORD" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_IP="$(printf '%s' "$FIRST_RECORD" \ | sed -n 's/.*"public_ips"[[:space:]]*:[[:space:]]*\["\([0-9][0-9.]*\)".*/\1/p')" if [ -z "$SERVER_IP" ]; then echo "ERROR: не смог вытащить IP первого сервера." echo "$FIRST_RECORD" exit 1 fi echo echo "Выбран первый сервер:" echo " id: ${SERVER_ID:-unknown}" echo " country: ${COUNTRY_CODE:-unknown}" echo " name: ${SERVER_NAME:-unknown}" echo " ip: $SERVER_IP" echo echo "2/3 Скачиваю конфиг AmneziaWG 1.0: awg=$AWG_PARAM ..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code@$CODE_FILE" \ --data-urlencode "server=$SERVER_IP" \ --data "awg=$AWG_PARAM" \ "$CONFIG_URL" \ -o "$CONFIG_FILE" chmod 600 "$CONFIG_FILE" if ! grep -q '^\[Interface\]' "$CONFIG_FILE" || ! grep -q '^\[Peer\]' "$CONFIG_FILE"; then echo "ERROR: ответ не похож на WireGuard/AmneziaWG конфиг." echo "Файл сохранён тут:" echo " $CONFIG_FILE" echo echo "Первые строки ответа:" sed -n '1,50p' "$CONFIG_FILE" exit 1 fi echo echo "3/3 Готово. Конфиг скачан:" echo " $CONFIG_FILE" echo echo "Краткая проверка конфига:" echo sed \ -e 's/^\(PrivateKey[[:space:]]*=[[:space:]]*\).*/\1***hidden***/' \ -e 's/^\(PublicKey[[:space:]]*=[[:space:]]*\).*/\1***hidden***/' \ "$CONFIG_FILE" \ | grep -E '^\[|^Address|^PrivateKey|^DNS|^Jc|^Jmin|^Jmax|^S1|^S2|^H1|^H2|^H3|^H4|^PublicKey|^AllowedIPs|^Endpoint|^PersistentKeepalive' \ || true echo echo "Serverlist сохранён тут:" echo " $SERVERLIST_FILE" echo echo "Тест завершён. OpenWRT-конфиг не трогали." ### FILE /root/hmn-test/hmn-first-test.sh.v1 -rwxr-xr-x 1 root root 4071 Jun 1 09:37 /root/hmn-test/hmn-first-test.sh.v1 sha256=6daf781e37d9070b9a04710d708947918234f46ecf20422fa506f81af8bc8b1a #!/bin/ash set -eu BASE="/root/hmn-test" AWG_PARAM="1" SERVERLIST_URL="https://hide-my-name.net/api/serverlist.php?out=js&wg" CONFIG_URL="https://hide-my-name.net/api/vpn_get_config_wg.php" mkdir -p "$BASE" TS="$(date +%Y%m%d-%H%M%S)" SERVERLIST_FILE="$BASE/serverlist-$TS.json" CONFIG_FILE="$BASE/first-tunnel-awg${AWG_PARAM}-$TS.conf" CODE_FILE="$BASE/.hmn-code-$TS" cleanup() { rm -f "$CODE_FILE" } trap cleanup EXIT INT TERM if ! command -v curl >/dev/null 2>&1; then echo "ERROR: curl не найден." echo "Поставь curl:" echo " opkg update" echo " opkg install curl ca-bundle" exit 1 fi echo "HideMyName test downloader" echo "Ничего в /etc/config/network не меняем." echo printf "Введи HideMyName access code: " stty -echo 2>/dev/null || true read -r HMN_CODE stty echo 2>/dev/null || true echo if [ -z "$HMN_CODE" ]; then echo "ERROR: пустой код." exit 1 fi printf "%s" "$HMN_CODE" > "$CODE_FILE" chmod 600 "$CODE_FILE" echo echo "1/3 Получаю список серверов..." curl -sS -L \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code@$CODE_FILE" \ --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi ONE_LINE="$(tr -d '\n\r' < "$SERVERLIST_FILE")" FIRST_RECORD="$(printf '%s' "$ONE_LINE" \ | sed 's/},/}\n/g' \ | sed -n '/"public_ips"[[:space:]]*:[[:space:]]*\["[0-9]/p' \ | head -n 1)" if [ -z "$FIRST_RECORD" ]; then echo "ERROR: не нашёл public_ips в serverlist." echo "Первые 500 символов ответа:" head -c 500 "$SERVERLIST_FILE" echo exit 1 fi SERVER_ID="$(printf '%s' "$FIRST_RECORD" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" SERVER_NAME="$(printf '%s' "$FIRST_RECORD" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_IP="$(printf '%s' "$FIRST_RECORD" \ | sed -n 's/.*"public_ips"[[:space:]]*:[[:space:]]*\["\([0-9][0-9.]*\)".*/\1/p')" if [ -z "$SERVER_IP" ]; then echo "ERROR: не смог вытащить IP первого сервера." echo "$FIRST_RECORD" exit 1 fi echo echo "Выбран первый сервер:" echo " id: ${SERVER_ID:-unknown}" echo " country: ${COUNTRY_CODE:-unknown}" echo " name: ${SERVER_NAME:-unknown}" echo " ip: $SERVER_IP" echo echo "2/3 Скачиваю конфиг AmneziaWG 1.0: awg=$AWG_PARAM ..." curl -sS -L \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code@$CODE_FILE" \ --data-urlencode "server=$SERVER_IP" \ --data "awg=$AWG_PARAM" \ "$CONFIG_URL" \ -o "$CONFIG_FILE" chmod 600 "$CONFIG_FILE" if ! grep -q '^\[Interface\]' "$CONFIG_FILE" || ! grep -q '^\[Peer\]' "$CONFIG_FILE"; then echo "ERROR: ответ не похож на WireGuard/AmneziaWG конфиг." echo "Файл сохранён тут:" echo " $CONFIG_FILE" echo echo "Первые строки ответа:" sed -n '1,40p' "$CONFIG_FILE" exit 1 fi echo echo "3/3 Готово. Конфиг скачан:" echo " $CONFIG_FILE" echo echo "Краткая проверка конфига:" echo sed \ -e 's/^\(PrivateKey[[:space:]]*=[[:space:]]*\).*/\1***hidden***/' \ -e 's/^\(PublicKey[[:space:]]*=[[:space:]]*\).*/\1***hidden***/' \ "$CONFIG_FILE" \ | grep -E '^\[|^Address|^PrivateKey|^DNS|^Jc|^Jmin|^Jmax|^S1|^S2|^H1|^H2|^H3|^H4|^PublicKey|^AllowedIPs|^Endpoint|^PersistentKeepalive' \ || true echo echo "Serverlist сохранён тут:" echo " $SERVERLIST_FILE" echo echo "Тест завершён. OpenWRT-конфиг не трогали." ### FILE /root/hmn-test/hmn-known-ip-test.sh -rwxr-xr-x 1 root root 2243 Jun 1 09:40 /root/hmn-test/hmn-known-ip-test.sh sha256=ea1af62eccea3fb8dcf5dfc1ccf7a3529ff05a7c81081dbcee8ebbdf7c71e480 #!/bin/ash set -eu BASE="/root/hmn-test" AWG_PARAM="1" CONFIG_URL="https://hide-my-name.net/api/vpn_get_config_wg.php" mkdir -p "$BASE" TS="$(date +%Y%m%d-%H%M%S)" CODE_FILE="$BASE/.hmn-code-$TS" CONFIG_FILE="$BASE/known-ip-awg${AWG_PARAM}-$TS.conf" cleanup() { rm -f "$CODE_FILE" } trap cleanup EXIT INT TERM ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface в table 200." ip route show table 200 exit 1 fi echo "Active VPN interface: $ACTIVE" echo printf "Введи HideMyName access code: " stty -echo 2>/dev/null || true read -r HMN_CODE stty echo 2>/dev/null || true echo if [ -z "$HMN_CODE" ]; then echo "ERROR: пустой код." exit 1 fi printf "Server IP [91.132.92.254]: " read -r SERVER_IP if [ -z "$SERVER_IP" ]; then SERVER_IP="91.132.92.254" fi printf "%s" "$HMN_CODE" > "$CODE_FILE" chmod 600 "$CODE_FILE" echo echo "Скачиваю AmneziaWG 1.0 config:" echo " server=$SERVER_IP" echo " awg=$AWG_PARAM" echo " via=$ACTIVE" echo curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code@$CODE_FILE" \ --data-urlencode "server=$SERVER_IP" \ --data "awg=$AWG_PARAM" \ "$CONFIG_URL" \ -o "$CONFIG_FILE" chmod 600 "$CONFIG_FILE" if ! grep -q '^\[Interface\]' "$CONFIG_FILE" || ! grep -q '^\[Peer\]' "$CONFIG_FILE"; then echo "ERROR: ответ не похож на конфиг." echo "Файл:" echo " $CONFIG_FILE" echo echo "Ответ:" sed -n '1,80p' "$CONFIG_FILE" exit 1 fi echo "OK. Конфиг скачан:" echo " $CONFIG_FILE" echo echo "Краткая проверка:" sed \ -e 's/^\(PrivateKey[[:space:]]*=[[:space:]]*\).*/\1***hidden***/' \ -e 's/^\(PublicKey[[:space:]]*=[[:space:]]*\).*/\1***hidden***/' \ "$CONFIG_FILE" \ | grep -E '^\[|^Address|^PrivateKey|^DNS|^Jc|^Jmin|^Jmax|^S1|^S2|^H1|^H2|^H3|^H4|^PublicKey|^AllowedIPs|^Endpoint|^PersistentKeepalive' \ || true echo echo "OpenWRT config не трогали." ### FILE /root/hmn-test/hmn-scan-awg.sh -rwxr-xr-x 1 root root 7258 Jun 1 09:45 /root/hmn-test/hmn-scan-awg.sh sha256=def407b85ea5c155e09870bff50060adc80519a10d75442a0505e46c220a0964 #!/bin/ash set -eu BASE="/root/hmn-test" AWG_PARAM="${AWG_PARAM:-1}" SERVERLIST_URL="https://hide-my-name.net/api/serverlist.php?out=js&wg" CONFIG_URL="https://hide-my-name.net/api/vpn_get_config_wg.php" mkdir -p "$BASE/configs-working" TS="$(date +%Y%m%d-%H%M%S)" CODE_FILE="$BASE/.hmn-code-$TS" SERVERLIST_FILE="$BASE/serverlist-$TS.json" CANDIDATES_FILE="$BASE/candidates-$TS.tsv" WORKING_FILE="$BASE/working-awg${AWG_PARAM}-$TS.tsv" FAIL_FILE="$BASE/fail-awg${AWG_PARAM}-$TS.tsv" cleanup() { rm -f "$CODE_FILE" } trap cleanup EXIT INT TERM if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface в table 200." ip route show table 200 exit 1 fi echo "HideMyName AWG scanner" echo "OpenWRT-конфиги не трогаем." echo echo "Активный egress-интерфейс:" echo " $ACTIVE" echo echo "AWG parameter:" echo " awg=$AWG_PARAM" echo if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi printf "Введи HideMyName access code: " stty -echo 2>/dev/null || true read -r HMN_CODE stty echo 2>/dev/null || true echo if [ -z "$HMN_CODE" ]; then echo "ERROR: пустой код." exit 1 fi printf "Сколько рабочих серверов найти? [10]: " read -r MAX_WORKING MAX_WORKING="${MAX_WORKING:-10}" printf "Сколько максимум IP попробовать? [80]: " read -r MAX_ATTEMPTS MAX_ATTEMPTS="${MAX_ATTEMPTS:-80}" printf "%s" "$HMN_CODE" > "$CODE_FILE" chmod 600 "$CODE_FILE" echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code@$CODE_FILE" \ --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"public_ips"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден public_ips." echo "Файл:" echo " $SERVERLIST_FILE" echo echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Готовлю список кандидатов без jq..." : > "$CANDIDATES_FILE" ONE_LINE="$(tr -d '\n\r' < "$SERVERLIST_FILE")" printf '%s\n' "$ONE_LINE" \ | sed 's/},/}\n/g' \ | while read -r REC; do echo "$REC" | grep -q '"public_ips"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" IPS_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"public_ips"[[:space:]]*:[[:space:]]*\[\([^]]*\)\].*/\1/p')" [ -n "$IPS_BLOCK" ] || continue printf '%s\n' "$IPS_BLOCK" \ | tr ',' '\n' \ | sed 's/^[[:space:]]*"//; s/"[[:space:]]*$//' \ | grep '^[0-9][0-9.]*$' \ | while read -r SERVER_IP; do printf "%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$SERVER_IP" \ >> "$CANDIDATES_FILE" done done TOTAL_CANDIDATES="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL_CANDIDATES" -eq 0 ]; then echo "ERROR: не удалось подготовить кандидатов." echo "Первые 1000 символов serverlist:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "Кандидатов IP:" echo " $TOTAL_CANDIDATES" echo printf "id\tcountry\tname\tip\tendpoint\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\tip\treason\n" > "$FAIL_FILE" echo "3/4 Проверяю кандидатов..." echo ATTEMPTS=0 FOUND=0 while IFS="$(printf '\t')" read -r SERVER_ID COUNTRY_CODE SERVER_NAME SERVER_IP; do ATTEMPTS=$((ATTEMPTS + 1)) if [ "$ATTEMPTS" -gt "$MAX_ATTEMPTS" ]; then echo echo "Достигнут лимит попыток: $MAX_ATTEMPTS" break fi echo "[$ATTEMPTS/$MAX_ATTEMPTS] $COUNTRY_CODE | $SERVER_NAME | $SERVER_IP" SAFE_NAME="$(printf '%s-%s' "$SERVER_NAME" "$SERVER_IP" \ | tr ' /,' '---' \ | tr -cd 'A-Za-z0-9_.-' \ | sed 's/--*/-/g')" TMP_CONFIG="$BASE/tmp-awg${AWG_PARAM}-$TS.conf" CONFIG_FILE="$BASE/configs-working/${SAFE_NAME}-awg${AWG_PARAM}-$TS.conf" if curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 8 --max-time 30 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code@$CODE_FILE" \ --data-urlencode "server=$SERVER_IP" \ --data "awg=$AWG_PARAM" \ "$CONFIG_URL" \ -o "$TMP_CONFIG"; then if grep -q '^\[Interface\]' "$TMP_CONFIG" && grep -q '^\[Peer\]' "$TMP_CONFIG"; then ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" mv "$TMP_CONFIG" "$CONFIG_FILE" chmod 600 "$CONFIG_FILE" FOUND=$((FOUND + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$SERVER_IP" "$ENDPOINT" "$CONFIG_FILE" \ >> "$WORKING_FILE" echo " OK -> $ENDPOINT" echo " file: $CONFIG_FILE" else REASON="$(head -n 1 "$TMP_CONFIG" | tr '\t' ' ' | cut -c1-120)" rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$SERVER_IP" "$REASON" \ >> "$FAIL_FILE" echo " FAIL: $REASON" fi else rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\tcurl_failed\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$SERVER_IP" \ >> "$FAIL_FILE" echo " FAIL: curl_failed" fi echo if [ "$FOUND" -ge "$MAX_WORKING" ]; then echo "Найдено нужное количество рабочих серверов: $FOUND" break fi sleep 1 done < "$CANDIDATES_FILE" rm -f "$BASE/tmp-awg${AWG_PARAM}-$TS.conf" echo echo "4/4 Готово." echo echo "Рабочих найдено:" echo " $FOUND" echo echo "Таблица рабочих серверов:" echo " $WORKING_FILE" echo echo "Таблица неудачных попыток:" echo " $FAIL_FILE" echo echo "Кандидаты:" ### FILE /root/hmn-test/hmn-scan-awg.sh.with-jq -rwxr-xr-x 1 root root 6255 Jun 1 09:45 /root/hmn-test/hmn-scan-awg.sh.with-jq sha256=f8cf74ab71e8f1db73c4875ee54f845cf594de8357a4290ab1fcec97f4274769 #!/bin/ash set -eu BASE="/root/hmn-test" AWG_PARAM="${AWG_PARAM:-1}" SERVERLIST_URL="https://hide-my-name.net/api/serverlist.php?out=js&wg" CONFIG_URL="https://hide-my-name.net/api/vpn_get_config_wg.php" mkdir -p "$BASE/configs-working" TS="$(date +%Y%m%d-%H%M%S)" CODE_FILE="$BASE/.hmn-code-$TS" SERVERLIST_FILE="$BASE/serverlist-$TS.json" CANDIDATES_FILE="$BASE/candidates-$TS.tsv" WORKING_FILE="$BASE/working-awg${AWG_PARAM}-$TS.tsv" FAIL_FILE="$BASE/fail-awg${AWG_PARAM}-$TS.tsv" cleanup() { rm -f "$CODE_FILE" } trap cleanup EXIT INT TERM need_cmd() { if ! command -v "$1" >/dev/null 2>&1; then echo "ERROR: нужен $1" exit 1 fi } need_cmd curl need_cmd jq ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл активный VPN interface в table 200." echo ip route show table 200 exit 1 fi echo "HideMyName AWG scanner" echo "OpenWRT-конфиги не трогаем." echo echo "Активный egress-интерфейс для доступа к HideMyName:" echo " $ACTIVE" echo echo "AWG parameter:" echo " awg=$AWG_PARAM" echo if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi printf "Введи HideMyName access code: " stty -echo 2>/dev/null || true read -r HMN_CODE stty echo 2>/dev/null || true echo if [ -z "$HMN_CODE" ]; then echo "ERROR: пустой код." exit 1 fi printf "Сколько рабочих серверов найти? [10]: " read -r MAX_WORKING MAX_WORKING="${MAX_WORKING:-10}" printf "Сколько максимум IP попробовать? [80]: " read -r MAX_ATTEMPTS MAX_ATTEMPTS="${MAX_ATTEMPTS:-80}" printf "%s" "$HMN_CODE" > "$CODE_FILE" chmod 600 "$CODE_FILE" echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code@$CODE_FILE" \ --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" if ! jq empty "$SERVERLIST_FILE" >/dev/null 2>&1; then echo "ERROR: serverlist не похож на JSON." echo "Файл:" echo " $SERVERLIST_FILE" echo echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Готовлю список кандидатов..." jq -r ' to_entries[] | .value as $s | ($s.public_ips // [])[] | [ ($s.id // ""), ($s.country_code // ""), ($s.name_en // ""), . ] | @tsv ' "$SERVERLIST_FILE" > "$CANDIDATES_FILE" TOTAL_CANDIDATES="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL_CANDIDATES" -eq 0 ]; then echo "ERROR: не нашёл public_ips в serverlist." exit 1 fi echo "Кандидатов IP:" echo " $TOTAL_CANDIDATES" echo printf "id\tcountry\tname\tip\tendpoint\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\tip\treason\n" > "$FAIL_FILE" echo "3/4 Проверяю кандидатов..." echo ATTEMPTS=0 FOUND=0 while IFS="$(printf '\t')" read -r SERVER_ID COUNTRY_CODE SERVER_NAME SERVER_IP; do ATTEMPTS=$((ATTEMPTS + 1)) if [ "$ATTEMPTS" -gt "$MAX_ATTEMPTS" ]; then echo echo "Достигнут лимит попыток: $MAX_ATTEMPTS" break fi echo "[$ATTEMPTS/$MAX_ATTEMPTS] $COUNTRY_CODE | $SERVER_NAME | $SERVER_IP" SAFE_NAME="$(printf '%s-%s' "$SERVER_NAME" "$SERVER_IP" \ | tr ' /,' '---' \ | tr -cd 'A-Za-z0-9_.-' \ | sed 's/--*/-/g')" TMP_CONFIG="$BASE/tmp-awg${AWG_PARAM}-$TS.conf" CONFIG_FILE="$BASE/configs-working/${SAFE_NAME}-awg${AWG_PARAM}-$TS.conf" if curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 8 --max-time 30 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code@$CODE_FILE" \ --data-urlencode "server=$SERVER_IP" \ --data "awg=$AWG_PARAM" \ "$CONFIG_URL" \ -o "$TMP_CONFIG"; then if grep -q '^\[Interface\]' "$TMP_CONFIG" && grep -q '^\[Peer\]' "$TMP_CONFIG"; then ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" mv "$TMP_CONFIG" "$CONFIG_FILE" chmod 600 "$CONFIG_FILE" FOUND=$((FOUND + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$SERVER_IP" "$ENDPOINT" "$CONFIG_FILE" \ >> "$WORKING_FILE" echo " OK -> $ENDPOINT" echo " file: $CONFIG_FILE" else REASON="$(head -n 1 "$TMP_CONFIG" | tr '\t' ' ' | cut -c1-120)" rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$SERVER_IP" "$REASON" \ >> "$FAIL_FILE" echo " FAIL: $REASON" fi else rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\tcurl_failed\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$SERVER_IP" \ >> "$FAIL_FILE" echo " FAIL: curl_failed" fi echo if [ "$FOUND" -ge "$MAX_WORKING" ]; then echo "Найдено нужное количество рабочих серверов: $FOUND" break fi sleep 1 done < "$CANDIDATES_FILE" rm -f "$BASE/tmp-awg${AWG_PARAM}-$TS.conf" echo echo "4/4 Готово." echo echo "Рабочих найдено:" echo " $FOUND" echo echo "Таблица рабочих серверов:" echo " $WORKING_FILE" echo echo "Таблица неудачных попыток:" echo " $FAIL_FILE" echo echo "Кандидаты:" echo " $CANDIDATES_FILE" echo echo "Рабочие конфиги:" echo " $BASE/configs-working/" echo echo "Список рабочих:" echo awk -F '\t' 'NR==1 {next} { printf "%2d. id=%s | %s | %s | %s | %s\n", NR-1, $1, $2, $3, $4, $5 }' "$WORKING_FILE" echo echo "OpenWRT network config не трогали." ### FILE /root/hmn-test/known-ip-awg1-20260601-094048.conf -rw------- 1 root root 363 Jun 1 09:41 /root/hmn-test/known-ip-awg1-20260601-094048.conf sha256=2817445df9a5520954a24d1f2199ffcad6ad91ecd46762fad1f8c9f93de6d953 [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 25 ### FILE /root/hmn-test/known-ip-awg1-20260601-095423.conf -rw------- 1 root root 359 Jun 1 09:54 /root/hmn-test/known-ip-awg1-20260601-095423.conf sha256=4983cc48a834e4e3a980d056696301d580bf23af7c8b902745d1b2a0882c0e23 [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 23 ### FILE /root/hmn-test/known-ip-awg1-20260601-100023.conf -rw------- 1 root root 359 Jun 1 10:00 /root/hmn-test/known-ip-awg1-20260601-100023.conf sha256=9e808ec4230768d89231b4bdd570e52c0ac3019b611d0a9d37cef8d32bdedadc [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 26 ### FILE /root/hmn-test/serverlist-20260601-093912.json -rw------- 1 root root 34248 Jun 1 09:39 /root/hmn-test/serverlist-20260601-093912.json sha256=e58f4baffd119bfe0e3133baf55a7de816c2875f67976b52f759d8ba8aed61bf {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"random_priority":"2","lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"random_priority":"1","lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"random_priority":"2","lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"random_priority":"2","lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"random_priority":"3","lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"random_priority":"3","lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn-test/serverlist-20260601-094527.json -rw------- 1 root root 34248 Jun 1 09:45 /root/hmn-test/serverlist-20260601-094527.json sha256=e58f4baffd119bfe0e3133baf55a7de816c2875f67976b52f759d8ba8aed61bf {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"random_priority":"2","lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"random_priority":"1","lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"random_priority":"2","lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"random_priority":"2","lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"random_priority":"3","lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"random_priority":"3","lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn-test/working-awg1-20260601-094527.tsv -rw-r--r-- 1 root root 951 Jun 1 09:47 /root/hmn-test/working-awg1-20260601-094527.tsv sha256=c6708403f5ca2f35c9970416dc392703f8ed1a196600890c56cd9225524bfd20 id country name ip endpoint config_file 118 RU Russia, Moscow S5 141.98.189.83 141.98.189.83:39408 /root/hmn-test/configs-working/Russia-Moscow-S5-141.98.189.83-awg1-20260601-094527.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 178.215.227.13:44408 /root/hmn-test/configs-working/Netherlands-Amsterdam-R5-178.215.227.13-awg1-20260601-094527.conf 201 GE Georgia, Tbilisi 45.136.124.112 45.136.124.112:46530 /root/hmn-test/configs-working/Georgia-Tbilisi-45.136.124.112-awg1-20260601-094527.conf 206 HK Hong Kong, Central District S2 112.120.98.53 112.120.98.53:46369 /root/hmn-test/configs-working/Hong-Kong-Central-District-S2-112.120.98.53-awg1-20260601-094527.conf 227 US USA, Ashburn 142.202.49.112 142.202.49.112:37638 /root/hmn-test/configs-working/USA-Ashburn-142.202.49.112-awg1-20260601-094527.conf 228 US USA, Utah 192.154.104.162 192.154.104.162:31052 /root/hmn-test/configs-working/USA-Utah-192.154.104.162-awg1-20260601-094527.conf ### FILE /root/hmn/backups/99-vpn-egress-manager.before-hotplug-lock-fix-20260601-123834 -rwxr-xr-x 1 root root 348 Jun 1 12:38 /root/hmn/backups/99-vpn-egress-manager.before-hotplug-lock-fix-20260601-123834 sha256=8be3b6ef4ee05a337912e3f46384e2afb48e2632fd0d42d5b75b49e586c5bc35 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2|vpn3|vpn4) ;; *) exit 0 ;; esac LOCK="/tmp/vpn-egress-manager.lock" mkdir "$LOCK" 2>/dev/null || exit 0 ( sleep 15 /usr/bin/vpn-egress-manager.sh rmdir "$LOCK" 2>/dev/null ) & exit 0 ### FILE /root/hmn/backups/99-vpnin-policy-route.disabled-20260601-123640 -rwxr-xr-x 1 root root 932 Jun 1 12:36 /root/hmn/backups/99-vpnin-policy-route.disabled-20260601-123640 sha256=6278ab3440b2b15f069520c3fe986dc9aa1de83b168e37d945683da3915ac012 #!/bin/sh # Rebuild routing rule for traffic entering VM101 from vpn_in. # Current topology: # vpn_in = eth1 = 10.200.0.2/24 # vpn_out tunnel = vpn1 # table 200 = VPN egress table VPN_DEV="vpn1" VPNIN_DEV="eth1" TABLE="200" # Run only on interface up/update events. [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 # VPN device must exist. ip link show "$VPN_DEV" >/dev/null 2>&1 || exit 0 # Route all traffic in table 200 through the VPN tunnel. ip route replace default dev "$VPN_DEV" table "$TABLE" # Avoid duplicate rules. ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from 10.200.0.0/24 lookup "$TABLE" 2>/dev/null # Main rule: anything entering through vpn_in goes to VPN table. ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 # Extra safety rule for traffic sourced from vpn transit network. ip rule add from 10.200.0.0/24 lookup "$TABLE" pref 10020 ip route flush cache ### FILE /root/hmn/backups/client001-before-h42a-import-20260603-162047/crontab.before -rw-r--r-- 1 root root 150 Jun 3 16:20 /root/hmn/backups/client001-before-h42a-import-20260603-162047/crontab.before sha256=5f7616f7630aa241808b801b6002048db3ecce29f9099f83e9666e8f87781517 * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-awg.sh run >/root/hmn/logs/hmn-refresh-awg-nightly.log 2>&1 ### FILE /root/hmn/backups/client001-before-h42a-import-20260603-162047/firewall.uci.before -rw-r--r-- 1 root root 3803 Jun 3 16:20 /root/hmn/backups/client001-before-h42a-import-20260603-162047/firewall.uci.before sha256=5cd98dab4cb41ce7a3fcd8dc82b37e06ef7f8d770c505830ccdd0d8fe7719691 package firewall config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' option network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'mgmt' option masq '1' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn4' list network 'vpn1' list network 'vpn3' list network 'vpn2' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' ### FILE /root/hmn/backups/client001-before-h42a-import-20260603-162047/network.uci.before -rw-r--r-- 1 root root 5283 Jun 3 16:20 /root/hmn/backups/client001-before-h42a-import-20260603-162047/network.uci.before sha256=5879904db5a8906e805b1f1323a369d71bf32c214ba0325ffeb7bc432c507006 package network config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T14:52:08+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn1 option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-01T15:24:24+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/client001-before-h42c-load-slots-20260603-163645/network.uci.before -rw-r--r-- 1 root root 5283 Jun 3 16:36 /root/hmn/backups/client001-before-h42c-load-slots-20260603-163645/network.uci.before sha256=b310d121c570932a96e1f2aa5c6318b4c94fc42e4b5b93b72d2e8bc82b46d8f2 package network config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T14:52:08+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn1 option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/client001-before-h42c-load-slots-20260603-163645/selected-awg1-latest.tsv.before -rw-r--r-- 1 root root 372 Jun 1 15:24 /root/hmn/backups/client001-before-h42c-load-slots-20260603-163645/selected-awg1-latest.tsv.before sha256=39e1fac154d276d43c0ff677152f081d4e8b2059161c96ee454ff6d801abb082 slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000030.679 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000034.051 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf ### FILE /root/hmn/backups/client001-before-h42d-selected-cache-20260603-163829/selected-awg1-latest.tsv.before -rw-r--r-- 1 root root 372 Jun 1 15:24 /root/hmn/backups/client001-before-h42d-selected-cache-20260603-163829/selected-awg1-latest.tsv.before sha256=39e1fac154d276d43c0ff677152f081d4e8b2059161c96ee454ff6d801abb082 slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000030.679 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000034.051 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf ### FILE /root/hmn/backups/failover-manager-before-fix-20260601-132034/99-vpn-egress-manager -rwxr-xr-x 1 root root 691 Jun 1 12:38 /root/hmn/backups/failover-manager-before-fix-20260601-132034/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### FILE /root/hmn/backups/failover-manager-before-fix-20260601-132034/99-vpnin-policy-route -rwxr-xr-x 1 root root 168 Jun 1 12:36 /root/hmn/backups/failover-manager-before-fix-20260601-132034/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### FILE /root/hmn/backups/failover-manager-before-fix-20260601-132034/active-slot -rw-r--r-- 1 root root 5 Jun 1 13:20 /root/hmn/backups/failover-manager-before-fix-20260601-132034/active-slot sha256=a5d46f9f74cb971c15698484e3d1a909e3e42da65b38f2e934600e47dfb43d25 vpn1 ### FILE /root/hmn/backups/failover-manager-before-fix-20260601-132034/network -rw------- 1 root root 5288 Jun 1 13:03 /root/hmn/backups/failover-manager-before-fix-20260601-132034/network sha256=f7194f7a27bc53716a2dcf73980f2c48b333bd48457de8418f46a23502e08599 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T12:19:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-01T13:03:01+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/failover-manager-before-fix-20260601-132034/vpn-egress-manager.sh -rwxr-xr-x 1 root root 6189 Jun 1 12:28 /root/hmn/backups/failover-manager-before-fix-20260601-132034/vpn-egress-manager.sh sha256=6ed154c4b4586f55ec063cefe50af7bf313f3c6f4ebb1d381330cd11f9b9924d #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } if [ -e "$MAINTENANCE_FILE" ]; then logger -t "$LOGTAG" "maintenance flag present, exiting" exit 0 fi if ! mkdir "$LOCKDIR" 2>/dev/null; then logger -t "$LOGTAG" "another manager instance is running, exiting" exit 0 fi trap manager_cleanup EXIT INT TERM ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi logger -t "$LOGTAG" "both VPN slots are down, using WAN fail-open" use_wan ### FILE /root/hmn/backups/hmn-download-all-awg.before-quarantine-reset-20260601-135846.sh -rwxr-xr-x 1 root root 8362 Jun 1 10:06 /root/hmn/backups/hmn-download-all-awg.before-quarantine-reset-20260601-135846.sh sha256=d61a2cea021f03ae4fdf4b4f42e81cc075d6764763a53f215de7b3ecc03ced7c #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" echo "3/4 Скачиваю конфиги для всех WG-кандидатов..." echo N=0 OK=0 FAIL=0 while IFS="$(printf '\t')" read -r SERVER_ID COUNTRY_CODE SERVER_NAME WG_IP WG_PORT; do N=$((N + 1)) EXPECTED_ENDPOINT="${WG_IP}:${WG_PORT}" SAFE_NAME="$(printf '%03d-%s-%s-%s' "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" \ | tr ' /,' '---' \ | tr -cd 'A-Za-z0-9_.-' \ | sed 's/--*/-/g')" TMP_CONFIG="$RUN_DIR/tmp-${SAFE_NAME}.conf" CONFIG_FILE="$CONFIG_DIR/${SAFE_NAME}-awg${AWG_PARAM}.conf" echo "[$N/$TOTAL] $COUNTRY_CODE | $SERVER_NAME | $EXPECTED_ENDPOINT" if curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 8 --max-time 35 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data-urlencode "server=$WG_IP" \ --data "awg=$AWG_PARAM" \ "$CONFIG_URL" \ -o "$TMP_CONFIG"; then if grep -q '^\[Interface\]' "$TMP_CONFIG" && grep -q '^\[Peer\]' "$TMP_CONFIG"; then ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" ADDRESS="$(awk -F'= *' '/^Address[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" if [ "$ENDPOINT" = "$EXPECTED_ENDPOINT" ]; then MATCH="yes" else MATCH="NO_expected_${EXPECTED_ENDPOINT}" fi mv "$TMP_CONFIG" "$CONFIG_FILE" chmod 600 "$CONFIG_FILE" printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ "$ENDPOINT" "$MATCH" "$ADDRESS" "$CONFIG_FILE" \ >> "$WORKING_FILE" OK=$((OK + 1)) echo " OK -> $ENDPOINT | address=$ADDRESS | match=$MATCH" else REASON="$(head -n 1 "$TMP_CONFIG" | tr '\t' ' ' | cut -c1-180)" rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" "$REASON" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: $REASON" fi else rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\tcurl_failed\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: curl_failed" fi echo sleep 1 done < "$CANDIDATES_FILE" rm -f "$RUN_DIR"/tmp-*.conf 2>/dev/null || true rm -f "$LATEST_DIR" ln -s "$CONFIG_DIR" "$LATEST_DIR" cp "$WORKING_FILE" "$BASE/cache/working-awg${AWG_PARAM}-latest.tsv" cp "$FAIL_FILE" "$BASE/cache/fail-awg${AWG_PARAM}-latest.tsv" cp "$CANDIDATES_FILE" "$BASE/cache/wg-candidates-latest.tsv" chmod 600 "$BASE/cache/"*.tsv 2>/dev/null || true { echo "HideMyName AWG download summary" echo "timestamp=$TS" echo "awg=$AWG_PARAM" echo "request_iface=$ACTIVE" echo "total_candidates=$TOTAL" echo "ok=$OK" echo "fail=$FAIL" echo "config_dir=$CONFIG_DIR" echo "working_file=$WORKING_FILE" ### FILE /root/hmn/backups/hmn-load-egress-slot.sh.before-step031b3-20260708-103114 -rw------- 1 root root 4415 Jul 8 10:28 /root/hmn/backups/hmn-load-egress-slot.sh.before-step031b3-20260708-103114 sha256=f81d1cdae5845caf09dbc8653bff1f6072187542a6ced70d5172fc84af7897b6 #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-dry-run}" case "$SLOT" in vpn1|vpn2|vpn3|vpn4|vpn5) ;; *) echo "ERROR: slot must be vpn1..vpn5" >&2 echo "Usage:" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf dry-run" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load-up" >&2 exit 1 ;; esac case "$ACTION" in dry-run|load|load-up) ;; *) echo "ERROR: action must be dry-run, load, or load-up" >&2 exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: config not found: $CONF" >&2 exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } '\'' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: config parse failed" >&2 echo "CONF=$CONF" >&2 echo "Address=$ADDRESS" >&2 echo "Endpoint=$ENDPOINT" >&2 exit 1 fi echo "HMN generic egress slot loader" echo "slot=$SLOT" echo "config=$CONF" echo "endpoint=$ENDPOINT" echo "address=$ADDRESS" echo "action=$ACTION" if [ "$ACTION" = "dry-run" ]; then echo "DRY_RUN=YES" echo "No changes applied." exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-egress-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup: $BACKUP" ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='\''interface'\'' uci set network."$SLOT".proto='\''amneziawg'\'' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='\''0'\'' uci set network."$SLOT".disabled='\''0'\'' uci set network."$SLOT".delegate='\''0'\'' uci set network."$SLOT".peerdns='\''0'\'' uci set network."$SLOT".defaultroute='\''0'\'' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS='\'','\'' for D in $DNS; do D="$(echo "$D" | sed '\''s/^[[:space:]]*//; s/[[:space:]]*$//'\'')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS='\'','\'' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed '\''s/^[[:space:]]*//; s/[[:space:]]*$//'\'')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='\''0'\'' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network."$SLOT".hmn_role='\''egress_pool_slot'\'' uci set network."$SLOT".hmn_source_config="$CONF" uci set network."$SLOT".hmn_loaded_at="$(date -Iseconds)" uci set network."$SLOT".hmn_endpoint="$ENDPOINT" uci commit network echo "Loaded slot $SLOT." echo "Slot remains down unless action=load-up." if [ "$ACTION" = "load-up" ]; then echo "Bringing $SLOT up..." ifup "$SLOT" sleep 10 /usr/bin/amneziawg show "$SLOT" 2>/dev/null || true fi ### FILE /root/hmn/backups/hmn-load-egress-slot.sh.before-step031b4-20260708-103325 -rw------- 1 root root 4415 Jul 8 10:28 /root/hmn/backups/hmn-load-egress-slot.sh.before-step031b4-20260708-103325 sha256=f81d1cdae5845caf09dbc8653bff1f6072187542a6ced70d5172fc84af7897b6 #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-dry-run}" case "$SLOT" in vpn1|vpn2|vpn3|vpn4|vpn5) ;; *) echo "ERROR: slot must be vpn1..vpn5" >&2 echo "Usage:" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf dry-run" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load-up" >&2 exit 1 ;; esac case "$ACTION" in dry-run|load|load-up) ;; *) echo "ERROR: action must be dry-run, load, or load-up" >&2 exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: config not found: $CONF" >&2 exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } '\'' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: config parse failed" >&2 echo "CONF=$CONF" >&2 echo "Address=$ADDRESS" >&2 echo "Endpoint=$ENDPOINT" >&2 exit 1 fi echo "HMN generic egress slot loader" echo "slot=$SLOT" echo "config=$CONF" echo "endpoint=$ENDPOINT" echo "address=$ADDRESS" echo "action=$ACTION" if [ "$ACTION" = "dry-run" ]; then echo "DRY_RUN=YES" echo "No changes applied." exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-egress-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup: $BACKUP" ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='\''interface'\'' uci set network."$SLOT".proto='\''amneziawg'\'' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='\''0'\'' uci set network."$SLOT".disabled='\''0'\'' uci set network."$SLOT".delegate='\''0'\'' uci set network."$SLOT".peerdns='\''0'\'' uci set network."$SLOT".defaultroute='\''0'\'' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS='\'','\'' for D in $DNS; do D="$(echo "$D" | sed '\''s/^[[:space:]]*//; s/[[:space:]]*$//'\'')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS='\'','\'' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed '\''s/^[[:space:]]*//; s/[[:space:]]*$//'\'')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='\''0'\'' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network."$SLOT".hmn_role='\''egress_pool_slot'\'' uci set network."$SLOT".hmn_source_config="$CONF" uci set network."$SLOT".hmn_loaded_at="$(date -Iseconds)" uci set network."$SLOT".hmn_endpoint="$ENDPOINT" uci commit network echo "Loaded slot $SLOT." echo "Slot remains down unless action=load-up." if [ "$ACTION" = "load-up" ]; then echo "Bringing $SLOT up..." ifup "$SLOT" sleep 10 /usr/bin/amneziawg show "$SLOT" 2>/dev/null || true fi ### FILE /root/hmn/backups/hmn-rank-awg.before-quarantine-20260601-135559.sh -rwxr-xr-x 1 root root 2683 Jun 1 11:06 /root/hmn/backups/hmn-rank-awg.before-quarantine-20260601-135559.sh sha256=6f3922d2e4a1e9a0fa98f0ddb3856f9886ca3efec8299dd0388da5be16d99a69 #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Потом это можно сделать настройкой в hmn.env. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" ' NR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### FILE /root/hmn/backups/hmn.env.20260706-161014 -rw------- 1 root root 434 Jul 6 16:10 /root/hmn/backups/hmn.env.20260706-161014 sha256=8adfa267e6e39f9a9d259945b88c91ed7a54a1e30620af424f891af94fbdc399 # HideMyName local secrets/settings # Created: 2026-06-01T10:04:02+00:00 HMN_ACCESS_CODE=MASKED # Current working default for VM101/client001 HMN_AWG_PARAM='1' HMN_PROTOCOL='amneziawg1' # HideMyName API HMN_SERVERLIST_URL='https://hide-my-name.net/api/serverlist.php?out=js&wg' HMN_CONFIG_URL='https://hide-my-name.net/api/vpn_get_config_wg.php' # auto = use default dev from routing table 200 HMN_REQUEST_IFACE='auto' ### FILE /root/hmn/backups/network-before-egress-load-vpn3-20260708-103448 -rw------- 1 root root 5018 Jul 8 10:34 /root/hmn/backups/network-before-egress-load-vpn3-20260708-103448 sha256=b85d8570c028f73728f2ed53833477090c8074418cd0e4fcb7524893f53205f2 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:40+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-08T06:15:47+00:00' option hmn_endpoint '192.121.163.235:42530' config amneziawg_vpn2 option description '128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.121.163.235' option endpoint_port '42530' ### FILE /root/hmn/backups/network-before-egress-load-vpn4-20260708-104101 -rw------- 1 root root 6090 Jul 8 10:41 /root/hmn/backups/network-before-egress-load-vpn4-20260708-104101 sha256=4aac9845a92210a5cd878552e6458b230500ab404b7a1053157b7355a34d5ff3 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:40+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-08T06:15:47+00:00' option hmn_endpoint '192.121.163.235:42530' config amneziawg_vpn2 option description '128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.121.163.235' option endpoint_port '42530' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'egress_pool_slot' option hmn_source_config 'KEYMASK-100614/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-08T10:34:48+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn3 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/network-before-egress-load-vpn5-20260708-104257 -rw------- 1 root root 7160 Jul 8 10:42 /root/hmn/backups/network-before-egress-load-vpn5-20260708-104257 sha256=26968a28cd0e11c2aab4794bfc8aeacf28eab8d211afd364ddc0faf5f7449d3f config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:40+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-08T06:15:47+00:00' option hmn_endpoint '192.121.163.235:42530' config amneziawg_vpn2 option description '128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.121.163.235' option endpoint_port '42530' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'egress_pool_slot' option hmn_source_config 'KEYMASK-100614/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-08T10:34:48+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn3 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '132' option awg_s2 '22' option awg_h1 '1314107157' option awg_h2 '894303025' option awg_h3 '687987321' option awg_h4 '1498765620' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.120.171/32' list dns '1.1.1.1' option hmn_role 'egress_pool_slot' option hmn_source_config 'KEYMASK-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' option hmn_loaded_at '2026-07-08T10:41:01+00:00' option hmn_endpoint '78.31.250.16:41729' config amneziawg_vpn4 option description '072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '78.31.250.16' option endpoint_port '41729' ### FILE /root/hmn/backups/network-before-load-vpn1-20260601-111640 -rw------- 1 root root 4890 Jun 1 11:16 /root/hmn/backups/network-before-load-vpn1-20260601-111640 sha256=7275505a9d301416932904395389ce08575bb6e9ca84486f23c015209beabeff config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' list dns '1.1.1.1' option auto '0' list addresses '10.91.235.78/32' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn1 option description 'NetherlandsAmsterdamR5.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-01T10:35:04+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' ### FILE /root/hmn/backups/network-before-load-vpn1-20260601-130301 -rw------- 1 root root 5276 Jun 1 13:03 /root/hmn/backups/network-before-load-vpn1-20260601-130301 sha256=425d7aba154de098d8e1c7c7efd1c9eddf7e5157540715843c2bacb06fa4cfd3 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T11:16:40+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn1 option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T12:19:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' ### FILE /root/hmn/backups/network-before-load-vpn1-20260601-143639 -rw------- 1 root root 5288 Jun 1 14:36 /root/hmn/backups/network-before-load-vpn1-20260601-143639 sha256=f7194f7a27bc53716a2dcf73980f2c48b333bd48457de8418f46a23502e08599 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T12:19:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-01T13:03:01+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/network-before-load-vpn1-20260601-143803 -rw------- 1 root root 5291 Jun 1 14:38 /root/hmn/backups/network-before-load-vpn1-20260601-143803 sha256=f73cbf87a959c23665ff413180a3b142484c7639e6af3ff391c099c62aba8cc4 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T12:19:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-01T14:36:39+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-load-vpn1-20260601-145208 -rw------- 1 root root 5279 Jun 1 14:52 /root/hmn/backups/network-before-load-vpn1-20260601-145208 sha256=6a89e873fc3843eabc5306d48172510f3054d40e97b665cdb8cff0f0a5f6c453 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-01T14:38:03+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-01T14:51:55+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn1-20260603-163645 -rw------- 1 root root 5267 Jun 3 16:36 /root/hmn/backups/network-before-load-vpn1-20260603-163645 sha256=4949f8af1cb2912bb12bbf00217456d8ad131534662fb8855545300eeca4a312 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T14:52:08+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn1 option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn1-20260603-164822 -rw------- 1 root root 3948 Jun 3 16:48 /root/hmn/backups/network-before-load-vpn1-20260603-164822 sha256=6124dacf8dc9a78c35ec1849ff5ad45bdd332381c265d2442797346ee1ab81f6 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-03T16:36:45+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-03T16:37:01+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-load-vpn1-20260603-171347 -rw------- 1 root root 3929 Jun 3 17:13 /root/hmn/backups/network-before-load-vpn1-20260603-171347 sha256=78bcc68239c3be5b3183d9c3ad781385069f33b534d43d8ecdd441d253c5d7e2 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-03T16:48:22+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-03T17:01:29+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-load-vpn1-20260603-203331 -rw------- 1 root root 3928 Jun 3 20:33 /root/hmn/backups/network-before-load-vpn1-20260603-203331 sha256=4c4bfd020f999c36af5dd149cb85cbbbaf3967ea9501d142f03e9e86162a9a8f config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-03T17:13:47+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-03T19:15:30+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn2 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.244.202' option endpoint_port '45735' ### FILE /root/hmn/backups/network-before-load-vpn1-20260605-054125 -rw------- 1 root root 3934 Jun 5 05:41 /root/hmn/backups/network-before-load-vpn1-20260605-054125 sha256=c6913f285900218c270be4ea4077f5702b185ec9724f40f62949ea00a9778caa config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-03T20:33:31+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn1 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '151.236.30.139' option endpoint_port '33998' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-04T06:36:26+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-05T04:33:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn1-20260605-150225 -rw------- 1 root root 3937 Jun 5 15:02 /root/hmn/backups/network-before-load-vpn1-20260605-150225 sha256=4fd46924741f174e5a317bff164014f177c4738b343bf4b24595020f08200296 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-05T04:33:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-05T05:41:25+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-05T14:31:29+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-load-vpn1-20260606-054330 -rw------- 1 root root 3928 Jun 6 05:43 /root/hmn/backups/network-before-load-vpn1-20260606-054330 sha256=7b8cad5cd59aa79477313124a6d1f21b9342f43c1189f6d05aa7818e8acb34c6 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-05T15:02:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-05T16:14:29+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn2 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.71.244.202' option endpoint_port '45735' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn1-20260606-091029 -rw------- 1 root root 3948 Jun 6 09:10 /root/hmn/backups/network-before-load-vpn1-20260606-091029 sha256=91c25dfb7157b0726e907fd24eab8cbe86138ed9d7d898649367f4f9429df4eb config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-06T05:43:30+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-06T08:27:39+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/network-before-load-vpn1-20260606-161926 -rw------- 1 root root 3923 Jun 6 16:19 /root/hmn/backups/network-before-load-vpn1-20260606-161926 sha256=e4ea9672b4b6b7c71f14d59ce5dcd9ee39f3a929addcd6ceb15edbbacdbec1fd config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-06T09:10:29+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn1 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '151.236.30.139' option endpoint_port '33998' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-06T16:07:26+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-load-vpn1-20260606-185025 -rw------- 1 root root 3925 Jun 6 18:50 /root/hmn/backups/network-before-load-vpn1-20260606-185025 sha256=6e8ed61f5c046521da8e05726e2dec26a8bdd1757bfd360fc33a063998c58ec6 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-06T16:19:26+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.110.248/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-06-06T17:57:25+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn2 option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '89.46.237.14' option endpoint_port '38594' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T18:20:24+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn1-20260606-204232 -rw------- 1 root root 3948 Jun 6 20:42 /root/hmn/backups/network-before-load-vpn1-20260606-204232 sha256=dce805508dc9edda0caeb243b4de02a3d7c717183b8c0d2f50b3f9de90e1a20b config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T18:20:24+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-06T18:50:25+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-06T19:15:29+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-load-vpn1-20260607-102826 -rw------- 1 root root 3920 Jun 7 10:28 /root/hmn/backups/network-before-load-vpn1-20260607-102826 sha256=1103105f9c6911d7dae0ef6f1e1f395f2ffb2ea904ff1793f05e7a75045c1bf5 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-06T20:42:32+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn1 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '157.173.25.198' option endpoint_port '34340' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-06T21:56:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn1-20260607-112926 -rw------- 1 root root 3948 Jun 7 11:29 /root/hmn/backups/network-before-load-vpn1-20260607-112926 sha256=42ddb3ce0a05323805d612f56f15dccf03fab5357f1c705557af51f93bdd157f config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-07T10:28:26+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T11:27:26+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-load-vpn1-20260607-114826 -rw------- 1 root root 3929 Jun 7 11:48 /root/hmn/backups/network-before-load-vpn1-20260607-114826 sha256=efc994f8b9619f110eec8f4989ba43355edbe627d303d6e747f46ab08aa0b341 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-07T11:29:26+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-07T11:44:26+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn2 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### FILE /root/hmn/backups/network-before-load-vpn1-20260607-115730 -rw------- 1 root root 3927 Jun 7 11:57 /root/hmn/backups/network-before-load-vpn1-20260607-115730 sha256=7b4a0a1f5d3e980efc345324e0325481f313ba42189c5a98267ecf24f27a8e99 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-07T11:48:26+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn1 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.71.244.202' option endpoint_port '45735' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.110.248/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-06-07T11:53:30+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn2 option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '89.46.237.14' option endpoint_port '38594' ### FILE /root/hmn/backups/network-before-load-vpn1-20260607-140125 -rw------- 1 root root 3921 Jun 7 14:01 /root/hmn/backups/network-before-load-vpn1-20260607-140125 sha256=4064fcff90105e2af56a387a7973e7621a2cd24f55c3aa394b84b84233b36a3d config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '52' option awg_s2 '88' option awg_h1 '247439890' option awg_h2 '1157952265' option awg_h3 '469264248' option awg_h4 '95652034' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.189.240/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option hmn_loaded_at '2026-06-07T11:57:30+00:00' option hmn_endpoint '84.32.230.159:43808' config amneziawg_vpn1 option description '073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '84.32.230.159' option endpoint_port '43808' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-07T13:59:25+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-load-vpn1-20260607-143729 -rw------- 1 root root 3943 Jun 7 14:37 /root/hmn/backups/network-before-load-vpn1-20260607-143729 sha256=4ce608535486854815c0c91c5d80b768b5a9b806dac20bb843c49bed8d275625 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-07T14:01:25+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T14:20:29+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-load-vpn1-20260607-161629 -rw------- 1 root root 3931 Jun 7 16:16 /root/hmn/backups/network-before-load-vpn1-20260607-161629 sha256=981b4b937cc6fbe455565dcd12ab9eae5ee8abe7ec8a7fbf22bee600bd5a9b78 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-07T14:37:29+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn1 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.71.244.202' option endpoint_port '45735' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-07T14:48:25+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn2 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### FILE /root/hmn/backups/network-before-load-vpn1-20260607-180625 -rw------- 1 root root 3927 Jun 7 18:06 /root/hmn/backups/network-before-load-vpn1-20260607-180625 sha256=1bd0ba0ce6bd96b8cbf9d3d063030ab719d27fbea6f243d7dbcfb269d0d93cb8 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-06-07T16:16:29+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.235.136/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-06-07T17:56:29+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn2 option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.71.27.64' option endpoint_port '40044' ### FILE /root/hmn/backups/network-before-load-vpn1-20260608-104429 -rw------- 1 root root 3934 Jun 8 10:44 /root/hmn/backups/network-before-load-vpn1-20260608-104429 sha256=ce22cfe4f71f07d30a1d333ca4d334906ccb5005033f0b62063d3b28376a5141 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-07T18:06:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T20:59:30+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-08T04:32:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn1-20260706-160850 -rw------- 1 root root 4149 Jul 6 16:08 /root/hmn/backups/network-before-load-vpn1-20260706-160850 sha256=821ae07a0bd91bda95b0d44e9d6405abb620a7aee44db11d69f6c3c240648f28 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-08T04:32:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-08T10:44:29+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' ### FILE /root/hmn/backups/network-before-load-vpn1-20260706-170753 -rw------- 1 root root 4170 Jul 6 17:07 /root/hmn/backups/network-before-load-vpn1-20260706-170753 sha256=6a7d519e0e0b37257f5aaabeaea52b0305b0dd73fdfe720d36daa4a371730286 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/network-before-load-vpn2-20260601-110946 -rw------- 1 root root 4506 Jun 1 11:09 /root/hmn/backups/network-before-load-vpn2-20260601-110946 sha256=efaaae1256e0ef9bf6da810779a753b9d6db865dc4e0be99f75524aa261d5e05 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' list dns '1.1.1.1' option auto '0' list addresses '10.91.235.78/32' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '80' option awg_s2 '113' option awg_h1 '1671317470' option awg_h2 '469282168' option awg_h3 '844208806' option awg_h4 '4169549' list dns '1.1.1.1' option auto '0' list addresses '10.83.46.58/32' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn1 option description 'NetherlandsAmsterdamR5.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config amneziawg_vpn2 option description 'NorwaySandefjordS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '185.14.97.151' option endpoint_port '42180' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-01T10:35:04+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn2-20260603-163701 -rw------- 1 root root 5279 Jun 3 16:37 /root/hmn/backups/network-before-load-vpn2-20260603-163701 sha256=8bd7be73cdab1674776399811fed862c6590ad1d5e2ce07130eee7d969d83cbe config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-03T16:36:45+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/network-before-load-vpn2-20260603-170129 -rw------- 1 root root 3943 Jun 3 17:01 /root/hmn/backups/network-before-load-vpn2-20260603-170129 sha256=a1794c244e0b28c3e6ae304187e94eeb4f8636d4883090619c924283291624fa config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-03T16:37:01+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-03T16:48:22+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/hmn/backups/network-before-load-vpn2-20260603-191530 -rw------- 1 root root 3920 Jun 3 19:15 /root/hmn/backups/network-before-load-vpn2-20260603-191530 sha256=1902a985bc3dc35616bc9bb5588e182931691389daff163f72ee3ff3aa40726c config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-03T17:01:29+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.25.198' option endpoint_port '34340' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-03T17:13:47+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '157.173.27.69' option endpoint_port '41797' ### FILE /root/hmn/backups/network-before-load-vpn2-20260604-063626 -rw------- 1 root root 3931 Jun 4 06:36 /root/hmn/backups/network-before-load-vpn2-20260604-063626 sha256=96852be710234877ba415d7dfb48fb8c1d72667ce3ed20da34f8065330c5ac92 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-03T19:15:30+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn2 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.244.202' option endpoint_port '45735' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-03T20:33:31+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn1 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '151.236.30.139' option endpoint_port '33998' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-04T04:33:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn2-20260605-143129 -rw------- 1 root root 3948 Jun 5 14:31 /root/hmn/backups/network-before-load-vpn2-20260605-143129 sha256=c2f41d5909ad06d00412b61e11069cb595b17cedc50f10f9df67ee1ab6b182b7 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-04T06:36:26+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-05T04:33:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-05T05:41:25+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-load-vpn2-20260605-161429 -rw------- 1 root root 3920 Jun 5 16:14 /root/hmn/backups/network-before-load-vpn2-20260605-161429 sha256=074c0e320e1f641250ae25224fefb80cd0e5e24f59c22156e2edd805730b302b config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-05T04:33:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-05T14:31:29+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.25.198' option endpoint_port '34340' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-05T15:02:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.27.69' option endpoint_port '41797' ### FILE /root/hmn/backups/network-before-load-vpn2-20260606-082739 -rw------- 1 root root 3945 Jun 6 08:27 /root/hmn/backups/network-before-load-vpn2-20260606-082739 sha256=8db03963b00093e7be76cff35f881456e082a19faf2baf1eb86d5cd475102b47 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-05T16:14:29+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn2 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.71.244.202' option endpoint_port '45735' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-06T05:43:30+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-load-vpn2-20260606-160726 -rw------- 1 root root 3934 Jun 6 16:07 /root/hmn/backups/network-before-load-vpn2-20260606-160726 sha256=e6ac908cfa232a2a63a98d592e9353f9230f4f180b4d0768355da19104201f75 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-06T08:27:39+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-06T09:10:29+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn1 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### FILE /root/hmn/backups/network-before-load-vpn2-20260606-175725 -rw------- 1 root root 3929 Jun 6 17:57 /root/hmn/backups/network-before-load-vpn2-20260606-175725 sha256=02ed012c4e797f7e4104475b4958fcf424e101f0c8abefb3b48d17d3376c5841 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-06T16:07:26+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.25.198' option endpoint_port '34340' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-06T16:19:26+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/hmn/backups/network-before-load-vpn2-20260606-191529 -rw------- 1 root root 3930 Jun 6 19:15 /root/hmn/backups/network-before-load-vpn2-20260606-191529 sha256=3d0bd9a03e1ad049161f350cea8ba1a26aecf56f64334c480e49ac13ce4eebb8 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.110.248/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-06-06T17:57:25+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn2 option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '89.46.237.14' option endpoint_port '38594' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T18:20:24+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-06T18:50:25+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/network-before-load-vpn2-20260606-215625 -rw------- 1 root root 3937 Jun 6 21:56 /root/hmn/backups/network-before-load-vpn2-20260606-215625 sha256=b55626cb7482e833c1613e8399622cb317e4a48e2adb89e4be9ac2e142debf7b config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T18:20:24+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-06T19:15:29+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-06T20:42:32+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn1 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-load-vpn2-20260607-112726 -rw------- 1 root root 3931 Jun 7 11:27 /root/hmn/backups/network-before-load-vpn2-20260607-112726 sha256=35c6cf6c282181d70e46cc7b229faabc4e5c5dc6cafca29f896ec6e0625f91ca config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-06T21:56:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-07T10:28:26+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/network-before-load-vpn2-20260607-114426 -rw------- 1 root root 3943 Jun 7 11:44 /root/hmn/backups/network-before-load-vpn2-20260607-114426 sha256=982e8133ee7f6efe9f865f96a8f986dd529e882ec60ff3b0eb4de27a6e9ea142 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T11:27:26+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-07T11:29:26+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/hmn/backups/network-before-load-vpn2-20260607-115330 -rw------- 1 root root 3931 Jun 7 11:53 /root/hmn/backups/network-before-load-vpn2-20260607-115330 sha256=7c4b6d02fc672642b63f75c9ad99549d2a11cf9f8f1bccfc35561edef0a45dd3 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-07T11:44:26+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn2 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '151.236.30.139' option endpoint_port '33998' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-07T11:48:26+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn1 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.71.244.202' option endpoint_port '45735' ### FILE /root/hmn/backups/network-before-load-vpn2-20260607-135925 -rw------- 1 root root 3917 Jun 7 13:59 /root/hmn/backups/network-before-load-vpn2-20260607-135925 sha256=68ff08d343f71cc9e9da059d5e788b811b5d4cbc2f31397a4ada7916640b0cfc config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.110.248/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-06-07T11:53:30+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn2 option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '89.46.237.14' option endpoint_port '38594' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '52' option awg_s2 '88' option awg_h1 '247439890' option awg_h2 '1157952265' option awg_h3 '469264248' option awg_h4 '95652034' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.189.240/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option hmn_loaded_at '2026-06-07T11:57:30+00:00' option hmn_endpoint '84.32.230.159:43808' config amneziawg_vpn1 option description '073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '84.32.230.159' option endpoint_port '43808' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn2-20260607-142029 -rw------- 1 root root 3929 Jun 7 14:20 /root/hmn/backups/network-before-load-vpn2-20260607-142029 sha256=2c7e0b179ce125a8a4f259aa51c24dbc1f5caa0ae852a0e0ad1d02fc757bb3e3 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-07T13:59:25+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '157.173.25.198' option endpoint_port '34340' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-07T14:01:25+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/hmn/backups/network-before-load-vpn2-20260607-144825 -rw------- 1 root root 3945 Jun 7 14:48 /root/hmn/backups/network-before-load-vpn2-20260607-144825 sha256=ce571aed4d932a3c80d7d07770208e993a4f86d7e7497596a060a80382366ff2 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T14:20:29+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-07T14:37:29+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn1 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.71.244.202' option endpoint_port '45735' ### FILE /root/hmn/backups/network-before-load-vpn2-20260607-175629 -rw------- 1 root root 3930 Jun 7 17:56 /root/hmn/backups/network-before-load-vpn2-20260607-175629 sha256=3144f7db5727f11f41dadd3398246f9b5862b8feb4c7d007790a185a2f448f4c config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-07T14:48:25+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn2 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '151.236.30.139' option endpoint_port '33998' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-06-07T16:16:29+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '37.235.54.96' option endpoint_port '38971' ### FILE /root/hmn/backups/network-before-load-vpn2-20260607-205930 -rw------- 1 root root 3917 Jun 7 20:59 /root/hmn/backups/network-before-load-vpn2-20260607-205930 sha256=4b97827a9c4e1bb666d609074e72f9b96b6992564d820edb271216eca91318c1 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.235.136/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-06-07T17:56:29+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn2 option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-07T18:06:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T18:20:31+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn2-20260706-101643 -rw------- 1 root root 4166 Jul 6 10:16 /root/hmn/backups/network-before-load-vpn2-20260706-101643 sha256=a2e7e9b2cf99a1d5fa1ff08826b133dc52a1683041af5793f3279654922cde45 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T20:59:30+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-08T04:32:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-08T10:44:29+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' ### FILE /root/hmn/backups/network-before-load-vpn2-20260706-165654 -rw------- 1 root root 4155 Jul 6 16:56 /root/hmn/backups/network-before-load-vpn2-20260706-165654 sha256=8b2fbaa9e8b847bc9f5ddd14aff2d65e60fc53d6e9a7b1cef6a12f748f3d9b94 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' ### FILE /root/hmn/backups/network-before-load-vpn2-20260708-061547 -rw------- 1 root root 5028 Jul 8 06:15 /root/hmn/backups/network-before-load-vpn2-20260708-061547 sha256=41e3f4279391f1710bffd121ba53bd776a6170e9e9c1f7494d7f3a6532657a4d config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:40+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.71.27.64' option endpoint_port '40044' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161434 -rw------- 1 root root 4150 Jul 6 16:14 /root/hmn/backups/network-before-vpn_test-20260706-161434 sha256=981163433cd9a207c2991651adfe1122ed406ed989ee2337dfc3745baff3a249 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-08T04:32:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161456 -rw------- 1 root root 4163 Jul 6 16:14 /root/hmn/backups/network-before-vpn_test-20260706-161456 sha256=639d107ae23c4c2f51b39041a411cf084783850602d976993fbabb94c1e45380 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '135' option awg_h1 '1422669011' option awg_h2 '543679791' option awg_h3 '382041125' option awg_h4 '953428777' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.119.249.139/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' option hmn_loaded_at '2026-07-06T16:14:34+00:00' option hmn_endpoint '192.36.27.17:35500' config amneziawg_vpn_test option description '012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.36.27.17' option endpoint_port '35500' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161529 -rw------- 1 root root 4159 Jul 6 16:15 /root/hmn/backups/network-before-vpn_test-20260706-161529 sha256=b49d26d150a9be34aa2d38accef23f112b633287654fdab8b39e377a8e70cd97 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '30' option awg_s2 '131' option awg_h1 '1837495102' option awg_h2 '940542036' option awg_h3 '1582281868' option awg_h4 '1143305597' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.112.60.219/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' option hmn_loaded_at '2026-07-06T16:14:56+00:00' option hmn_endpoint '38.244.192.244:45389' config amneziawg_vpn_test option description '029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '38.244.192.244' option endpoint_port '45389' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161547 -rw------- 1 root root 4166 Jul 6 16:15 /root/hmn/backups/network-before-vpn_test-20260706-161547 sha256=1c9f76cf732048d7cf50266648f0ef08dc9a8999572090dfc41bc9509b5353c5 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.254.15/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-07-06T16:15:29+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn_test option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161606 -rw------- 1 root root 4142 Jul 6 16:16 /root/hmn/backups/network-before-vpn_test-20260706-161606 sha256=6b3e1f3091dbfaffc3647551470d681c5ed53ee3ca7329eda07a80e78f0a43a5 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '61' option awg_s2 '136' option awg_h1 '1795991743' option awg_h2 '307629285' option awg_h3 '522608605' option awg_h4 '127610214' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.101.61.41/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' option hmn_loaded_at '2026-07-06T16:15:47+00:00' option hmn_endpoint '38.7.197.83:38465' config amneziawg_vpn_test option description '063-CL-Chile-Santiago-38.7.197.83-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '38.7.197.83' option endpoint_port '38465' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161625 -rw------- 1 root root 4168 Jul 6 16:16 /root/hmn/backups/network-before-vpn_test-20260706-161625 sha256=2bda754c8f62ee9e96361f1a3674875078bc5ea6e58f56211c756b5c2860e128 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '90' option awg_s2 '37' option awg_h1 '822986125' option awg_h2 '1999522532' option awg_h3 '1189897438' option awg_h4 '1647357381' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.56.214/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' option hmn_loaded_at '2026-07-06T16:16:06+00:00' option hmn_endpoint '107.172.187.100:39480' config amneziawg_vpn_test option description '071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '107.172.187.100' option endpoint_port '39480' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161644 -rw------- 1 root root 4172 Jul 6 16:16 /root/hmn/backups/network-before-vpn_test-20260706-161644 sha256=8c0817b50abe3d744ac01b707c5b9ffea4027843af6876ebc57a6bab7dddc812 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:16:25+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn_test option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161703 -rw------- 1 root root 4152 Jul 6 16:17 /root/hmn/backups/network-before-vpn_test-20260706-161703 sha256=64fae9a27444123de61d498681134c97133b017deee654750c4e61ca5e8a71ef config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '42' option awg_s2 '60' option awg_h1 '1186737533' option awg_h2 '874365716' option awg_h3 '213670866' option awg_h4 '812342967' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.43.173/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' option hmn_loaded_at '2026-07-06T16:16:44+00:00' option hmn_endpoint '107.175.93.59:31095' config amneziawg_vpn_test option description '087-US-USA-New-York-S1-107.175.93.59-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '107.175.93.59' option endpoint_port '31095' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161722 -rw------- 1 root root 4149 Jul 6 16:17 /root/hmn/backups/network-before-vpn_test-20260706-161722 sha256=d421294c4ddfbe906f5185e8608ff3a1eb8d26eab460a6c16a97411e412f584a config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '149' option awg_s2 '146' option awg_h1 '567924200' option awg_h2 '647841499' option awg_h3 '1891448980' option awg_h4 '319702062' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.108.112/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' option hmn_loaded_at '2026-07-06T16:17:03+00:00' option hmn_endpoint '107.174.226.51:44839' config amneziawg_vpn_test option description '088-US-USA-Dallas-107.174.226.51-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '107.174.226.51' option endpoint_port '44839' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161745 -rw------- 1 root root 4150 Jul 6 16:17 /root/hmn/backups/network-before-vpn_test-20260706-161745 sha256=2451352c4dcd2c61835dff057f4098daaf7dede3d99a4c905dbe6e1e0ffb5eaa config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '54' option awg_s2 '132' option awg_h1 '993118416' option awg_h2 '384584260' option awg_h3 '2084033864' option awg_h4 '961714636' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.108.238.215/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' option hmn_loaded_at '2026-07-06T16:17:22+00:00' option hmn_endpoint '192.121.162.75:45945' config amneziawg_vpn_test option description '094-JP-Japan-Tokyo-192.121.162.75-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.121.162.75' option endpoint_port '45945' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161803 -rw------- 1 root root 4155 Jul 6 16:18 /root/hmn/backups/network-before-vpn_test-20260706-161803 sha256=bd822a1d3b03ba00e521e6ba7d4f1eeedb31c304da8aa0a2e1bed454b503e3b3 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.111.97/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-07-06T16:17:45+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn_test option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '89.46.237.14' option endpoint_port '38594' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161825 -rw------- 1 root root 4143 Jul 6 16:18 /root/hmn/backups/network-before-vpn_test-20260706-161825 sha256=d3c0fe31a934161351cdc2cba0df96dc01b0a41ddaf3af08f3728c3fc4f3c483 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '103' option awg_s2 '128' option awg_h1 '1411727827' option awg_h2 '1159928711' option awg_h3 '1509131242' option awg_h4 '754832080' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.82.239.94/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' option hmn_loaded_at '2026-07-06T16:18:03+00:00' option hmn_endpoint '103.57.251.39:37380' config amneziawg_vpn_test option description '114-PS-UAE-Dubai-103.57.251.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '103.57.251.39' option endpoint_port '37380' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161847 -rw------- 1 root root 4162 Jul 6 16:18 /root/hmn/backups/network-before-vpn_test-20260706-161847 sha256=77464d9ad94d095c89bab21a9c66958400da2564ef8e20c7e21a1c929da9726f config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '80' option awg_s2 '113' option awg_h1 '1671317470' option awg_h2 '469282168' option awg_h3 '844208806' option awg_h4 '4169549' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.41.157/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' option hmn_loaded_at '2026-07-06T16:18:25+00:00' option hmn_endpoint '185.14.97.234:37492' config amneziawg_vpn_test option description '115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '185.14.97.234' option endpoint_port '37492' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161906 -rw------- 1 root root 4164 Jul 6 16:19 /root/hmn/backups/network-before-vpn_test-20260706-161906 sha256=e95164126e6001f6e84932387008fcb7d6327a64b10549850e31aab3bd3e2c7a config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '58' option awg_h1 '1055152911' option awg_h2 '214072845' option awg_h3 '1395608927' option awg_h4 '1408422343' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.172.142/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' option hmn_loaded_at '2026-07-06T16:18:47+00:00' option hmn_endpoint '64.253.89.235:37402' config amneziawg_vpn_test option description '117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '64.253.89.235' option endpoint_port '37402' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161925 -rw------- 1 root root 4158 Jul 6 16:19 /root/hmn/backups/network-before-vpn_test-20260706-161925 sha256=cd22bc2aeef416f80bd2cf4010ddf88ca145b4fb0131f87fa466897a62e5ab39 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '122' option awg_s2 '126' option awg_h1 '1690265964' option awg_h2 '1702612724' option awg_h3 '722801417' option awg_h4 '1734153820' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.235.104/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' option hmn_loaded_at '2026-07-06T16:19:06+00:00' option hmn_endpoint '141.98.189.83:39408' config amneziawg_vpn_test option description '118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '141.98.189.83' option endpoint_port '39408' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161943 -rw------- 1 root root 4162 Jul 6 16:19 /root/hmn/backups/network-before-vpn_test-20260706-161943 sha256=fbfcfbd663fc2ec34f07949d0bd808480cc5c773753e0bd25ab19a16e1365682 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-06T16:19:25+00:00' option hmn_endpoint '192.121.163.235:42530' config amneziawg_vpn_test option description '128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.121.163.235' option endpoint_port '42530' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162005 -rw------- 1 root root 4161 Jul 6 16:20 /root/hmn/backups/network-before-vpn_test-20260706-162005 sha256=4e3d3286c978b3575bcf1397ecf897cc30c1859f72a3993e3394814f83a5fe9a config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '101' option awg_s2 '35' option awg_h1 '106053217' option awg_h2 '1373084354' option awg_h3 '1879635090' option awg_h4 '623143754' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.172.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' option hmn_loaded_at '2026-07-06T16:19:43+00:00' option hmn_endpoint '89.46.232.39:40316' config amneziawg_vpn_test option description '129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '89.46.232.39' option endpoint_port '40316' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162025 -rw------- 1 root root 4159 Jul 6 16:20 /root/hmn/backups/network-before-vpn_test-20260706-162025 sha256=4349054e9a94c47f4a09cca4c24b0149e76db7716f5b947931b0129bdbcde34a config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.170.125/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-07-06T16:20:05+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '46.246.127.84' option endpoint_port '36230' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162047 -rw------- 1 root root 4158 Jul 6 16:20 /root/hmn/backups/network-before-vpn_test-20260706-162047 sha256=29ac02d72db1bfb36f657691a410c3d4fe7809ba6f9fa9dd1e558242fa48d468 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '29' option awg_s2 '133' option awg_h1 '388560523' option awg_h2 '1003136170' option awg_h3 '559651682' option awg_h4 '777607441' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.89.174.45/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' option hmn_loaded_at '2026-07-06T16:20:25+00:00' option hmn_endpoint '194.71.126.45:32821' config amneziawg_vpn_test option description '141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '194.71.126.45' option endpoint_port '32821' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162105 -rw------- 1 root root 4167 Jul 6 16:21 /root/hmn/backups/network-before-vpn_test-20260706-162105 sha256=d92e7c9283fd7c9057ffb46dc08d5a3f63b199249413b65bec1a8067c29a360a config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:20:47+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_test option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162124 -rw------- 1 root root 4162 Jul 6 16:21 /root/hmn/backups/network-before-vpn_test-20260706-162124 sha256=896b6c0530045cde68bab55a568f3a24f539a76d26f3e47e286c6374897d1e92 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '143' option awg_h1 '1943142100' option awg_h2 '1154665998' option awg_h3 '1159227869' option awg_h4 '2081036883' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.43.12/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' option hmn_loaded_at '2026-07-06T16:21:05+00:00' option hmn_endpoint '23.158.72.87:45460' config amneziawg_vpn_test option description '147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '23.158.72.87' option endpoint_port '45460' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162142 -rw------- 1 root root 4161 Jul 6 16:21 /root/hmn/backups/network-before-vpn_test-20260706-162142 sha256=80fc278b6de8b6aa0dcfeec7b94386f95768e58b15af379b10c9ba179de3d3e4 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.168.223/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-07-06T16:21:24+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn_test option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162200 -rw------- 1 root root 4175 Jul 6 16:22 /root/hmn/backups/network-before-vpn_test-20260706-162200 sha256=e1bd81de8f216b50551ca44f5ebf114429684bdcd1281706c89ab7d49dc43646 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T16:21:42+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn_test option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162219 -rw------- 1 root root 4167 Jul 6 16:22 /root/hmn/backups/network-before-vpn_test-20260706-162219 sha256=644613f877596efbf5d766c2548ef5646f7dfb537eabb4b99c197c94fabf5b36 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.173.35/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-07-06T16:22:00+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn_test option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.244.202' option endpoint_port '45735' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162237 -rw------- 1 root root 4169 Jul 6 16:22 /root/hmn/backups/network-before-vpn_test-20260706-162237 sha256=652286ddb6d1e61a24ac92199a01eef2f4c6a059820ec8632adc6bc072db5210 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '51' option awg_h1 '144970534' option awg_h2 '210374235' option awg_h3 '1100727461' option awg_h4 '1885204570' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.77.236.75/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' option hmn_loaded_at '2026-07-06T16:22:19+00:00' option hmn_endpoint '109.248.198.4:37129' config amneziawg_vpn_test option description '162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '109.248.198.4' option endpoint_port '37129' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162255 -rw------- 1 root root 4160 Jul 6 16:22 /root/hmn/backups/network-before-vpn_test-20260706-162255 sha256=d4f7219bf35d78e088a65c005ebc970b6081013527ad7bc095cc03da911284e1 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.237.218/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-07-06T16:22:37+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn_test option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162314 -rw------- 1 root root 4180 Jul 6 16:23 /root/hmn/backups/network-before-vpn_test-20260706-162314 sha256=4d097d61a32ae716f5924fbd617e4d813722a9af7ffac9a81ee818c3ea33b921 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '100' option awg_s2 '44' option awg_h1 '130876854' option awg_h2 '243485631' option awg_h3 '1201804100' option awg_h4 '1701356678' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.95.47.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' option hmn_loaded_at '2026-07-06T16:22:55+00:00' option hmn_endpoint '112.120.98.53:46369' config amneziawg_vpn_test option description '206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '112.120.98.53' option endpoint_port '46369' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162336 -rw------- 1 root root 4159 Jul 6 16:23 /root/hmn/backups/network-before-vpn_test-20260706-162336 sha256=ee41bcf73ad56107725a68cff5f3f9cdd738802050f63850bdb30d51fd474bbc config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.43.208/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:14+00:00' option hmn_endpoint '89.40.104.201:36979' config amneziawg_vpn_test option description '214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '89.40.104.201' option endpoint_port '36979' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162355 -rw------- 1 root root 4150 Jul 6 16:23 /root/hmn/backups/network-before-vpn_test-20260706-162355 sha256=8f534d40bf162578e7a0c1ad8697b3c012319a0d8bc6798aac05ff5dd578a973 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '34' option awg_s2 '49' option awg_h1 '679240017' option awg_h2 '1624207748' option awg_h3 '139122664' option awg_h4 '1720133880' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.66.44.225/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:36+00:00' option hmn_endpoint '77.67.8.84:43378' config amneziawg_vpn_test option description '218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '77.67.8.84' option endpoint_port '43378' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042048 -rw------- 1 root root 5028 Jul 7 04:20 /root/hmn/backups/network-before-vpn_test-20260707-042048 sha256=bfc6c05e938f278e9c33e56a12ef4c4c9b70f7bede4de932430734e9dd317d84 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042110 -rw------- 1 root root 5036 Jul 7 04:21 /root/hmn/backups/network-before-vpn_test-20260707-042110 sha256=36915d7b562c10ca973eb057319c3137af468d8b9c0d7adf85502b7f44d456af config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '135' option awg_h1 '1422669011' option awg_h2 '543679791' option awg_h3 '382041125' option awg_h4 '953428777' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.119.249.139/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' option hmn_loaded_at '2026-07-07T04:20:48+00:00' option hmn_endpoint '192.36.27.17:35500' config amneziawg_vpn_test option description '012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.36.27.17' option endpoint_port '35500' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042132 -rw------- 1 root root 5032 Jul 7 04:21 /root/hmn/backups/network-before-vpn_test-20260707-042132 sha256=10a087fef74a606a4d5e3a0a83544df007382afdb24fb3bb303fcdc8eedfbe1a config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '30' option awg_s2 '131' option awg_h1 '1837495102' option awg_h2 '940542036' option awg_h3 '1582281868' option awg_h4 '1143305597' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.112.60.219/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' option hmn_loaded_at '2026-07-07T04:21:10+00:00' option hmn_endpoint '38.244.192.244:45389' config amneziawg_vpn_test option description '029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '38.244.192.244' option endpoint_port '45389' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042151 -rw------- 1 root root 5030 Jul 7 04:21 /root/hmn/backups/network-before-vpn_test-20260707-042151 sha256=ba7a7f97c5dc8bbf5f3c385820666ea799a027e3fb4e6585772640d0cae20dd2 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.187.205/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-07T04:21:32+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn_test option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '157.173.27.69' option endpoint_port '41797' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042209 -rw------- 1 root root 5039 Jul 7 04:22 /root/hmn/backups/network-before-vpn_test-20260707-042209 sha256=50dfe77bd7dd15ff6b8f37f52b6696afb7daeab4249d81d0fd516b7a7721932b config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.254.15/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-07-07T04:21:51+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn_test option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042228 -rw------- 1 root root 5015 Jul 7 04:22 /root/hmn/backups/network-before-vpn_test-20260707-042228 sha256=3f3c80a034f5a44002ce39c682d87fc4f3912faf3b7028f8daf69655df5fcee8 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '61' option awg_s2 '136' option awg_h1 '1795991743' option awg_h2 '307629285' option awg_h3 '522608605' option awg_h4 '127610214' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.101.61.41/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' option hmn_loaded_at '2026-07-07T04:22:09+00:00' option hmn_endpoint '38.7.197.83:38465' config amneziawg_vpn_test option description '063-CL-Chile-Santiago-38.7.197.83-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '38.7.197.83' option endpoint_port '38465' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042247 -rw------- 1 root root 5048 Jul 7 04:22 /root/hmn/backups/network-before-vpn_test-20260707-042247 sha256=569b1e394e028c3b6979d956abf066892fa69f6f4434922f9160116b3d028232 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '34' option awg_s2 '16' option awg_h1 '252047467' option awg_h2 '456418039' option awg_h3 '1815241126' option awg_h4 '377746471' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.102.248.214/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf' option hmn_loaded_at '2026-07-07T04:22:28+00:00' option hmn_endpoint '193.235.207.39:38330' config amneziawg_vpn_test option description '070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '193.235.207.39' option endpoint_port '38330' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042307 -rw------- 1 root root 5041 Jul 7 04:23 /root/hmn/backups/network-before-vpn_test-20260707-042307 sha256=45c97337f08f28e460c9b04773d76a98c656b7cd2445b2907ea5026c6004b62d config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '90' option awg_s2 '37' option awg_h1 '822986125' option awg_h2 '1999522532' option awg_h3 '1189897438' option awg_h4 '1647357381' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.56.214/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' option hmn_loaded_at '2026-07-07T04:22:47+00:00' option hmn_endpoint '107.172.187.100:39480' config amneziawg_vpn_test option description '071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '107.172.187.100' option endpoint_port '39480' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042325 -rw------- 1 root root 5042 Jul 7 04:23 /root/hmn/backups/network-before-vpn_test-20260707-042325 sha256=d3e6fb7dc2d61c3d4fc78619bb5716e18e851bae9c012f93a4185983e507fca9 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '132' option awg_s2 '22' option awg_h1 '1314107157' option awg_h2 '894303025' option awg_h3 '687987321' option awg_h4 '1498765620' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.120.171/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' option hmn_loaded_at '2026-07-07T04:23:07+00:00' option hmn_endpoint '78.31.250.16:41729' config amneziawg_vpn_test option description '072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '78.31.250.16' option endpoint_port '41729' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042353 -rw------- 1 root root 5031 Jul 7 04:23 /root/hmn/backups/network-before-vpn_test-20260707-042353 sha256=3b0a32fa8a33876803a47e633e29a191a69bc6b7af6f449214dc3d6320b49669 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '52' option awg_s2 '88' option awg_h1 '247439890' option awg_h2 '1157952265' option awg_h3 '469264248' option awg_h4 '95652034' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.187.191/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option hmn_loaded_at '2026-07-07T04:23:25+00:00' option hmn_endpoint '84.32.230.159:43808' config amneziawg_vpn_test option description '073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '84.32.230.159' option endpoint_port '43808' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042413 -rw------- 1 root root 5029 Jul 7 04:24 /root/hmn/backups/network-before-vpn_test-20260707-042413 sha256=eb066392f23d80fbbe69f5e6ba7f026dc0740d034def490eb702089dffc77ad7 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '27' option awg_s2 '36' option awg_h1 '1855558697' option awg_h2 '940493219' option awg_h3 '2052923685' option awg_h4 '112204269' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.120.117/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf' option hmn_loaded_at '2026-07-07T04:23:53+00:00' option hmn_endpoint '149.154.157.24:35090' config amneziawg_vpn_test option description '076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '149.154.157.24' option endpoint_port '35090' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042432 -rw------- 1 root root 5025 Jul 7 04:24 /root/hmn/backups/network-before-vpn_test-20260707-042432 sha256=8e77165fb3254e6cc8ec6dc0c2d0b47cde80c17706c0a1d2817fb88ac94f8e5c config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '42' option awg_s2 '60' option awg_h1 '1186737533' option awg_h2 '874365716' option awg_h3 '213670866' option awg_h4 '812342967' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.43.173/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' option hmn_loaded_at '2026-07-07T04:24:13+00:00' option hmn_endpoint '107.175.93.59:31095' config amneziawg_vpn_test option description '087-US-USA-New-York-S1-107.175.93.59-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '107.175.93.59' option endpoint_port '31095' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042451 -rw------- 1 root root 5022 Jul 7 04:24 /root/hmn/backups/network-before-vpn_test-20260707-042451 sha256=80e95b293f7863dd380f3f329672ce7188f7c95a6c990a7224df3c98a4b693a9 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '149' option awg_s2 '146' option awg_h1 '567924200' option awg_h2 '647841499' option awg_h3 '1891448980' option awg_h4 '319702062' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.108.112/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' option hmn_loaded_at '2026-07-07T04:24:32+00:00' option hmn_endpoint '107.174.226.51:44839' config amneziawg_vpn_test option description '088-US-USA-Dallas-107.174.226.51-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '107.174.226.51' option endpoint_port '44839' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042513 -rw------- 1 root root 5023 Jul 7 04:25 /root/hmn/backups/network-before-vpn_test-20260707-042513 sha256=4a915d646e087e32c0d4dbfe24d084dcc09fbe75bfd3e8713d93c96f1d54926b config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '54' option awg_s2 '132' option awg_h1 '993118416' option awg_h2 '384584260' option awg_h3 '2084033864' option awg_h4 '961714636' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.108.238.215/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' option hmn_loaded_at '2026-07-07T04:24:51+00:00' option hmn_endpoint '192.121.162.75:45945' config amneziawg_vpn_test option description '094-JP-Japan-Tokyo-192.121.162.75-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.121.162.75' option endpoint_port '45945' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042532 -rw------- 1 root root 5028 Jul 7 04:25 /root/hmn/backups/network-before-vpn_test-20260707-042532 sha256=272173dab1883d0a720269f1b47ae721d9e4f3b7304daa5fb77afe75ca76e6d3 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.111.97/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-07-07T04:25:13+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn_test option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '89.46.237.14' option endpoint_port '38594' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042554 -rw------- 1 root root 5016 Jul 7 04:25 /root/hmn/backups/network-before-vpn_test-20260707-042554 sha256=62294ce90ea55f366b74f3bb532f8e66b1b0cee8e2e5c00899675a0c6914e6cd config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '103' option awg_s2 '128' option awg_h1 '1411727827' option awg_h2 '1159928711' option awg_h3 '1509131242' option awg_h4 '754832080' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.82.239.94/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' option hmn_loaded_at '2026-07-07T04:25:32+00:00' option hmn_endpoint '103.57.251.39:37380' config amneziawg_vpn_test option description '114-PS-UAE-Dubai-103.57.251.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '103.57.251.39' option endpoint_port '37380' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042616 -rw------- 1 root root 5035 Jul 7 04:26 /root/hmn/backups/network-before-vpn_test-20260707-042616 sha256=f3ef64ff928354e6c8c8d70a021aa7c3203e0395e5ffbee3a74d55ae93ead1d9 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '80' option awg_s2 '113' option awg_h1 '1671317470' option awg_h2 '469282168' option awg_h3 '844208806' option awg_h4 '4169549' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.41.157/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' option hmn_loaded_at '2026-07-07T04:25:54+00:00' option hmn_endpoint '185.14.97.234:37492' config amneziawg_vpn_test option description '115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '185.14.97.234' option endpoint_port '37492' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042634 -rw------- 1 root root 5037 Jul 7 04:26 /root/hmn/backups/network-before-vpn_test-20260707-042634 sha256=f13260480f1c5969c80a6546bedb9751d3cb0d2b918fa3e7b0267ac1cb214572 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '58' option awg_h1 '1055152911' option awg_h2 '214072845' option awg_h3 '1395608927' option awg_h4 '1408422343' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.172.142/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' option hmn_loaded_at '2026-07-07T04:26:16+00:00' option hmn_endpoint '64.253.89.235:37402' config amneziawg_vpn_test option description '117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '64.253.89.235' option endpoint_port '37402' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042653 -rw------- 1 root root 5031 Jul 7 04:26 /root/hmn/backups/network-before-vpn_test-20260707-042653 sha256=8faeb378d1ebff45c905b84f1332a4480287eec98137708943016aae41f1211c config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '122' option awg_s2 '126' option awg_h1 '1690265964' option awg_h2 '1702612724' option awg_h3 '722801417' option awg_h4 '1734153820' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.235.104/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' option hmn_loaded_at '2026-07-07T04:26:34+00:00' option hmn_endpoint '141.98.189.83:39408' config amneziawg_vpn_test option description '118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '141.98.189.83' option endpoint_port '39408' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042711 -rw------- 1 root root 5035 Jul 7 04:27 /root/hmn/backups/network-before-vpn_test-20260707-042711 sha256=3f895ed2c7304da9ed56312341d0331ceb77b318a306f7018b896d6a1ace9222 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-07T04:26:53+00:00' option hmn_endpoint '192.121.163.235:42530' config amneziawg_vpn_test option description '128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.121.163.235' option endpoint_port '42530' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042733 -rw------- 1 root root 5034 Jul 7 04:27 /root/hmn/backups/network-before-vpn_test-20260707-042733 sha256=e5a8ca6bdfc653b7ab6f5d4d93cbff41282e9ab4c4a6ca1d365a8dd63fb40d6e config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '101' option awg_s2 '35' option awg_h1 '106053217' option awg_h2 '1373084354' option awg_h3 '1879635090' option awg_h4 '623143754' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.172.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' option hmn_loaded_at '2026-07-07T04:27:11+00:00' option hmn_endpoint '89.46.232.39:40316' config amneziawg_vpn_test option description '129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '89.46.232.39' option endpoint_port '40316' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042752 -rw------- 1 root root 5032 Jul 7 04:27 /root/hmn/backups/network-before-vpn_test-20260707-042752 sha256=d7fce958f79e0dd3952381eed6c82d2c20317cc770f8fc0a90e69531a121cbbd config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.170.125/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-07-07T04:27:33+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '46.246.127.84' option endpoint_port '36230' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042814 -rw------- 1 root root 5031 Jul 7 04:28 /root/hmn/backups/network-before-vpn_test-20260707-042814 sha256=ed4b71f71634311385ea57b9f9dbddf262e5c4a61d67c282cefc51b50a686ec1 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '29' option awg_s2 '133' option awg_h1 '388560523' option awg_h2 '1003136170' option awg_h3 '559651682' option awg_h4 '777607441' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.89.174.45/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' option hmn_loaded_at '2026-07-07T04:27:52+00:00' option hmn_endpoint '194.71.126.45:32821' config amneziawg_vpn_test option description '141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '194.71.126.45' option endpoint_port '32821' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042833 -rw------- 1 root root 5040 Jul 7 04:28 /root/hmn/backups/network-before-vpn_test-20260707-042833 sha256=4ef98381429488f12b83ef81061d504c1f86427168ae47ac5484fce5fe4d3f86 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-07T04:28:14+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_test option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '37.235.54.96' option endpoint_port '38971' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042851 -rw------- 1 root root 5035 Jul 7 04:28 /root/hmn/backups/network-before-vpn_test-20260707-042851 sha256=34330daf360154aa59465924df2fcc32090b368d6c6b55361163585449321b14 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '143' option awg_h1 '1943142100' option awg_h2 '1154665998' option awg_h3 '1159227869' option awg_h4 '2081036883' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.43.12/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' option hmn_loaded_at '2026-07-07T04:28:33+00:00' option hmn_endpoint '23.158.72.87:45460' config amneziawg_vpn_test option description '147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '23.158.72.87' option endpoint_port '45460' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042909 -rw------- 1 root root 5034 Jul 7 04:29 /root/hmn/backups/network-before-vpn_test-20260707-042909 sha256=12a240d8f706eff713b6513c871567478f4ce28243592827f92c0572ffd15726 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.168.223/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-07-07T04:28:51+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn_test option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042928 -rw------- 1 root root 5048 Jul 7 04:29 /root/hmn/backups/network-before-vpn_test-20260707-042928 sha256=dea122ad3fc178203da4a5c771b219147584a4411707b929a4ebfe2dedf4d47a config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-07T04:29:09+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn_test option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042946 -rw------- 1 root root 5040 Jul 7 04:29 /root/hmn/backups/network-before-vpn_test-20260707-042946 sha256=b1a6bffc6921d29570342869bbcbb00e656b662d169419eee16add3228fca0ab config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.173.35/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-07-07T04:29:28+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn_test option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '192.71.244.202' option endpoint_port '45735' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-043004 -rw------- 1 root root 5042 Jul 7 04:30 /root/hmn/backups/network-before-vpn_test-20260707-043004 sha256=8ec7fbdfaa3e24300d2e84960a561dc1871e5c58e9d497ae6bd298720667f4c5 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '51' option awg_h1 '144970534' option awg_h2 '210374235' option awg_h3 '1100727461' option awg_h4 '1885204570' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.77.236.75/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' option hmn_loaded_at '2026-07-07T04:29:46+00:00' option hmn_endpoint '109.248.198.4:37129' config amneziawg_vpn_test option description '162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '109.248.198.4' option endpoint_port '37129' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-043023 -rw------- 1 root root 5033 Jul 7 04:30 /root/hmn/backups/network-before-vpn_test-20260707-043023 sha256=bdd7ca9fa83b519b7b6a59832f9dd1e17d8db2d7d27dcb1b9b6be1b4c3db4cfb config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.237.218/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-07-07T04:30:04+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn_test option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-043041 -rw------- 1 root root 5053 Jul 7 04:30 /root/hmn/backups/network-before-vpn_test-20260707-043041 sha256=17094d8d8a36b09c48a26c9309820a9e47dbb1945ee71674c39082f4f8fecd4d config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '100' option awg_s2 '44' option awg_h1 '130876854' option awg_h2 '243485631' option awg_h3 '1201804100' option awg_h4 '1701356678' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.95.47.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' option hmn_loaded_at '2026-07-07T04:30:23+00:00' option hmn_endpoint '112.120.98.53:46369' config amneziawg_vpn_test option description '206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '112.120.98.53' option endpoint_port '46369' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-043103 -rw------- 1 root root 5032 Jul 7 04:31 /root/hmn/backups/network-before-vpn_test-20260707-043103 sha256=b8b6c2a7a5afc98cfb7c7286abedc603402d9a4d3c541e3b3188369996f40cf8 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.43.208/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' option hmn_loaded_at '2026-07-07T04:30:41+00:00' option hmn_endpoint '89.40.104.201:36979' config amneziawg_vpn_test option description '214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '89.40.104.201' option endpoint_port '36979' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-043122 -rw------- 1 root root 5023 Jul 7 04:31 /root/hmn/backups/network-before-vpn_test-20260707-043122 sha256=6da1239a6c974548bf4a00078c0bf2f487606f16ca2f99d1ea8e9f25f9707077 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '34' option awg_s2 '49' option awg_h1 '679240017' option awg_h2 '1624207748' option awg_h3 '139122664' option awg_h4 '1720133880' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.66.44.225/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' option hmn_loaded_at '2026-07-07T04:31:03+00:00' option hmn_endpoint '77.67.8.84:43378' config amneziawg_vpn_test option description '218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '77.67.8.84' option endpoint_port '43378' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042045 -rw------- 1 root root 5028 Jul 8 04:20 /root/hmn/backups/network-before-vpn_test-20260708-042045 sha256=a7fefae78024b65475b542d4654b9d9e84483e2948de9be9217be37bc67e4219 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-07T04:31:22+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042107 -rw------- 1 root root 5036 Jul 8 04:21 /root/hmn/backups/network-before-vpn_test-20260708-042107 sha256=dc43cf1b90bd016cf214d13ab4fb9fd241c22034ae85e4bc256a217b22384887 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '135' option awg_h1 '1422669011' option awg_h2 '543679791' option awg_h3 '382041125' option awg_h4 '953428777' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.119.249.139/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' option hmn_loaded_at '2026-07-08T04:20:45+00:00' option hmn_endpoint '192.36.27.17:35500' config amneziawg_vpn_test option description '012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.36.27.17' option endpoint_port '35500' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042129 -rw------- 1 root root 5032 Jul 8 04:21 /root/hmn/backups/network-before-vpn_test-20260708-042129 sha256=feca7713f3cfbb0e3003b907d14ea0b45a270ad5bf4f5d6827c252bf3248df46 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '30' option awg_s2 '131' option awg_h1 '1837495102' option awg_h2 '940542036' option awg_h3 '1582281868' option awg_h4 '1143305597' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.112.60.219/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' option hmn_loaded_at '2026-07-08T04:21:07+00:00' option hmn_endpoint '38.244.192.244:45389' config amneziawg_vpn_test option description '029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '38.244.192.244' option endpoint_port '45389' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042147 -rw------- 1 root root 5030 Jul 8 04:21 /root/hmn/backups/network-before-vpn_test-20260708-042147 sha256=3b351bea1163a34c5526b066485d977213a23cdd0369c5172ec988e9992761b8 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.187.205/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-08T04:21:29+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn_test option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '157.173.27.69' option endpoint_port '41797' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042209 -rw------- 1 root root 5035 Jul 8 04:22 /root/hmn/backups/network-before-vpn_test-20260708-042209 sha256=f335114b1d923cb987959e924109fa6e6ca63c8d08535028ccf3e8ba293e878b config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '27' option awg_s2 '50' option awg_h1 '210752714' option awg_h2 '1301278135' option awg_h3 '1533848134' option awg_h4 '1470285624' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.98.185.144/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf' option hmn_loaded_at '2026-07-08T04:21:47+00:00' option hmn_endpoint '192.71.247.18:35999' config amneziawg_vpn_test option description '053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '192.71.247.18' option endpoint_port '35999' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042228 -rw------- 1 root root 5039 Jul 8 04:22 /root/hmn/backups/network-before-vpn_test-20260708-042228 sha256=cddd6ff2a892ebc13b9c99d35c82ae29bd24100af5f2325153b4e57c50a10257 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.254.15/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-07-08T04:22:09+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn_test option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042246 -rw------- 1 root root 5015 Jul 8 04:22 /root/hmn/backups/network-before-vpn_test-20260708-042246 sha256=03feeae13641bdd67f965ca207bc74e7fc80ef3957d73920784c41c94880d722 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '61' option awg_s2 '136' option awg_h1 '1795991743' option awg_h2 '307629285' option awg_h3 '522608605' option awg_h4 '127610214' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.101.61.41/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' option hmn_loaded_at '2026-07-08T04:22:28+00:00' option hmn_endpoint '38.7.197.83:38465' config amneziawg_vpn_test option description '063-CL-Chile-Santiago-38.7.197.83-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '38.7.197.83' option endpoint_port '38465' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042306 -rw------- 1 root root 5048 Jul 8 04:23 /root/hmn/backups/network-before-vpn_test-20260708-042306 sha256=8197cc5a60163db73332ecec6f3ad1db71e89fb78bf1832930005903714b22c6 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '34' option awg_s2 '16' option awg_h1 '252047467' option awg_h2 '456418039' option awg_h3 '1815241126' option awg_h4 '377746471' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.102.248.214/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf' option hmn_loaded_at '2026-07-08T04:22:46+00:00' option hmn_endpoint '193.235.207.39:38330' config amneziawg_vpn_test option description '070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '193.235.207.39' option endpoint_port '38330' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042325 -rw------- 1 root root 5041 Jul 8 04:23 /root/hmn/backups/network-before-vpn_test-20260708-042325 sha256=809041f8511441b0e24be48ab4b4fd641f00e561259b81ad6d6a1c403e1ebf49 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '90' option awg_s2 '37' option awg_h1 '822986125' option awg_h2 '1999522532' option awg_h3 '1189897438' option awg_h4 '1647357381' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.56.214/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' option hmn_loaded_at '2026-07-08T04:23:06+00:00' option hmn_endpoint '107.172.187.100:39480' config amneziawg_vpn_test option description '071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '107.172.187.100' option endpoint_port '39480' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042343 -rw------- 1 root root 5042 Jul 8 04:23 /root/hmn/backups/network-before-vpn_test-20260708-042343 sha256=d470c09b18204a3ab63d44a3ccf69e2139302d13b32697d9ac20a7ccf1691a60 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '132' option awg_s2 '22' option awg_h1 '1314107157' option awg_h2 '894303025' option awg_h3 '687987321' option awg_h4 '1498765620' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.120.171/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' option hmn_loaded_at '2026-07-08T04:23:25+00:00' option hmn_endpoint '78.31.250.16:41729' config amneziawg_vpn_test option description '072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '78.31.250.16' option endpoint_port '41729' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042412 -rw------- 1 root root 5031 Jul 8 04:24 /root/hmn/backups/network-before-vpn_test-20260708-042412 sha256=9088529f5863c707b97df394d5d1df7585771676af9ea6525a94973bf340acbf config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '52' option awg_s2 '88' option awg_h1 '247439890' option awg_h2 '1157952265' option awg_h3 '469264248' option awg_h4 '95652034' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.187.191/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option hmn_loaded_at '2026-07-08T04:23:43+00:00' option hmn_endpoint '84.32.230.159:43808' config amneziawg_vpn_test option description '073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '84.32.230.159' option endpoint_port '43808' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042431 -rw------- 1 root root 5029 Jul 8 04:24 /root/hmn/backups/network-before-vpn_test-20260708-042431 sha256=1fb2ca7a8c1b3ccb0fcb6063bc3c6131b2ea18019bbfa242bb610f48ccd71a73 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '27' option awg_s2 '36' option awg_h1 '1855558697' option awg_h2 '940493219' option awg_h3 '2052923685' option awg_h4 '112204269' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.120.117/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf' option hmn_loaded_at '2026-07-08T04:24:12+00:00' option hmn_endpoint '149.154.157.24:35090' config amneziawg_vpn_test option description '076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '149.154.157.24' option endpoint_port '35090' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042450 -rw------- 1 root root 5025 Jul 8 04:24 /root/hmn/backups/network-before-vpn_test-20260708-042450 sha256=f8f2d0b02ac45088b39471ff83892fd507eafdf41b1f46c9109a55a2cf02819d config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '42' option awg_s2 '60' option awg_h1 '1186737533' option awg_h2 '874365716' option awg_h3 '213670866' option awg_h4 '812342967' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.43.173/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' option hmn_loaded_at '2026-07-08T04:24:31+00:00' option hmn_endpoint '107.175.93.59:31095' config amneziawg_vpn_test option description '087-US-USA-New-York-S1-107.175.93.59-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '107.175.93.59' option endpoint_port '31095' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042510 -rw------- 1 root root 5022 Jul 8 04:25 /root/hmn/backups/network-before-vpn_test-20260708-042510 sha256=2d45a41643fa54bdc854f1402bd373fdb465f697dea117d062c7c39ad7b6c985 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '149' option awg_s2 '146' option awg_h1 '567924200' option awg_h2 '647841499' option awg_h3 '1891448980' option awg_h4 '319702062' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.108.112/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' option hmn_loaded_at '2026-07-08T04:24:50+00:00' option hmn_endpoint '107.174.226.51:44839' config amneziawg_vpn_test option description '088-US-USA-Dallas-107.174.226.51-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '107.174.226.51' option endpoint_port '44839' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042532 -rw------- 1 root root 5023 Jul 8 04:25 /root/hmn/backups/network-before-vpn_test-20260708-042532 sha256=b44abd0809b33ae6a0760095222768ed397d34c2ac15157ba8c140fc8522d6d9 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '54' option awg_s2 '132' option awg_h1 '993118416' option awg_h2 '384584260' option awg_h3 '2084033864' option awg_h4 '961714636' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.108.238.215/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' option hmn_loaded_at '2026-07-08T04:25:10+00:00' option hmn_endpoint '192.121.162.75:45945' config amneziawg_vpn_test option description '094-JP-Japan-Tokyo-192.121.162.75-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.121.162.75' option endpoint_port '45945' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042550 -rw------- 1 root root 5028 Jul 8 04:25 /root/hmn/backups/network-before-vpn_test-20260708-042550 sha256=d85bd8fc5f65bbaa3086384ca9c534f504c20f4b8524a7be097d1db62b42c8ed config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.111.97/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-07-08T04:25:32+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn_test option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '89.46.237.14' option endpoint_port '38594' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042612 -rw------- 1 root root 5016 Jul 8 04:26 /root/hmn/backups/network-before-vpn_test-20260708-042612 sha256=63ad3f1a98779e3203d913dcb5ef54b324f5f0db8fc2d367e2825cc883f9a5b4 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '103' option awg_s2 '128' option awg_h1 '1411727827' option awg_h2 '1159928711' option awg_h3 '1509131242' option awg_h4 '754832080' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.82.239.94/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' option hmn_loaded_at '2026-07-08T04:25:50+00:00' option hmn_endpoint '103.57.251.39:37380' config amneziawg_vpn_test option description '114-PS-UAE-Dubai-103.57.251.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '103.57.251.39' option endpoint_port '37380' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042634 -rw------- 1 root root 5035 Jul 8 04:26 /root/hmn/backups/network-before-vpn_test-20260708-042634 sha256=bb031b1bc9908e65c2d3ad04fee92ba6babea6b618d732e318c950b61f46e14f config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '80' option awg_s2 '113' option awg_h1 '1671317470' option awg_h2 '469282168' option awg_h3 '844208806' option awg_h4 '4169549' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.41.157/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' option hmn_loaded_at '2026-07-08T04:26:12+00:00' option hmn_endpoint '185.14.97.234:37492' config amneziawg_vpn_test option description '115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '185.14.97.234' option endpoint_port '37492' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042653 -rw------- 1 root root 5037 Jul 8 04:26 /root/hmn/backups/network-before-vpn_test-20260708-042653 sha256=e9857e2694c69cca0eb0c48fa91334b21cdd846352381013ba91150d2f042062 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '58' option awg_h1 '1055152911' option awg_h2 '214072845' option awg_h3 '1395608927' option awg_h4 '1408422343' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.172.142/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' option hmn_loaded_at '2026-07-08T04:26:34+00:00' option hmn_endpoint '64.253.89.235:37402' config amneziawg_vpn_test option description '117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '64.253.89.235' option endpoint_port '37402' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042711 -rw------- 1 root root 5031 Jul 8 04:27 /root/hmn/backups/network-before-vpn_test-20260708-042711 sha256=f6970ed4aa1f7bc86895d8d07c727fb74e7a85c8adcb10bbc73296e6adb3b176 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '122' option awg_s2 '126' option awg_h1 '1690265964' option awg_h2 '1702612724' option awg_h3 '722801417' option awg_h4 '1734153820' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.235.104/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' option hmn_loaded_at '2026-07-08T04:26:53+00:00' option hmn_endpoint '141.98.189.83:39408' config amneziawg_vpn_test option description '118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '141.98.189.83' option endpoint_port '39408' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042729 -rw------- 1 root root 5035 Jul 8 04:27 /root/hmn/backups/network-before-vpn_test-20260708-042729 sha256=c64519e2b4fae56f8648562ff6dadb20cd3d1ae8e332ae34c1ac562cd6cde048 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-08T04:27:11+00:00' option hmn_endpoint '192.121.163.235:42530' config amneziawg_vpn_test option description '128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.121.163.235' option endpoint_port '42530' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042751 -rw------- 1 root root 5034 Jul 8 04:27 /root/hmn/backups/network-before-vpn_test-20260708-042751 sha256=f74a19345ded15967bfd3f51b4dd65afad40206029896f09ac673dad6d3847ff config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '101' option awg_s2 '35' option awg_h1 '106053217' option awg_h2 '1373084354' option awg_h3 '1879635090' option awg_h4 '623143754' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.172.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' option hmn_loaded_at '2026-07-08T04:27:29+00:00' option hmn_endpoint '89.46.232.39:40316' config amneziawg_vpn_test option description '129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '89.46.232.39' option endpoint_port '40316' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042811 -rw------- 1 root root 5032 Jul 8 04:28 /root/hmn/backups/network-before-vpn_test-20260708-042811 sha256=b71792f5b25c2414d5c7bf4ca1503e2698750f98c318b57bef481b70a341bcb9 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.170.125/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-07-08T04:27:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '46.246.127.84' option endpoint_port '36230' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042833 -rw------- 1 root root 5031 Jul 8 04:28 /root/hmn/backups/network-before-vpn_test-20260708-042833 sha256=599694ac0a166d4112773e7796aac29a539d38c3e10013351bf5b276423ec2b5 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '29' option awg_s2 '133' option awg_h1 '388560523' option awg_h2 '1003136170' option awg_h3 '559651682' option awg_h4 '777607441' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.89.174.45/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' option hmn_loaded_at '2026-07-08T04:28:11+00:00' option hmn_endpoint '194.71.126.45:32821' config amneziawg_vpn_test option description '141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '194.71.126.45' option endpoint_port '32821' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042851 -rw------- 1 root root 5040 Jul 8 04:28 /root/hmn/backups/network-before-vpn_test-20260708-042851 sha256=70f9f3fd97be7bb5629e165a14df73f1cda6b1e2cf6b8766a73ac115fc9ccadb config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-08T04:28:33+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_test option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '37.235.54.96' option endpoint_port '38971' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042909 -rw------- 1 root root 5035 Jul 8 04:29 /root/hmn/backups/network-before-vpn_test-20260708-042909 sha256=42c5fe7d99faa5891893f24118b0bd5669990b4bfdcf8727476754785b548ccc config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '143' option awg_h1 '1943142100' option awg_h2 '1154665998' option awg_h3 '1159227869' option awg_h4 '2081036883' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.43.12/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' option hmn_loaded_at '2026-07-08T04:28:51+00:00' option hmn_endpoint '23.158.72.87:45460' config amneziawg_vpn_test option description '147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '23.158.72.87' option endpoint_port '45460' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042928 -rw------- 1 root root 5034 Jul 8 04:29 /root/hmn/backups/network-before-vpn_test-20260708-042928 sha256=6f46a8ec374dc686091791ee5ed85937ba77526ee18bac3101036312046d6801 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.168.223/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-07-08T04:29:10+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn_test option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042946 -rw------- 1 root root 5048 Jul 8 04:29 /root/hmn/backups/network-before-vpn_test-20260708-042946 sha256=85cad1b8e624fb271fadb849685ff587d0e3abb454f68cdc83139a746d6de90b config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-08T04:29:28+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn_test option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-043004 -rw------- 1 root root 5040 Jul 8 04:30 /root/hmn/backups/network-before-vpn_test-20260708-043004 sha256=e9178e1c7135e18683ee8a011fa646c8e560ee83eaae6c7bcd0dbfc550d02f8a config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.173.35/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-07-08T04:29:46+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn_test option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.71.244.202' option endpoint_port '45735' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-043023 -rw------- 1 root root 5042 Jul 8 04:30 /root/hmn/backups/network-before-vpn_test-20260708-043023 sha256=910ab9e5ed28f181cb44e5d542e0f2e73d1459bff1407cdb313bf1849cf26014 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '51' option awg_h1 '144970534' option awg_h2 '210374235' option awg_h3 '1100727461' option awg_h4 '1885204570' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.77.236.75/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' option hmn_loaded_at '2026-07-08T04:30:04+00:00' option hmn_endpoint '109.248.198.4:37129' config amneziawg_vpn_test option description '162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '109.248.198.4' option endpoint_port '37129' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-043041 -rw------- 1 root root 5033 Jul 8 04:30 /root/hmn/backups/network-before-vpn_test-20260708-043041 sha256=2504b83fc8f258be6469042d5badf4a6ee6250d1fac38e4a4ea1bd1dd2d07430 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.237.218/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-07-08T04:30:23+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn_test option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-043100 -rw------- 1 root root 5053 Jul 8 04:31 /root/hmn/backups/network-before-vpn_test-20260708-043100 sha256=3fe7c7e6ae9f1dd599d46d92ad767a2749ba3c030eee98f0a52a55815fb70832 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '100' option awg_s2 '44' option awg_h1 '130876854' option awg_h2 '243485631' option awg_h3 '1201804100' option awg_h4 '1701356678' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.95.47.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' option hmn_loaded_at '2026-07-08T04:30:41+00:00' option hmn_endpoint '112.120.98.53:46369' config amneziawg_vpn_test option description '206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '112.120.98.53' option endpoint_port '46369' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-043122 -rw------- 1 root root 5032 Jul 8 04:31 /root/hmn/backups/network-before-vpn_test-20260708-043122 sha256=8cb5616595d52590035445d6cc48139aecdc4eabb4afb0452279329928c071f7 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.43.208/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:00+00:00' option hmn_endpoint '89.40.104.201:36979' config amneziawg_vpn_test option description '214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '89.40.104.201' option endpoint_port '36979' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-043140 -rw------- 1 root root 5023 Jul 8 04:31 /root/hmn/backups/network-before-vpn_test-20260708-043140 sha256=68292546bcb4af2245585285e2404f1c50c78943949ce708f85fb06c4e4449ac config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '34' option awg_s2 '49' option awg_h1 '679240017' option awg_h2 '1624207748' option awg_h3 '139122664' option awg_h4 '1720133880' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.66.44.225/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:22+00:00' option hmn_endpoint '77.67.8.84:43378' config amneziawg_vpn_test option description '218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '77.67.8.84' option endpoint_port '43378' ### FILE /root/hmn/backups/network-before-vpn_user-20260706-172818 -rw------- 1 root root 4178 Jul 6 17:28 /root/hmn/backups/network-before-vpn_user-20260706-172818 sha256=b0307b808549ba6f42204de8d238b2f8cb0f45c09e182ad71b2c1f7a573dfbac config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-vpn_user-20260706-173208 -rw------- 1 root root 5022 Jul 6 17:32 /root/hmn/backups/network-before-vpn_user-20260706-173208 sha256=6906ccb3e028aa2b17e49566d46bf3e01374082e18486b704a22b58289a7b6c7 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.168.223/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-07-06T17:28:18+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn_user option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-vpn_user-20260706-173803 -rw------- 1 root root 5016 Jul 6 17:38 /root/hmn/backups/network-before-vpn_user-20260706-173803 sha256=4f0c5349f8a39e4f1ba733bb3fe967352db0deeea67e34d8d61464154a494dcf config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T17:32:08+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_user option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' ### FILE /root/hmn/backups/network-before-vpn_user-20260706-173915 -rw------- 1 root root 5016 Jul 6 17:39 /root/hmn/backups/network-before-vpn_user-20260706-173915 sha256=898a07ea75f173d186146ed31a093c91f9dc0e62d2afe25d5d296ebcd46b2600 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T17:38:03+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_user option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' ### FILE /root/hmn/backups/network-before-vpn_user-20260706-174102 -rw------- 1 root root 5021 Jul 6 17:41 /root/hmn/backups/network-before-vpn_user-20260706-174102 sha256=23adaf94e1a5a89ca0bc115faecced3a739b8e4bbf7354fde7288cc9d6cfdfca config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.237.218/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-07-06T17:39:15+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn_user option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### FILE /root/hmn/backups/refresh-safe-before-20260604-042000-21898/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 4 04:20 /root/hmn/backups/refresh-safe-before-20260604-042000-21898/configs-latest-readlink.txt sha256=5aa58a51c505396575f4a3370594fd9cf7574e9b6262ff4ebc58ad7f91207044 KEYMASK-151531 ### FILE /root/hmn/backups/refresh-safe-before-20260604-042000-21898/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 4 04:20 /root/hmn/backups/refresh-safe-before-20260604-042000-21898/configs-latest-realpath.txt sha256=5aa58a51c505396575f4a3370594fd9cf7574e9b6262ff4ebc58ad7f91207044 KEYMASK-151531 ### FILE /root/hmn/backups/refresh-safe-before-20260604-042000-21898/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 2997 Jun 4 04:20 /root/hmn/backups/refresh-safe-before-20260604-042000-21898/ok-awg1-strict-all-latest.tsv sha256=cc35f9b30b8bb47770bd49ac62bc2ab29ec210ee3645255ca445be2079c23f01 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.322 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.783 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 62.549 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 67.251 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.509 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.869 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 86.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.713 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 130.066 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 197.817 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 203.001 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 15 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 268.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 16 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 374.632 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260604-042000-21898/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2267 Jun 4 04:20 /root/hmn/backups/refresh-safe-before-20260604-042000-21898/ok-awg1-strict-foreign-latest.tsv sha256=7afff6f70d981a44437603127ceef099252d0c4b4136b1fc0ac615315fc55175 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.322 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.783 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 62.549 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 67.251 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.509 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.869 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 86.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.713 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 203.001 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260604-042000-21898/selected-awg1-latest.tsv -rw-r--r-- 1 root root 368 Jun 4 04:20 /root/hmn/backups/refresh-safe-before-20260604-042000-21898/selected-awg1-latest.tsv sha256=f7153c2782d157a3267a5f1f26415cae7d5678eff0c2a370fafddd1e0b003030 slot file endpoint avg_ms config_path vpn1 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf vpn2 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 67.251 KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260605-042000-15413/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 5 04:20 /root/hmn/backups/refresh-safe-before-20260605-042000-15413/configs-latest-readlink.txt sha256=5e8c29eb5f10948c6b39dbeaf10bf8748ba5c2f2545567e08b5c51d29e4665b3 KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260605-042000-15413/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 5 04:20 /root/hmn/backups/refresh-safe-before-20260605-042000-15413/configs-latest-realpath.txt sha256=5e8c29eb5f10948c6b39dbeaf10bf8748ba5c2f2545567e08b5c51d29e4665b3 KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260605-042000-15413/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3361 Jun 5 04:20 /root/hmn/backups/refresh-safe-before-20260605-042000-15413/ok-awg1-strict-all-latest.tsv sha256=392e3918f6ebfb1b1ca356dbe568e37667c055705875b7b8b464436e0e7719cb rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.288 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 44.743 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.006 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 55.688 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.034 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.423 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.834 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.103 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 70.478 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 71.253 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 74.067 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 87.206 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 110.365 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 127.835 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 184.459 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 16 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.450 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 17 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 264.369 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 18 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 376.044 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260605-042000-15413/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2453 Jun 5 04:20 /root/hmn/backups/refresh-safe-before-20260605-042000-15413/ok-awg1-strict-foreign-latest.tsv sha256=4cc613422e21db0254c50db792015392cf3d4e48ea62b4387f8095aff569b5b9 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 44.743 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.006 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 55.688 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.034 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.423 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.834 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.103 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 8 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 70.478 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 71.253 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 74.067 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 87.206 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 110.365 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.450 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260605-042000-15413/selected-awg1-latest.tsv -rw-r--r-- 1 root root 373 Jun 5 04:20 /root/hmn/backups/refresh-safe-before-20260605-042000-15413/selected-awg1-latest.tsv sha256=e612fea84bb55871770df983c29b06a034d589f7abd73cf06e51e6220e1f293e slot file endpoint avg_ms config_path vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 44.743 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn1 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260606-042000-12109/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 6 04:20 /root/hmn/backups/refresh-safe-before-20260606-042000-12109/configs-latest-readlink.txt sha256=f07bcc32ce13ab50e04508c0862a397215bc5e553bf2c0011ef0ed4b67f2802a KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260606-042000-12109/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 6 04:20 /root/hmn/backups/refresh-safe-before-20260606-042000-12109/configs-latest-realpath.txt sha256=f07bcc32ce13ab50e04508c0862a397215bc5e553bf2c0011ef0ed4b67f2802a KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260606-042000-12109/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3361 Jun 6 04:20 /root/hmn/backups/refresh-safe-before-20260606-042000-12109/ok-awg1-strict-all-latest.tsv sha256=5143236f7a85b3cd72f449c117e3636536aaafabb61aa827c2371b8c62eb783d rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 39.933 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 49.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.701 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 56.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.575 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.672 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 68.666 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 71.942 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 73.130 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 89.391 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 93.065 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 108.572 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 136.294 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 182.630 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 16 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 17 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.730 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 18 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 375.786 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260606-042000-12109/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2453 Jun 6 04:20 /root/hmn/backups/refresh-safe-before-20260606-042000-12109/ok-awg1-strict-foreign-latest.tsv sha256=d4e1a92e3562b524077cc02d79abbf879f36ef2493cb95f912994fe785d3f785 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 49.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.701 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 56.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.575 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.672 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 68.666 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 71.942 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 73.130 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 89.391 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 93.065 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 108.572 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260606-042000-12109/selected-awg1-latest.tsv -rw-r--r-- 1 root root 369 Jun 6 04:20 /root/hmn/backups/refresh-safe-before-20260606-042000-12109/selected-awg1-latest.tsv sha256=fdbfc9b7d1be4912cbae80475e46596e0f71d93cd32c5217b2d8011c5be3ae56 slot file endpoint avg_ms config_path vpn2 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.672 KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf vpn1 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.575 KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260606-180709-17601/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 6 18:07 /root/hmn/backups/refresh-safe-before-20260606-180709-17601/configs-latest-readlink.txt sha256=f1b7ed799b986e85a486252a22eb912440e478228630ea969afddba4cd1b3858 KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260606-180709-17601/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 6 18:07 /root/hmn/backups/refresh-safe-before-20260606-180709-17601/configs-latest-realpath.txt sha256=f1b7ed799b986e85a486252a22eb912440e478228630ea969afddba4cd1b3858 KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260606-180709-17601/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 2988 Jun 6 18:07 /root/hmn/backups/refresh-safe-before-20260606-180709-17601/ok-awg1-strict-all-latest.tsv sha256=dde3f9ac833b807cb1a926a7c58d2ab3226836868afd7e28fa1ca99e2e812497 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.439 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 53.544 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.516 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 58.851 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 61.235 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.479 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 66.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 68.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 78.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 99.543 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 136.084 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 154.110 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 174.462 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 215.204 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 15 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 252.920 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 268.772 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260606-180709-17601/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2080 Jun 6 18:07 /root/hmn/backups/refresh-safe-before-20260606-180709-17601/ok-awg1-strict-foreign-latest.tsv sha256=fae1418f0b505bc0246ec184f647124f5ca8c0828c36f814c94f4b6a22bb5eb5 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.439 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 53.544 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.516 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 58.851 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 61.235 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.479 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 68.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 78.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 99.543 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 154.110 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 11 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 215.204 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260606-180709-17601/selected-awg1-latest.tsv -rw-r--r-- 1 root root 366 Jun 6 18:07 /root/hmn/backups/refresh-safe-before-20260606-180709-17601/selected-awg1-latest.tsv sha256=aabc87c9d93bef404761aac8047e79c2e00221a341f91001c60ae8d2ab85b59a slot file endpoint avg_ms config_path vpn2 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 78.849 KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf vpn1 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 68.338 KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-042000-18519/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 7 04:20 /root/hmn/backups/refresh-safe-before-20260607-042000-18519/configs-latest-readlink.txt sha256=a4706e3edf2a15187ceb1882e1358ddb3512c1e1585a0644e745d0bef287c39e KEYMASK-180709 ### FILE /root/hmn/backups/refresh-safe-before-20260607-042000-18519/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 7 04:20 /root/hmn/backups/refresh-safe-before-20260607-042000-18519/configs-latest-realpath.txt sha256=a4706e3edf2a15187ceb1882e1358ddb3512c1e1585a0644e745d0bef287c39e KEYMASK-180709 ### FILE /root/hmn/backups/refresh-safe-before-20260607-042000-18519/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 2625 Jun 7 04:20 /root/hmn/backups/refresh-safe-before-20260607-042000-18519/ok-awg1-strict-all-latest.tsv sha256=b7a95ffc4d04bb117be5dc697ea4e5b76d5a7d5c0ea0e95096b9db9f651cd293 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 50.319 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 58.536 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 64.178 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 66.231 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 68.166 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 71.013 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 85.627 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 103.058 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 116.477 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 202.867 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 11 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.805 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 220.333 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 286.723 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 14 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 405.093 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-042000-18519/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 1895 Jun 7 04:20 /root/hmn/backups/refresh-safe-before-20260607-042000-18519/ok-awg1-strict-foreign-latest.tsv sha256=4b2d27f92a00f15f596b21789f3a1ae4d9b349e2f771714b39c97eacb9941e5b rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 50.319 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 58.536 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 64.178 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 66.231 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 68.166 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 71.013 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 85.627 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 103.058 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 116.477 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.805 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-042000-18519/selected-awg1-latest.tsv -rw-r--r-- 1 root root 361 Jun 7 04:20 /root/hmn/backups/refresh-safe-before-20260607-042000-18519/selected-awg1-latest.tsv sha256=c54299f558449f1a2923bca3aebc7354051d440adf957087b2309feaa5e5f4cd slot file endpoint avg_ms config_path vpn2 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 68.166 KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf vpn1 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 64.178 KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-120709-11931/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 7 12:07 /root/hmn/backups/refresh-safe-before-20260607-120709-11931/configs-latest-readlink.txt sha256=faf637d1b426d995c79aadf7b37482877a6ad4d55807fafc47d3e6f3ee2099d0 KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260607-120709-11931/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 7 12:07 /root/hmn/backups/refresh-safe-before-20260607-120709-11931/configs-latest-realpath.txt sha256=faf637d1b426d995c79aadf7b37482877a6ad4d55807fafc47d3e6f3ee2099d0 KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260607-120709-11931/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3171 Jun 7 12:07 /root/hmn/backups/refresh-safe-before-20260607-120709-11931/ok-awg1-strict-all-latest.tsv sha256=ae40adb8e5b1908ea3a995e3fcdbe8a479ddb12b66440eafc3888cf39062517f rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 38.366 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 125.804 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 14 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 177.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 267.610 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 374.598 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-120709-11931/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2263 Jun 7 12:07 /root/hmn/backups/refresh-safe-before-20260607-120709-11931/ok-awg1-strict-foreign-latest.tsv sha256=6a7a4d6138d77b75602e17fc49dec6e482666d75ee6e124f93ccc947d2a98238 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-120709-11931/selected-awg1-latest.tsv -rw-r--r-- 1 root root 361 Jun 7 12:07 /root/hmn/backups/refresh-safe-before-20260607-120709-11931/selected-awg1-latest.tsv sha256=0eab141399919e402c58dc337e0a1b0cba2c8149cabafa8d961b4d90774f1ab3 slot file endpoint avg_ms config_path vpn1 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf vpn2 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-122209-3961/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 7 12:22 /root/hmn/backups/refresh-safe-before-20260607-122209-3961/configs-latest-readlink.txt sha256=91e9ba355e47dc3e14352c2e14a23ee248282f31c69eac198b729ee0296db673 KEYMASK-120709 ### FILE /root/hmn/backups/refresh-safe-before-20260607-122209-3961/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 7 12:22 /root/hmn/backups/refresh-safe-before-20260607-122209-3961/configs-latest-realpath.txt sha256=91e9ba355e47dc3e14352c2e14a23ee248282f31c69eac198b729ee0296db673 KEYMASK-120709 ### FILE /root/hmn/backups/refresh-safe-before-20260607-122209-3961/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3171 Jun 7 12:22 /root/hmn/backups/refresh-safe-before-20260607-122209-3961/ok-awg1-strict-all-latest.tsv sha256=ae40adb8e5b1908ea3a995e3fcdbe8a479ddb12b66440eafc3888cf39062517f rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 38.366 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 125.804 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 14 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 177.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 267.610 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 374.598 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-122209-3961/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2263 Jun 7 12:22 /root/hmn/backups/refresh-safe-before-20260607-122209-3961/ok-awg1-strict-foreign-latest.tsv sha256=6a7a4d6138d77b75602e17fc49dec6e482666d75ee6e124f93ccc947d2a98238 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-122209-3961/selected-awg1-latest.tsv -rw------- 1 root root 361 Jun 7 12:22 /root/hmn/backups/refresh-safe-before-20260607-122209-3961/selected-awg1-latest.tsv sha256=0eab141399919e402c58dc337e0a1b0cba2c8149cabafa8d961b4d90774f1ab3 slot file endpoint avg_ms config_path vpn1 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf vpn2 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-180718-22253/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 7 18:07 /root/hmn/backups/refresh-safe-before-20260607-180718-22253/configs-latest-readlink.txt sha256=5b11e2b099f8393248181a99271038938e1612da65c8ffeac7d4f4b6213429a3 KEYMASK-122209 ### FILE /root/hmn/backups/refresh-safe-before-20260607-180718-22253/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 7 18:07 /root/hmn/backups/refresh-safe-before-20260607-180718-22253/configs-latest-realpath.txt sha256=5b11e2b099f8393248181a99271038938e1612da65c8ffeac7d4f4b6213429a3 KEYMASK-122209 ### FILE /root/hmn/backups/refresh-safe-before-20260607-180718-22253/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3187 Jun 7 18:07 /root/hmn/backups/refresh-safe-before-20260607-180718-22253/ok-awg1-strict-all-latest.tsv sha256=3506aeeea8c0dac80a5c3908c5f2118fcd2ff9e2a7a58a8ae69fd871d80982e2 rank file endpoint avg_ms ping_loss config_path 1 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.291 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.159 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 70.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 70.662 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 5 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.965 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 78.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 84.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 112.705 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 119.815 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 148.473 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 11 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 12 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 160.712 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 13 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 172.476 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 14 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 182.734 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 207.944 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 272.700 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 383.294 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-180718-22253/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2457 Jun 7 18:07 /root/hmn/backups/refresh-safe-before-20260607-180718-22253/ok-awg1-strict-foreign-latest.tsv sha256=268a68b44281349e2a7fafdb109fe1675babea09bd588a9cae4e81fe79078248 rank file endpoint avg_ms ping_loss config_path 1 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.291 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.159 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 70.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 70.662 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 5 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.965 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 78.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 84.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 112.705 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 119.815 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 11 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 160.712 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 12 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 172.476 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 207.944 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-180718-22253/selected-awg1-latest.tsv -rw-r--r-- 1 root root 359 Jun 7 18:07 /root/hmn/backups/refresh-safe-before-20260607-180718-22253/selected-awg1-latest.tsv sha256=5e04aa5f24242430febc16fb90db3530dc1908e3f467743365da201f2276df75 slot file endpoint avg_ms config_path vpn1 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf vpn2 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 119.815 KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260608-042000-18279/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 8 04:20 /root/hmn/backups/refresh-safe-before-20260608-042000-18279/configs-latest-readlink.txt sha256=5a9f18d2b65431f2d56713fef50a5a3980f61159205a7f35ec15e310b0dbe55e KEYMASK-180718 ### FILE /root/hmn/backups/refresh-safe-before-20260608-042000-18279/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 8 04:20 /root/hmn/backups/refresh-safe-before-20260608-042000-18279/configs-latest-realpath.txt sha256=5a9f18d2b65431f2d56713fef50a5a3980f61159205a7f35ec15e310b0dbe55e KEYMASK-180718 ### FILE /root/hmn/backups/refresh-safe-before-20260608-042000-18279/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 2063 Jun 8 04:20 /root/hmn/backups/refresh-safe-before-20260608-042000-18279/ok-awg1-strict-all-latest.tsv sha256=39aff5c8da1c581e28ddab732ca6df03a89b98a44a6924b9329f3c94f4416470 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.812 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 99.496 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 107.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 137.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 139.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 154.912 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 8 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 186.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 9 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 236.768 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 10 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 403.902 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf 11 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 739.506 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260608-042000-18279/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 1521 Jun 8 04:20 /root/hmn/backups/refresh-safe-before-20260608-042000-18279/ok-awg1-strict-foreign-latest.tsv sha256=11e3c1db40539edc27eb268df1c1f5a2a0cb2edb5f69412c3017f67a5f3371f6 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.812 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 99.496 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 107.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 137.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 139.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 154.912 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 8 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 236.768 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260608-042000-18279/selected-awg1-latest.tsv -rw-r--r-- 1 root root 376 Jun 8 04:20 /root/hmn/backups/refresh-safe-before-20260608-042000-18279/selected-awg1-latest.tsv sha256=9d897ba91bd4489c2d9b0acb95a03ba63267ac11d44009626d253680b43dfd6e slot file endpoint avg_ms config_path vpn2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf vpn1 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260706-161226-12417/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jul 6 16:12 /root/hmn/backups/refresh-safe-before-20260706-161226-12417/configs-latest-readlink.txt sha256=1c778d9e41f80fab126201c47887a3afc0bb5ffaa1a89c5c4c2fd9ce47604b74 KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260706-161226-12417/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jul 6 16:12 /root/hmn/backups/refresh-safe-before-20260706-161226-12417/configs-latest-realpath.txt sha256=1c778d9e41f80fab126201c47887a3afc0bb5ffaa1a89c5c4c2fd9ce47604b74 KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3184 Jul 6 16:12 /root/hmn/backups/refresh-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv sha256=7f69751aff3daa88565edd5e469ee97aab6b919d7861a4cb6d0cc9c55eee9f68 rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 32.678 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 49.331 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 56.427 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 77.520 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 78.995 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 79.169 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 80.416 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 108.755 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 125.027 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 137.118 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 190.398 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 193.249 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 213.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 284.015 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 375.270 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2276 Jul 6 16:12 /root/hmn/backups/refresh-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv sha256=fd5a15bc378fe6790f12847792d19efcfe6d698aed85f743088011e0add11d15 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 49.331 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 56.427 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 77.520 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 78.995 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 79.169 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 80.416 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 108.755 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 137.118 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 193.249 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 213.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260706-161226-12417/selected-awg1-latest.tsv -rw-r--r-- 1 root root 386 Jul 6 16:12 /root/hmn/backups/refresh-safe-before-20260706-161226-12417/selected-awg1-latest.tsv sha256=34d44908e0375c0bbe95b3ee48f0b9334489cfc7522bca7d3f083e83eaa60a3f slot file endpoint avg_ms config_path vpn1 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf vpn2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260707-042000-9733/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jul 7 04:20 /root/hmn/backups/refresh-safe-before-20260707-042000-9733/configs-latest-readlink.txt sha256=cceb81d88ce696eabea40a29a99eba8be088fb4edc4d1297feef5bec888db830 KEYMASK-161226 ### FILE /root/hmn/backups/refresh-safe-before-20260707-042000-9733/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jul 7 04:20 /root/hmn/backups/refresh-safe-before-20260707-042000-9733/configs-latest-realpath.txt sha256=cceb81d88ce696eabea40a29a99eba8be088fb4edc4d1297feef5bec888db830 KEYMASK-161226 ### FILE /root/hmn/backups/refresh-safe-before-20260707-042000-9733/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3203 Jul 7 04:20 /root/hmn/backups/refresh-safe-before-20260707-042000-9733/ok-awg1-strict-all-latest.tsv sha256=251bba40fec8266351ce546c98d822a3f332f6a78c1c484f7e4d3effe9ee01c8 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 166.254 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 13 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 14 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 217.195 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 288.838 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 409.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260707-042000-9733/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2456 Jul 7 04:20 /root/hmn/backups/refresh-safe-before-20260707-042000-9733/ok-awg1-strict-foreign-latest.tsv sha256=cf0d9fe6eabbb299dd3b8c3f925833798bbe667eff288ab41ddf5d2e4150af53 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 12 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 13 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260707-042000-9733/selected-awg1-latest.tsv -rw-r--r-- 1 root root 391 Jul 7 04:20 /root/hmn/backups/refresh-safe-before-20260707-042000-9733/selected-awg1-latest.tsv sha256=9386fa56c53ac1c4e210cde060c37dfb3e31177f29abca0842044c5acb1eea5d slot file endpoint avg_ms config_path vpn1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260708-042000-24122/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jul 8 04:20 /root/hmn/backups/refresh-safe-before-20260708-042000-24122/configs-latest-readlink.txt sha256=6a761b22ecc1c1e13a7d391e25f12aec55876d0ac2e3fb2f4495fffdd23c9cef KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260708-042000-24122/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jul 8 04:20 /root/hmn/backups/refresh-safe-before-20260708-042000-24122/configs-latest-realpath.txt sha256=6a761b22ecc1c1e13a7d391e25f12aec55876d0ac2e3fb2f4495fffdd23c9cef KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260708-042000-24122/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3754 Jul 8 04:20 /root/hmn/backups/refresh-safe-before-20260708-042000-24122/ok-awg1-strict-all-latest.tsv sha256=c44ac15898a32e1307518fa2c6511230e7a5d2081fb7045bc7a4676aace6b929 rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 3 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 4 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 126.080 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 14 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 17 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 179.873 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 18 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 19 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.162 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 378.025 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260708-042000-24122/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2829 Jul 8 04:20 /root/hmn/backups/refresh-safe-before-20260708-042000-24122/ok-awg1-strict-foreign-latest.tsv sha256=0e4bb249278c662737b596832867ec5261e36c4944132da3874bc6d0442c8a67 rank file endpoint avg_ms ping_loss config_path 1 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 14 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260708-042000-24122/selected-awg1-latest.tsv -rw------- 1 root root 391 Jul 8 04:20 /root/hmn/backups/refresh-safe-before-20260708-042000-24122/selected-awg1-latest.tsv sha256=9386fa56c53ac1c4e210cde060c37dfb3e31177f29abca0842044c5acb1eea5d slot file endpoint avg_ms config_path vpn1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### FILE /root/hmn/backups/stage1-before-active-spare-20260601-110029/crontab-root -rw-r--r-- 1 root root 57 Jun 1 11:00 /root/hmn/backups/stage1-before-active-spare-20260601-110029/crontab-root sha256=15c76ceaf261be0c6dafcd0cdaec401a9889c557426e738c4257762e764e6bca * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 ### FILE /root/hmn/backups/stage1-before-active-spare-20260601-110029/firewall -rw-r--r-- 1 root root 3786 Jun 1 11:00 /root/hmn/backups/stage1-before-active-spare-20260601-110029/firewall sha256=8c8c21c17fcfc96455c0aba7e03df8befe0f4ab7d651fadca8bbf0dd30fef06f config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' option network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'mgmt' option masq '1' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn4' list network 'vpn1' list network 'vpn3' list network 'vpn2' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' ### FILE /root/hmn/backups/stage1-before-active-spare-20260601-110029/network -rw------- 1 root root 4506 Jun 1 11:00 /root/hmn/backups/stage1-before-active-spare-20260601-110029/network sha256=efaaae1256e0ef9bf6da810779a753b9d6db865dc4e0be99f75524aa261d5e05 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' list dns '1.1.1.1' option auto '0' list addresses '10.91.235.78/32' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '80' option awg_s2 '113' option awg_h1 '1671317470' option awg_h2 '469282168' option awg_h3 '844208806' option awg_h4 '4169549' list dns '1.1.1.1' option auto '0' list addresses '10.83.46.58/32' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn1 option description 'NetherlandsAmsterdamR5.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config amneziawg_vpn2 option description 'NorwaySandefjordS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '185.14.97.151' option endpoint_port '42180' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-01T10:35:04+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/stage1-before-active-spare-20260601-110029/vpn-egress-manager.sh -rwxr-xr-x 1 root root 4409 Jun 1 11:00 /root/hmn/backups/stage1-before-active-spare-20260601-110029/vpn-egress-manager.sh sha256=d3339e69d48f61ce04ab7b3dcf173ca103fefd5b2748dec5d68604a8c2592ad1 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" PRIMARY="vpn1" HOT_STANDBY="vpn2" COLD1="vpn3" COLD2="vpn4" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_FILE="/tmp/vpn-egress-current.state" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$PRIMARY" "$HOT_STANDBY" "$COLD1" "$COLD2" eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true fi ip route flush cache log_change "WAN fallback" } down_cold_reserves() { ifdown "$COLD1" >/dev/null 2>&1 ifdown "$COLD2" >/dev/null 2>&1 } try_cold() { DEV="$1" logger -t "$LOGTAG" "trying cold reserve $DEV" ifup "$DEV" >/dev/null 2>&1 sleep 12 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "cold reserve $DEV failed" ifdown "$DEV" >/dev/null 2>&1 return 1 } ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi if [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$PRIMARY skipped by test flag" else ensure_up "$PRIMARY" fi ensure_up "$HOT_STANDBY" sleep 2 if [ ! -e "$SKIP_PRIMARY_FILE" ]; then if is_alive "$PRIMARY"; then use_vpn "$PRIMARY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "$PRIMARY is down, checking $HOT_STANDBY" else logger -t "$LOGTAG" "$PRIMARY skipped, checking $HOT_STANDBY" fi if is_alive "$HOT_STANDBY"; then use_vpn "$HOT_STANDBY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "active VPNs are down, trying cold reserves" if try_cold "$COLD1"; then exit 0 fi if try_cold "$COLD2"; then exit 0 fi logger -t "$LOGTAG" "all VPNs are down, using WAN fail-open" use_wan exit 0 ### FILE /root/hmn/backups/stage1-before-active-spare-20260601-110029/vpn-egress-manager.sh.real -rwxr-xr-x 1 root root 4409 Jun 1 11:00 /root/hmn/backups/stage1-before-active-spare-20260601-110029/vpn-egress-manager.sh.real sha256=d3339e69d48f61ce04ab7b3dcf173ca103fefd5b2748dec5d68604a8c2592ad1 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" PRIMARY="vpn1" HOT_STANDBY="vpn2" COLD1="vpn3" COLD2="vpn4" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_FILE="/tmp/vpn-egress-current.state" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$PRIMARY" "$HOT_STANDBY" "$COLD1" "$COLD2" eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true fi ip route flush cache log_change "WAN fallback" } down_cold_reserves() { ifdown "$COLD1" >/dev/null 2>&1 ifdown "$COLD2" >/dev/null 2>&1 } try_cold() { DEV="$1" logger -t "$LOGTAG" "trying cold reserve $DEV" ifup "$DEV" >/dev/null 2>&1 sleep 12 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "cold reserve $DEV failed" ifdown "$DEV" >/dev/null 2>&1 return 1 } ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi if [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$PRIMARY skipped by test flag" else ensure_up "$PRIMARY" fi ensure_up "$HOT_STANDBY" sleep 2 if [ ! -e "$SKIP_PRIMARY_FILE" ]; then if is_alive "$PRIMARY"; then use_vpn "$PRIMARY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "$PRIMARY is down, checking $HOT_STANDBY" else logger -t "$LOGTAG" "$PRIMARY skipped, checking $HOT_STANDBY" fi if is_alive "$HOT_STANDBY"; then use_vpn "$HOT_STANDBY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "active VPNs are down, trying cold reserves" if try_cold "$COLD1"; then exit 0 fi if try_cold "$COLD2"; then exit 0 fi logger -t "$LOGTAG" "all VPNs are down, using WAN fail-open" use_wan exit 0 ### FILE /root/hmn/backups/vpn-egress-manager-before-lock-fix-20260601-122802.sh -rwxr-xr-x 1 root root 5373 Jun 1 12:28 /root/hmn/backups/vpn-egress-manager-before-lock-fix-20260601-122802.sh sha256=6f3fa7a1a4a92b339111e70f93b3b4fd51fd92c92611a1cfaf844bc3c02a3897 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" # Старый тестовый флаг оставляем как alias: если он есть, считаем active принудительно плохим. SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -4 -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -4 -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi logger -t "$LOGTAG" "both VPN slots are down, using WAN fail-open" use_wan exit 0 ### FILE /root/hmn/cache/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3754 Jul 8 04:31 /root/hmn/cache/ok-awg1-strict-all-latest.tsv sha256=eeb8b4cfd473891a338ae84e8bef6e1b48c010b700051b28bc31e44d9baf58bc rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 27.745 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 43.304 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 46.381 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.097 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.299 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.395 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 62.362 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.777 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.513 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 75.272 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.675 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 105.977 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 129.320 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 161.595 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 184.748 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 17 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 186.153 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 18 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 194.613 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 19 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 219.008 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 247.649 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/cache/ok-awg1-strict-all-latest.tsv.before-validate-20260707-042048 -rw------- 1 root root 3203 Jul 6 16:24 /root/hmn/cache/ok-awg1-strict-all-latest.tsv.before-validate-20260707-042048 sha256=251bba40fec8266351ce546c98d822a3f332f6a78c1c484f7e4d3effe9ee01c8 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 166.254 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 13 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 14 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 217.195 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 288.838 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 409.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/cache/ok-awg1-strict-all-latest.tsv.before-validate-20260708-042044 -rw------- 1 root root 3754 Jul 7 04:31 /root/hmn/cache/ok-awg1-strict-all-latest.tsv.before-validate-20260708-042044 sha256=c44ac15898a32e1307518fa2c6511230e7a5d2081fb7045bc7a4676aace6b929 rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 3 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 4 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 126.080 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 14 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 17 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 179.873 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 18 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 19 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.162 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 378.025 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2829 Jul 8 04:31 /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv sha256=dfc7b7b1a93457a3138fc0082717c6e76587e4110ee6a6224f4715bcd00ee9fa rank file endpoint avg_ms ping_loss config_path 1 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 43.304 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 46.381 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 4 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.097 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.299 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.395 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 62.362 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.777 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.513 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 75.272 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.675 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 105.977 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 161.595 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 14 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 186.153 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 219.008 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv.before-validate-20260707-042048 -rw------- 1 root root 2456 Jul 6 16:24 /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv.before-validate-20260707-042048 sha256=cf0d9fe6eabbb299dd3b8c3f925833798bbe667eff288ab41ddf5d2e4150af53 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 12 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 13 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv.before-validate-20260708-042044 -rw------- 1 root root 2829 Jul 7 04:31 /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv.before-validate-20260708-042044 sha256=0e4bb249278c662737b596832867ec5261e36c4944132da3874bc6d0442c8a67 rank file endpoint avg_ms ping_loss config_path 1 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 14 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/cache/ok-awg1-strict-latest.tsv -rw------- 1 root root 3754 Jul 8 04:31 /root/hmn/cache/ok-awg1-strict-latest.tsv sha256=eeb8b4cfd473891a338ae84e8bef6e1b48c010b700051b28bc31e44d9baf58bc rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 27.745 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 43.304 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 46.381 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.097 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.299 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.395 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 62.362 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.777 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.513 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 75.272 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.675 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 105.977 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 129.320 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 161.595 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 184.748 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 17 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 186.153 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 18 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 194.613 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 19 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 219.008 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 247.649 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/cache/ok-awg1-strict-latest.tsv.before-validate-20260707-042048 -rw------- 1 root root 3203 Jul 6 16:24 /root/hmn/cache/ok-awg1-strict-latest.tsv.before-validate-20260707-042048 sha256=251bba40fec8266351ce546c98d822a3f332f6a78c1c484f7e4d3effe9ee01c8 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 166.254 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 13 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 14 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 217.195 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 288.838 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 409.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/cache/ok-awg1-strict-latest.tsv.before-validate-20260708-042044 -rw------- 1 root root 3754 Jul 7 04:31 /root/hmn/cache/ok-awg1-strict-latest.tsv.before-validate-20260708-042044 sha256=c44ac15898a32e1307518fa2c6511230e7a5d2081fb7045bc7a4676aace6b929 rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 3 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 4 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 126.080 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 14 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 17 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 179.873 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 18 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 19 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.162 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 378.025 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/cache/ranked-awg1-20260601-110304.tsv -rw------- 1 root root 2410 Jun 1 11:03 /root/hmn/cache/ranked-awg1-20260601-110304.tsv sha256=2b4efc92abd22f7bc95076101e9572d3a2daaf68b0a7cd15c8e44bed22f13adf rank avg_ms file endpoint loss config_path 1 000028.642 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000032.042 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 3 000049.167 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 000054.398 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 000055.742 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 6 000058.725 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 000061.863 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 000064.119 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 000064.717 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 000069.894 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 11 000078.605 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 000083.776 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 000090.563 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 14 000206.049 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/cache/ranked-awg1-20260601-110707.tsv -rw------- 1 root root 2410 Jun 1 11:07 /root/hmn/cache/ranked-awg1-20260601-110707.tsv sha256=2b4efc92abd22f7bc95076101e9572d3a2daaf68b0a7cd15c8e44bed22f13adf rank avg_ms file endpoint loss config_path 1 000028.642 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000032.042 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 3 000049.167 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 000054.398 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 000055.742 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 6 000058.725 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 000061.863 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 000064.119 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 000064.717 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 000069.894 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 11 000078.605 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 000083.776 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 000090.563 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 14 000206.049 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/cache/ranked-awg1-20260601-135559.tsv -rw------- 1 root root 2241 Jun 1 13:55 /root/hmn/cache/ranked-awg1-20260601-135559.tsv sha256=54d20e688658070d7e1e2b56f3305ee6c5f66afc9f0a03bd4cfe9ae4f46f9121 rank avg_ms file endpoint loss config_path 1 000028.642 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000049.167 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 000054.398 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 000055.742 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 5 000058.725 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 000061.863 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 000064.119 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 000064.717 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000069.894 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 10 000078.605 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 000083.776 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 000090.563 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 13 000206.049 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/cache/ranked-awg1-20260601-145208.tsv -rw------- 1 root root 2920 Jun 1 14:52 /root/hmn/cache/ranked-awg1-20260601-145208.tsv sha256=9db04e6c82fb15097e54ff766130847f16846edd6a0888f5ffad5cecd9acaeae rank avg_ms file endpoint loss config_path 1 000031.403 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 2 000048.801 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 000053.748 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 000058.804 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 5 000058.891 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 000059.160 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 000060.048 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 000062.377 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 0% KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 9 000065.888 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 000069.356 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 11 000070.824 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 12 000072.932 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 13 000080.964 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 14 000081.250 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 15 000101.192 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 16 000204.156 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 0% KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf 17 000205.182 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/cache/ranked-awg1-20260601-152436.tsv -rw------- 1 root root 2410 Jun 1 15:24 /root/hmn/cache/ranked-awg1-20260601-152436.tsv sha256=87515343302f8d2124c47e37c67c011634a57527b569b59848f7a4c5ed81e657 rank avg_ms file endpoint loss config_path 1 000030.679 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000034.051 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 3 000048.800 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 000053.870 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 000057.491 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 000058.749 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 7 000061.337 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 000063.802 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000067.433 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 000072.246 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 000075.593 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 000083.255 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 000083.442 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 14 000206.996 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/cache/ranked-awg1-latest.tsv -rw------- 1 root root 2410 Jun 1 15:24 /root/hmn/cache/ranked-awg1-latest.tsv sha256=87515343302f8d2124c47e37c67c011634a57527b569b59848f7a4c5ed81e657 rank avg_ms file endpoint loss config_path 1 000030.679 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000034.051 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 3 000048.800 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 000053.870 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 000057.491 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 000058.749 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 7 000061.337 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 000063.802 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000067.433 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 000072.246 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 000075.593 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 000083.255 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 000083.442 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 14 000206.996 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/cache/selected-awg1-20260601-110707.tsv -rw------- 1 root root 372 Jun 1 11:07 /root/hmn/cache/selected-awg1-20260601-110707.tsv sha256=e82cef166477adc0ee8d3fb200c13eae1d3b33cff08a8b5d960698150bd7c5e8 slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000028.642 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000032.042 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf ### FILE /root/hmn/cache/selected-awg1-20260601-135559.tsv -rw------- 1 root root 384 Jun 1 13:55 /root/hmn/cache/selected-awg1-20260601-135559.tsv sha256=233f5d76ff4d61026aa651db5ddb74bf4574e691ce7281c94c849f8a089c58a9 slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000028.642 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000049.167 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### FILE /root/hmn/cache/selected-awg1-20260601-145208.tsv -rw------- 1 root root 386 Jun 1 14:52 /root/hmn/cache/selected-awg1-20260601-145208.tsv sha256=f749cf7455d19578778b60a6a7f7fbde52c7bcd6ae9781ba59f289268e28e348 slot file endpoint avg_ms config_path vpn1 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000031.403 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000048.801 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### FILE /root/hmn/cache/selected-awg1-20260601-152436.tsv -rw------- 1 root root 372 Jun 1 15:24 /root/hmn/cache/selected-awg1-20260601-152436.tsv sha256=39e1fac154d276d43c0ff677152f081d4e8b2059161c96ee454ff6d801abb082 slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000030.679 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000034.051 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf ### FILE /root/hmn/cache/selected-awg1-latest.tsv -rw-r--r-- 1 root root 375 Jul 8 06:16 /root/hmn/cache/selected-awg1-latest.tsv sha256=acecd501a7789cc8b967c65ca84a412a01c23feda3c0c15dfe474fb5f84d5e2f slot file endpoint avg_ms config_path vpn2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf vpn1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf ### FILE /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260706-165740 -rw------- 1 root root 386 Jul 6 16:09 /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260706-165740 sha256=34d44908e0375c0bbe95b3ee48f0b9334489cfc7522bca7d3f083e83eaa60a3f slot file endpoint avg_ms config_path vpn1 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf vpn2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf ### FILE /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260706-170839 -rw-r--r-- 1 root root 385 Jul 6 16:57 /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260706-170839 sha256=0fad36a4d94d1ee33ada64118c04c3c4b9d3d1e10f1adf30db8dc38944a63a60 slot file endpoint avg_ms config_path vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn1 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf ### FILE /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260708-061633 -rw------- 1 root root 391 Jul 6 17:08 /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260708-061633 sha256=9386fa56c53ac1c4e210cde060c37dfb3e31177f29abca0842044c5acb1eea5d slot file endpoint avg_ms config_path vpn1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### FILE /root/hmn/cache/selected-awg1-loadpath-check.tsv -rw------- 1 root root 385 Jun 1 14:35 /root/hmn/cache/selected-awg1-loadpath-check.tsv sha256=a77014dc9ca6a1b1913e32a2bc13687d0b1801064addd991da42dda2163da0b4 slot file endpoint avg_ms config_path vpn2 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000028.642 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 000054.398 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf ### FILE /root/hmn/cache/serverlist-latest.json -rw------- 1 root root 33274 Jul 8 04:20 /root/hmn/cache/serverlist-latest.json sha256=c434f9e353d6c8cdb785ddc1606febf997663f49160572953f7c27ebb1bdde1d {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.36.27.29","port":19016,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.36.27.29","port":33446,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.36.27.29","port":40886,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.36.27.29","port":56946,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"192.36.27.17","port":35500,"random_priority":"0"}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.247.19","port":24259,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.247.19","port":38689,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.247.19","port":46129,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.247.19","port":62189,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"192.71.247.18","port":35999,"random_priority":"0"}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"67":{"id":67,"country_code":"RU","name_en":"Russia, Moscow N5","name_ru":", N5","public_ips":["130.94.89.236"],"lan_ip":"10.102.0.1","services":{"httpd":{"ip":"130.94.89.236","port":16612},"pptp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.94.89.236","vpn_subnet":"10.102.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"130.94.89.236","port":20522,"vpn_subnet":"10.102.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"130.94.89.236","port":34952,"vpn_subnet":"10.102.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"130.94.89.236","port":42392,"vpn_subnet":"10.102.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"130.94.89.236","port":58452,"vpn_subnet":"10.102.40.1\/21"}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.39","port":19065,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.39","port":33495,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.39","port":40935,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.39","port":56995,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.39","port":38330}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.101","port":12316,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.101","port":26746,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.101","port":34186,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.101","port":50246,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.100","port":39480,"random_priority":"0"}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"3","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.25","port":25196,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.25","port":39626,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.25","port":47066,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.25","port":63126,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.24","port":35090,"random_priority":"0"}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.175.93.59","port":11832,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.175.93.59","port":26262,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.175.93.59","port":33702,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.175.93.59","port":49762,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"107.175.93.59","port":31095}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.174.226.52","port":17362,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.174.226.52","port":31792,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.174.226.52","port":39232,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.174.226.52","port":55292,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"107.174.226.51","port":44839,"random_priority":"0"}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.25","port":20511,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.25","port":34941,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.25","port":42381,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.25","port":58441,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380,"random_priority":"0"}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.138","port":22681,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.138","port":37111,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.138","port":44551,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.138","port":60611,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.234","port":37492}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.232.97","port":26420,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.232.97","port":40850,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.232.97","port":48290,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.232.97","port":64350,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"89.46.232.39","port":40316,"random_priority":"0"}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.73.210.13","port":16669,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.73.210.13","port":31099,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.73.210.13","port":38539,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.73.210.13","port":54599,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230,"random_priority":"0"}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.85","port":16185,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.85","port":30615,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.85","port":38055,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.85","port":54115,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"194.71.126.45","port":32821,"random_priority":"0"}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"147":{"id":147,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, Salt Lake City S2","name_ru":", -- S2","public_ips":["23.158.72.86"],"lan_ip":"10.91.0.1","services":{"httpd":{"ip":"23.158.72.19","port":12900},"pptp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"l2tp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"ipsec":{"service_id":4,"ip":"23.158.72.19","vpn_subnet":"10.91.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"23.158.72.88","port":22916,"vpn_subnet":"10.91.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"23.158.72.88","port":37346,"vpn_subnet":"10.91.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"23.158.72.88","port":44786,"vpn_subnet":"10.91.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"23.158.72.88","port":60846,"vpn_subnet":"10.91.24.1\/21"},"wg":{"ip":"23.158.72.87","port":45460,"random_priority":"0"}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"5","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"162":{"id":162,"lat":"49.842","lon":"73.106","country_code":"KZ","name_en":"Kazakhstan, Karaganda S1","name_ru":", S1","public_ips":["109.248.198.4"],"lan_ip":"10.77.192.1","services":{"httpd":{"ip":"109.248.198.4","port":13954},"pptp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"l2tp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"ipsec":{"service_id":4,"ip":"109.248.198.4","vpn_subnet":"10.77.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"109.248.198.4","port":17864,"vpn_subnet":"10.77.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"109.248.198.4","port":32294,"vpn_subnet":"10.77.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"109.248.198.4","port":39734,"vpn_subnet":"10.77.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"109.248.198.4","port":55794,"vpn_subnet":"10.77.216.1\/21"},"wg":{"ip":"109.248.198.4","port":37129}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.214.37.69","port":19964,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.214.37.181","port":32917,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.214.36.122","port":37592,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.139.225","port":59556,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"89.40.104.201","port":36979}}},"218":{"id":218,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M2","name_ru":", M2","public_ips":["77.67.8.84"],"lan_ip":"10.66.0.1","services":{"httpd":{"ip":"77.67.8.84","port":20203},"pptp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"l2tp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"ipsec":{"service_id":4,"ip":"77.67.8.84","vpn_subnet":"10.66.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"77.67.8.84","port":24113,"vpn_subnet":"10.66.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"77.67.8.84","port":38543,"vpn_subnet":"10.66.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"77.67.8.84","port":45983,"vpn_subnet":"10.66.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"77.67.8.84","port":62043,"vpn_subnet":"10.66.24.1\/21"},"wg":{"ip":"77.67.8.84","port":43378}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"20","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.48","port":24706,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.48","port":39136,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.48","port":46576,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.48","port":62636,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/cache/working-awg1-latest.tsv -rw------- 1 root root 6294 Jul 8 04:20 /root/hmn/cache/working-awg1-latest.tsv sha256=c1b6525733d9715b94d8f8dbd497f3f68a7635b696f8878fcdee96859156cecd id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 192.36.27.17 35500 192.36.27.17:35500 yes 10.119.249.139/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.60.219/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.187.205/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 192.71.247.18 35999 192.71.247.18:35999 yes 10.98.185.144/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.254.15/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.61.41/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.39 38330 193.235.207.39:38330 yes 10.102.248.214/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 71 US USA, Los Angeles S2 107.172.187.100 39480 107.172.187.100:39480 yes 10.103.56.214/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 78.31.250.16:41729 yes 10.103.120.171/32 KEYMASK-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.187.191/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.109/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.24 35090 149.154.157.24:35090 yes 10.104.120.117/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 87 US USA, New York S1 107.175.93.59 31095 107.175.93.59:31095 yes 10.107.43.173/32 KEYMASK-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 88 US USA, Dallas 107.174.226.51 44839 107.174.226.51:44839 yes 10.107.108.112/32 KEYMASK-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.238.215/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.111.97/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.239.94/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.234 37492 185.14.97.234:37492 yes 10.83.41.157/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.142/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.235.104/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.108.200/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 89.46.232.39 40316 89.46.232.39:40316 yes 10.86.172.73/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.170.125/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 194.71.126.45 32821 194.71.126.45:32821 yes 10.89.174.45/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.235.244/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 147 US USA, Salt Lake City S2 23.158.72.87 45460 23.158.72.87:45460 yes 10.91.43.12/32 KEYMASK-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.168.223/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.233.132/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.173.35/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 162 KZ Kazakhstan, Karaganda S1 109.248.198.4 37129 109.248.198.4:37129 yes 10.77.236.75/32 KEYMASK-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.237.218/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.47.73/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 89.40.104.201 36979 89.40.104.201:36979 yes 10.65.43.208/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 218 KZ Kazakhstan, Almaty M2 77.67.8.84 43378 77.67.8.84:43378 yes 10.66.44.225/32 KEYMASK-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.234.5/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/99-vpn-egress-manager -rw------- 1 root root 691 Jun 1 12:38 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/99-vpnin-policy-route -rw------- 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/STATUS.txt -rw------- 1 root root 1435 Jun 1 14:39 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/STATUS.txt sha256=47eb72bec9afb413ff3d3786c21eb332c8fb913f56f109a5eb71bf543829a530 timestamp=20260601-143908 cron: running maintenance: no maintenance flag active-slot: vpn2 table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 route get: 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache vpn1 endpoint/config: 95.211.68.119:45176 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn2 endpoint/config: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf planner: Selected file: KEYMASK-awg1-latest.tsv Runtime: active slot: vpn2 active endpoint: 95.156.206.18:37498 standby slot: vpn1 standby endpoint: 95.211.68.119:45176 Selected candidates: best: 95.156.206.18:37498 | 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf | avg=000028.642 second: 95.211.68.119:45176 | 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf | avg=000049.167 Plan: Active slot already has best candidate. Standby slot already has second candidate. Action: do nothing. No changes were made. main routes containing vpn1/vpn2: quarantine: endpoint file reason added_at 46.246.127.84:36230 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf suspicious_live_behavior_current_batch 2026-06-01T13:54:56+00:00 ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/active-slot -rw------- 1 root root 5 Jun 1 14:39 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/active-slot sha256=3c2c12cebae47c1a6b9b94019d5f6d77eca35fd7edcc3b8e5b2db1edc3d51218 vpn2 ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-apply-selected.sh -rw------- 1 root root 6765 Jun 1 14:32 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-apply-selected.sh sha256=ea283561a4acf7a781dd0abfeaab39467fec3a4abb2d3769cb98f9ca75f4c93e #!/bin/ash set -eu MODE="${1:-dry-run}" SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" QUARANTINE="${HMN_QUARANTINE_FILE:-KEYMASK-awg1-latest.tsv}" PING_IP="${HMN_STANDBY_PING_IP:-9.9.9.9}" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" case "$MODE" in dry-run|standby-only) ;; *) echo "ERROR: mode must be dry-run or standby-only" echo "Usage:" echo " /root/hmn/hmn-apply-selected.sh dry-run" echo " /root/hmn/hmn-apply-selected.sh standby-only" exit 1 ;; esac if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" if [ -z "$BEST_ENDPOINT" ] || [ -z "$BEST_CONFIG" ] || [ -z "$SECOND_ENDPOINT" ] || [ -z "$SECOND_CONFIG" ]; then echo "ERROR: selected file does not contain two candidates:" echo " $SELECTED" cat "$SELECTED" exit 1 fi if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then DESIRED_FILE="$SECOND_FILE" DESIRED_ENDPOINT="$SECOND_ENDPOINT" DESIRED_AVG="$SECOND_AVG" DESIRED_CONFIG="$SECOND_CONFIG" REASON="active_has_best_use_second_as_standby" elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_has_second_use_best_as_standby" else DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_not_in_selected_use_best_as_standby" fi if [ ! -f "$DESIRED_CONFIG" ]; then echo "ERROR: desired standby config not found:" echo " $DESIRED_CONFIG" exit 1 fi NEED_LOAD=0 if [ "$STANDBY_ENDPOINT" != "$DESIRED_ENDPOINT" ]; then NEED_LOAD=1 fi echo "Mode:" echo " $MODE" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " active config: $ACTIVE_CONFIG" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo " standby config: $STANDBY_CONFIG" echo echo "Selected:" echo " best: $BEST_ENDPOINT | avg=$BEST_AVG | $BEST_FILE" echo " second: $SECOND_ENDPOINT | avg=$SECOND_AVG | $SECOND_FILE" echo echo "Desired standby:" echo " slot: $STANDBY" echo " endpoint: $DESIRED_ENDPOINT" echo " avg: $DESIRED_AVG" echo " file: $DESIRED_FILE" echo " config: $DESIRED_CONFIG" echo " reason: $REASON" echo if [ "$NEED_LOAD" -eq 1 ]; then echo "Plan:" echo " load desired config into inactive slot $STANDBY" echo " bring $STANDBY up" echo " test ping through $STANDBY" echo " if OK: keep active untouched and shut standby back down" echo " if FAIL: quarantine desired endpoint for current batch and rerank" else echo "Plan:" echo " standby already has desired endpoint" echo " in standby-only mode: verify standby by bringing it up temporarily" fi echo if [ "$MODE" = "dry-run" ]; then echo "Dry-run only. No changes were made." exit 0 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi MAINT_WAS_PRESENT=0 if [ -e "$MAINTENANCE_FILE" ]; then MAINT_WAS_PRESENT=1 fi cleanup() { ip route del "$PING_IP/32" dev "$STANDBY" 2>/dev/null || true ifdown "$STANDBY" 2>/dev/null || true if [ "$MAINT_WAS_PRESENT" -eq 0 ]; then rm -f "$MAINTENANCE_FILE" fi rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$CRON_WAS_RUNNING" -eq 1 ]; then /etc/init.d/cron start >/dev/null 2>&1 || true fi } add_quarantine() { mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache if [ ! -f "$QUARANTINE" ]; then printf 'endpoint\tfile\treason\tadded_at\n' > "$QUARANTINE" fi if awk -F '\t' -v ep="$DESIRED_ENDPOINT" -v f="$DESIRED_FILE" ' NR > 1 && ($1 == ep || $2 == f) { found=1 } END { exit found ? 0 : 1 } ' "$QUARANTINE"; then echo "Quarantine already contains this endpoint/file." else ADDED_AT="$(date -Iseconds 2>/dev/null || date)" printf '%s\t%s\t%s\t%s\n' \ "$DESIRED_ENDPOINT" \ "$DESIRED_FILE" \ "standby_apply_failed_current_batch" \ "$ADDED_AT" >> "$QUARANTINE" chmod 600 "$QUARANTINE" echo "Added to quarantine:" echo " $DESIRED_ENDPOINT | $DESIRED_FILE" fi } trap cleanup EXIT INT TERM echo "Freezing automation while applying standby..." /etc/init.d/cron stop >/dev/null 2>&1 || true touch "$MAINTENANCE_FILE" rm -f /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$NEED_LOAD" -eq 1 ]; then echo echo "Loading desired config into standby slot..." /root/hmn/hmn-load-vpn-slot.sh "$STANDBY" "$DESIRED_CONFIG" else echo echo "No load needed; standby already points to desired endpoint." fi echo echo "Bringing standby up for verification..." ifup "$STANDBY" sleep 12 echo echo "Standby tunnel state:" /usr/bin/amneziawg show "$STANDBY" 2>/dev/null || true echo echo "Temporary route for standby ping:" ip route replace "$PING_IP/32" dev "$STANDBY" ip route get "$PING_IP" echo echo "Ping through standby:" if ping -4 -c 5 -W 2 -I "$STANDBY" "$PING_IP"; then echo echo "Standby verification OK." else echo echo "ERROR: standby verification failed." add_quarantine echo echo "Reranking after quarantine..." /root/hmn/hmn-rank-awg.sh || true exit 2 fi echo echo "Active slot was not changed:" cat /root/hmn/state/active-slot ip route show table 200 echo echo "Done. Cleanup will shut standby down and restore automation." ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-download-all-awg.sh -rw------- 1 root root 8926 Jun 1 13:58 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-download-all-awg.sh sha256=c20d8ff7feead493f2524c6da3c921bbf62cbdfb503a11a8ea75e4d15144e18f #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" echo "3/4 Скачиваю конфиги для всех WG-кандидатов..." echo N=0 OK=0 FAIL=0 while IFS="$(printf '\t')" read -r SERVER_ID COUNTRY_CODE SERVER_NAME WG_IP WG_PORT; do N=$((N + 1)) EXPECTED_ENDPOINT="${WG_IP}:${WG_PORT}" SAFE_NAME="$(printf '%03d-%s-%s-%s' "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" \ | tr ' /,' '---' \ | tr -cd 'A-Za-z0-9_.-' \ | sed 's/--*/-/g')" TMP_CONFIG="$RUN_DIR/tmp-${SAFE_NAME}.conf" CONFIG_FILE="$CONFIG_DIR/${SAFE_NAME}-awg${AWG_PARAM}.conf" echo "[$N/$TOTAL] $COUNTRY_CODE | $SERVER_NAME | $EXPECTED_ENDPOINT" if curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 8 --max-time 35 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data-urlencode "server=$WG_IP" \ --data "awg=$AWG_PARAM" \ "$CONFIG_URL" \ -o "$TMP_CONFIG"; then if grep -q '^\[Interface\]' "$TMP_CONFIG" && grep -q '^\[Peer\]' "$TMP_CONFIG"; then ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" ADDRESS="$(awk -F'= *' '/^Address[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" if [ "$ENDPOINT" = "$EXPECTED_ENDPOINT" ]; then MATCH="yes" else MATCH="NO_expected_${EXPECTED_ENDPOINT}" fi mv "$TMP_CONFIG" "$CONFIG_FILE" chmod 600 "$CONFIG_FILE" printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ "$ENDPOINT" "$MATCH" "$ADDRESS" "$CONFIG_FILE" \ >> "$WORKING_FILE" OK=$((OK + 1)) echo " OK -> $ENDPOINT | address=$ADDRESS | match=$MATCH" else REASON="$(head -n 1 "$TMP_CONFIG" | tr '\t' ' ' | cut -c1-180)" rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" "$REASON" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: $REASON" fi else rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\tcurl_failed\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: curl_failed" fi echo sleep 1 done < "$CANDIDATES_FILE" rm -f "$RUN_DIR"/tmp-*.conf 2>/dev/null || true rm -f "$LATEST_DIR" ln -s "$CONFIG_DIR" "$LATEST_DIR" cp "$WORKING_FILE" "$BASE/cache/working-awg${AWG_PARAM}-latest.tsv" cp "$FAIL_FILE" "$BASE/cache/fail-awg${AWG_PARAM}-latest.tsv" cp "$CANDIDATES_FILE" "$BASE/cache/wg-candidates-latest.tsv" chmod 600 "$BASE/cache/"*.tsv 2>/dev/null || true # Successful new config batch => reset temporary quarantine for this AWG batch. # If the download fails before this point, old latest/quarantine stay untouched. QUARANTINE_LATEST="$BASE/cache/quarantine-awg${AWG_PARAM}-latest.tsv" if [ -f "$QUARANTINE_LATEST" ]; then cp "$QUARANTINE_LATEST" "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true chmod 600 "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true fi { printf "endpoint\tfile\treason\tadded_at\n" } > "$QUARANTINE_LATEST" ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-load-vpn-slot.sh -rw------- 1 root root 5125 Jun 1 11:09 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-load-vpn-slot.sh sha256=f6171e7f682e5dc422a9e56c449b7413ea9225c23adef7b07d0802ed8bf93872 #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-}" case "$SLOT" in vpn1|vpn2) ;; *) echo "ERROR: slot должен быть vpn1 или vpn2" echo "Использование:" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf up" exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден config:" echo " $CONF" exit 1 fi ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ "$SLOT" = "$ACTIVE" ] && [ "${HMN_ALLOW_ACTIVE_RELOAD:-0}" != "1" ]; then echo "ERROR: refusing to reload active slot: $SLOT" echo "Current table 200 active slot: $ACTIVE" echo echo "Для blue/green сначала грузи конфиг в неактивный слот." echo "Если очень надо принудительно:" echo " HMN_ALLOW_ACTIVE_RELOAD=1 /root/hmn/hmn-load-vpn-slot.sh $SLOT $CONF" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading into slot:" echo " slot: $SLOT" echo " config: $CONF" echo " endpoint: $ENDPOINT" echo " address: $ADDRESS" echo " active table 200 before load: ${ACTIVE:-none}" echo ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='interface' uci set network."$SLOT".proto='amneziawg' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='0' uci set network."$SLOT".disabled='0' uci set network."$SLOT".delegate='0' uci set network."$SLOT".peerdns='0' uci set network."$SLOT".defaultroute='0' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network."$SLOT".hmn_role='active_spare_slot' uci set network."$SLOT".hmn_source_config="$CONF" uci set network."$SLOT".hmn_loaded_at="$(date -Iseconds)" uci set network."$SLOT".hmn_endpoint="$ENDPOINT" uci commit network echo "Loaded. Slot is still down unless ACTION=up." echo uci show network."$SLOT" | sed "s/private_key=MASKED echo uci show network | grep -E "=amneziawg_${SLOT}|@amneziawg_${SLOT}.*description|@amneziawg_${SLOT}.*allowed_ips|@amneziawg_${SLOT}.*route_allowed_ips|@amneziawg_${SLOT}.*endpoint_host|@amneziawg_${SLOT}.*endpoint_port|@amneziawg_${SLOT}.*persistent_keepalive" echo echo "table 200 after load:" ip route show table 200 if [ "$ACTION" = "up" ]; then echo echo "Bringing $SLOT up..." ifup "$SLOT" sleep 10 /usr/bin/amneziawg show "$SLOT" 2>/dev/null || true fi ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-plan-selected.sh -rw------- 1 root root 2908 Jun 1 14:00 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-plan-selected.sh sha256=ae8cb9b3ff62deb73e30a4ab2734a2a7898812b6bfe756fdf505ebba0776e510 #!/bin/ash set -eu SELECTED="${1:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_SLOT="$(awk -F '\t' 'NR==2 {print $1}' "$SELECTED")" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_SLOT="$(awk -F '\t' 'NR==3 {print $1}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot already has best candidate." if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ] && [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active has second candidate, standby has best candidate." echo " Action: no config load needed." echo " Optional: switch active to standby only after live test/policy decision." elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active has second candidate." echo " Standby should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." else echo " Active endpoint is not in top two selected candidates." echo " Safest action: load best candidate into standby, test it, then decide switch manually." echo " load $BEST_CONFIG into $STANDBY" fi echo echo "No changes were made." ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-rank-awg.sh -rw------- 1 root root 3169 Jun 1 13:55 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-rank-awg.sh sha256=7bf985300ce45a1003cfcaa1cf08d14de0751b39ff28ca2bf3f46713043faeec #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" QUARANTINE="${HMN_RANK_QUARANTINE:-KEYMASK-awg1-latest.tsv}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Временно плохие туннели текущего набора исключаются через QUARANTINE, # а не через вечный blacklist. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi if [ ! -f "$QUARANTINE" ]; then QUARANTINE="/dev/null" fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo " quarantine: $QUARANTINE" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" -v qfile="$QUARANTINE" ' FILENAME == qfile { if (FNR == 1) next if ($1 != "") q_endpoint[$1] = 1 if ($2 != "") q_file[$2] = 1 next } FILENAME != qfile && FNR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex && !($3 in q_endpoint) && !($2 in q_file) { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$QUARANTINE" "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $CFG_PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/ranked-awg1-latest.tsv -rw------- 1 root root 2241 Jun 1 13:55 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/ranked-awg1-latest.tsv sha256=54d20e688658070d7e1e2b56f3305ee6c5f66afc9f0a03bd4cfe9ae4f46f9121 rank avg_ms file endpoint loss config_path 1 000028.642 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000049.167 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 000054.398 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 000055.742 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 5 000058.725 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 000061.863 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 000064.119 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 000064.717 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000069.894 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 10 000078.605 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 000083.776 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 000090.563 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 13 000206.049 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/selected-awg1-latest.tsv -rw------- 1 root root 384 Jun 1 13:55 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/selected-awg1-latest.tsv sha256=233f5d76ff4d61026aa651db5ddb74bf4574e691ce7281c94c849f8a089c58a9 slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000028.642 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000049.167 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/vpn-egress-manager.sh -rw------- 1 root root 6626 Jun 1 13:24 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/vpn-egress-manager.sh sha256=b6099b2c44d6d404aa4e735b169c37e37cfa2ac030b05d4f83b32cb2ff21103d #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } if [ -e "$MAINTENANCE_FILE" ]; then logger -t "$LOGTAG" "maintenance flag present, exiting" exit 0 fi if ! mkdir "$LOCKDIR" 2>/dev/null; then logger -t "$LOGTAG" "another manager instance is running, exiting" exit 0 fi trap manager_cleanup EXIT INT TERM ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down or skipped, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi # Safety net: if standby failed but old active is still alive, # keep old active instead of falling through to WAN fallback. logger -t "$LOGTAG" "standby $STANDBY failed, re-checking old active $ACTIVE before WAN fallback" ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/vpn-table200-local-routes.sh -rw------- 1 root root 593 May 31 08:17 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/vpn-table200-local-routes.sh sha256=1826a52b28ae8590036d312be959919b35af4a6ab65218143414e070bb3a1bb5 #!/bin/sh # Local/direct routes that must always exist in table 200. # Otherwise local replies sourced from 10.200.0.2 go to VPN default. ip route replace 10.200.0.0/24 dev eth1 src 10.200.0.2 table 200 2>/dev/null || true ip route replace 10.201.0.0/24 dev eth3 src 10.201.0.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.71.1.0/24 dev eth2 src 10.71.1.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.250.1.0/24 via 10.71.1.1 dev eth2 table 200 2>/dev/null || true ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/99-vpn-egress-manager -rw------- 1 root root 691 Jun 1 12:38 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/99-vpnin-policy-route -rw------- 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/STATUS.txt -rw------- 1 root root 1423 Jun 1 15:29 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/STATUS.txt sha256=fdf20e99428868e528196af6df4e244bfdb3ad2acd1a4ebfb59599d4f49fcff0 timestamp=20260601-152930 cron table: * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-awg.sh run >/root/hmn/logs/hmn-refresh-awg-nightly.log 2>&1 cron status: running maintenance: no maintenance flag active-slot: vpn2 table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 route get: 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache vpn1 endpoint/config: 46.246.127.84:36230 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf vpn2 endpoint/config: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf planner: Selected file: KEYMASK-awg1-latest.tsv Runtime: active slot: vpn2 active endpoint: 95.156.206.18:37498 standby slot: vpn1 standby endpoint: 46.246.127.84:36230 Selected candidates: best: 95.156.206.18:37498 | 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf | avg=000030.679 second: 46.246.127.84:36230 | 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf | avg=000034.051 Plan: Active slot already has best candidate. Standby slot already has second candidate. Action: do nothing. No changes were made. main routes containing vpn1/vpn2/vpn_test: ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/active-slot -rw------- 1 root root 5 Jun 1 15:29 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/active-slot sha256=3c2c12cebae47c1a6b9b94019d5f6d77eca35fd7edcc3b8e5b2db1edc3d51218 vpn2 ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-apply-selected.sh -rw------- 1 root root 6765 Jun 1 14:32 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-apply-selected.sh sha256=ea283561a4acf7a781dd0abfeaab39467fec3a4abb2d3769cb98f9ca75f4c93e #!/bin/ash set -eu MODE="${1:-dry-run}" SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" QUARANTINE="${HMN_QUARANTINE_FILE:-KEYMASK-awg1-latest.tsv}" PING_IP="${HMN_STANDBY_PING_IP:-9.9.9.9}" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" case "$MODE" in dry-run|standby-only) ;; *) echo "ERROR: mode must be dry-run or standby-only" echo "Usage:" echo " /root/hmn/hmn-apply-selected.sh dry-run" echo " /root/hmn/hmn-apply-selected.sh standby-only" exit 1 ;; esac if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" if [ -z "$BEST_ENDPOINT" ] || [ -z "$BEST_CONFIG" ] || [ -z "$SECOND_ENDPOINT" ] || [ -z "$SECOND_CONFIG" ]; then echo "ERROR: selected file does not contain two candidates:" echo " $SELECTED" cat "$SELECTED" exit 1 fi if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then DESIRED_FILE="$SECOND_FILE" DESIRED_ENDPOINT="$SECOND_ENDPOINT" DESIRED_AVG="$SECOND_AVG" DESIRED_CONFIG="$SECOND_CONFIG" REASON="active_has_best_use_second_as_standby" elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_has_second_use_best_as_standby" else DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_not_in_selected_use_best_as_standby" fi if [ ! -f "$DESIRED_CONFIG" ]; then echo "ERROR: desired standby config not found:" echo " $DESIRED_CONFIG" exit 1 fi NEED_LOAD=0 if [ "$STANDBY_ENDPOINT" != "$DESIRED_ENDPOINT" ]; then NEED_LOAD=1 fi echo "Mode:" echo " $MODE" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " active config: $ACTIVE_CONFIG" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo " standby config: $STANDBY_CONFIG" echo echo "Selected:" echo " best: $BEST_ENDPOINT | avg=$BEST_AVG | $BEST_FILE" echo " second: $SECOND_ENDPOINT | avg=$SECOND_AVG | $SECOND_FILE" echo echo "Desired standby:" echo " slot: $STANDBY" echo " endpoint: $DESIRED_ENDPOINT" echo " avg: $DESIRED_AVG" echo " file: $DESIRED_FILE" echo " config: $DESIRED_CONFIG" echo " reason: $REASON" echo if [ "$NEED_LOAD" -eq 1 ]; then echo "Plan:" echo " load desired config into inactive slot $STANDBY" echo " bring $STANDBY up" echo " test ping through $STANDBY" echo " if OK: keep active untouched and shut standby back down" echo " if FAIL: quarantine desired endpoint for current batch and rerank" else echo "Plan:" echo " standby already has desired endpoint" echo " in standby-only mode: verify standby by bringing it up temporarily" fi echo if [ "$MODE" = "dry-run" ]; then echo "Dry-run only. No changes were made." exit 0 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi MAINT_WAS_PRESENT=0 if [ -e "$MAINTENANCE_FILE" ]; then MAINT_WAS_PRESENT=1 fi cleanup() { ip route del "$PING_IP/32" dev "$STANDBY" 2>/dev/null || true ifdown "$STANDBY" 2>/dev/null || true if [ "$MAINT_WAS_PRESENT" -eq 0 ]; then rm -f "$MAINTENANCE_FILE" fi rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$CRON_WAS_RUNNING" -eq 1 ]; then /etc/init.d/cron start >/dev/null 2>&1 || true fi } add_quarantine() { mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache if [ ! -f "$QUARANTINE" ]; then printf 'endpoint\tfile\treason\tadded_at\n' > "$QUARANTINE" fi if awk -F '\t' -v ep="$DESIRED_ENDPOINT" -v f="$DESIRED_FILE" ' NR > 1 && ($1 == ep || $2 == f) { found=1 } END { exit found ? 0 : 1 } ' "$QUARANTINE"; then echo "Quarantine already contains this endpoint/file." else ADDED_AT="$(date -Iseconds 2>/dev/null || date)" printf '%s\t%s\t%s\t%s\n' \ "$DESIRED_ENDPOINT" \ "$DESIRED_FILE" \ "standby_apply_failed_current_batch" \ "$ADDED_AT" >> "$QUARANTINE" chmod 600 "$QUARANTINE" echo "Added to quarantine:" echo " $DESIRED_ENDPOINT | $DESIRED_FILE" fi } trap cleanup EXIT INT TERM echo "Freezing automation while applying standby..." /etc/init.d/cron stop >/dev/null 2>&1 || true touch "$MAINTENANCE_FILE" rm -f /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$NEED_LOAD" -eq 1 ]; then echo echo "Loading desired config into standby slot..." /root/hmn/hmn-load-vpn-slot.sh "$STANDBY" "$DESIRED_CONFIG" else echo echo "No load needed; standby already points to desired endpoint." fi echo echo "Bringing standby up for verification..." ifup "$STANDBY" sleep 12 echo echo "Standby tunnel state:" /usr/bin/amneziawg show "$STANDBY" 2>/dev/null || true echo echo "Temporary route for standby ping:" ip route replace "$PING_IP/32" dev "$STANDBY" ip route get "$PING_IP" echo echo "Ping through standby:" if ping -4 -c 5 -W 2 -I "$STANDBY" "$PING_IP"; then echo echo "Standby verification OK." else echo echo "ERROR: standby verification failed." add_quarantine echo echo "Reranking after quarantine..." /root/hmn/hmn-rank-awg.sh || true exit 2 fi echo echo "Active slot was not changed:" cat /root/hmn/state/active-slot ip route show table 200 echo echo "Done. Cleanup will shut standby down and restore automation." ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-download-all-awg.sh -rw------- 1 root root 8926 Jun 1 13:58 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-download-all-awg.sh sha256=c20d8ff7feead493f2524c6da3c921bbf62cbdfb503a11a8ea75e4d15144e18f #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" echo "3/4 Скачиваю конфиги для всех WG-кандидатов..." echo N=0 OK=0 FAIL=0 while IFS="$(printf '\t')" read -r SERVER_ID COUNTRY_CODE SERVER_NAME WG_IP WG_PORT; do N=$((N + 1)) EXPECTED_ENDPOINT="${WG_IP}:${WG_PORT}" SAFE_NAME="$(printf '%03d-%s-%s-%s' "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" \ | tr ' /,' '---' \ | tr -cd 'A-Za-z0-9_.-' \ | sed 's/--*/-/g')" TMP_CONFIG="$RUN_DIR/tmp-${SAFE_NAME}.conf" CONFIG_FILE="$CONFIG_DIR/${SAFE_NAME}-awg${AWG_PARAM}.conf" echo "[$N/$TOTAL] $COUNTRY_CODE | $SERVER_NAME | $EXPECTED_ENDPOINT" if curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 8 --max-time 35 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data-urlencode "server=$WG_IP" \ --data "awg=$AWG_PARAM" \ "$CONFIG_URL" \ -o "$TMP_CONFIG"; then if grep -q '^\[Interface\]' "$TMP_CONFIG" && grep -q '^\[Peer\]' "$TMP_CONFIG"; then ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" ADDRESS="$(awk -F'= *' '/^Address[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" if [ "$ENDPOINT" = "$EXPECTED_ENDPOINT" ]; then MATCH="yes" else MATCH="NO_expected_${EXPECTED_ENDPOINT}" fi mv "$TMP_CONFIG" "$CONFIG_FILE" chmod 600 "$CONFIG_FILE" printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ "$ENDPOINT" "$MATCH" "$ADDRESS" "$CONFIG_FILE" \ >> "$WORKING_FILE" OK=$((OK + 1)) echo " OK -> $ENDPOINT | address=$ADDRESS | match=$MATCH" else REASON="$(head -n 1 "$TMP_CONFIG" | tr '\t' ' ' | cut -c1-180)" rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" "$REASON" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: $REASON" fi else rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\tcurl_failed\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: curl_failed" fi echo sleep 1 done < "$CANDIDATES_FILE" rm -f "$RUN_DIR"/tmp-*.conf 2>/dev/null || true rm -f "$LATEST_DIR" ln -s "$CONFIG_DIR" "$LATEST_DIR" cp "$WORKING_FILE" "$BASE/cache/working-awg${AWG_PARAM}-latest.tsv" cp "$FAIL_FILE" "$BASE/cache/fail-awg${AWG_PARAM}-latest.tsv" cp "$CANDIDATES_FILE" "$BASE/cache/wg-candidates-latest.tsv" chmod 600 "$BASE/cache/"*.tsv 2>/dev/null || true # Successful new config batch => reset temporary quarantine for this AWG batch. # If the download fails before this point, old latest/quarantine stay untouched. QUARANTINE_LATEST="$BASE/cache/quarantine-awg${AWG_PARAM}-latest.tsv" if [ -f "$QUARANTINE_LATEST" ]; then cp "$QUARANTINE_LATEST" "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true chmod 600 "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true fi { printf "endpoint\tfile\treason\tadded_at\n" } > "$QUARANTINE_LATEST" ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-load-vpn-slot.sh -rw------- 1 root root 5125 Jun 1 11:09 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-load-vpn-slot.sh sha256=f6171e7f682e5dc422a9e56c449b7413ea9225c23adef7b07d0802ed8bf93872 #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-}" case "$SLOT" in vpn1|vpn2) ;; *) echo "ERROR: slot должен быть vpn1 или vpn2" echo "Использование:" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf up" exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден config:" echo " $CONF" exit 1 fi ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ "$SLOT" = "$ACTIVE" ] && [ "${HMN_ALLOW_ACTIVE_RELOAD:-0}" != "1" ]; then echo "ERROR: refusing to reload active slot: $SLOT" echo "Current table 200 active slot: $ACTIVE" echo echo "Для blue/green сначала грузи конфиг в неактивный слот." echo "Если очень надо принудительно:" echo " HMN_ALLOW_ACTIVE_RELOAD=1 /root/hmn/hmn-load-vpn-slot.sh $SLOT $CONF" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading into slot:" echo " slot: $SLOT" echo " config: $CONF" echo " endpoint: $ENDPOINT" echo " address: $ADDRESS" echo " active table 200 before load: ${ACTIVE:-none}" echo ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='interface' uci set network."$SLOT".proto='amneziawg' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='0' uci set network."$SLOT".disabled='0' uci set network."$SLOT".delegate='0' uci set network."$SLOT".peerdns='0' uci set network."$SLOT".defaultroute='0' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network."$SLOT".hmn_role='active_spare_slot' uci set network."$SLOT".hmn_source_config="$CONF" uci set network."$SLOT".hmn_loaded_at="$(date -Iseconds)" uci set network."$SLOT".hmn_endpoint="$ENDPOINT" uci commit network echo "Loaded. Slot is still down unless ACTION=up." echo uci show network."$SLOT" | sed "s/private_key=MASKED echo uci show network | grep -E "=amneziawg_${SLOT}|@amneziawg_${SLOT}.*description|@amneziawg_${SLOT}.*allowed_ips|@amneziawg_${SLOT}.*route_allowed_ips|@amneziawg_${SLOT}.*endpoint_host|@amneziawg_${SLOT}.*endpoint_port|@amneziawg_${SLOT}.*persistent_keepalive" echo echo "table 200 after load:" ip route show table 200 if [ "$ACTION" = "up" ]; then echo echo "Bringing $SLOT up..." ifup "$SLOT" sleep 10 /usr/bin/amneziawg show "$SLOT" 2>/dev/null || true fi ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-plan-selected.sh -rw------- 1 root root 3181 Jun 1 15:12 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-plan-selected.sh sha256=f7cf94b41f53f52a74b1c84f20e5119d91edff92d4587228e7ea41bb1a932b96 #!/bin/ash set -eu SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active slot already has best candidate." echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Active slot already has best candidate." echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot has second candidate." echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." else echo " Active slot has second candidate." echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi else echo " Active endpoint is not in top two selected candidates." if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." elif [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot has second candidate, but best candidate is available." echo " Action: load best candidate into standby, then test:" echo " load $BEST_CONFIG into $STANDBY" else echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi fi echo echo "No changes were made." ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-rank-awg.sh -rw------- 1 root root 3169 Jun 1 13:55 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-rank-awg.sh sha256=7bf985300ce45a1003cfcaa1cf08d14de0751b39ff28ca2bf3f46713043faeec #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" QUARANTINE="${HMN_RANK_QUARANTINE:-KEYMASK-awg1-latest.tsv}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Временно плохие туннели текущего набора исключаются через QUARANTINE, # а не через вечный blacklist. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi if [ ! -f "$QUARANTINE" ]; then QUARANTINE="/dev/null" fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo " quarantine: $QUARANTINE" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" -v qfile="$QUARANTINE" ' FILENAME == qfile { if (FNR == 1) next if ($1 != "") q_endpoint[$1] = 1 if ($2 != "") q_file[$2] = 1 next } FILENAME != qfile && FNR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex && !($3 in q_endpoint) && !($2 in q_file) { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$QUARANTINE" "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $CFG_PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-refresh-awg.sh -rw------- 1 root root 4979 Jun 1 15:28 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-refresh-awg.sh sha256=f725224e1b766f85f1ccf4a934e44f3c240865081348ff6bed8f63d366678e17 #!/bin/ash set -u MODE="${1:-dry-run}" BASE="/root/hmn" LOGDIR="$BASE/logs" PING_IP="${HMN_REFRESH_PING_IP:-9.9.9.9}" DOWNLOAD="$BASE/hmn-download-all-awg.sh" TESTER="$BASE/hmn-test-all-awg.sh" RANKER="$BASE/hmn-rank-awg.sh" PLANNER="$BASE/hmn-plan-selected.sh" APPLY="$BASE/hmn-apply-selected.sh" case "$MODE" in dry-run|run) ;; *) echo "ERROR: mode must be dry-run or run" echo "Usage:" echo " /root/hmn/hmn-refresh-awg.sh dry-run" echo " /root/hmn/hmn-refresh-awg.sh run" exit 1 ;; esac mkdir -p "$LOGDIR" chmod 700 "$LOGDIR" LOCKDIR="/tmp/hmn-refresh-awg.lock" if ! mkdir "$LOCKDIR" 2>/dev/null; then echo "ERROR: another hmn-refresh-awg run is already active: $LOCKDIR" exit 1 fi cleanup_lock() { rmdir "$LOCKDIR" 2>/dev/null || true } trap cleanup_lock EXIT INT TERM say() { echo echo "=== $* ===" } fail() { echo echo "ERROR: $*" exit 1 } run_cmd() { echo echo "+ $*" if [ "$MODE" = "run" ]; then "$@" else echo "[dry-run] not executed" fi } get_table_default_dev() { ip route show table 200 | awk ' /^default / { for (i = 1; i <= NF; i++) { if ($i == "dev") { print $(i+1) exit } } } ' } say "HideMyName AWG refresh wrapper" echo "mode: $MODE" echo "date: $(date -Iseconds 2>/dev/null || date)" say "preflight: scripts" for S in "$DOWNLOAD" "$TESTER" "$RANKER" "$PLANNER" "$APPLY"; do [ -x "$S" ] || fail "missing or not executable: $S" ls -lh "$S" done say "preflight: runtime state" CRON_STATUS="$(/etc/init.d/cron status 2>/dev/null || true)" echo "cron: $CRON_STATUS" if [ -e /tmp/hmn-vpn-maintenance ]; then fail "maintenance flag exists: /tmp/hmn-vpn-maintenance" fi for F in /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan; do if [ -e "$F" ]; then fail "temporary control flag exists: $F" fi done ACTIVE="$(cat "$BASE/state/active-slot" 2>/dev/null || true)" case "$ACTIVE" in vpn1|vpn2) ;; *) fail "bad active slot: $ACTIVE" ;; esac TABLE_DEV="$(get_table_default_dev)" echo "active slot: $ACTIVE" echo "table 200 default dev: $TABLE_DEV" ip route show table 200 if [ "$TABLE_DEV" != "$ACTIVE" ]; then fail "table 200 default dev does not match active slot" fi echo echo "active tunnel:" /usr/bin/amneziawg show "$ACTIVE" 2>/dev/null || fail "cannot show active tunnel $ACTIVE" echo echo "active traffic check:" ping -4 -c 3 -W 2 -I 10.200.0.2 "$PING_IP" || fail "active traffic check failed" say "current selected plan before refresh" "$PLANNER" || fail "planner failed before refresh" say "planned pipeline" echo "1. download fresh AWG configs through active VPN interface" echo "2. test all latest configs through vpn_test" echo "3. rank tested configs and write selected" echo "4. show selected plan" echo "5. apply selected in standby-only mode" echo "6. final report" if [ "$MODE" = "dry-run" ]; then say "dry-run command list" run_cmd "$DOWNLOAD" run_cmd "$TESTER" run_cmd "$RANKER" run_cmd "$PLANNER" run_cmd "$APPLY" standby-only say "dry-run final state, no changes expected" /etc/init.d/cron status || true ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" cat "$BASE/state/active-slot" ip route show table 200 ip route show | grep -E 'vpn1|vpn2|vpn_test' || true exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" REPORT="$LOGDIR/hmn-refresh-awg-$TS.report.txt" say "run: download fresh AWG configs" "$DOWNLOAD" || fail "download failed" say "run: test latest AWG configs" "$TESTER" || fail "tester failed" say "run: rank and select" "$RANKER" || fail "ranker failed" say "run: selected plan after rank" "$PLANNER" || fail "planner failed after rank" say "run: apply selected standby-only" "$APPLY" standby-only || fail "apply-selected standby-only failed" say "final report" { echo "timestamp=$TS" echo echo "cron:" /etc/init.d/cron status || true echo echo "maintenance:" ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" echo echo "active-slot:" cat "$BASE/state/active-slot" echo echo "table 200:" ip route show table 200 echo echo "route get:" ip route get "$PING_IP" from 10.200.0.2 echo echo "vpn1 endpoint/config:" uci -q get network.vpn1.hmn_endpoint || true uci -q get network.vpn1.hmn_source_config || true echo echo "vpn2 endpoint/config:" uci -q get network.vpn2.hmn_endpoint || true uci -q get network.vpn2.hmn_source_config || true echo echo "selected:" cat "$BASE/cache/selected-awg1-latest.tsv" 2>/dev/null || true echo echo "planner:" "$PLANNER" || true echo echo "quarantine:" cat "$BASE/cache/quarantine-awg1-latest.tsv" 2>/dev/null || echo "no quarantine file" echo echo "main routes containing vpn1/vpn2/vpn_test:" ip route show | grep -E 'vpn1|vpn2|vpn_test' || true } | tee "$REPORT" chmod 600 "$REPORT" say "refresh completed" echo "report: $REPORT" ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-test-all-awg.sh -rw------- 1 root root 4112 Jun 1 10:27 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-test-all-awg.sh sha256=46eeaa363bbdb6605022d07cf4fa35b1dee396b5a5d168b42952f969ba74427f #!/bin/ash set -eu CONFIG_DIR="${1:-KEYMASK}" TEST_IP="${TEST_IP:-9.9.9.9}" PING_COUNT="${PING_COUNT:-3}" WAIT_SECONDS="${WAIT_SECONDS:-8}" LEAVE_UP="${LEAVE_UP:-0}" LOADER="/root/hmn/hmn-load-vpn-test.sh" AWGSHOW="/usr/bin/amneziawg" if [ ! -x "$LOADER" ]; then echo "ERROR: нет $LOADER" exit 1 fi if [ ! -x "$AWGSHOW" ]; then echo "ERROR: нет $AWGSHOW" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: нет каталога конфигов:" echo " $CONFIG_DIR" echo echo "Сначала скачай конфиги:" echo " /root/hmn/hmn-download-all-awg.sh" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="/root/hmn/test-runs/$TS" RESULTS="$RUN_DIR/results.tsv" mkdir -p "$RUN_DIR" chmod 700 "$RUN_DIR" echo "HideMyName AWG tunnel tester" echo echo "Config dir: $CONFIG_DIR" echo "Test IP: $TEST_IP" echo "Ping count: $PING_COUNT" echo "Wait seconds: $WAIT_SECONDS" echo "Run dir: $RUN_DIR" echo printf "status\tfile\tendpoint\tlatest_handshake\ttransfer\tping_loss\tping_rtt_avg\tshow_file\tping_file\n" > "$RESULTS" FILES="$(find -L "$CONFIG_DIR" -type f -name '*.conf' | sort)" if [ -z "$FILES" ]; then echo "ERROR: .conf файлы не найдены в:" echo " $CONFIG_DIR" exit 1 fi TOTAL="$(printf '%s\n' "$FILES" | wc -l | tr -d ' ')" N=0 OK=0 FAIL=0 cleanup_route() { ip route del "$TEST_IP/32" dev vpn_test 2>/dev/null || true } trap cleanup_route EXIT INT TERM printf '%s\n' "$FILES" | while IFS= read -r CONF; do N=$((N + 1)) BASE="$(basename "$CONF")" SAFE="$(printf '%s' "$BASE" | tr -cd 'A-Za-z0-9_.-')" LOAD_LOG="$RUN_DIR/${SAFE}.load.log" SHOW1="$RUN_DIR/${SAFE}.show-before-ping.txt" SHOW2="$RUN_DIR/${SAFE}.show-after-ping.txt" PING_LOG="$RUN_DIR/${SAFE}.ping.txt" ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$CONF")" echo "[$N/$TOTAL] $BASE" echo " endpoint: $ENDPOINT" ifdown vpn_test 2>/dev/null || true cleanup_route if ! "$LOADER" "$CONF" > "$LOAD_LOG" 2>&1; then echo " FAIL: load_error" printf "FAIL_LOAD\t%s\t%s\t-\t-\t-\t-\t%s\t%s\n" "$BASE" "$ENDPOINT" "$LOAD_LOG" "$PING_LOG" >> "$RESULTS" FAIL=$((FAIL + 1)) echo continue fi ifup vpn_test > "$RUN_DIR/${SAFE}.ifup.log" 2>&1 || true sleep "$WAIT_SECONDS" "$AWGSHOW" show vpn_test > "$SHOW1" 2>&1 || true ip route replace "$TEST_IP/32" dev vpn_test ping -4 -c "$PING_COUNT" -W 2 -I vpn_test "$TEST_IP" > "$PING_LOG" 2>&1 || true sleep 2 "$AWGSHOW" show vpn_test > "$SHOW2" 2>&1 || true cleanup_route LATEST="$(grep 'latest handshake:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n 1 || true)" TRANSFER="$(grep 'transfer:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n 1 || true)" LOSS="$(grep 'packet loss' "$PING_LOG" | sed -n 's/.* \([0-9][0-9]*%\) packet loss.*/\1/p' | head -n 1 || true)" RTT_AVG="$(grep 'round-trip' "$PING_LOG" | sed -n 's/.*= [0-9.]*\/\([0-9.]*\)\/.*/\1/p' | head -n 1 || true)" if [ -n "$LATEST" ]; then STATUS="OK" OK=$((OK + 1)) echo " OK: $LATEST" echo " $TRANSFER" echo " ping loss=${LOSS:-unknown}, avg=${RTT_AVG:-n/a} ms" else STATUS="FAIL_NO_HANDSHAKE" FAIL=$((FAIL + 1)) echo " FAIL: no handshake" echo " ping loss=${LOSS:-unknown}, avg=${RTT_AVG:-n/a}" fi printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$STATUS" "$BASE" "$ENDPOINT" "${LATEST:-}" "${TRANSFER:-}" "${LOSS:-}" "${RTT_AVG:-}" "$SHOW2" "$PING_LOG" \ >> "$RESULTS" if [ "$LEAVE_UP" != "1" ]; then ifdown vpn_test 2>/dev/null || true fi echo done cleanup_route if [ "$LEAVE_UP" != "1" ]; then ifdown vpn_test 2>/dev/null || true fi echo echo "Готово." echo echo "Results:" echo " $RESULTS" echo echo "Краткая таблица:" awk -F '\t' 'NR==1 {next} { printf "%-18s | %-55s | %-22s | loss=%-5s | avg=%s ms\n", $1, $2, $3, $6, $7 }' "$RESULTS" echo echo "Контроль маршрутизации:" echo echo "table 200:" ip route show table 200 echo echo "main routes touching vpn_test:" ip route show | grep vpn_test || true ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/ranked-awg1-latest.tsv -rw------- 1 root root 2410 Jun 1 15:24 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/ranked-awg1-latest.tsv sha256=87515343302f8d2124c47e37c67c011634a57527b569b59848f7a4c5ed81e657 rank avg_ms file endpoint loss config_path 1 000030.679 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000034.051 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 3 000048.800 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 000053.870 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 000057.491 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 000058.749 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 7 000061.337 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 000063.802 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000067.433 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 000072.246 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 000075.593 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 000083.255 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 000083.442 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 14 000206.996 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/selected-awg1-latest.tsv -rw------- 1 root root 372 Jun 1 15:24 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/selected-awg1-latest.tsv sha256=39e1fac154d276d43c0ff677152f081d4e8b2059161c96ee454ff6d801abb082 slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000030.679 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000034.051 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/vpn-egress-manager.sh -rw------- 1 root root 6626 Jun 1 13:24 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/vpn-egress-manager.sh sha256=b6099b2c44d6d404aa4e735b169c37e37cfa2ac030b05d4f83b32cb2ff21103d #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } if [ -e "$MAINTENANCE_FILE" ]; then logger -t "$LOGTAG" "maintenance flag present, exiting" exit 0 fi if ! mkdir "$LOCKDIR" 2>/dev/null; then logger -t "$LOGTAG" "another manager instance is running, exiting" exit 0 fi trap manager_cleanup EXIT INT TERM ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down or skipped, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi # Safety net: if standby failed but old active is still alive, # keep old active instead of falling through to WAN fallback. logger -t "$LOGTAG" "standby $STANDBY failed, re-checking old active $ACTIVE before WAN fallback" ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/vpn-table200-local-routes.sh -rw------- 1 root root 593 May 31 08:17 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/vpn-table200-local-routes.sh sha256=1826a52b28ae8590036d312be959919b35af4a6ab65218143414e070bb3a1bb5 #!/bin/sh # Local/direct routes that must always exist in table 200. # Otherwise local replies sourced from 10.200.0.2 go to VPN default. ip route replace 10.200.0.0/24 dev eth1 src 10.200.0.2 table 200 2>/dev/null || true ip route replace 10.201.0.0/24 dev eth3 src 10.201.0.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.71.1.0/24 dev eth2 src 10.71.1.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.250.1.0/24 via 10.71.1.1 dev eth2 table 200 2>/dev/null || true ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/working-awg1-latest.tsv -rw------- 1 root root 6239 Jun 1 15:16 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/working-awg1-latest.tsv sha256=24ac286e9f707cc35c4f047d7159c32ae8b9eb6e3db213697f5cd6ca285359b3 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-151531/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-151531/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-151531/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-151531/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-151531/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-151531/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-151531/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-151531/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-151531/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-151531/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-151531/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-151531/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-151531/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-151531/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-151531/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-151531/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-151531/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-151531/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-151531/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-151531/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-151531/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-151531/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-151531/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-151531/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-151531/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-151531/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-151531/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-151531/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-151531/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-151531/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-151531/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-151531/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-151531/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-151531/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-151531/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/99-vpn-egress-manager -rw------- 1 root root 691 Jun 1 12:38 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/99-vpnin-policy-route -rw------- 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/STATUS.txt -rw------- 1 root root 1982 Jun 1 15:13 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/STATUS.txt sha256=ea6a5fa89654dbde1b92379dae308201d92f14dfac95b8683091ab5286995d27 timestamp=20260601-151334 cron: running maintenance: no maintenance flag active-slot: vpn2 table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 route get: 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache vpn1 endpoint/config: 46.246.127.84:36230 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf vpn2 endpoint/config: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf planner: Selected file: KEYMASK-awg1-latest.tsv Runtime: active slot: vpn2 active endpoint: 95.156.206.18:37498 standby slot: vpn1 standby endpoint: 46.246.127.84:36230 Selected candidates: best: 46.246.127.84:36230 | 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf | avg=000031.403 second: 95.211.68.119:45176 | 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf | avg=000048.801 Plan: Active endpoint is not in top two selected candidates. Standby slot already has best candidate. Action: do nothing automatically; optional manual promote after policy decision. No changes were made. selected: slot file endpoint avg_ms config_path vpn1 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000031.403 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000048.801 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf quarantine: endpoint file reason added_at latest refresh reports: -rw------- 1 root root 1.8K Jun 1 14:52 /root/hmn/logs/hmn-refresh-awg-20260601-144311.report.txt main routes containing vpn1/vpn2/vpn_test: cron table: * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/active-slot -rw------- 1 root root 5 Jun 1 15:13 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/active-slot sha256=3c2c12cebae47c1a6b9b94019d5f6d77eca35fd7edcc3b8e5b2db1edc3d51218 vpn2 ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-apply-selected.sh -rw------- 1 root root 6765 Jun 1 14:32 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-apply-selected.sh sha256=ea283561a4acf7a781dd0abfeaab39467fec3a4abb2d3769cb98f9ca75f4c93e #!/bin/ash set -eu MODE="${1:-dry-run}" SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" QUARANTINE="${HMN_QUARANTINE_FILE:-KEYMASK-awg1-latest.tsv}" PING_IP="${HMN_STANDBY_PING_IP:-9.9.9.9}" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" case "$MODE" in dry-run|standby-only) ;; *) echo "ERROR: mode must be dry-run or standby-only" echo "Usage:" echo " /root/hmn/hmn-apply-selected.sh dry-run" echo " /root/hmn/hmn-apply-selected.sh standby-only" exit 1 ;; esac if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" if [ -z "$BEST_ENDPOINT" ] || [ -z "$BEST_CONFIG" ] || [ -z "$SECOND_ENDPOINT" ] || [ -z "$SECOND_CONFIG" ]; then echo "ERROR: selected file does not contain two candidates:" echo " $SELECTED" cat "$SELECTED" exit 1 fi if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then DESIRED_FILE="$SECOND_FILE" DESIRED_ENDPOINT="$SECOND_ENDPOINT" DESIRED_AVG="$SECOND_AVG" DESIRED_CONFIG="$SECOND_CONFIG" REASON="active_has_best_use_second_as_standby" elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_has_second_use_best_as_standby" else DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_not_in_selected_use_best_as_standby" fi if [ ! -f "$DESIRED_CONFIG" ]; then echo "ERROR: desired standby config not found:" echo " $DESIRED_CONFIG" exit 1 fi NEED_LOAD=0 if [ "$STANDBY_ENDPOINT" != "$DESIRED_ENDPOINT" ]; then NEED_LOAD=1 fi echo "Mode:" echo " $MODE" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " active config: $ACTIVE_CONFIG" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo " standby config: $STANDBY_CONFIG" echo echo "Selected:" echo " best: $BEST_ENDPOINT | avg=$BEST_AVG | $BEST_FILE" echo " second: $SECOND_ENDPOINT | avg=$SECOND_AVG | $SECOND_FILE" echo echo "Desired standby:" echo " slot: $STANDBY" echo " endpoint: $DESIRED_ENDPOINT" echo " avg: $DESIRED_AVG" echo " file: $DESIRED_FILE" echo " config: $DESIRED_CONFIG" echo " reason: $REASON" echo if [ "$NEED_LOAD" -eq 1 ]; then echo "Plan:" echo " load desired config into inactive slot $STANDBY" echo " bring $STANDBY up" echo " test ping through $STANDBY" echo " if OK: keep active untouched and shut standby back down" echo " if FAIL: quarantine desired endpoint for current batch and rerank" else echo "Plan:" echo " standby already has desired endpoint" echo " in standby-only mode: verify standby by bringing it up temporarily" fi echo if [ "$MODE" = "dry-run" ]; then echo "Dry-run only. No changes were made." exit 0 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi MAINT_WAS_PRESENT=0 if [ -e "$MAINTENANCE_FILE" ]; then MAINT_WAS_PRESENT=1 fi cleanup() { ip route del "$PING_IP/32" dev "$STANDBY" 2>/dev/null || true ifdown "$STANDBY" 2>/dev/null || true if [ "$MAINT_WAS_PRESENT" -eq 0 ]; then rm -f "$MAINTENANCE_FILE" fi rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$CRON_WAS_RUNNING" -eq 1 ]; then /etc/init.d/cron start >/dev/null 2>&1 || true fi } add_quarantine() { mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache if [ ! -f "$QUARANTINE" ]; then printf 'endpoint\tfile\treason\tadded_at\n' > "$QUARANTINE" fi if awk -F '\t' -v ep="$DESIRED_ENDPOINT" -v f="$DESIRED_FILE" ' NR > 1 && ($1 == ep || $2 == f) { found=1 } END { exit found ? 0 : 1 } ' "$QUARANTINE"; then echo "Quarantine already contains this endpoint/file." else ADDED_AT="$(date -Iseconds 2>/dev/null || date)" printf '%s\t%s\t%s\t%s\n' \ "$DESIRED_ENDPOINT" \ "$DESIRED_FILE" \ "standby_apply_failed_current_batch" \ "$ADDED_AT" >> "$QUARANTINE" chmod 600 "$QUARANTINE" echo "Added to quarantine:" echo " $DESIRED_ENDPOINT | $DESIRED_FILE" fi } trap cleanup EXIT INT TERM echo "Freezing automation while applying standby..." /etc/init.d/cron stop >/dev/null 2>&1 || true touch "$MAINTENANCE_FILE" rm -f /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$NEED_LOAD" -eq 1 ]; then echo echo "Loading desired config into standby slot..." /root/hmn/hmn-load-vpn-slot.sh "$STANDBY" "$DESIRED_CONFIG" else echo echo "No load needed; standby already points to desired endpoint." fi echo echo "Bringing standby up for verification..." ifup "$STANDBY" sleep 12 echo echo "Standby tunnel state:" /usr/bin/amneziawg show "$STANDBY" 2>/dev/null || true echo echo "Temporary route for standby ping:" ip route replace "$PING_IP/32" dev "$STANDBY" ip route get "$PING_IP" echo echo "Ping through standby:" if ping -4 -c 5 -W 2 -I "$STANDBY" "$PING_IP"; then echo echo "Standby verification OK." else echo echo "ERROR: standby verification failed." add_quarantine echo echo "Reranking after quarantine..." /root/hmn/hmn-rank-awg.sh || true exit 2 fi echo echo "Active slot was not changed:" cat /root/hmn/state/active-slot ip route show table 200 echo echo "Done. Cleanup will shut standby down and restore automation." ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-download-all-awg.sh -rw------- 1 root root 8926 Jun 1 13:58 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-download-all-awg.sh sha256=c20d8ff7feead493f2524c6da3c921bbf62cbdfb503a11a8ea75e4d15144e18f #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" echo "3/4 Скачиваю конфиги для всех WG-кандидатов..." echo N=0 OK=0 FAIL=0 while IFS="$(printf '\t')" read -r SERVER_ID COUNTRY_CODE SERVER_NAME WG_IP WG_PORT; do N=$((N + 1)) EXPECTED_ENDPOINT="${WG_IP}:${WG_PORT}" SAFE_NAME="$(printf '%03d-%s-%s-%s' "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" \ | tr ' /,' '---' \ | tr -cd 'A-Za-z0-9_.-' \ | sed 's/--*/-/g')" TMP_CONFIG="$RUN_DIR/tmp-${SAFE_NAME}.conf" CONFIG_FILE="$CONFIG_DIR/${SAFE_NAME}-awg${AWG_PARAM}.conf" echo "[$N/$TOTAL] $COUNTRY_CODE | $SERVER_NAME | $EXPECTED_ENDPOINT" if curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 8 --max-time 35 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data-urlencode "server=$WG_IP" \ --data "awg=$AWG_PARAM" \ "$CONFIG_URL" \ -o "$TMP_CONFIG"; then if grep -q '^\[Interface\]' "$TMP_CONFIG" && grep -q '^\[Peer\]' "$TMP_CONFIG"; then ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" ADDRESS="$(awk -F'= *' '/^Address[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" if [ "$ENDPOINT" = "$EXPECTED_ENDPOINT" ]; then MATCH="yes" else MATCH="NO_expected_${EXPECTED_ENDPOINT}" fi mv "$TMP_CONFIG" "$CONFIG_FILE" chmod 600 "$CONFIG_FILE" printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ "$ENDPOINT" "$MATCH" "$ADDRESS" "$CONFIG_FILE" \ >> "$WORKING_FILE" OK=$((OK + 1)) echo " OK -> $ENDPOINT | address=$ADDRESS | match=$MATCH" else REASON="$(head -n 1 "$TMP_CONFIG" | tr '\t' ' ' | cut -c1-180)" rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" "$REASON" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: $REASON" fi else rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\tcurl_failed\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: curl_failed" fi echo sleep 1 done < "$CANDIDATES_FILE" rm -f "$RUN_DIR"/tmp-*.conf 2>/dev/null || true rm -f "$LATEST_DIR" ln -s "$CONFIG_DIR" "$LATEST_DIR" cp "$WORKING_FILE" "$BASE/cache/working-awg${AWG_PARAM}-latest.tsv" cp "$FAIL_FILE" "$BASE/cache/fail-awg${AWG_PARAM}-latest.tsv" cp "$CANDIDATES_FILE" "$BASE/cache/wg-candidates-latest.tsv" chmod 600 "$BASE/cache/"*.tsv 2>/dev/null || true # Successful new config batch => reset temporary quarantine for this AWG batch. # If the download fails before this point, old latest/quarantine stay untouched. QUARANTINE_LATEST="$BASE/cache/quarantine-awg${AWG_PARAM}-latest.tsv" if [ -f "$QUARANTINE_LATEST" ]; then cp "$QUARANTINE_LATEST" "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true chmod 600 "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true fi { printf "endpoint\tfile\treason\tadded_at\n" } > "$QUARANTINE_LATEST" ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-load-vpn-slot.sh -rw------- 1 root root 5125 Jun 1 11:09 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-load-vpn-slot.sh sha256=f6171e7f682e5dc422a9e56c449b7413ea9225c23adef7b07d0802ed8bf93872 #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-}" case "$SLOT" in vpn1|vpn2) ;; *) echo "ERROR: slot должен быть vpn1 или vpn2" echo "Использование:" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf up" exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден config:" echo " $CONF" exit 1 fi ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ "$SLOT" = "$ACTIVE" ] && [ "${HMN_ALLOW_ACTIVE_RELOAD:-0}" != "1" ]; then echo "ERROR: refusing to reload active slot: $SLOT" echo "Current table 200 active slot: $ACTIVE" echo echo "Для blue/green сначала грузи конфиг в неактивный слот." echo "Если очень надо принудительно:" echo " HMN_ALLOW_ACTIVE_RELOAD=1 /root/hmn/hmn-load-vpn-slot.sh $SLOT $CONF" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading into slot:" echo " slot: $SLOT" echo " config: $CONF" echo " endpoint: $ENDPOINT" echo " address: $ADDRESS" echo " active table 200 before load: ${ACTIVE:-none}" echo ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='interface' uci set network."$SLOT".proto='amneziawg' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='0' uci set network."$SLOT".disabled='0' uci set network."$SLOT".delegate='0' uci set network."$SLOT".peerdns='0' uci set network."$SLOT".defaultroute='0' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network."$SLOT".hmn_role='active_spare_slot' uci set network."$SLOT".hmn_source_config="$CONF" uci set network."$SLOT".hmn_loaded_at="$(date -Iseconds)" uci set network."$SLOT".hmn_endpoint="$ENDPOINT" uci commit network echo "Loaded. Slot is still down unless ACTION=up." echo uci show network."$SLOT" | sed "s/private_key=MASKED echo uci show network | grep -E "=amneziawg_${SLOT}|@amneziawg_${SLOT}.*description|@amneziawg_${SLOT}.*allowed_ips|@amneziawg_${SLOT}.*route_allowed_ips|@amneziawg_${SLOT}.*endpoint_host|@amneziawg_${SLOT}.*endpoint_port|@amneziawg_${SLOT}.*persistent_keepalive" echo echo "table 200 after load:" ip route show table 200 if [ "$ACTION" = "up" ]; then echo echo "Bringing $SLOT up..." ifup "$SLOT" sleep 10 /usr/bin/amneziawg show "$SLOT" 2>/dev/null || true fi ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-plan-selected.sh -rw------- 1 root root 3181 Jun 1 15:12 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-plan-selected.sh sha256=f7cf94b41f53f52a74b1c84f20e5119d91edff92d4587228e7ea41bb1a932b96 #!/bin/ash set -eu SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active slot already has best candidate." echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Active slot already has best candidate." echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot has second candidate." echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." else echo " Active slot has second candidate." echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi else echo " Active endpoint is not in top two selected candidates." if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." elif [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot has second candidate, but best candidate is available." echo " Action: load best candidate into standby, then test:" echo " load $BEST_CONFIG into $STANDBY" else echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi fi echo echo "No changes were made." ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-rank-awg.sh -rw------- 1 root root 3169 Jun 1 13:55 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-rank-awg.sh sha256=7bf985300ce45a1003cfcaa1cf08d14de0751b39ff28ca2bf3f46713043faeec #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" QUARANTINE="${HMN_RANK_QUARANTINE:-KEYMASK-awg1-latest.tsv}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Временно плохие туннели текущего набора исключаются через QUARANTINE, # а не через вечный blacklist. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi if [ ! -f "$QUARANTINE" ]; then QUARANTINE="/dev/null" fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo " quarantine: $QUARANTINE" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" -v qfile="$QUARANTINE" ' FILENAME == qfile { if (FNR == 1) next if ($1 != "") q_endpoint[$1] = 1 if ($2 != "") q_file[$2] = 1 next } FILENAME != qfile && FNR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex && !($3 in q_endpoint) && !($2 in q_file) { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$QUARANTINE" "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $CFG_PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-refresh-awg.sh -rw------- 1 root root 4726 Jun 1 14:41 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-refresh-awg.sh sha256=8e052492c197189e6f9fdca35553f82d1d7f4a7222ee981cef2e09343073a0ff #!/bin/ash set -u MODE="${1:-dry-run}" BASE="/root/hmn" LOGDIR="$BASE/logs" PING_IP="${HMN_REFRESH_PING_IP:-9.9.9.9}" DOWNLOAD="$BASE/hmn-download-all-awg.sh" TESTER="$BASE/hmn-test-all-awg.sh" RANKER="$BASE/hmn-rank-awg.sh" PLANNER="$BASE/hmn-plan-selected.sh" APPLY="$BASE/hmn-apply-selected.sh" case "$MODE" in dry-run|run) ;; *) echo "ERROR: mode must be dry-run or run" echo "Usage:" echo " /root/hmn/hmn-refresh-awg.sh dry-run" echo " /root/hmn/hmn-refresh-awg.sh run" exit 1 ;; esac mkdir -p "$LOGDIR" chmod 700 "$LOGDIR" say() { echo echo "=== $* ===" } fail() { echo echo "ERROR: $*" exit 1 } run_cmd() { echo echo "+ $*" if [ "$MODE" = "run" ]; then "$@" else echo "[dry-run] not executed" fi } get_table_default_dev() { ip route show table 200 | awk ' /^default / { for (i = 1; i <= NF; i++) { if ($i == "dev") { print $(i+1) exit } } } ' } say "HideMyName AWG refresh wrapper" echo "mode: $MODE" echo "date: $(date -Iseconds 2>/dev/null || date)" say "preflight: scripts" for S in "$DOWNLOAD" "$TESTER" "$RANKER" "$PLANNER" "$APPLY"; do [ -x "$S" ] || fail "missing or not executable: $S" ls -lh "$S" done say "preflight: runtime state" CRON_STATUS="$(/etc/init.d/cron status 2>/dev/null || true)" echo "cron: $CRON_STATUS" if [ -e /tmp/hmn-vpn-maintenance ]; then fail "maintenance flag exists: /tmp/hmn-vpn-maintenance" fi for F in /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan; do if [ -e "$F" ]; then fail "temporary control flag exists: $F" fi done ACTIVE="$(cat "$BASE/state/active-slot" 2>/dev/null || true)" case "$ACTIVE" in vpn1|vpn2) ;; *) fail "bad active slot: $ACTIVE" ;; esac TABLE_DEV="$(get_table_default_dev)" echo "active slot: $ACTIVE" echo "table 200 default dev: $TABLE_DEV" ip route show table 200 if [ "$TABLE_DEV" != "$ACTIVE" ]; then fail "table 200 default dev does not match active slot" fi echo echo "active tunnel:" /usr/bin/amneziawg show "$ACTIVE" 2>/dev/null || fail "cannot show active tunnel $ACTIVE" echo echo "active traffic check:" ping -4 -c 3 -W 2 -I 10.200.0.2 "$PING_IP" || fail "active traffic check failed" say "current selected plan before refresh" "$PLANNER" || fail "planner failed before refresh" say "planned pipeline" echo "1. download fresh AWG configs through active VPN interface" echo "2. test all latest configs through vpn_test" echo "3. rank tested configs and write selected" echo "4. show selected plan" echo "5. apply selected in standby-only mode" echo "6. final report" if [ "$MODE" = "dry-run" ]; then say "dry-run command list" run_cmd "$DOWNLOAD" run_cmd "$TESTER" run_cmd "$RANKER" run_cmd "$PLANNER" run_cmd "$APPLY" standby-only say "dry-run final state, no changes expected" /etc/init.d/cron status || true ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" cat "$BASE/state/active-slot" ip route show table 200 ip route show | grep -E 'vpn1|vpn2|vpn_test' || true exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" REPORT="$LOGDIR/hmn-refresh-awg-$TS.report.txt" say "run: download fresh AWG configs" "$DOWNLOAD" || fail "download failed" say "run: test latest AWG configs" "$TESTER" || fail "tester failed" say "run: rank and select" "$RANKER" || fail "ranker failed" say "run: selected plan after rank" "$PLANNER" || fail "planner failed after rank" say "run: apply selected standby-only" "$APPLY" standby-only || fail "apply-selected standby-only failed" say "final report" { echo "timestamp=$TS" echo echo "cron:" /etc/init.d/cron status || true echo echo "maintenance:" ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" echo echo "active-slot:" cat "$BASE/state/active-slot" echo echo "table 200:" ip route show table 200 echo echo "route get:" ip route get "$PING_IP" from 10.200.0.2 echo echo "vpn1 endpoint/config:" uci -q get network.vpn1.hmn_endpoint || true uci -q get network.vpn1.hmn_source_config || true echo echo "vpn2 endpoint/config:" uci -q get network.vpn2.hmn_endpoint || true uci -q get network.vpn2.hmn_source_config || true echo echo "selected:" cat "$BASE/cache/selected-awg1-latest.tsv" 2>/dev/null || true echo echo "planner:" "$PLANNER" || true echo echo "quarantine:" cat "$BASE/cache/quarantine-awg1-latest.tsv" 2>/dev/null || echo "no quarantine file" echo echo "main routes containing vpn1/vpn2/vpn_test:" ip route show | grep -E 'vpn1|vpn2|vpn_test' || true } | tee "$REPORT" chmod 600 "$REPORT" say "refresh completed" echo "report: $REPORT" ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-test-all-awg.sh -rw------- 1 root root 4112 Jun 1 10:27 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-test-all-awg.sh sha256=46eeaa363bbdb6605022d07cf4fa35b1dee396b5a5d168b42952f969ba74427f #!/bin/ash set -eu CONFIG_DIR="${1:-KEYMASK}" TEST_IP="${TEST_IP:-9.9.9.9}" PING_COUNT="${PING_COUNT:-3}" WAIT_SECONDS="${WAIT_SECONDS:-8}" LEAVE_UP="${LEAVE_UP:-0}" LOADER="/root/hmn/hmn-load-vpn-test.sh" AWGSHOW="/usr/bin/amneziawg" if [ ! -x "$LOADER" ]; then echo "ERROR: нет $LOADER" exit 1 fi if [ ! -x "$AWGSHOW" ]; then echo "ERROR: нет $AWGSHOW" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: нет каталога конфигов:" echo " $CONFIG_DIR" echo echo "Сначала скачай конфиги:" echo " /root/hmn/hmn-download-all-awg.sh" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="/root/hmn/test-runs/$TS" RESULTS="$RUN_DIR/results.tsv" mkdir -p "$RUN_DIR" chmod 700 "$RUN_DIR" echo "HideMyName AWG tunnel tester" echo echo "Config dir: $CONFIG_DIR" echo "Test IP: $TEST_IP" echo "Ping count: $PING_COUNT" echo "Wait seconds: $WAIT_SECONDS" echo "Run dir: $RUN_DIR" echo printf "status\tfile\tendpoint\tlatest_handshake\ttransfer\tping_loss\tping_rtt_avg\tshow_file\tping_file\n" > "$RESULTS" FILES="$(find -L "$CONFIG_DIR" -type f -name '*.conf' | sort)" if [ -z "$FILES" ]; then echo "ERROR: .conf файлы не найдены в:" echo " $CONFIG_DIR" exit 1 fi TOTAL="$(printf '%s\n' "$FILES" | wc -l | tr -d ' ')" N=0 OK=0 FAIL=0 cleanup_route() { ip route del "$TEST_IP/32" dev vpn_test 2>/dev/null || true } trap cleanup_route EXIT INT TERM printf '%s\n' "$FILES" | while IFS= read -r CONF; do N=$((N + 1)) BASE="$(basename "$CONF")" SAFE="$(printf '%s' "$BASE" | tr -cd 'A-Za-z0-9_.-')" LOAD_LOG="$RUN_DIR/${SAFE}.load.log" SHOW1="$RUN_DIR/${SAFE}.show-before-ping.txt" SHOW2="$RUN_DIR/${SAFE}.show-after-ping.txt" PING_LOG="$RUN_DIR/${SAFE}.ping.txt" ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$CONF")" echo "[$N/$TOTAL] $BASE" echo " endpoint: $ENDPOINT" ifdown vpn_test 2>/dev/null || true cleanup_route if ! "$LOADER" "$CONF" > "$LOAD_LOG" 2>&1; then echo " FAIL: load_error" printf "FAIL_LOAD\t%s\t%s\t-\t-\t-\t-\t%s\t%s\n" "$BASE" "$ENDPOINT" "$LOAD_LOG" "$PING_LOG" >> "$RESULTS" FAIL=$((FAIL + 1)) echo continue fi ifup vpn_test > "$RUN_DIR/${SAFE}.ifup.log" 2>&1 || true sleep "$WAIT_SECONDS" "$AWGSHOW" show vpn_test > "$SHOW1" 2>&1 || true ip route replace "$TEST_IP/32" dev vpn_test ping -4 -c "$PING_COUNT" -W 2 -I vpn_test "$TEST_IP" > "$PING_LOG" 2>&1 || true sleep 2 "$AWGSHOW" show vpn_test > "$SHOW2" 2>&1 || true cleanup_route LATEST="$(grep 'latest handshake:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n 1 || true)" TRANSFER="$(grep 'transfer:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n 1 || true)" LOSS="$(grep 'packet loss' "$PING_LOG" | sed -n 's/.* \([0-9][0-9]*%\) packet loss.*/\1/p' | head -n 1 || true)" RTT_AVG="$(grep 'round-trip' "$PING_LOG" | sed -n 's/.*= [0-9.]*\/\([0-9.]*\)\/.*/\1/p' | head -n 1 || true)" if [ -n "$LATEST" ]; then STATUS="OK" OK=$((OK + 1)) echo " OK: $LATEST" echo " $TRANSFER" echo " ping loss=${LOSS:-unknown}, avg=${RTT_AVG:-n/a} ms" else STATUS="FAIL_NO_HANDSHAKE" FAIL=$((FAIL + 1)) echo " FAIL: no handshake" echo " ping loss=${LOSS:-unknown}, avg=${RTT_AVG:-n/a}" fi printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$STATUS" "$BASE" "$ENDPOINT" "${LATEST:-}" "${TRANSFER:-}" "${LOSS:-}" "${RTT_AVG:-}" "$SHOW2" "$PING_LOG" \ >> "$RESULTS" if [ "$LEAVE_UP" != "1" ]; then ifdown vpn_test 2>/dev/null || true fi echo done cleanup_route if [ "$LEAVE_UP" != "1" ]; then ifdown vpn_test 2>/dev/null || true fi echo echo "Готово." echo echo "Results:" echo " $RESULTS" echo echo "Краткая таблица:" awk -F '\t' 'NR==1 {next} { printf "%-18s | %-55s | %-22s | loss=%-5s | avg=%s ms\n", $1, $2, $3, $6, $7 }' "$RESULTS" echo echo "Контроль маршрутизации:" echo echo "table 200:" ip route show table 200 echo echo "main routes touching vpn_test:" ip route show | grep vpn_test || true ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/ranked-awg1-latest.tsv -rw------- 1 root root 2920 Jun 1 14:52 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/ranked-awg1-latest.tsv sha256=9db04e6c82fb15097e54ff766130847f16846edd6a0888f5ffad5cecd9acaeae rank avg_ms file endpoint loss config_path 1 000031.403 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 2 000048.801 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 000053.748 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 000058.804 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 5 000058.891 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 000059.160 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 000060.048 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 000062.377 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 0% KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 9 000065.888 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 000069.356 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 11 000070.824 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 12 000072.932 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 13 000080.964 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 14 000081.250 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 15 000101.192 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 16 000204.156 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 0% KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf 17 000205.182 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/selected-awg1-latest.tsv -rw------- 1 root root 386 Jun 1 14:52 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/selected-awg1-latest.tsv sha256=f749cf7455d19578778b60a6a7f7fbde52c7bcd6ae9781ba59f289268e28e348 slot file endpoint avg_ms config_path vpn1 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000031.403 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000048.801 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/vpn-egress-manager.sh -rw------- 1 root root 6626 Jun 1 13:24 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/vpn-egress-manager.sh sha256=b6099b2c44d6d404aa4e735b169c37e37cfa2ac030b05d4f83b32cb2ff21103d #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } if [ -e "$MAINTENANCE_FILE" ]; then logger -t "$LOGTAG" "maintenance flag present, exiting" exit 0 fi if ! mkdir "$LOCKDIR" 2>/dev/null; then logger -t "$LOGTAG" "another manager instance is running, exiting" exit 0 fi trap manager_cleanup EXIT INT TERM ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down or skipped, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi # Safety net: if standby failed but old active is still alive, # keep old active instead of falling through to WAN fallback. logger -t "$LOGTAG" "standby $STANDBY failed, re-checking old active $ACTIVE before WAN fallback" ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/vpn-table200-local-routes.sh -rw------- 1 root root 593 May 31 08:17 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/vpn-table200-local-routes.sh sha256=1826a52b28ae8590036d312be959919b35af4a6ab65218143414e070bb3a1bb5 #!/bin/sh # Local/direct routes that must always exist in table 200. # Otherwise local replies sourced from 10.200.0.2 go to VPN default. ip route replace 10.200.0.0/24 dev eth1 src 10.200.0.2 table 200 2>/dev/null || true ip route replace 10.201.0.0/24 dev eth3 src 10.201.0.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.71.1.0/24 dev eth2 src 10.71.1.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.250.1.0/24 via 10.71.1.1 dev eth2 table 200 2>/dev/null || true ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/working-awg1-latest.tsv -rw------- 1 root root 6239 Jun 1 14:44 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/working-awg1-latest.tsv sha256=659bb42fc7551153de2bb0a392f2ff98352b950b3dee29e71d120083e2f2f58c id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-144311/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-144311/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-144311/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-144311/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-144311/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-144311/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-144311/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-144311/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-144311/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-144311/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-144311/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-144311/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-144311/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-144311/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-144311/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-144311/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-144311/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-144311/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-144311/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-144311/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-144311/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-144311/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-144311/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-144311/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-144311/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-144311/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-144311/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-144311/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-144311/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-144311/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-144311/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-144311/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-144311/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-144311/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-144311/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/99-vpn-egress-manager -rwxr-xr-x 1 root root 691 Jun 1 12:38 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/99-vpnin-policy-route -rwxr-xr-x 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/STATUS.txt -rw-r--r-- 1 root root 753 Jun 1 13:45 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/STATUS.txt sha256=398c54df0c7e6385ec2728bfa4ea27b9184b9a89947d9162a1ccf8a1b8c5a126 date: Mon Jun 1 13:45:55 UTC 2026 summary: stable state: vpn1 Amsterdam active, vpn2 Tallinn standby/down safe failover patch: standby failure re-checks old active before WAN fallback syntax: syntax OK cron: running maintenance: no maintenance flag active-slot: vpn1 table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 vpn1 endpoint: 95.211.68.119:45176 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn2 endpoint: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf main routes: ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/active-slot -rw-r--r-- 1 root root 5 Jun 1 13:45 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/active-slot sha256=a5d46f9f74cb971c15698484e3d1a909e3e42da65b38f2e934600e47dfb43d25 vpn1 ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/firewall -rw-r--r-- 1 root root 3786 Jun 1 07:43 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/firewall sha256=8c8c21c17fcfc96455c0aba7e03df8befe0f4ab7d651fadca8bbf0dd30fef06f config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' option network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'mgmt' option masq '1' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn4' list network 'vpn1' list network 'vpn3' list network 'vpn2' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/network -rw------- 1 root root 5288 Jun 1 13:27 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/network sha256=f7194f7a27bc53716a2dcf73980f2c48b333bd48457de8418f46a23502e08599 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T12:19:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-01T13:03:01+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/vpn-egress-manager.sh -rwxr-xr-x 1 root root 6626 Jun 1 13:24 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/vpn-egress-manager.sh sha256=b6099b2c44d6d404aa4e735b169c37e37cfa2ac030b05d4f83b32cb2ff21103d #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } if [ -e "$MAINTENANCE_FILE" ]; then logger -t "$LOGTAG" "maintenance flag present, exiting" exit 0 fi if ! mkdir "$LOCKDIR" 2>/dev/null; then logger -t "$LOGTAG" "another manager instance is running, exiting" exit 0 fi trap manager_cleanup EXIT INT TERM ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down or skipped, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi # Safety net: if standby failed but old active is still alive, # keep old active instead of falling through to WAN fallback. logger -t "$LOGTAG" "standby $STANDBY failed, re-checking old active $ACTIVE before WAN fallback" ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/vpn-egress-manager.sh.before-safe-active-fallback -rwxr-xr-x 1 root root 6189 Jun 1 12:28 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/vpn-egress-manager.sh.before-safe-active-fallback sha256=6ed154c4b4586f55ec063cefe50af7bf313f3c6f4ebb1d381330cd11f9b9924d #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } if [ -e "$MAINTENANCE_FILE" ]; then logger -t "$LOGTAG" "maintenance flag present, exiting" exit 0 fi if ! mkdir "$LOCKDIR" 2>/dev/null; then logger -t "$LOGTAG" "another manager instance is running, exiting" exit 0 fi trap manager_cleanup EXIT INT TERM ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi logger -t "$LOGTAG" "both VPN slots are down, using WAN fail-open" use_wan ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/99-vpn-egress-manager -rw------- 1 root root 691 Jun 1 12:38 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/99-vpnin-policy-route -rw------- 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/STATUS.txt -rw------- 1 root root 1248 Jun 1 14:21 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/STATUS.txt sha256=ee52f0dad1fcdddd33232ceb5d3939f5eca5e5d10483493d30c6fed0d48bfe30 timestamp=20260601-142114 cron: running maintenance: no maintenance flag active-slot: vpn2 table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 route get: 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache vpn1 endpoint: 95.211.68.119:45176 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn2 endpoint: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf selected plan: Selected file: KEYMASK-awg1-latest.tsv Runtime: active slot: vpn2 active endpoint: 95.156.206.18:37498 standby slot: vpn1 standby endpoint: 95.211.68.119:45176 Selected candidates: best: 95.156.206.18:37498 | 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf | avg=000028.642 second: 95.211.68.119:45176 | 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf | avg=000049.167 Plan: Active slot already has best candidate. Standby slot already has second candidate. Action: do nothing. No changes were made. main routes containing vpn1/vpn2: ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/active-slot -rw------- 1 root root 5 Jun 1 14:21 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/active-slot sha256=3c2c12cebae47c1a6b9b94019d5f6d77eca35fd7edcc3b8e5b2db1edc3d51218 vpn2 ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-download-all-awg.sh -rw------- 1 root root 8926 Jun 1 13:58 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-download-all-awg.sh sha256=c20d8ff7feead493f2524c6da3c921bbf62cbdfb503a11a8ea75e4d15144e18f #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" echo "3/4 Скачиваю конфиги для всех WG-кандидатов..." echo N=0 OK=0 FAIL=0 while IFS="$(printf '\t')" read -r SERVER_ID COUNTRY_CODE SERVER_NAME WG_IP WG_PORT; do N=$((N + 1)) EXPECTED_ENDPOINT="${WG_IP}:${WG_PORT}" SAFE_NAME="$(printf '%03d-%s-%s-%s' "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" \ | tr ' /,' '---' \ | tr -cd 'A-Za-z0-9_.-' \ | sed 's/--*/-/g')" TMP_CONFIG="$RUN_DIR/tmp-${SAFE_NAME}.conf" CONFIG_FILE="$CONFIG_DIR/${SAFE_NAME}-awg${AWG_PARAM}.conf" echo "[$N/$TOTAL] $COUNTRY_CODE | $SERVER_NAME | $EXPECTED_ENDPOINT" if curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 8 --max-time 35 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data-urlencode "server=$WG_IP" \ --data "awg=$AWG_PARAM" \ "$CONFIG_URL" \ -o "$TMP_CONFIG"; then if grep -q '^\[Interface\]' "$TMP_CONFIG" && grep -q '^\[Peer\]' "$TMP_CONFIG"; then ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" ADDRESS="$(awk -F'= *' '/^Address[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" if [ "$ENDPOINT" = "$EXPECTED_ENDPOINT" ]; then MATCH="yes" else MATCH="NO_expected_${EXPECTED_ENDPOINT}" fi mv "$TMP_CONFIG" "$CONFIG_FILE" chmod 600 "$CONFIG_FILE" printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ "$ENDPOINT" "$MATCH" "$ADDRESS" "$CONFIG_FILE" \ >> "$WORKING_FILE" OK=$((OK + 1)) echo " OK -> $ENDPOINT | address=$ADDRESS | match=$MATCH" else REASON="$(head -n 1 "$TMP_CONFIG" | tr '\t' ' ' | cut -c1-180)" rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" "$REASON" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: $REASON" fi else rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\tcurl_failed\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: curl_failed" fi echo sleep 1 done < "$CANDIDATES_FILE" rm -f "$RUN_DIR"/tmp-*.conf 2>/dev/null || true rm -f "$LATEST_DIR" ln -s "$CONFIG_DIR" "$LATEST_DIR" cp "$WORKING_FILE" "$BASE/cache/working-awg${AWG_PARAM}-latest.tsv" cp "$FAIL_FILE" "$BASE/cache/fail-awg${AWG_PARAM}-latest.tsv" cp "$CANDIDATES_FILE" "$BASE/cache/wg-candidates-latest.tsv" chmod 600 "$BASE/cache/"*.tsv 2>/dev/null || true # Successful new config batch => reset temporary quarantine for this AWG batch. # If the download fails before this point, old latest/quarantine stay untouched. QUARANTINE_LATEST="$BASE/cache/quarantine-awg${AWG_PARAM}-latest.tsv" if [ -f "$QUARANTINE_LATEST" ]; then cp "$QUARANTINE_LATEST" "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true chmod 600 "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true fi { printf "endpoint\tfile\treason\tadded_at\n" } > "$QUARANTINE_LATEST" ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-plan-selected.sh -rw------- 1 root root 2908 Jun 1 14:00 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-plan-selected.sh sha256=ae8cb9b3ff62deb73e30a4ab2734a2a7898812b6bfe756fdf505ebba0776e510 #!/bin/ash set -eu SELECTED="${1:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_SLOT="$(awk -F '\t' 'NR==2 {print $1}' "$SELECTED")" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_SLOT="$(awk -F '\t' 'NR==3 {print $1}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot already has best candidate." if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ] && [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active has second candidate, standby has best candidate." echo " Action: no config load needed." echo " Optional: switch active to standby only after live test/policy decision." elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active has second candidate." echo " Standby should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." else echo " Active endpoint is not in top two selected candidates." echo " Safest action: load best candidate into standby, test it, then decide switch manually." echo " load $BEST_CONFIG into $STANDBY" fi echo echo "No changes were made." ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-rank-awg.sh -rw------- 1 root root 3169 Jun 1 13:55 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-rank-awg.sh sha256=7bf985300ce45a1003cfcaa1cf08d14de0751b39ff28ca2bf3f46713043faeec #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" QUARANTINE="${HMN_RANK_QUARANTINE:-KEYMASK-awg1-latest.tsv}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Временно плохие туннели текущего набора исключаются через QUARANTINE, # а не через вечный blacklist. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi if [ ! -f "$QUARANTINE" ]; then QUARANTINE="/dev/null" fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo " quarantine: $QUARANTINE" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" -v qfile="$QUARANTINE" ' FILENAME == qfile { if (FNR == 1) next if ($1 != "") q_endpoint[$1] = 1 if ($2 != "") q_file[$2] = 1 next } FILENAME != qfile && FNR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex && !($3 in q_endpoint) && !($2 in q_file) { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$QUARANTINE" "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $CFG_PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/ranked-awg1-latest.tsv -rw------- 1 root root 2241 Jun 1 13:55 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/ranked-awg1-latest.tsv sha256=54d20e688658070d7e1e2b56f3305ee6c5f66afc9f0a03bd4cfe9ae4f46f9121 rank avg_ms file endpoint loss config_path 1 000028.642 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000049.167 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 000054.398 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 000055.742 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 5 000058.725 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 000061.863 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 000064.119 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 000064.717 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000069.894 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 10 000078.605 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 000083.776 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 000090.563 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 13 000206.049 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/selected-awg1-latest.tsv -rw------- 1 root root 384 Jun 1 13:55 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/selected-awg1-latest.tsv sha256=233f5d76ff4d61026aa651db5ddb74bf4574e691ce7281c94c849f8a089c58a9 slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000028.642 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000049.167 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/vpn-egress-manager.sh -rw------- 1 root root 6626 Jun 1 13:24 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/vpn-egress-manager.sh sha256=b6099b2c44d6d404aa4e735b169c37e37cfa2ac030b05d4f83b32cb2ff21103d #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } if [ -e "$MAINTENANCE_FILE" ]; then logger -t "$LOGTAG" "maintenance flag present, exiting" exit 0 fi if ! mkdir "$LOCKDIR" 2>/dev/null; then logger -t "$LOGTAG" "another manager instance is running, exiting" exit 0 fi trap manager_cleanup EXIT INT TERM ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down or skipped, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi # Safety net: if standby failed but old active is still alive, # keep old active instead of falling through to WAN fallback. logger -t "$LOGTAG" "standby $STANDBY failed, re-checking old active $ACTIVE before WAN fallback" ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/vpn-table200-local-routes.sh -rw------- 1 root root 593 May 31 08:17 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/vpn-table200-local-routes.sh sha256=1826a52b28ae8590036d312be959919b35af4a6ab65218143414e070bb3a1bb5 #!/bin/sh # Local/direct routes that must always exist in table 200. # Otherwise local replies sourced from 10.200.0.2 go to VPN default. ip route replace 10.200.0.0/24 dev eth1 src 10.200.0.2 table 200 2>/dev/null || true ip route replace 10.201.0.0/24 dev eth3 src 10.201.0.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.71.1.0/24 dev eth2 src 10.71.1.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.250.1.0/24 via 10.71.1.1 dev eth2 table 200 2>/dev/null || true ### FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/99-vpn-egress-manager -rwxr-xr-x 1 root root 691 Jun 1 12:38 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/99-vpnin-policy-route -rwxr-xr-x 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/STATUS.txt -rw-r--r-- 1 root root 549 Jun 1 13:16 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/STATUS.txt sha256=ea7c0c2904ed8be96be779de7c6ed8a8614bc04ba7c733874cd4c3c22ff953e3 date: Mon Jun 1 13:16:12 UTC 2026 active-slot: vpn1 table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 vpn1 endpoint: 95.211.68.119:45176 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn2 endpoint: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf cron: running main routes: ### FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/active-slot -rw-r--r-- 1 root root 5 Jun 1 13:16 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/active-slot sha256=a5d46f9f74cb971c15698484e3d1a909e3e42da65b38f2e934600e47dfb43d25 vpn1 ### FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/firewall -rw-r--r-- 1 root root 3786 Jun 1 07:43 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/firewall sha256=8c8c21c17fcfc96455c0aba7e03df8befe0f4ab7d651fadca8bbf0dd30fef06f config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' option network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'mgmt' option masq '1' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn4' list network 'vpn1' list network 'vpn3' list network 'vpn2' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' ### FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/network -rw------- 1 root root 5288 Jun 1 13:03 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/network sha256=f7194f7a27bc53716a2dcf73980f2c48b333bd48457de8418f46a23502e08599 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T12:19:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-01T13:03:01+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/vpn-egress-manager.sh -rwxr-xr-x 1 root root 6189 Jun 1 12:28 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/vpn-egress-manager.sh sha256=6ed154c4b4586f55ec063cefe50af7bf313f3c6f4ebb1d381330cd11f9b9924d #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } if [ -e "$MAINTENANCE_FILE" ]; then logger -t "$LOGTAG" "maintenance flag present, exiting" exit 0 fi if ! mkdir "$LOCKDIR" 2>/dev/null; then logger -t "$LOGTAG" "another manager instance is running, exiting" exit 0 fi trap manager_cleanup EXIT INT TERM ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi logger -t "$LOGTAG" "both VPN slots are down, using WAN fail-open" use_wan ### FILE /root/hmn/hmn-apply-selected.sh -rwxr-xr-x 1 root root 6765 Jun 1 14:32 /root/hmn/hmn-apply-selected.sh sha256=ea283561a4acf7a781dd0abfeaab39467fec3a4abb2d3769cb98f9ca75f4c93e #!/bin/ash set -eu MODE="${1:-dry-run}" SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" QUARANTINE="${HMN_QUARANTINE_FILE:-KEYMASK-awg1-latest.tsv}" PING_IP="${HMN_STANDBY_PING_IP:-9.9.9.9}" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" case "$MODE" in dry-run|standby-only) ;; *) echo "ERROR: mode must be dry-run or standby-only" echo "Usage:" echo " /root/hmn/hmn-apply-selected.sh dry-run" echo " /root/hmn/hmn-apply-selected.sh standby-only" exit 1 ;; esac if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" if [ -z "$BEST_ENDPOINT" ] || [ -z "$BEST_CONFIG" ] || [ -z "$SECOND_ENDPOINT" ] || [ -z "$SECOND_CONFIG" ]; then echo "ERROR: selected file does not contain two candidates:" echo " $SELECTED" cat "$SELECTED" exit 1 fi if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then DESIRED_FILE="$SECOND_FILE" DESIRED_ENDPOINT="$SECOND_ENDPOINT" DESIRED_AVG="$SECOND_AVG" DESIRED_CONFIG="$SECOND_CONFIG" REASON="active_has_best_use_second_as_standby" elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_has_second_use_best_as_standby" else DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_not_in_selected_use_best_as_standby" fi if [ ! -f "$DESIRED_CONFIG" ]; then echo "ERROR: desired standby config not found:" echo " $DESIRED_CONFIG" exit 1 fi NEED_LOAD=0 if [ "$STANDBY_ENDPOINT" != "$DESIRED_ENDPOINT" ]; then NEED_LOAD=1 fi echo "Mode:" echo " $MODE" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " active config: $ACTIVE_CONFIG" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo " standby config: $STANDBY_CONFIG" echo echo "Selected:" echo " best: $BEST_ENDPOINT | avg=$BEST_AVG | $BEST_FILE" echo " second: $SECOND_ENDPOINT | avg=$SECOND_AVG | $SECOND_FILE" echo echo "Desired standby:" echo " slot: $STANDBY" echo " endpoint: $DESIRED_ENDPOINT" echo " avg: $DESIRED_AVG" echo " file: $DESIRED_FILE" echo " config: $DESIRED_CONFIG" echo " reason: $REASON" echo if [ "$NEED_LOAD" -eq 1 ]; then echo "Plan:" echo " load desired config into inactive slot $STANDBY" echo " bring $STANDBY up" echo " test ping through $STANDBY" echo " if OK: keep active untouched and shut standby back down" echo " if FAIL: quarantine desired endpoint for current batch and rerank" else echo "Plan:" echo " standby already has desired endpoint" echo " in standby-only mode: verify standby by bringing it up temporarily" fi echo if [ "$MODE" = "dry-run" ]; then echo "Dry-run only. No changes were made." exit 0 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi MAINT_WAS_PRESENT=0 if [ -e "$MAINTENANCE_FILE" ]; then MAINT_WAS_PRESENT=1 fi cleanup() { ip route del "$PING_IP/32" dev "$STANDBY" 2>/dev/null || true ifdown "$STANDBY" 2>/dev/null || true if [ "$MAINT_WAS_PRESENT" -eq 0 ]; then rm -f "$MAINTENANCE_FILE" fi rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$CRON_WAS_RUNNING" -eq 1 ]; then /etc/init.d/cron start >/dev/null 2>&1 || true fi } add_quarantine() { mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache if [ ! -f "$QUARANTINE" ]; then printf 'endpoint\tfile\treason\tadded_at\n' > "$QUARANTINE" fi if awk -F '\t' -v ep="$DESIRED_ENDPOINT" -v f="$DESIRED_FILE" ' NR > 1 && ($1 == ep || $2 == f) { found=1 } END { exit found ? 0 : 1 } ' "$QUARANTINE"; then echo "Quarantine already contains this endpoint/file." else ADDED_AT="$(date -Iseconds 2>/dev/null || date)" printf '%s\t%s\t%s\t%s\n' \ "$DESIRED_ENDPOINT" \ "$DESIRED_FILE" \ "standby_apply_failed_current_batch" \ "$ADDED_AT" >> "$QUARANTINE" chmod 600 "$QUARANTINE" echo "Added to quarantine:" echo " $DESIRED_ENDPOINT | $DESIRED_FILE" fi } trap cleanup EXIT INT TERM echo "Freezing automation while applying standby..." /etc/init.d/cron stop >/dev/null 2>&1 || true touch "$MAINTENANCE_FILE" rm -f /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$NEED_LOAD" -eq 1 ]; then echo echo "Loading desired config into standby slot..." /root/hmn/hmn-load-vpn-slot.sh "$STANDBY" "$DESIRED_CONFIG" else echo echo "No load needed; standby already points to desired endpoint." fi echo echo "Bringing standby up for verification..." ifup "$STANDBY" sleep 12 echo echo "Standby tunnel state:" /usr/bin/amneziawg show "$STANDBY" 2>/dev/null || true echo echo "Temporary route for standby ping:" ip route replace "$PING_IP/32" dev "$STANDBY" ip route get "$PING_IP" echo echo "Ping through standby:" if ping -4 -c 5 -W 2 -I "$STANDBY" "$PING_IP"; then echo echo "Standby verification OK." else echo echo "ERROR: standby verification failed." add_quarantine echo echo "Reranking after quarantine..." /root/hmn/hmn-rank-awg.sh || true exit 2 fi echo echo "Active slot was not changed:" cat /root/hmn/state/active-slot ip route show table 200 echo echo "Done. Cleanup will shut standby down and restore automation." ### FILE /root/hmn/hmn-clean-old-files.sh -rwxr-xr-x 1 root root 541 Jul 1 08:22 /root/hmn/hmn-clean-old-files.sh sha256=99f5516984da93c1e08d693d2425b728f8ef7262215271fc9df7c88381486b6a #!/bin/sh find /root/hmn/backups -type f -name 'network-before-vpn_test-*' -mtime +7 -exec rm -f {} \; 2>/dev/null find /root/hmn/logs -type f \( \ -name 'validate-current-pool-*.log' -o \ -name 'refresh-pool-safe-*.log' -o \ -name 'hmn-refresh-awg-*.report.txt' -o \ -name 'hmn-refresh-awg-*.log' \ \) -mtime +14 -exec rm -f {} \; 2>/dev/null find /root/hmn/cache -type f -name '*.before-*' -mtime +14 -exec rm -f {} \; 2>/dev/null find /root/hmn/state -type f -name '*.before-*' -mtime +14 -exec rm -f {} \; 2>/dev/null exit 0 ### FILE /root/hmn/hmn-code-test.sh -rwxr-xr-x 1 root root 1525 Jun 1 10:04 /root/hmn/hmn-code-test.sh sha256=3515205270211206a9f3a34bc5c62d94a9f14a54ad712d6fa7e9c7d50db1370a #!/bin/ash set -eu ENV_FILE="/root/hmn/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой." exit 1 fi ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ "${HMN_REQUEST_IFACE:-auto}" != "auto" ]; then ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface в table 200." ip route show table 200 exit 1 fi echo "HMN env loaded OK." echo "AWG param: ${HMN_AWG_PARAM:-unknown}" echo "Request interface: $ACTIVE" echo "Access code: loaded, hidden" echo echo "Проверяю HideMyName serverlist API..." TMP="/tmp/hmn-serverlist-test.$$" curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$HMN_SERVERLIST_URL" \ -o "$TMP" if grep -q '"services"' "$TMP" && grep -q '"wg"' "$TMP"; then echo "OK: serverlist получен, services.wg найден." else echo "ERROR: ответ не похож на нормальный serverlist." echo head -c 1000 "$TMP" echo rm -f "$TMP" exit 1 fi rm -f "$TMP" echo "Тест завершён." ### FILE /root/hmn/hmn-download-all-awg.sh -rwxr-xr-x 1 root root 8926 Jun 1 13:58 /root/hmn/hmn-download-all-awg.sh sha256=c20d8ff7feead493f2524c6da3c921bbf62cbdfb503a11a8ea75e4d15144e18f #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" echo "3/4 Скачиваю конфиги для всех WG-кандидатов..." echo N=0 OK=0 FAIL=0 while IFS="$(printf '\t')" read -r SERVER_ID COUNTRY_CODE SERVER_NAME WG_IP WG_PORT; do N=$((N + 1)) EXPECTED_ENDPOINT="${WG_IP}:${WG_PORT}" SAFE_NAME="$(printf '%03d-%s-%s-%s' "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" \ | tr ' /,' '---' \ | tr -cd 'A-Za-z0-9_.-' \ | sed 's/--*/-/g')" TMP_CONFIG="$RUN_DIR/tmp-${SAFE_NAME}.conf" CONFIG_FILE="$CONFIG_DIR/${SAFE_NAME}-awg${AWG_PARAM}.conf" echo "[$N/$TOTAL] $COUNTRY_CODE | $SERVER_NAME | $EXPECTED_ENDPOINT" if curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 8 --max-time 35 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data-urlencode "server=$WG_IP" \ --data "awg=$AWG_PARAM" \ "$CONFIG_URL" \ -o "$TMP_CONFIG"; then if grep -q '^\[Interface\]' "$TMP_CONFIG" && grep -q '^\[Peer\]' "$TMP_CONFIG"; then ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" ADDRESS="$(awk -F'= *' '/^Address[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" if [ "$ENDPOINT" = "$EXPECTED_ENDPOINT" ]; then MATCH="yes" else MATCH="NO_expected_${EXPECTED_ENDPOINT}" fi mv "$TMP_CONFIG" "$CONFIG_FILE" chmod 600 "$CONFIG_FILE" printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ "$ENDPOINT" "$MATCH" "$ADDRESS" "$CONFIG_FILE" \ >> "$WORKING_FILE" OK=$((OK + 1)) echo " OK -> $ENDPOINT | address=$ADDRESS | match=$MATCH" else REASON="$(head -n 1 "$TMP_CONFIG" | tr '\t' ' ' | cut -c1-180)" rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" "$REASON" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: $REASON" fi else rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\tcurl_failed\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: curl_failed" fi echo sleep 1 done < "$CANDIDATES_FILE" rm -f "$RUN_DIR"/tmp-*.conf 2>/dev/null || true rm -f "$LATEST_DIR" ln -s "$CONFIG_DIR" "$LATEST_DIR" cp "$WORKING_FILE" "$BASE/cache/working-awg${AWG_PARAM}-latest.tsv" cp "$FAIL_FILE" "$BASE/cache/fail-awg${AWG_PARAM}-latest.tsv" cp "$CANDIDATES_FILE" "$BASE/cache/wg-candidates-latest.tsv" chmod 600 "$BASE/cache/"*.tsv 2>/dev/null || true # Successful new config batch => reset temporary quarantine for this AWG batch. # If the download fails before this point, old latest/quarantine stay untouched. QUARANTINE_LATEST="$BASE/cache/quarantine-awg${AWG_PARAM}-latest.tsv" if [ -f "$QUARANTINE_LATEST" ]; then cp "$QUARANTINE_LATEST" "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true chmod 600 "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true fi { printf "endpoint\tfile\treason\tadded_at\n" } > "$QUARANTINE_LATEST" ### FILE /root/hmn/hmn-load-egress-slot.sh -rwx------ 1 root root 4331 Jul 8 10:33 /root/hmn/hmn-load-egress-slot.sh sha256=26168d15e99c72d445c640171252953617877c7b747fd9146c1d39b78b567532 #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-dry-run}" case "$SLOT" in vpn1|vpn2|vpn3|vpn4|vpn5) ;; *) echo "ERROR: slot must be vpn1..vpn5" >&2 echo "Usage:" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf dry-run" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load-up" >&2 exit 1 ;; esac case "$ACTION" in dry-run|load|load-up) ;; *) echo "ERROR: action must be dry-run, load, or load-up" >&2 exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: config not found: $CONF" >&2 exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: config parse failed" >&2 echo "CONF=$CONF" >&2 echo "Address=$ADDRESS" >&2 echo "Endpoint=$ENDPOINT" >&2 exit 1 fi echo "HMN generic egress slot loader" echo "slot=$SLOT" echo "config=$CONF" echo "endpoint=$ENDPOINT" echo "address=$ADDRESS" echo "action=$ACTION" if [ "$ACTION" = "dry-run" ]; then echo "DRY_RUN=YES" echo "No changes applied." exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-egress-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup: $BACKUP" ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='interface' uci set network."$SLOT".proto='amneziawg' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='0' uci set network."$SLOT".disabled='0' uci set network."$SLOT".delegate='0' uci set network."$SLOT".peerdns='0' uci set network."$SLOT".defaultroute='0' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network."$SLOT".hmn_role='egress_pool_slot' uci set network."$SLOT".hmn_source_config="$CONF" uci set network."$SLOT".hmn_loaded_at="$(date -Iseconds)" uci set network."$SLOT".hmn_endpoint="$ENDPOINT" uci commit network echo "Loaded slot $SLOT." echo "Slot remains down unless action=load-up." if [ "$ACTION" = "load-up" ]; then echo "Bringing $SLOT up..." ifup "$SLOT" sleep 10 /usr/bin/amneziawg show "$SLOT" 2>/dev/null || true fi ### FILE /root/hmn/hmn-load-vpn-slot.sh -rwxr-xr-x 1 root root 5125 Jun 3 16:20 /root/hmn/hmn-load-vpn-slot.sh sha256=f6171e7f682e5dc422a9e56c449b7413ea9225c23adef7b07d0802ed8bf93872 #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-}" case "$SLOT" in vpn1|vpn2) ;; *) echo "ERROR: slot должен быть vpn1 или vpn2" echo "Использование:" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf up" exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден config:" echo " $CONF" exit 1 fi ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ "$SLOT" = "$ACTIVE" ] && [ "${HMN_ALLOW_ACTIVE_RELOAD:-0}" != "1" ]; then echo "ERROR: refusing to reload active slot: $SLOT" echo "Current table 200 active slot: $ACTIVE" echo echo "Для blue/green сначала грузи конфиг в неактивный слот." echo "Если очень надо принудительно:" echo " HMN_ALLOW_ACTIVE_RELOAD=1 /root/hmn/hmn-load-vpn-slot.sh $SLOT $CONF" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading into slot:" echo " slot: $SLOT" echo " config: $CONF" echo " endpoint: $ENDPOINT" echo " address: $ADDRESS" echo " active table 200 before load: ${ACTIVE:-none}" echo ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='interface' uci set network."$SLOT".proto='amneziawg' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='0' uci set network."$SLOT".disabled='0' uci set network."$SLOT".delegate='0' uci set network."$SLOT".peerdns='0' uci set network."$SLOT".defaultroute='0' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network."$SLOT".hmn_role='active_spare_slot' uci set network."$SLOT".hmn_source_config="$CONF" uci set network."$SLOT".hmn_loaded_at="$(date -Iseconds)" uci set network."$SLOT".hmn_endpoint="$ENDPOINT" uci commit network echo "Loaded. Slot is still down unless ACTION=up." echo uci show network."$SLOT" | sed "s/private_key=MASKED echo uci show network | grep -E "=amneziawg_${SLOT}|@amneziawg_${SLOT}.*description|@amneziawg_${SLOT}.*allowed_ips|@amneziawg_${SLOT}.*route_allowed_ips|@amneziawg_${SLOT}.*endpoint_host|@amneziawg_${SLOT}.*endpoint_port|@amneziawg_${SLOT}.*persistent_keepalive" echo echo "table 200 after load:" ip route show table 200 if [ "$ACTION" = "up" ]; then echo echo "Bringing $SLOT up..." ifup "$SLOT" sleep 10 /usr/bin/amneziawg show "$SLOT" 2>/dev/null || true fi ### FILE /root/hmn/hmn-load-vpn-test.sh -rwxr-xr-x 1 root root 4949 Jun 3 16:20 /root/hmn/hmn-load-vpn-test.sh sha256=7407dea5a482e3b872a9d580ab54de238cb33b5331107eca59105fe3eb52c62a #!/bin/ash set -eu CONF="${1:-}" ACTION="${2:-}" if [ -z "$CONF" ]; then CONF="$(ls -t KEYMASK*.conf 2>/dev/null | head -n 1 || true)" fi if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден .conf" echo echo "Использование:" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf up" echo echo "Или без аргумента — возьмёт первый файл из:" echo " KEYMASK" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-vpn_test-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading config into vpn_test:" echo " $CONF" echo echo "Parsed:" echo " Address: $ADDRESS" echo " Endpoint: $ENDPOINT" echo " DNS: ${DNS:-none}" echo " AWG: Jc=$JC Jmin=$JMIN Jmax=$JMAX S1=$S1 S2=$S2" echo ifdown vpn_test 2>/dev/null || true uci -q delete network.vpn_test while :; do SEC="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_test\[[0-9][0-9]*\]\)=amneziawg_vpn_test$/\1/p' | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network.vpn_test='interface' uci set network.vpn_test.proto='amneziawg' uci set network.vpn_test.private_key=MASKED uci set network.vpn_test.awg_jc="$JC" uci set network.vpn_test.awg_jmin="$JMIN" uci set network.vpn_test.awg_jmax="$JMAX" uci set network.vpn_test.awg_s1="$S1" uci set network.vpn_test.awg_s2="$S2" uci set network.vpn_test.awg_h1="$H1" uci set network.vpn_test.awg_h2="$H2" uci set network.vpn_test.awg_h3="$H3" uci set network.vpn_test.awg_h4="$H4" uci set network.vpn_test.auto='0' uci set network.vpn_test.disabled='0' uci set network.vpn_test.delegate='0' uci set network.vpn_test.peerdns='0' uci set network.vpn_test.defaultroute='0' uci add_list network.vpn_test.addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network.vpn_test.dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network amneziawg_vpn_test)" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network.vpn_test.hmn_role='test_slot' uci set network.vpn_test.hmn_source_config="$CONF" uci set network.vpn_test.hmn_loaded_at="$(date -Iseconds)" uci set network.vpn_test.hmn_endpoint="$ENDPOINT" uci commit network /etc/init.d/network reload echo echo "vpn_test loaded." echo uci show network.vpn_test echo uci show network | grep -E '=amneziawg_vpn_test|@amneziawg_vpn_test.*public_key|@amneziawg_vpn_test.*allowed_ips|@amneziawg_vpn_test.*route_allowed_ips|@amneziawg_vpn_test.*endpoint_host|@amneziawg_vpn_test.*endpoint_port|@amneziawg_vpn_test.*persistent_keepalive' echo echo "Current table 200:" ip route show table 200 echo if [ "$ACTION" = "up" ]; then echo "Bringing vpn_test up..." ifup vpn_test sleep 5 echo echo "Link:" ip link show vpn_test 2>/dev/null || true echo echo "AWG/WG show:" awg show vpn_test 2>/dev/null || wg show vpn_test 2>/dev/null || true echo echo "Table 200 after ifup:" ip route show table 200 else echo "Не поднимал интерфейс." echo "Чтобы поднять:" echo " ifup vpn_test" fi ### FILE /root/hmn/hmn-load-vpn-user.sh -rwxr-xr-x 1 root root 7032 Jul 6 14:24 /root/hmn/hmn-load-vpn-user.sh sha256=aaa86624aa5d4ea969053dc42ea386602bd4a0deddef8c13352205161e57f82f #!/bin/ash set -eu CONF="${1:-}" ACTION="${2:-}" if [ -z "$CONF" ]; then CONF="$(ls -t KEYMASK*.conf 2>/dev/null | head -n 1 || true)" fi if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден .conf" echo echo "Использование:" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf up" echo echo "Или без аргумента — возьмёт первый файл из:" echo " KEYMASK" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" # HMN_DUPLICATE_ACTIVE_SLOT_GUARD_V1 # Do not load the same AWG endpoint/config into vpn_user if it is already present # in managed egress slots. Running the same remote tunnel twice on different # interfaces can break routing/handshake behavior. check_duplicate_active_slots() { TARGET_EP="${ENDPOINT_HOST}:${ENDPOINT_PORT}" TARGET_CONF_BASE="$(basename "${CONF:-}" 2>/dev/null || echo "")" for SLOT in vpn1 vpn2 vpn3 vpn4; do [ "$SLOT" = "vpn_user" ] && continue # Compare by interface metadata if present. SLOT_SRC="$(uci -q get network.${SLOT}.hmn_source_config || true)" if [ -n "$TARGET_CONF_BASE" ] && [ -n "$SLOT_SRC" ]; then SLOT_SRC_BASE="$(basename "$SLOT_SRC" 2>/dev/null || echo "")" if [ "$TARGET_CONF_BASE" = "$SLOT_SRC_BASE" ]; then echo "ERROR: selected config already loaded in $SLOT: $TARGET_CONF_BASE" exit 1 fi fi # Compare by peer endpoint in amneziawg slot section. SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" if [ -n "$SEC" ]; then EH="$(uci -q get ${SEC}.endpoint_host || true)" EP="$(uci -q get ${SEC}.endpoint_port || true)" if [ -n "$EH" ] && [ -n "$EP" ] && [ "$TARGET_EP" = "$EH:$EP" ]; then echo "ERROR: selected endpoint already loaded in $SLOT: $TARGET_EP" exit 1 fi fi done } check_duplicate_active_slots BACKUP="KEYMASK-before-vpn_user-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading config into vpn_user:" echo " $CONF" echo echo "Parsed:" echo " Address: $ADDRESS" echo " Endpoint: $ENDPOINT" echo " DNS: ${DNS:-none}" echo " AWG: Jc=$JC Jmin=$JMIN Jmax=$JMAX S1=$S1 S2=$S2" echo ifdown vpn_user 2>/dev/null || true uci -q delete network.vpn_user 2>/dev/null || true while :; do SEC="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_user\[[0-9][0-9]*\]\)=amneziawg_vpn_user$/\1/p' | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network.vpn_user='interface' uci set network.vpn_user.proto='amneziawg' uci set network.vpn_user.private_key=MASKED uci set network.vpn_user.awg_jc="$JC" uci set network.vpn_user.awg_jmin="$JMIN" uci set network.vpn_user.awg_jmax="$JMAX" uci set network.vpn_user.awg_s1="$S1" uci set network.vpn_user.awg_s2="$S2" uci set network.vpn_user.awg_h1="$H1" uci set network.vpn_user.awg_h2="$H2" uci set network.vpn_user.awg_h3="$H3" uci set network.vpn_user.awg_h4="$H4" uci set network.vpn_user.auto='0' uci set network.vpn_user.disabled='0' uci set network.vpn_user.delegate='0' uci set network.vpn_user.peerdns='0' uci set network.vpn_user.defaultroute='0' uci add_list network.vpn_user.addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network.vpn_user.dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network amneziawg_vpn_user)" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network.vpn_user.hmn_role='user_select_slot' uci set network.vpn_user.hmn_source_config="$CONF" uci set network.vpn_user.hmn_loaded_at="$(date -Iseconds)" uci set network.vpn_user.hmn_endpoint="$ENDPOINT" uci commit network /etc/init.d/network reload echo echo "vpn_user loaded." echo echo "vpn_user summary:" echo " proto=$(uci -q get network.vpn_user.proto || true)" echo " address=$(uci -q get network.vpn_user.addresses || true)" echo " dns=$(uci -q get network.vpn_user.dns || true)" echo " source_config=$(uci -q get network.vpn_user.hmn_source_config || true)" echo " endpoint=$(uci -q get network.vpn_user.hmn_endpoint || true)" PEER_SUM="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_user\[[0-9][0-9]*\]\)=amneziawg_vpn_user$/\1/p' | head -n 1)" if [ -n "$PEER_SUM" ]; then echo " peer_section=$PEER_SUM" echo " allowed_ips=$(uci -q get ${PEER_SUM}.allowed_ips || true)" echo " route_allowed_ips=$(uci -q get ${PEER_SUM}.route_allowed_ips || true)" echo " persistent_keepalive=$(uci -q get ${PEER_SUM}.persistent_keepalive || true)" echo " peer_endpoint=$(uci -q get ${PEER_SUM}.endpoint_host || true):$(uci -q get ${PEER_SUM}.endpoint_port || true)" fi echo echo "Current table 200:" ip route show table 200 echo if [ "$ACTION" = "up" ]; then echo "Bringing vpn_user up..." ifup vpn_user sleep 5 echo echo "Link:" ip link show vpn_user 2>/dev/null || true echo echo "AWG/WG show: hidden in normal output; use explicit admin diagnostics if needed" echo echo "Table 200 after ifup:" ip route show table 200 else echo "Не поднимал интерфейс." echo "Чтобы поднять:" echo " ifup vpn_user" fi ### FILE /root/hmn/hmn-plan-selected.sh -rwxr-xr-x 1 root root 3181 Jun 1 15:12 /root/hmn/hmn-plan-selected.sh sha256=f7cf94b41f53f52a74b1c84f20e5119d91edff92d4587228e7ea41bb1a932b96 #!/bin/ash set -eu SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active slot already has best candidate." echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Active slot already has best candidate." echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot has second candidate." echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." else echo " Active slot has second candidate." echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi else echo " Active endpoint is not in top two selected candidates." if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." elif [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot has second candidate, but best candidate is available." echo " Action: load best candidate into standby, then test:" echo " load $BEST_CONFIG into $STANDBY" else echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi fi echo echo "No changes were made." ### FILE /root/hmn/hmn-plan-selected.sh.before-active-not-top2-fix-20260601-151230 -rwxr-xr-x 1 root root 2908 Jun 1 14:00 /root/hmn/hmn-plan-selected.sh.before-active-not-top2-fix-20260601-151230 sha256=ae8cb9b3ff62deb73e30a4ab2734a2a7898812b6bfe756fdf505ebba0776e510 #!/bin/ash set -eu SELECTED="${1:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_SLOT="$(awk -F '\t' 'NR==2 {print $1}' "$SELECTED")" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_SLOT="$(awk -F '\t' 'NR==3 {print $1}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot already has best candidate." if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ] && [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active has second candidate, standby has best candidate." echo " Action: no config load needed." echo " Optional: switch active to standby only after live test/policy decision." elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active has second candidate." echo " Standby should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." else echo " Active endpoint is not in top two selected candidates." echo " Safest action: load best candidate into standby, test it, then decide switch manually." echo " load $BEST_CONFIG into $STANDBY" fi echo echo "No changes were made." ### FILE /root/hmn/hmn-pool-low-watermark-check.sh -rwxr-xr-x 1 root root 6149 Jun 3 16:20 /root/hmn/hmn-pool-low-watermark-check.sh sha256=033a50ebb64fad8db3fb813a6d3990affad4d6b14b163c1d4c946fd1be84e074 #!/bin/ash set -u BASE="/root/hmn" STATE="$BASE/state" CACHE="$BASE/cache" LOGDIR="$BASE/logs" STRICT="${STRICT:-$CACHE/ok-awg1-strict-foreign-latest.tsv}" LOW_PERCENT="${LOW_PERCENT:-20}" MIN_AVAILABLE="${MIN_AVAILABLE:-2}" REFRESH="$BASE/hmn-refresh-pool-safe.sh" REFRESH_LOCK="/tmp/hmn-refresh-pool-safe.lock" MANAGER_LOCK="/tmp/vpn-egress-manager.lock" CHECK_LOCK="/tmp/hmn-pool-low-watermark-check.lock" MAINT="/tmp/hmn-vpn-maintenance" MANAGER_WAIT_MAX="${MANAGER_WAIT_MAX:-180}" MANAGER_WAIT_STEP="${MANAGER_WAIT_STEP:-3}" MODE="${1:-dry-run}" TS="$(date +%Y%m%d-%H%M%S)" LOG="$LOGDIR/low-watermark-last.log" RCFILE="/tmp/hmn-low-watermark.rc.$$" mkdir -p "$STATE" "$CACHE" "$LOGDIR" say() { echo "$(date -Iseconds) $*" } run_body() { echo "=== hmn-pool-low-watermark-check ===" echo "mode=$MODE" echo "strict=$STRICT" echo "low_percent=$LOW_PERCENT" echo "min_available=$MIN_AVAILABLE" echo "manager_wait_max=$MANAGER_WAIT_MAX" echo "manager_wait_step=$MANAGER_WAIT_STEP" case "$MODE" in dry-run|run) ;; *) echo "ERROR: allowed modes: dry-run | run" return 64 ;; esac if ! mkdir "$CHECK_LOCK" 2>/dev/null; then say "another low-watermark checker is already running: $CHECK_LOCK" echo "decision=SKIP_CHECK_ALREADY_RUNNING" return 0 fi trap 'rmdir "$CHECK_LOCK" 2>/dev/null || true' EXIT INT TERM if [ ! -s "$STRICT" ]; then echo "ERROR: strict foreign table missing/empty: $STRICT" echo "decision=ERROR_NO_STRICT_TABLE" return 1 fi TMP_EPS="/tmp/hmn-lowwater-eps.$$" TMP_BAD="/tmp/hmn-lowwater-bad.$$" awk -F '\t' 'NR > 1 && $3 != "" { print $3 }' "$STRICT" > "$TMP_EPS" TOTAL="$(wc -l < "$TMP_EPS" | tr -d ' ')" BAD_FILE="$STATE/bad-endpoints-$(date +%Y%m%d).txt" if [ -s "$BAD_FILE" ]; then awk '{print $1}' "$BAD_FILE" > "$TMP_BAD" else : > "$TMP_BAD" fi VPN1_EP="$(uci -q get network.vpn1.hmn_endpoint || true)" VPN2_EP="$(uci -q get network.vpn2.hmn_endpoint || true)" ACTIVE_SLOT="$(cat "$STATE/active-slot" 2>/dev/null || true)" AVAILABLE=0 USED=0 BAD_IN_TABLE=0 while read -r EP; do [ -n "$EP" ] || continue IS_USED=0 IS_BAD=0 if [ "$EP" = "$VPN1_EP" ] || [ "$EP" = "$VPN2_EP" ]; then IS_USED=1 fi if grep -qxF "$EP" "$TMP_BAD" 2>/dev/null; then IS_BAD=1 fi if [ "$IS_USED" -eq 1 ]; then USED=$((USED + 1)) elif [ "$IS_BAD" -eq 1 ]; then BAD_IN_TABLE=$((BAD_IN_TABLE + 1)) else AVAILABLE=$((AVAILABLE + 1)) fi done < "$TMP_EPS" rm -f "$TMP_EPS" "$TMP_BAD" if [ "$TOTAL" -le 0 ]; then echo "ERROR: no endpoints in strict foreign table" echo "decision=ERROR_EMPTY_STRICT_TABLE" return 1 fi THRESHOLD=$(( (TOTAL * LOW_PERCENT + 99) / 100 )) if [ "$THRESHOLD" -lt "$MIN_AVAILABLE" ]; then THRESHOLD="$MIN_AVAILABLE" fi echo echo "=== pool numbers ===" echo "foreign_total=$TOTAL" echo "vpn1_ep=$VPN1_EP" echo "vpn2_ep=$VPN2_EP" echo "active_slot=$ACTIVE_SLOT" echo "used_by_slots=$USED" echo "bad_in_table=$BAD_IN_TABLE" echo "available=$AVAILABLE" echo "threshold=$THRESHOLD" { echo "checked_at=$(date -Iseconds)" echo "foreign_total=$TOTAL" echo "used_by_slots=$USED" echo "bad_in_table=$BAD_IN_TABLE" echo "available=$AVAILABLE" echo "threshold=$THRESHOLD" echo "active_slot=$ACTIVE_SLOT" } > "$STATE/last-low-watermark-check" echo echo "=== initial overlap guards ===" [ -d "$REFRESH_LOCK" ] && REFRESH_LOCK_PRESENT=1 || REFRESH_LOCK_PRESENT=0 [ -e "$MAINT" ] && MAINT_PRESENT=1 || MAINT_PRESENT=0 [ -d "$MANAGER_LOCK" ] && MANAGER_LOCK_PRESENT=1 || MANAGER_LOCK_PRESENT=0 echo "refresh_lock_present=$REFRESH_LOCK_PRESENT" echo "maintenance_present=$MAINT_PRESENT" echo "manager_lock_present=$MANAGER_LOCK_PRESENT" echo echo "=== decision ===" if [ "$AVAILABLE" -gt "$THRESHOLD" ]; then echo "decision=ENOUGH_CANDIDATES" echo "action=none" echo "ENOUGH_CANDIDATES" > "$STATE/last-low-watermark-decision" return 0 fi echo "decision=LOW_WATERMARK" echo "LOW_WATERMARK" > "$STATE/last-low-watermark-decision" if [ "$MODE" = "dry-run" ]; then echo "action=dry-run-would-refresh-after-safe-window" return 0 fi if [ "$REFRESH_LOCK_PRESENT" -eq 1 ] || [ "$MAINT_PRESENT" -eq 1 ]; then echo "action=skip-refresh-or-validation-already-running" echo "SKIP_REFRESH_RUNNING" > "$STATE/last-low-watermark-decision" return 0 fi echo echo "=== wait for manager window ===" WAITED=0 while [ -d "$MANAGER_LOCK" ] && [ "$WAITED" -lt "$MANAGER_WAIT_MAX" ]; do echo "manager lock present; waited=${WAITED}s; sleeping ${MANAGER_WAIT_STEP}s" sleep "$MANAGER_WAIT_STEP" WAITED=$((WAITED + MANAGER_WAIT_STEP)) done if [ -d "$MANAGER_LOCK" ]; then echo "action=skip-manager-lock-still-present-after-${WAITED}s" echo "SKIP_MANAGER_LOCK_TIMEOUT" > "$STATE/last-low-watermark-decision" return 0 fi echo "manager window ok after ${WAITED}s" echo echo "=== final overlap guards before refresh ===" if [ -d "$REFRESH_LOCK" ] || [ -e "$MAINT" ]; then echo "action=skip-refresh-or-validation-started-while-waiting" echo "SKIP_REFRESH_STARTED_WHILE_WAITING" > "$STATE/last-low-watermark-decision" return 0 fi if [ ! -x "$REFRESH" ]; then echo "ERROR: refresh wrapper missing/not executable: $REFRESH" echo "ERROR_NO_REFRESH_WRAPPER" > "$STATE/last-low-watermark-decision" return 1 fi echo "action=run-refresh: $REFRESH fresh-download" date -Iseconds > "$STATE/last-low-watermark-refresh-started-at" "$REFRESH" fresh-download RC="$?" echo "$RC" > "$STATE/last-low-watermark-refresh-rc" date -Iseconds > "$STATE/last-low-watermark-refresh-finished-at" echo "refresh_rc=$RC" if [ "$RC" -eq 0 ]; then echo "REFRESH_OK" > "$STATE/last-low-watermark-decision" else echo "REFRESH_FAILED" > "$STATE/last-low-watermark-decision" fi return "$RC" } ( run_body echo "$?" > "$RCFILE" ) 2>&1 | tee "$LOG" RC="$(cat "$RCFILE" 2>/dev/null || echo 99)" rm -f "$RCFILE" exit "$RC" ### FILE /root/hmn/hmn-rank-awg.sh -rwxr-xr-x 1 root root 3169 Jun 1 13:55 /root/hmn/hmn-rank-awg.sh sha256=7bf985300ce45a1003cfcaa1cf08d14de0751b39ff28ca2bf3f46713043faeec #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" QUARANTINE="${HMN_RANK_QUARANTINE:-KEYMASK-awg1-latest.tsv}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Временно плохие туннели текущего набора исключаются через QUARANTINE, # а не через вечный blacklist. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi if [ ! -f "$QUARANTINE" ]; then QUARANTINE="/dev/null" fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo " quarantine: $QUARANTINE" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" -v qfile="$QUARANTINE" ' FILENAME == qfile { if (FNR == 1) next if ($1 != "") q_endpoint[$1] = 1 if ($2 != "") q_file[$2] = 1 next } FILENAME != qfile && FNR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex && !($3 in q_endpoint) && !($2 in q_file) { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$QUARANTINE" "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $CFG_PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### FILE /root/hmn/hmn-refill-slot.sh -rwxr-xr-x 1 root root 6084 Jun 3 16:20 /root/hmn/hmn-refill-slot.sh sha256=992b8075c9a5acbcd5c0f98feb03650acc7a211f9cc19afb9fd82ffc529bb053 #!/bin/ash set -u BASE="/root/hmn" TABLE="${TABLE:-$BASE/cache/ok-awg1-strict-foreign-latest.tsv}" SELECTED="${SELECTED:-$BASE/cache/selected-awg1-latest.tsv}" LOADER="${LOADER:-$BASE/hmn-load-vpn-slot.sh}" PING_COUNT="${PING_COUNT:-5}" DRY_RUN="${DRY_RUN:-0}" SLOT="${1:-}" ACTIVE_SLOT="${2:-}" if [ -z "$SLOT" ] || [ -z "$ACTIVE_SLOT" ]; then echo "Usage: $0 " >&2 echo "Example: DRY_RUN=1 $0 vpn1 vpn2" >&2 exit 2 fi [ "$SLOT" = "vpn1" ] || [ "$SLOT" = "vpn2" ] || { echo "ERROR: slot must be vpn1 or vpn2" >&2 exit 2 } [ "$ACTIVE_SLOT" = "vpn1" ] || [ "$ACTIVE_SLOT" = "vpn2" ] || { echo "ERROR: active slot must be vpn1 or vpn2" >&2 exit 2 } [ -s "$TABLE" ] || { echo "ERROR: OK table missing: $TABLE" >&2 exit 1 } [ -x "$LOADER" ] || { echo "ERROR: loader missing/not executable: $LOADER" >&2 exit 1 } today_bad_file() { date +"/root/hmn/state/bad-endpoints-%Y%m%d.txt" } get_slot_ep() { S="$1" H="$(uci -q get network.@amneziawg_${S}[0].endpoint_host || true)" P="$(uci -q get network.@amneziawg_${S}[0].endpoint_port || true)" [ -n "$H" ] && [ -n "$P" ] && echo "$H:$P" } mark_bad_ep() { EP="$1" REASON="${2:-failed}" [ -n "$EP" ] || return 0 mkdir -p "$BASE/state" BAD="$(today_bad_file)" grep -q "^$EP" "$BAD" 2>/dev/null && return 0 printf "%s\t%s\t%s\n" "$EP" "$(date -Iseconds)" "$REASON" >> "$BAD" } is_bad_ep() { EP="$1" BAD="$(today_bad_file)" grep -q "^$EP" "$BAD" 2>/dev/null } candidate_line() { ACTIVE_EP="$(get_slot_ep "$ACTIVE_SLOT" || true)" OLD_EP="$(get_slot_ep "$SLOT" || true)" awk -F '\t' -v active_ep="$ACTIVE_EP" -v old_ep="$OLD_EP" -v bad_file="$(today_bad_file)" ' BEGIN { while ((getline line < bad_file) > 0) { split(line, a, "\t") bad[a[1]]=1 } close(bad_file) } NR > 1 { ep=$3 if (ep == active_ep) next if (ep == old_ep) next if (bad[ep]) next print exit } ' "$TABLE" } probe_slot_strict() { DEV="$1" for IP in 9.9.9.9 1.1.1.1; do echo echo "--- strict probe $DEV $IP ---" ip route replace "$IP/32" dev "$DEV" ip route get "$IP" OUT="$(ping -4 -c "$PING_COUNT" -W 2 -I "$DEV" "$IP" 2>&1 || true)" echo "$OUT" ip route del "$IP/32" dev "$DEV" 2>/dev/null || true echo "$OUT" | grep -q ' 0% packet loss' || return 1 done return 0 } echo "=== hmn-refill-slot ===" echo "slot_to_refill=$SLOT" echo "active_slot=$ACTIVE_SLOT" echo "table=$TABLE" echo "selected=$SELECTED" echo "dry_run=$DRY_RUN" ACTIVE_EP="$(get_slot_ep "$ACTIVE_SLOT" || true)" OLD_EP="$(get_slot_ep "$SLOT" || true)" echo "active_ep=$ACTIVE_EP" echo "old_slot_ep=$OLD_EP" if [ -n "$OLD_EP" ]; then if [ "$DRY_RUN" = "1" ]; then echo "would_mark_bad_ep=$OLD_EP" else mark_bad_ep "$OLD_EP" "slot_refill_old_or_failed_${SLOT}" fi fi LINE="$(candidate_line || true)" if [ -z "$LINE" ]; then echo "ERROR: no candidate available after exclusions" echo echo "bad endpoints today:" cat "$(today_bad_file)" 2>/dev/null || true exit 1 fi CAND_RANK="$(echo "$LINE" | awk -F '\t' '{print $1}')" CAND_FILE="$(echo "$LINE" | awk -F '\t' '{print $2}')" CAND_EP="$(echo "$LINE" | awk -F '\t' '{print $3}')" CAND_AVG="$(echo "$LINE" | awk -F '\t' '{print $4}')" CAND_CONF="$(echo "$LINE" | awk -F '\t' '{print $6}')" echo echo "candidate_rank=$CAND_RANK" echo "candidate_file=$CAND_FILE" echo "candidate_ep=$CAND_EP" echo "candidate_avg=$CAND_AVG" echo "candidate_conf=$CAND_CONF" [ -s "$CAND_CONF" ] || { echo "ERROR: candidate config missing: $CAND_CONF" exit 1 } if [ "$DRY_RUN" = "1" ]; then echo echo "DRY_RUN=1, not loading anything" echo echo "bad endpoints today:" cat "$(today_bad_file)" 2>/dev/null || true exit 0 fi echo echo "=== load candidate into $SLOT ===" ifdown "$SLOT" 2>/dev/null || true sleep 2 "$LOADER" "$SLOT" "$CAND_CONF" echo echo "=== reload netifd so changed slot is visible ===" ubus call network reload 2>/dev/null || /etc/init.d/network reload sleep 8 echo echo "=== restore active slot after reload ===" ifup "$ACTIVE_SLOT" 2>/dev/null || true sleep 8 echo "$ACTIVE_SLOT" > "$BASE/state/active-slot" ip route replace default dev "$ACTIVE_SLOT" table 200 /usr/bin/vpn-table200-local-routes.sh 2>/dev/null || true ip route flush cache echo echo "=== bring candidate slot up for strict probe ===" ifup "$SLOT" sleep 22 echo echo "--- $SLOT status ---" /usr/bin/amneziawg show "$SLOT" 2>/dev/null | sed -n '1,35p' || true if ! ip link show "$SLOT" >/dev/null 2>&1; then echo "ERROR: $SLOT link absent after ifup" mark_bad_ep "$CAND_EP" "link_absent_after_load_${SLOT}" exit 1 fi if ! probe_slot_strict "$SLOT"; then echo "ERROR: candidate failed strict probe" mark_bad_ep "$CAND_EP" "strict_probe_failed_${SLOT}" ifdown "$SLOT" 2>/dev/null || true exit 1 fi echo echo "=== update selected cache ===" cp -a "$SELECTED" "$SELECTED.before-refill-$(date +%Y%m%d-%H%M%S)" 2>/dev/null || true OTHER_SLOT="$ACTIVE_SLOT" OTHER_EP="$(get_slot_ep "$OTHER_SLOT" || true)" { printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" printf "%s\t%s\t%s\t%s\t%s\n" "$SLOT" "$CAND_FILE" "$CAND_EP" "$CAND_AVG" "$CAND_CONF" awk -F '\t' -v s="$OTHER_SLOT" -v ep="$OTHER_EP" 'NR>1 && $1==s { printf "%s\t%s\t%s\t%s\t%s\n", $1, $2, $3, $4, $5 found=1 } END { if (!found && ep != "") { # leave absent rather than inventing config path } }' "$SELECTED" } > /tmp/selected-awg1-refill.tsv cp /tmp/selected-awg1-refill.tsv "$SELECTED" rm -f /tmp/selected-awg1-refill.tsv cat "$SELECTED" echo echo "=== leave refilled slot down as standby ===" ifdown "$SLOT" 2>/dev/null || true sleep 4 echo echo "=== final route should remain active slot ===" echo "$ACTIVE_SLOT" > "$BASE/state/active-slot" ip route replace default dev "$ACTIVE_SLOT" table 200 /usr/bin/vpn-table200-local-routes.sh 2>/dev/null || true ip route flush cache cat "$BASE/state/active-slot" ip route show table 200 ip route get 9.9.9.9 from 10.200.0.2 echo echo "=== refill done ===" ### FILE /root/hmn/hmn-refresh-awg.sh -rwxr-xr-x 1 root root 4979 Jun 1 15:28 /root/hmn/hmn-refresh-awg.sh sha256=f725224e1b766f85f1ccf4a934e44f3c240865081348ff6bed8f63d366678e17 #!/bin/ash set -u MODE="${1:-dry-run}" BASE="/root/hmn" LOGDIR="$BASE/logs" PING_IP="${HMN_REFRESH_PING_IP:-9.9.9.9}" DOWNLOAD="$BASE/hmn-download-all-awg.sh" TESTER="$BASE/hmn-test-all-awg.sh" RANKER="$BASE/hmn-rank-awg.sh" PLANNER="$BASE/hmn-plan-selected.sh" APPLY="$BASE/hmn-apply-selected.sh" case "$MODE" in dry-run|run) ;; *) echo "ERROR: mode must be dry-run or run" echo "Usage:" echo " /root/hmn/hmn-refresh-awg.sh dry-run" echo " /root/hmn/hmn-refresh-awg.sh run" exit 1 ;; esac mkdir -p "$LOGDIR" chmod 700 "$LOGDIR" LOCKDIR="/tmp/hmn-refresh-awg.lock" if ! mkdir "$LOCKDIR" 2>/dev/null; then echo "ERROR: another hmn-refresh-awg run is already active: $LOCKDIR" exit 1 fi cleanup_lock() { rmdir "$LOCKDIR" 2>/dev/null || true } trap cleanup_lock EXIT INT TERM say() { echo echo "=== $* ===" } fail() { echo echo "ERROR: $*" exit 1 } run_cmd() { echo echo "+ $*" if [ "$MODE" = "run" ]; then "$@" else echo "[dry-run] not executed" fi } get_table_default_dev() { ip route show table 200 | awk ' /^default / { for (i = 1; i <= NF; i++) { if ($i == "dev") { print $(i+1) exit } } } ' } say "HideMyName AWG refresh wrapper" echo "mode: $MODE" echo "date: $(date -Iseconds 2>/dev/null || date)" say "preflight: scripts" for S in "$DOWNLOAD" "$TESTER" "$RANKER" "$PLANNER" "$APPLY"; do [ -x "$S" ] || fail "missing or not executable: $S" ls -lh "$S" done say "preflight: runtime state" CRON_STATUS="$(/etc/init.d/cron status 2>/dev/null || true)" echo "cron: $CRON_STATUS" if [ -e /tmp/hmn-vpn-maintenance ]; then fail "maintenance flag exists: /tmp/hmn-vpn-maintenance" fi for F in /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan; do if [ -e "$F" ]; then fail "temporary control flag exists: $F" fi done ACTIVE="$(cat "$BASE/state/active-slot" 2>/dev/null || true)" case "$ACTIVE" in vpn1|vpn2) ;; *) fail "bad active slot: $ACTIVE" ;; esac TABLE_DEV="$(get_table_default_dev)" echo "active slot: $ACTIVE" echo "table 200 default dev: $TABLE_DEV" ip route show table 200 if [ "$TABLE_DEV" != "$ACTIVE" ]; then fail "table 200 default dev does not match active slot" fi echo echo "active tunnel:" /usr/bin/amneziawg show "$ACTIVE" 2>/dev/null || fail "cannot show active tunnel $ACTIVE" echo echo "active traffic check:" ping -4 -c 3 -W 2 -I 10.200.0.2 "$PING_IP" || fail "active traffic check failed" say "current selected plan before refresh" "$PLANNER" || fail "planner failed before refresh" say "planned pipeline" echo "1. download fresh AWG configs through active VPN interface" echo "2. test all latest configs through vpn_test" echo "3. rank tested configs and write selected" echo "4. show selected plan" echo "5. apply selected in standby-only mode" echo "6. final report" if [ "$MODE" = "dry-run" ]; then say "dry-run command list" run_cmd "$DOWNLOAD" run_cmd "$TESTER" run_cmd "$RANKER" run_cmd "$PLANNER" run_cmd "$APPLY" standby-only say "dry-run final state, no changes expected" /etc/init.d/cron status || true ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" cat "$BASE/state/active-slot" ip route show table 200 ip route show | grep -E 'vpn1|vpn2|vpn_test' || true exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" REPORT="$LOGDIR/hmn-refresh-awg-$TS.report.txt" say "run: download fresh AWG configs" "$DOWNLOAD" || fail "download failed" say "run: test latest AWG configs" "$TESTER" || fail "tester failed" say "run: rank and select" "$RANKER" || fail "ranker failed" say "run: selected plan after rank" "$PLANNER" || fail "planner failed after rank" say "run: apply selected standby-only" "$APPLY" standby-only || fail "apply-selected standby-only failed" say "final report" { echo "timestamp=$TS" echo echo "cron:" /etc/init.d/cron status || true echo echo "maintenance:" ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" echo echo "active-slot:" cat "$BASE/state/active-slot" echo echo "table 200:" ip route show table 200 echo echo "route get:" ip route get "$PING_IP" from 10.200.0.2 echo echo "vpn1 endpoint/config:" uci -q get network.vpn1.hmn_endpoint || true uci -q get network.vpn1.hmn_source_config || true echo echo "vpn2 endpoint/config:" uci -q get network.vpn2.hmn_endpoint || true uci -q get network.vpn2.hmn_source_config || true echo echo "selected:" cat "$BASE/cache/selected-awg1-latest.tsv" 2>/dev/null || true echo echo "planner:" "$PLANNER" || true echo echo "quarantine:" cat "$BASE/cache/quarantine-awg1-latest.tsv" 2>/dev/null || echo "no quarantine file" echo echo "main routes containing vpn1/vpn2/vpn_test:" ip route show | grep -E 'vpn1|vpn2|vpn_test' || true } | tee "$REPORT" chmod 600 "$REPORT" say "refresh completed" echo "report: $REPORT" ### FILE /root/hmn/hmn-refresh-awg.sh.before-awk-lock-20260601-152842 -rwxr-xr-x 1 root root 4726 Jun 1 14:41 /root/hmn/hmn-refresh-awg.sh.before-awk-lock-20260601-152842 sha256=8e052492c197189e6f9fdca35553f82d1d7f4a7222ee981cef2e09343073a0ff #!/bin/ash set -u MODE="${1:-dry-run}" BASE="/root/hmn" LOGDIR="$BASE/logs" PING_IP="${HMN_REFRESH_PING_IP:-9.9.9.9}" DOWNLOAD="$BASE/hmn-download-all-awg.sh" TESTER="$BASE/hmn-test-all-awg.sh" RANKER="$BASE/hmn-rank-awg.sh" PLANNER="$BASE/hmn-plan-selected.sh" APPLY="$BASE/hmn-apply-selected.sh" case "$MODE" in dry-run|run) ;; *) echo "ERROR: mode must be dry-run or run" echo "Usage:" echo " /root/hmn/hmn-refresh-awg.sh dry-run" echo " /root/hmn/hmn-refresh-awg.sh run" exit 1 ;; esac mkdir -p "$LOGDIR" chmod 700 "$LOGDIR" say() { echo echo "=== $* ===" } fail() { echo echo "ERROR: $*" exit 1 } run_cmd() { echo echo "+ $*" if [ "$MODE" = "run" ]; then "$@" else echo "[dry-run] not executed" fi } get_table_default_dev() { ip route show table 200 | awk ' /^default / { for (i = 1; i <= NF; i++) { if ($i == "dev") { print $(i+1) exit } } } ' } say "HideMyName AWG refresh wrapper" echo "mode: $MODE" echo "date: $(date -Iseconds 2>/dev/null || date)" say "preflight: scripts" for S in "$DOWNLOAD" "$TESTER" "$RANKER" "$PLANNER" "$APPLY"; do [ -x "$S" ] || fail "missing or not executable: $S" ls -lh "$S" done say "preflight: runtime state" CRON_STATUS="$(/etc/init.d/cron status 2>/dev/null || true)" echo "cron: $CRON_STATUS" if [ -e /tmp/hmn-vpn-maintenance ]; then fail "maintenance flag exists: /tmp/hmn-vpn-maintenance" fi for F in /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan; do if [ -e "$F" ]; then fail "temporary control flag exists: $F" fi done ACTIVE="$(cat "$BASE/state/active-slot" 2>/dev/null || true)" case "$ACTIVE" in vpn1|vpn2) ;; *) fail "bad active slot: $ACTIVE" ;; esac TABLE_DEV="$(get_table_default_dev)" echo "active slot: $ACTIVE" echo "table 200 default dev: $TABLE_DEV" ip route show table 200 if [ "$TABLE_DEV" != "$ACTIVE" ]; then fail "table 200 default dev does not match active slot" fi echo echo "active tunnel:" /usr/bin/amneziawg show "$ACTIVE" 2>/dev/null || fail "cannot show active tunnel $ACTIVE" echo echo "active traffic check:" ping -4 -c 3 -W 2 -I 10.200.0.2 "$PING_IP" || fail "active traffic check failed" say "current selected plan before refresh" "$PLANNER" || fail "planner failed before refresh" say "planned pipeline" echo "1. download fresh AWG configs through active VPN interface" echo "2. test all latest configs through vpn_test" echo "3. rank tested configs and write selected" echo "4. show selected plan" echo "5. apply selected in standby-only mode" echo "6. final report" if [ "$MODE" = "dry-run" ]; then say "dry-run command list" run_cmd "$DOWNLOAD" run_cmd "$TESTER" run_cmd "$RANKER" run_cmd "$PLANNER" run_cmd "$APPLY" standby-only say "dry-run final state, no changes expected" /etc/init.d/cron status || true ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" cat "$BASE/state/active-slot" ip route show table 200 ip route show | grep -E 'vpn1|vpn2|vpn_test' || true exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" REPORT="$LOGDIR/hmn-refresh-awg-$TS.report.txt" say "run: download fresh AWG configs" "$DOWNLOAD" || fail "download failed" say "run: test latest AWG configs" "$TESTER" || fail "tester failed" say "run: rank and select" "$RANKER" || fail "ranker failed" say "run: selected plan after rank" "$PLANNER" || fail "planner failed after rank" say "run: apply selected standby-only" "$APPLY" standby-only || fail "apply-selected standby-only failed" say "final report" { echo "timestamp=$TS" echo echo "cron:" /etc/init.d/cron status || true echo echo "maintenance:" ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" echo echo "active-slot:" cat "$BASE/state/active-slot" echo echo "table 200:" ip route show table 200 echo echo "route get:" ip route get "$PING_IP" from 10.200.0.2 echo echo "vpn1 endpoint/config:" uci -q get network.vpn1.hmn_endpoint || true uci -q get network.vpn1.hmn_source_config || true echo echo "vpn2 endpoint/config:" uci -q get network.vpn2.hmn_endpoint || true uci -q get network.vpn2.hmn_source_config || true echo echo "selected:" cat "$BASE/cache/selected-awg1-latest.tsv" 2>/dev/null || true echo echo "planner:" "$PLANNER" || true echo echo "quarantine:" cat "$BASE/cache/quarantine-awg1-latest.tsv" 2>/dev/null || echo "no quarantine file" echo echo "main routes containing vpn1/vpn2/vpn_test:" ip route show | grep -E 'vpn1|vpn2|vpn_test' || true } | tee "$REPORT" chmod 600 "$REPORT" say "refresh completed" echo "report: $REPORT" ### FILE /root/hmn/hmn-refresh-awg.sh.before-lock-20260601-152728 -rwxr-xr-x 1 root root 4726 Jun 1 14:41 /root/hmn/hmn-refresh-awg.sh.before-lock-20260601-152728 sha256=8e052492c197189e6f9fdca35553f82d1d7f4a7222ee981cef2e09343073a0ff #!/bin/ash set -u MODE="${1:-dry-run}" BASE="/root/hmn" LOGDIR="$BASE/logs" PING_IP="${HMN_REFRESH_PING_IP:-9.9.9.9}" DOWNLOAD="$BASE/hmn-download-all-awg.sh" TESTER="$BASE/hmn-test-all-awg.sh" RANKER="$BASE/hmn-rank-awg.sh" PLANNER="$BASE/hmn-plan-selected.sh" APPLY="$BASE/hmn-apply-selected.sh" case "$MODE" in dry-run|run) ;; *) echo "ERROR: mode must be dry-run or run" echo "Usage:" echo " /root/hmn/hmn-refresh-awg.sh dry-run" echo " /root/hmn/hmn-refresh-awg.sh run" exit 1 ;; esac mkdir -p "$LOGDIR" chmod 700 "$LOGDIR" say() { echo echo "=== $* ===" } fail() { echo echo "ERROR: $*" exit 1 } run_cmd() { echo echo "+ $*" if [ "$MODE" = "run" ]; then "$@" else echo "[dry-run] not executed" fi } get_table_default_dev() { ip route show table 200 | awk ' /^default / { for (i = 1; i <= NF; i++) { if ($i == "dev") { print $(i+1) exit } } } ' } say "HideMyName AWG refresh wrapper" echo "mode: $MODE" echo "date: $(date -Iseconds 2>/dev/null || date)" say "preflight: scripts" for S in "$DOWNLOAD" "$TESTER" "$RANKER" "$PLANNER" "$APPLY"; do [ -x "$S" ] || fail "missing or not executable: $S" ls -lh "$S" done say "preflight: runtime state" CRON_STATUS="$(/etc/init.d/cron status 2>/dev/null || true)" echo "cron: $CRON_STATUS" if [ -e /tmp/hmn-vpn-maintenance ]; then fail "maintenance flag exists: /tmp/hmn-vpn-maintenance" fi for F in /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan; do if [ -e "$F" ]; then fail "temporary control flag exists: $F" fi done ACTIVE="$(cat "$BASE/state/active-slot" 2>/dev/null || true)" case "$ACTIVE" in vpn1|vpn2) ;; *) fail "bad active slot: $ACTIVE" ;; esac TABLE_DEV="$(get_table_default_dev)" echo "active slot: $ACTIVE" echo "table 200 default dev: $TABLE_DEV" ip route show table 200 if [ "$TABLE_DEV" != "$ACTIVE" ]; then fail "table 200 default dev does not match active slot" fi echo echo "active tunnel:" /usr/bin/amneziawg show "$ACTIVE" 2>/dev/null || fail "cannot show active tunnel $ACTIVE" echo echo "active traffic check:" ping -4 -c 3 -W 2 -I 10.200.0.2 "$PING_IP" || fail "active traffic check failed" say "current selected plan before refresh" "$PLANNER" || fail "planner failed before refresh" say "planned pipeline" echo "1. download fresh AWG configs through active VPN interface" echo "2. test all latest configs through vpn_test" echo "3. rank tested configs and write selected" echo "4. show selected plan" echo "5. apply selected in standby-only mode" echo "6. final report" if [ "$MODE" = "dry-run" ]; then say "dry-run command list" run_cmd "$DOWNLOAD" run_cmd "$TESTER" run_cmd "$RANKER" run_cmd "$PLANNER" run_cmd "$APPLY" standby-only say "dry-run final state, no changes expected" /etc/init.d/cron status || true ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" cat "$BASE/state/active-slot" ip route show table 200 ip route show | grep -E 'vpn1|vpn2|vpn_test' || true exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" REPORT="$LOGDIR/hmn-refresh-awg-$TS.report.txt" say "run: download fresh AWG configs" "$DOWNLOAD" || fail "download failed" say "run: test latest AWG configs" "$TESTER" || fail "tester failed" say "run: rank and select" "$RANKER" || fail "ranker failed" say "run: selected plan after rank" "$PLANNER" || fail "planner failed after rank" say "run: apply selected standby-only" "$APPLY" standby-only || fail "apply-selected standby-only failed" say "final report" { echo "timestamp=$TS" echo echo "cron:" /etc/init.d/cron status || true echo echo "maintenance:" ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" echo echo "active-slot:" cat "$BASE/state/active-slot" echo echo "table 200:" ip route show table 200 echo echo "route get:" ip route get "$PING_IP" from 10.200.0.2 echo echo "vpn1 endpoint/config:" uci -q get network.vpn1.hmn_endpoint || true uci -q get network.vpn1.hmn_source_config || true echo echo "vpn2 endpoint/config:" uci -q get network.vpn2.hmn_endpoint || true uci -q get network.vpn2.hmn_source_config || true echo echo "selected:" cat "$BASE/cache/selected-awg1-latest.tsv" 2>/dev/null || true echo echo "planner:" "$PLANNER" || true echo echo "quarantine:" cat "$BASE/cache/quarantine-awg1-latest.tsv" 2>/dev/null || echo "no quarantine file" echo echo "main routes containing vpn1/vpn2/vpn_test:" ip route show | grep -E 'vpn1|vpn2|vpn_test' || true } | tee "$REPORT" chmod 600 "$REPORT" say "refresh completed" echo "report: $REPORT" ### FILE /root/hmn/hmn-refresh-pool-cron.sh -rwxr-xr-x 1 root root 533 Jun 3 16:20 /root/hmn/hmn-refresh-pool-cron.sh sha256=2882f0c0f3aee74b408ed823c45bab9743ea676b6c0e18755e92084ef929f897 #!/bin/ash BASE="/root/hmn" LOG="$BASE/logs/cron-refresh-pool-safe-last.log" STATE="$BASE/state" mkdir -p "$BASE/logs" "$STATE" { echo "=== cron refresh start $(date -Iseconds) ===" echo "cmd=/root/hmn/hmn-refresh-pool-safe.sh fresh-download" echo /root/hmn/hmn-refresh-pool-safe.sh fresh-download RC="$?" echo echo "refresh_rc=$RC" echo "=== cron refresh done $(date -Iseconds) ===" } > "$LOG" 2>&1 echo "$RC" > "$STATE/last-cron-refresh-rc" date -Iseconds > "$STATE/last-cron-refresh-finished-at" exit "$RC" ### FILE /root/hmn/hmn-refresh-pool-safe.sh -rwxr-xr-x 1 root root 8534 Jun 3 16:20 /root/hmn/hmn-refresh-pool-safe.sh sha256=138ddd27bd6e6ad77228ecfdb6d6924d6b9a44528df478d96e239cf8899f4df8 #!/bin/ash set -u BASE="/root/hmn" LOGDIR="$BASE/logs" STATE="$BASE/state" BACKUPDIR="$BASE/backups" DOWNLOADER="$BASE/hmn-download-all-awg.sh" VALIDATE="$BASE/hmn-validate-current-pool.sh" MAN="/usr/bin/vpn-egress-manager.sh" LOCK="/tmp/hmn-refresh-pool-safe.lock" MODE="${1:-fresh-download}" mkdir -p "$LOGDIR" "$STATE" "$BACKUPDIR" TS="$(date +%Y%m%d-%H%M%S)" LOG="$LOGDIR/refresh-pool-safe-$TS-$$.log" RCFILE="/tmp/hmn-refresh-pool-safe.rc.$$" BACK="" RETRY_FLAG="$STATE/refresh-retry-needed" RETRY_REASON="$STATE/refresh-retry-reason" LAST_FRESH_DOWNLOAD_RC="$STATE/last-fresh-download-rc" LAST_FRESH_DOWNLOAD_AT="$STATE/last-fresh-download-at" LAST_REFRESH_POOL_SOURCE="$STATE/last-refresh-pool-source" say() { echo "$(date -Iseconds) $*" } write_status() { echo "$1" > "$STATE/refresh-status" date -Iseconds > "$STATE/last-refresh-status-at" } record_download_rc() { echo "$1" > "$LAST_FRESH_DOWNLOAD_RC" date -Iseconds > "$LAST_FRESH_DOWNLOAD_AT" } set_retry_needed() { REASON="$1" date -Iseconds > "$RETRY_FLAG" echo "$REASON" > "$RETRY_REASON" say "retry-needed set: $REASON" } clear_retry_needed() { rm -f "$RETRY_FLAG" "$RETRY_REASON" say "retry-needed cleared" } restore_backup() { if [ -z "${BACK:-}" ] || [ ! -d "$BACK" ]; then say "rollback: no backup dir available" return 1 fi say "rollback: restoring published pointers/tables from $BACK" LATEST_DIR="$KEYMASK" OLD_LINK="$(cat "$BACK/configs-latest-readlink.txt" 2>/dev/null || true)" OLD_REAL="$(cat "$BACK/configs-latest-realpath.txt" 2>/dev/null || true)" if [ -n "$OLD_LINK" ]; then rm -rf "$LATEST_DIR" ln -s "$OLD_LINK" "$LATEST_DIR" say "rollback: latest symlink restored to readlink target: $OLD_LINK" elif [ -n "$OLD_REAL" ] && [ -d "$OLD_REAL" ]; then rm -rf "$LATEST_DIR" ln -s "$OLD_REAL" "$LATEST_DIR" say "rollback: latest symlink restored to realpath: $OLD_REAL" else say "rollback WARN: no usable old latest target" fi for BN in \ ok-awg1-strict-all-latest.tsv \ ok-awg1-strict-foreign-latest.tsv \ selected-awg1-latest.tsv do if [ -f "$BACK/$BN" ]; then cp "$BACK/$BN" "$BASE/cache/$BN" say "rollback: restored cache/$BN" fi done return 0 } run_validate_current_pool() { if [ ! -x "$VALIDATE" ]; then say "ERROR: missing executable validator: $VALIDATE" write_status "REFRESH_FAILED_NO_VALIDATOR" return 1 fi "$VALIDATE" VALIDATE_RC="$?" say "validate_current_pool_rc=$VALIDATE_RC" if [ "$VALIDATE_RC" -ne 0 ]; then write_status "REFRESH_FAILED_CURRENT_POOL_RETEST_FAILED" return "$VALIDATE_RC" fi return 0 } run_body() { say "=== hmn-refresh-pool-safe start ===" say "mode=$MODE" say "log=$LOG" if [ "$MODE" = "selftest-ok" ]; then say "selftest-ok: returning 0" write_status "SELFTEST_OK" return 0 fi if [ "$MODE" = "selftest-fail" ]; then say "selftest-fail: returning 42" write_status "SELFTEST_FAIL" return 42 fi echo echo "=== lock ===" if ! mkdir "$LOCK" 2>/dev/null; then say "another refresh instance is already running: $LOCK" write_status "REFRESH_ALREADY_RUNNING" return 2 fi trap 'rmdir "$LOCK" 2>/dev/null || true' EXIT echo echo "=== pre-state ===" echo "active=$(cat "$STATE/active-slot" 2>/dev/null || echo none)" ip route show table 200 ip route get 9.9.9.9 from 10.200.0.2 2>/dev/null || true echo echo "=== backup current published pointers/tables ===" BACK="$BACKUPDIR/refresh-safe-before-$TS-$$" mkdir -p "$BACK" readlink "$KEYMASK" > "$BACK/configs-latest-readlink.txt" 2>/dev/null || true readlink -f "$KEYMASK" > "$BACK/configs-latest-realpath.txt" 2>/dev/null || true for F in \ "$BASE/cache/ok-awg1-strict-all-latest.tsv" \ "$BASE/cache/ok-awg1-strict-foreign-latest.tsv" \ "$BASE/cache/selected-awg1-latest.tsv" do [ -f "$F" ] && cp "$F" "$BACK/$(basename "$F")" done say "backup=$BACK" echo "latest before: $(readlink -f "$KEYMASK" 2>/dev/null || echo none)" echo echo "=== fresh download stage ===" DOWNLOAD_RC=1 case "$MODE" in fresh-download) say "trying fresh HMN download via: $DOWNLOADER" if [ ! -x "$DOWNLOADER" ]; then say "ERROR: missing executable downloader: $DOWNLOADER" DOWNLOAD_RC=127 else "$DOWNLOADER" DOWNLOAD_RC="$?" fi say "fresh_download_rc=$DOWNLOAD_RC" record_download_rc "$DOWNLOAD_RC" ;; simulate-download-fail) say "simulating HMN fresh download failure" DOWNLOAD_RC=77 record_download_rc "$DOWNLOAD_RC" ;; *) say "ERROR: unknown mode: $MODE" say "allowed modes: fresh-download | simulate-download-fail | selftest-ok | selftest-fail" write_status "REFRESH_FAILED_UNKNOWN_MODE" return 64 ;; esac echo echo "=== validation decision ===" if [ "$DOWNLOAD_RC" -eq 0 ]; then say "fresh download OK" say "validate fresh/current latest pool through vpn_test" if run_validate_current_pool; then write_status "USING_FRESH_POOL_RETESTED" echo "fresh" > "$LAST_REFRESH_POOL_SOURCE" clear_retry_needed else RC="$?" say "fresh pool validation failed; rolling back to previous published pool" restore_backup || true write_status "REFRESH_FAILED_FRESH_POOL_ROLLED_BACK" echo "rollback-after-fresh-validation-failed" > "$LAST_REFRESH_POOL_SOURCE" set_retry_needed "fresh_download_ok_but_validation_failed" return "$RC" fi else say "fresh download failed/unavailable rc=$DOWNLOAD_RC" say "fallback: keep old configs/latest and validate current local pool through vpn_test" if run_validate_current_pool; then write_status "USING_OLD_POOL_RETESTED" echo "old-after-download-fail" > "$LAST_REFRESH_POOL_SOURCE" if [ "$MODE" = "fresh-download" ]; then set_retry_needed "fresh_download_failed_rc_$DOWNLOAD_RC" else say "simulate mode: retry-needed not set" fi else RC="$?" say "old/current pool validation failed; rolling back published tables" restore_backup || true write_status "REFRESH_FAILED_OLD_POOL_ROLLED_BACK" echo "rollback-after-old-validation-failed" > "$LAST_REFRESH_POOL_SOURCE" if [ "$MODE" = "fresh-download" ]; then set_retry_needed "fresh_download_failed_and_old_pool_validation_failed_rc_$DOWNLOAD_RC" fi return "$RC" fi fi echo echo "=== run manager once after validation ===" if [ -x "$MAN" ]; then HMN_ALLOW_MANAGER_DURING_REFRESH=1 "$MAN" MAN_RC="$?" say "manager_rc=$MAN_RC" if [ "$MAN_RC" -ne 0 ]; then write_status "REFRESH_DONE_BUT_MANAGER_FAILED" return "$MAN_RC" fi else say "WARN: manager missing/not executable: $MAN" write_status "REFRESH_DONE_BUT_MANAGER_MISSING" return 1 fi ### FILE /root/hmn/hmn-refresh-retry-cron.sh -rwxr-xr-x 1 root root 4309 Jun 3 16:20 /root/hmn/hmn-refresh-retry-cron.sh sha256=d66a7942887bbcf9b39ed99ea10390003df587502993947799c765502f118b8a #!/bin/ash set -u BASE="/root/hmn" STATE="$BASE/state" LOGDIR="$BASE/logs" REFRESH="$BASE/hmn-refresh-pool-safe.sh" RETRY_FLAG="$STATE/refresh-retry-needed" RETRY_REASON="$STATE/refresh-retry-reason" RETRY_LOCK="/tmp/hmn-refresh-retry.lock" REFRESH_LOCK="/tmp/hmn-refresh-pool-safe.lock" LOWWATER_LOCK="/tmp/hmn-pool-low-watermark-check.lock" MANAGER_LOCK="/tmp/vpn-egress-manager.lock" MAINT="/tmp/hmn-vpn-maintenance" MANAGER_WAIT_MAX="${MANAGER_WAIT_MAX:-180}" MANAGER_WAIT_STEP="${MANAGER_WAIT_STEP:-3}" LOG="$LOGDIR/cron-refresh-retry-last.log" RCFILE="/tmp/hmn-refresh-retry.rc.$$" mkdir -p "$STATE" "$LOGDIR" say() { echo "$(date -Iseconds) $*" } run_body() { echo "=== hmn-refresh-retry-cron ===" echo "mode=run" echo "manager_wait_max=$MANAGER_WAIT_MAX" echo "manager_wait_step=$MANAGER_WAIT_STEP" if ! mkdir "$RETRY_LOCK" 2>/dev/null; then say "another retry instance is already running: $RETRY_LOCK" echo "decision=SKIP_RETRY_ALREADY_RUNNING" return 0 fi trap 'rmdir "$RETRY_LOCK" 2>/dev/null || true' EXIT INT TERM echo echo "=== retry flag ===" if [ ! -e "$RETRY_FLAG" ]; then echo "retry_needed=no" echo "NO_RETRY_NEEDED" > "$STATE/last-refresh-retry-decision" date -Iseconds > "$STATE/last-refresh-retry-checked-at" return 0 fi echo "retry_needed_at=$(cat "$RETRY_FLAG" 2>/dev/null || true)" echo "retry_reason=$(cat "$RETRY_REASON" 2>/dev/null || echo unknown)" echo "RETRY_NEEDED" > "$STATE/last-refresh-retry-decision" date -Iseconds > "$STATE/last-refresh-retry-checked-at" echo echo "=== hard overlap guards ===" [ -d "$REFRESH_LOCK" ] && REFRESH_LOCK_PRESENT=1 || REFRESH_LOCK_PRESENT=0 [ -e "$MAINT" ] && MAINT_PRESENT=1 || MAINT_PRESENT=0 [ -d "$LOWWATER_LOCK" ] && LOWWATER_LOCK_PRESENT=1 || LOWWATER_LOCK_PRESENT=0 echo "refresh_lock_present=$REFRESH_LOCK_PRESENT" echo "maintenance_present=$MAINT_PRESENT" echo "lowwater_lock_present=$LOWWATER_LOCK_PRESENT" if [ "$REFRESH_LOCK_PRESENT" -eq 1 ] || [ "$MAINT_PRESENT" -eq 1 ]; then echo "decision=SKIP_REFRESH_OR_VALIDATION_RUNNING" echo "SKIP_REFRESH_OR_VALIDATION_RUNNING" > "$STATE/last-refresh-retry-decision" return 0 fi if [ "$LOWWATER_LOCK_PRESENT" -eq 1 ]; then echo "decision=SKIP_LOWWATER_CHECK_RUNNING" echo "SKIP_LOWWATER_CHECK_RUNNING" > "$STATE/last-refresh-retry-decision" return 0 fi echo echo "=== wait for manager window ===" WAITED=0 while [ -d "$MANAGER_LOCK" ] && [ "$WAITED" -lt "$MANAGER_WAIT_MAX" ]; do echo "manager lock present; waited=${WAITED}s; sleeping ${MANAGER_WAIT_STEP}s" sleep "$MANAGER_WAIT_STEP" WAITED=$((WAITED + MANAGER_WAIT_STEP)) done if [ -d "$MANAGER_LOCK" ]; then echo "decision=SKIP_MANAGER_LOCK_TIMEOUT" echo "SKIP_MANAGER_LOCK_TIMEOUT" > "$STATE/last-refresh-retry-decision" return 0 fi echo "manager window ok after ${WAITED}s" echo echo "=== final guards before refresh ===" if [ -d "$REFRESH_LOCK" ] || [ -e "$MAINT" ] || [ -d "$LOWWATER_LOCK" ]; then echo "decision=SKIP_OVERLAP_STARTED_WHILE_WAITING" echo "SKIP_OVERLAP_STARTED_WHILE_WAITING" > "$STATE/last-refresh-retry-decision" return 0 fi if [ ! -x "$REFRESH" ]; then echo "ERROR: refresh wrapper missing/not executable: $REFRESH" echo "ERROR_NO_REFRESH_WRAPPER" > "$STATE/last-refresh-retry-decision" return 1 fi echo echo "=== run retry fresh-download ===" echo "cmd=$REFRESH fresh-download" date -Iseconds > "$STATE/last-refresh-retry-started-at" "$REFRESH" fresh-download RC="$?" echo "$RC" > "$STATE/last-refresh-retry-rc" date -Iseconds > "$STATE/last-refresh-retry-finished-at" echo echo "refresh_rc=$RC" echo "refresh_status=$(cat "$STATE/refresh-status" 2>/dev/null || echo unknown)" echo "last_fresh_download_rc=$(cat "$STATE/last-fresh-download-rc" 2>/dev/null || echo unknown)" if [ -e "$RETRY_FLAG" ]; then echo "retry_flag_after=still_present" echo "RETRY_STILL_NEEDED" > "$STATE/last-refresh-retry-decision" else echo "retry_flag_after=cleared" echo "RETRY_CLEARED" > "$STATE/last-refresh-retry-decision" fi return "$RC" } ( run_body echo "$?" > "$RCFILE" ) > "$LOG" 2>&1 RC="$(cat "$RCFILE" 2>/dev/null || echo 99)" rm -f "$RCFILE" exit "$RC" ### FILE /root/hmn/hmn-set-code.sh -rwxr-xr-x 1 root root 1648 Jun 1 10:03 /root/hmn/hmn-set-code.sh sha256=47a751db60d3b2efbf206e7eb980a30a290058a49d185e12c850d76cfceeb650 #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" BACKUP_DIR="$BASE/backups" mkdir -p "$BASE" "$BACKUP_DIR" chmod 700 "$BASE" "$BACKUP_DIR" echo "HideMyName access code setup" echo printf "Введи HideMyName access code: " stty -echo 2>/dev/null || true read -r CODE1 stty echo 2>/dev/null || true echo if [ -z "$CODE1" ]; then echo "ERROR: пустой код." exit 1 fi printf "Повтори code: " stty -echo 2>/dev/null || true read -r CODE2 stty echo 2>/dev/null || true echo if [ "$CODE1" != "$CODE2" ]; then echo "ERROR: коды не совпали." exit 1 fi case "$CODE1" in *[!0-9A-Za-z_-]*) echo "WARNING: в коде есть необычные символы." echo "Если это нормально для HideMyName — окей." ;; esac if [ -f "$ENV_FILE" ]; then TS="$(date +%Y%m%d-%H%M%S)" cp "$ENV_FILE" "$BACKUP_DIR/hmn.env.$TS" chmod 600 "$BACKUP_DIR/hmn.env.$TS" echo "Старый env сохранён:" echo " $BACKUP_DIR/hmn.env.$TS" fi umask 077 cat > "$ENV_FILE" </dev/null || true } cleanup_routes() { DEV="$1" cleanup_route_one "$DEV" "$PROBE_IP1" cleanup_route_one "$DEV" "$PROBE_IP2" } get_conf_endpoint() { awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$1" } find_up_iface_by_endpoint() { WANT_EP="$1" for IFX in vpn1 vpn2 vpn_test; do if "$AWGSHOW" show "$IFX" >/tmp/hmn-up-show-$$ 2>/dev/null; then UP_EP="$(awk '/endpoint:/{print $2; exit}' /tmp/hmn-up-show-$$)" if [ -n "$UP_EP" ] && [ "$UP_EP" = "$WANT_EP" ]; then rm -f /tmp/hmn-up-show-$$ echo "$IFX" return 0 fi fi done rm -f /tmp/hmn-up-show-$$ return 1 } probe_ip_strict() { DEV="$1" IP="$2" ONE_LOG="$3" META="$4" : > "$ONE_LOG" { echo "=== probe $IP dev $DEV ===" ip route replace "$IP/32" dev "$DEV" 2>&1 ip route get "$IP" 2>&1 ping -4 -c "$PING_COUNT" -W 2 -I "$DEV" "$IP" 2>&1 } >> "$ONE_LOG" || true cleanup_route_one "$DEV" "$IP" LOSS="$(sed -n 's/.* \([0-9][0-9]*%\) packet loss.*/\1/p' "$ONE_LOG" | tail -n1)" AVG="$(sed -n 's/^round-trip min\/avg\/max = [^\/]*\/\([^\/]*\)\/.*/\1/p' "$ONE_LOG" | tail -n1)" [ -n "$LOSS" ] || LOSS="100%" [ -n "$AVG" ] || AVG="-" echo "$LOSS|$AVG" > "$META" [ "$LOSS" = "0%" ] } test_dev_strict() { DEV="$1" SHOW2="$2" PING_LOG="$3" : > "$PING_LOG" LOG1="/tmp/hmn-probe-${PROBE_IP1}-$$.txt" LOG2="/tmp/hmn-probe-${PROBE_IP2}-$$.txt" META1="/tmp/hmn-probe-${PROBE_IP1}-$$.meta" META2="/tmp/hmn-probe-${PROBE_IP2}-$$.meta" probe_ip_strict "$DEV" "$PROBE_IP1" "$LOG1" "$META1" RC1="$?" probe_ip_strict "$DEV" "$PROBE_IP2" "$LOG2" "$META2" RC2="$?" cat "$LOG1" >> "$PING_LOG" echo >> "$PING_LOG" cat "$LOG2" >> "$PING_LOG" LOSS1="$(cut -d'|' -f1 "$META1" 2>/dev/null || echo 100%)" AVG1="$(cut -d'|' -f2 "$META1" 2>/dev/null || echo -)" LOSS2="$(cut -d'|' -f1 "$META2" 2>/dev/null || echo 100%)" AVG2="$(cut -d'|' -f2 "$META2" 2>/dev/null || echo -)" rm -f "$LOG1" "$LOG2" "$META1" "$META2" "$AWGSHOW" show "$DEV" > "$SHOW2" 2>&1 || true LATEST="$(grep 'latest handshake:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n1 || true)" TRANSFER="$(grep 'transfer:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n1 || true)" if [ -z "$LATEST" ]; then STATUS="FAIL_NO_HANDSHAKE" elif [ "$RC1" = "0" ] && [ "$RC2" = "0" ]; then STATUS="OK" else STATUS="FAIL_PING_LOSS" fi AVG="$AVG1" [ "$AVG" != "-" ] || AVG="$AVG2" LOSS_SUMMARY="$PROBE_IP1:$LOSS1,$PROBE_IP2:$LOSS2" echo "$STATUS|$LATEST|$TRANSFER|$LOSS_SUMMARY|$AVG" } echo "HideMyName AWG strict zero-loss tunnel tester" echo echo "Config dir: $CONFIG_DIR" echo "Probe IPs: $PROBE_IP1 $PROBE_IP2" echo "Ping count: $PING_COUNT per IP" echo "Wait seconds: $WAIT_SECONDS" echo "Run dir: $RUN_DIR" echo printf "status\tfile\tendpoint\tlatest_handshake\ttransfer\tping_loss\tping_rtt_avg\tshow_file\tping_file\n" > "$RESULTS" if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: config dir not found: $CONFIG_DIR" exit 1 fi FILES="$(find -L "$CONFIG_DIR" -type f -name '*.conf' | sort)" TOTAL="$(echo "$FILES" | sed '/^$/d' | wc -l)" N=0 OK=0 FAIL=0 for CONF in $FILES; do N=$((N + 1)) FILE="$(basename "$CONF")" ENDPOINT="$(get_conf_endpoint "$CONF")" SHOW2="$RUN_DIR/${FILE}.show-after-ping.txt" PING_LOG="$RUN_DIR/${FILE}.ping.txt" LOAD_LOG="$RUN_DIR/${FILE}.load.txt" echo "[$N/$TOTAL] $FILE" echo " endpoint: $ENDPOINT" DUP_IF="$(find_up_iface_by_endpoint "$ENDPOINT" || true)" if [ -n "$DUP_IF" ]; then echo " endpoint already UP on $DUP_IF; testing existing interface, not starting duplicate" DEV="$DUP_IF" else DEV="vpn_test" ifdown vpn_test 2>/dev/null || true cleanup_routes vpn_test if ! "$LOADER" "$CONF" > "$LOAD_LOG" 2>&1; then echo " FAIL: load_error" printf "FAIL_LOAD\t%s\t%s\t-\t-\t-\t-\t%s\t%s\n" "$FILE" "$ENDPOINT" "$LOAD_LOG" "$PING_LOG" >> "$RESULTS" FAIL=$((FAIL + 1)) echo continue fi ifup vpn_test > "$RUN_DIR/${FILE}.ifup.log" 2>&1 || true sleep "$WAIT_SECONDS" fi RES="$(test_dev_strict "$DEV" "$SHOW2" "$PING_LOG")" STATUS="$(echo "$RES" | cut -d'|' -f1)" LATEST="$(echo "$RES" | cut -d'|' -f2)" TRANSFER="$(echo "$RES" | cut -d'|' -f3)" LOSS_SUMMARY="$(echo "$RES" | cut -d'|' -f4)" AVG="$(echo "$RES" | cut -d'|' -f5)" echo " status=$STATUS loss=$LOSS_SUMMARY avg=$AVG" printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$STATUS" "$FILE" "$ENDPOINT" "$LATEST" "$TRANSFER" "$LOSS_SUMMARY" "$AVG" "$SHOW2" "$PING_LOG" \ >> "$RESULTS" if [ "$STATUS" = "OK" ]; then OK=$((OK + 1)) else FAIL=$((FAIL + 1)) fi if [ "$DEV" = "vpn_test" ] && [ "$LEAVE_UP" != "1" ]; then ifdown vpn_test 2>/dev/null || true fi cleanup_routes "$DEV" sleep 2 echo done if [ "$LEAVE_UP" != "1" ]; then ifdown vpn_test 2>/dev/null || true fi echo "Готово." echo echo "Results:" echo " $RESULTS" echo echo "Summary:" echo " total=$TOTAL OK=$OK FAIL=$FAIL" echo echo "OK candidates:" awk -F '\t' '$1=="OK"{print $2 " | " $3 " | loss=" $6 " | avg=" $7}' "$RESULTS" echo echo "Strict rejects with ping loss:" awk -F '\t' '$1=="FAIL_PING_LOSS"{print $2 " | " $3 " | loss=" $6 " | avg=" $7}' "$RESULTS" echo echo "table 200:" ip route show table 200 echo echo "main routes touching vpn_test:" ip route show | grep vpn_test || true ### FILE /root/hmn/hmn-validate-current-pool.sh -rwxr-xr-x 1 root root 7298 Jun 3 16:20 /root/hmn/hmn-validate-current-pool.sh sha256=7cf24b674fff3a5077308f07f1202b70dd34979e50b835758f92e9bda92507ee #!/bin/ash set -u echo "=== hmn-validate-current-pool: retest existing local pool safely ===" BASE="/root/hmn" CONFIG_DIR="${1:-$KEYMASK}" TESTER="$BASE/hmn-test-all-awg.sh" CACHE="$BASE/cache" REPORTS="$BASE/reports" STATE="$BASE/state" LOGDIR="$BASE/logs" MIN_ALL_OK="${MIN_ALL_OK:-2}" MIN_FOREIGN_OK="${MIN_FOREIGN_OK:-2}" EXCLUDE_REGEX="${HMN_VALIDATE_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" MAINT="/tmp/hmn-vpn-maintenance" BAD="$STATE/bad-endpoints-$(date +%Y%m%d).txt" QUAR="$CACHE/quarantine-awg1-latest.tsv" TS="$(date +%Y%m%d-%H%M%S)" RUNLOG="$LOGDIR/validate-current-pool-$TS.log" mkdir -p "$CACHE" "$REPORTS" "$STATE" "$LOGDIR" chmod 700 "$BASE" "$CACHE" "$REPORTS" "$STATE" "$LOGDIR" 2>/dev/null || true echo echo "config_dir=$CONFIG_DIR" echo "min_all_ok=$MIN_ALL_OK" echo "min_foreign_ok=$MIN_FOREIGN_OK" echo "exclude_regex=$EXCLUDE_REGEX" echo "log=$RUNLOG" if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: config dir not found: $CONFIG_DIR" exit 1 fi if [ ! -x "$TESTER" ]; then echo "ERROR: tester missing/not executable: $TESTER" exit 1 fi sh -n "$TESTER" || { echo "ERROR: tester syntax bad" exit 1 } CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi MAINT_WAS_PRESENT=0 if [ -e "$MAINT" ]; then MAINT_WAS_PRESENT=1 fi cleanup() { ifdown vpn_test 2>/dev/null || true ip route del 9.9.9.9/32 dev vpn_test 2>/dev/null || true ip route del 1.1.1.1/32 dev vpn_test 2>/dev/null || true if [ "$MAINT_WAS_PRESENT" -eq 0 ]; then rm -f "$MAINT" fi rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$CRON_WAS_RUNNING" -eq 1 ]; then /etc/init.d/cron start >/dev/null 2>&1 || true fi } trap cleanup EXIT INT TERM echo echo "=== freeze automation during validation ===" /etc/init.d/cron stop >/dev/null 2>&1 || true touch "$MAINT" rm -f /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true echo echo "=== pre-state ===" ACTIVE="$(cat "$STATE/active-slot" 2>/dev/null || true)" echo "active=$ACTIVE" ip route show table 200 ip route get 9.9.9.9 from 10.200.0.2 2>&1 || true echo echo "=== run strict tester on current local pool ===" RCFILE="/tmp/hmn-validate-current-pool.tester-rc.$$" rm -f "$RCFILE" ( "$TESTER" "$CONFIG_DIR" echo "$?" > "$RCFILE" ) 2>&1 | tee "$RUNLOG" TEST_RC="$(cat "$RCFILE" 2>/dev/null || echo 99)" rm -f "$RCFILE" echo "tester_rc=$TEST_RC" if [ "$TEST_RC" != "0" ]; then echo "ERROR: tester failed; old strict tables left untouched" exit 1 fi RESULTS="$(ls -t "$BASE"/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" if [ -z "$RESULTS" ] || [ ! -s "$RESULTS" ]; then echo "ERROR: no results.tsv found after tester; old strict tables left untouched" exit 1 fi echo echo "results=$RESULTS" TMP_ALL_LINES="/tmp/hmn-validate-all-lines.$$" TMP_FOREIGN_LINES="/tmp/hmn-validate-foreign-lines.$$" OUT_ALL="$REPORTS/ok-awg1-strict-all-$TS.tsv" OUT_FOREIGN="$REPORTS/ok-awg1-strict-foreign-$TS.tsv" awk -F '\t' -v cfg="$CONFIG_DIR" ' NR > 1 && $1 == "OK" && $6 ~ /9\.9\.9\.9:0%/ && $6 ~ /1\.1\.1\.1:0%/ && $7 ~ /^[0-9.]+$/ { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$RESULTS" | sort -n > "$TMP_ALL_LINES" awk -F '\t' -v ex="$EXCLUDE_REGEX" '$2 !~ ex { print }' "$TMP_ALL_LINES" > "$TMP_FOREIGN_LINES" ALL_OK="$(wc -l < "$TMP_ALL_LINES" | tr -d ' ')" FOREIGN_OK="$(wc -l < "$TMP_FOREIGN_LINES" | tr -d ' ')" echo echo "all_ok=$ALL_OK" echo "foreign_ok=$FOREIGN_OK" if [ "$ALL_OK" -lt "$MIN_ALL_OK" ] || [ "$FOREIGN_OK" -lt "$MIN_FOREIGN_OK" ]; then echo "ERROR: too few OK tunnels after retest; old strict tables left untouched" echo "min_all_ok=$MIN_ALL_OK actual=$ALL_OK" echo "min_foreign_ok=$MIN_FOREIGN_OK actual=$FOREIGN_OK" rm -f "$TMP_ALL_LINES" "$TMP_FOREIGN_LINES" exit 1 fi write_ranked_table() { IN="$1" OUT="$2" printf "rank\tfile\tendpoint\tavg_ms\tping_loss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE EP LOSS CFG; do [ -n "$AVG" ] || continue N=$((N + 1)) AVG_CLEAN="$(echo "$AVG" | sed 's/^0*//; s/^\./0./')" printf "%s\t%s\t%s\t%s\t%s\t%s\n" \ "$N" "$FILE" "$EP" "$AVG_CLEAN" "$LOSS" "$CFG" >> "$OUT" done < "$IN" } write_ranked_table "$TMP_ALL_LINES" "$OUT_ALL" write_ranked_table "$TMP_FOREIGN_LINES" "$OUT_FOREIGN" rm -f "$TMP_ALL_LINES" "$TMP_FOREIGN_LINES" chmod 600 "$OUT_ALL" "$OUT_FOREIGN" echo echo "=== publish strict tables atomically ===" for F in \ "$CACHE/ok-awg1-strict-all-latest.tsv" \ "$CACHE/ok-awg1-strict-foreign-latest.tsv" \ "$CACHE/ok-awg1-strict-latest.tsv" do [ -e "$F" ] && cp -a "$F" "$F.before-validate-$TS" || true done cp "$OUT_ALL" "$CACHE/ok-awg1-strict-all-latest.tsv.new" cp "$OUT_FOREIGN" "$CACHE/ok-awg1-strict-foreign-latest.tsv.new" cp "$OUT_ALL" "$CACHE/ok-awg1-strict-latest.tsv.new" mv "$CACHE/ok-awg1-strict-all-latest.tsv.new" "$CACHE/ok-awg1-strict-all-latest.tsv" mv "$CACHE/ok-awg1-strict-foreign-latest.tsv.new" "$CACHE/ok-awg1-strict-foreign-latest.tsv" mv "$CACHE/ok-awg1-strict-latest.tsv.new" "$CACHE/ok-awg1-strict-latest.tsv" chmod 600 "$CACHE"/ok-awg1-strict*.tsv 2>/dev/null || true echo echo "=== reset runtime bad/quarantine for new validation generation ===" [ -s "$BAD" ] && cp -a "$BAD" "$BAD.before-validate-$TS" || true : > "$BAD" chmod 600 "$BAD" if [ -f "$QUAR" ]; then cp -a "$QUAR" "$QUAR.before-validate-$TS" 2>/dev/null || true fi printf "endpoint\tfile\treason\tadded_at\n" > "$QUAR" chmod 600 "$QUAR" echo echo "=== selected consistency check, no selected changes here ===" cat "$CACHE/selected-awg1-latest.tsv" 2>/dev/null || echo "no selected cache" echo for S in vpn1 vpn2; do EP="$(uci -q get network.$S.hmn_endpoint || true)" printf "%s endpoint %s: " "$S" "$EP" if [ -n "$EP" ] && awk -F '\t' -v ep="$EP" 'NR>1 && $3==ep {found=1} END{exit found?0:1}' "$CACHE/ok-awg1-strict-foreign-latest.tsv"; then echo "OK in current strict foreign table" else echo "WARN not in current strict foreign table" fi done echo echo "=== restore active route ===" ACTIVE="$(cat "$STATE/active-slot" 2>/dev/null || true)" case "$ACTIVE" in vpn1|vpn2) ip route replace default dev "$ACTIVE" table 200 2>/dev/null || true /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache ;; esac echo echo "=== unfreeze and run manager once ===" if [ "$MAINT_WAS_PRESENT" -eq 0 ]; then rm -f "$MAINT" fi /usr/bin/vpn-egress-manager.sh echo "manager_rc=$?" echo echo "=== final state ===" cat "$STATE/active-slot" 2>/dev/null || echo "no active-slot" ip route show table 200 ip route get 9.9.9.9 from 10.200.0.2 2>&1 || true echo echo "--- strict all head ---" head -n 12 "$CACHE/ok-awg1-strict-all-latest.tsv" echo echo "--- strict foreign head ---" head -n 12 "$CACHE/ok-awg1-strict-foreign-latest.tsv" ### FILE /root/hmn/hmn-vpn-egress-revive.sh -rwxr-xr-x 1 root root 5011 Jul 6 14:24 /root/hmn/hmn-vpn-egress-revive.sh sha256=4499e51203fdc47fc62ef6150f544eb7751b1a89dfb15d82162d6fbd25101a93 #!/bin/ash set -u BASE="/root/hmn" STATE="$BASE/state" LOGDIR="$BASE/logs" LOG="$LOGDIR/vpn-egress-revive-last.log" STAMP="$STATE/last-vpn-egress-revive" LOCK="/tmp/hmn-vpn-egress-revive.lock" MAINT="/tmp/hmn-vpn-maintenance" OVERRIDE="$BASE/hmn-vpn-user-override.sh" MANAGER="/usr/bin/vpn-egress-manager.sh" mkdir -p "$STATE" "$LOGDIR" say() { echo "$(date -Iseconds) $*" } get_table_dev() { ip -4 route show table 200 | awk ' /^default / { for (i=1; i<=NF; i++) { if ($i=="dev") { print $(i+1); exit } } } ' } strict_probe() { IP="$1" LOGF="/tmp/hmn-revive-ping-${IP}.$$" ping -4 -c 3 -W 2 -I 10.200.0.2 "$IP" > "$LOGF" 2>&1 || true cat "$LOGF" LOSS="$(sed -n 's/.* \([0-9][0-9]*%\) packet loss.*/\1/p' "$LOGF" | tail -n1)" rm -f "$LOGF" [ "$LOSS" = "0%" ] } wait_table_default() { WANT="$1" i=0 while [ "$i" -lt 12 ]; do DEV="$(get_table_dev)" if [ "$DEV" = "$WANT" ]; then echo "table200_default_ok=$DEV" return 0 fi echo "table200_default_wait i=$i current=${DEV:-none} want=$WANT" # Re-run manager first; if it is still racing with netifd, explicitly reassert # only for the selected managed slot. This does not change UCI configs. if [ -x "$MANAGER" ]; then "$MANAGER" >/dev/null 2>&1 || true fi case "$WANT" in vpn1|vpn2) if ip link show "$WANT" >/dev/null 2>&1; then ip -4 route replace default dev "$WANT" table 200 2>/dev/null || true ip -4 route flush cache 2>/dev/null || true fi ;; esac sleep 2 i=$((i + 1)) done DEV="$(get_table_dev)" echo "ERROR: table200_default_missing final=${DEV:-none} want=$WANT" return 1 } run_body() { echo "=== hmn-vpn-egress-revive ===" say "start" if ! mkdir "$LOCK" 2>/dev/null; then say "ERROR: revive already running" echo "status=already_running" > "$STAMP" return 2 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi cleanup() { rm -f "$MAINT" if [ "$CRON_WAS_RUNNING" -eq 1 ]; then /etc/init.d/cron start >/dev/null 2>&1 || true fi rmdir "$LOCK" 2>/dev/null || true } trap cleanup EXIT INT TERM echo echo "=== freeze short automation window ===" /etc/init.d/cron stop >/dev/null 2>&1 || true touch "$MAINT" echo echo "=== pre-state ===" echo "override_status=$($OVERRIDE status 2>/dev/null | awk -F= '/^status=/{print $2; exit}' || echo unknown)" echo "active_slot=$(cat "$STATE/active-slot" 2>/dev/null || true)" echo "table_dev=$(get_table_dev)" cat /tmp/vpn-egress-current.state 2>/dev/null || true ip -4 route show table 200 echo echo "=== clear manual override if active ===" if [ -x "$OVERRIDE" ] && "$OVERRIDE" status 2>/dev/null | grep -q '^status=active'; then "$OVERRIDE" clear || true sleep 2 else echo "manual_override=not_active" fi TABLE_DEV="$(get_table_dev)" ACTIVE_SLOT="$(cat "$STATE/active-slot" 2>/dev/null || true)" TARGET="" case "$TABLE_DEV" in vpn1|vpn2) TARGET="$TABLE_DEV" ;; esac if [ -z "$TARGET" ]; then case "$ACTIVE_SLOT" in vpn1|vpn2) TARGET="$ACTIVE_SLOT" ;; esac fi if [ -z "$TARGET" ]; then TARGET="vpn1" fi echo echo "=== restart active interface ===" echo "target=$TARGET" ifdown "$TARGET" 2>/dev/null || true sleep 3 ifup "$TARGET" 2>/dev/null || true sleep 12 echo echo "=== run vpn-egress-manager ===" if [ -x "$MANAGER" ]; then "$MANAGER" || true else echo "ERROR: manager not executable: $MANAGER" return 1 fi echo echo "=== wait table 200 default ===" if ! wait_table_default "$TARGET"; then FINAL_DEV="$(get_table_dev)" cat /tmp/vpn-egress-current.state 2>/dev/null || true ip -4 route show table 200 { echo "status=failed" echo "finished_at=$(date -Iseconds)" echo "target=$TARGET" echo "final_table_dev=$FINAL_DEV" echo "reason=table200_default_missing" } > "$STAMP" say "REVIVE_FAILED_TABLE200" return 1 fi echo echo "=== post-state ===" FINAL_DEV="$(get_table_dev)" echo "final_table_dev=$FINAL_DEV" cat /tmp/vpn-egress-current.state 2>/dev/null || true ip -4 route show table 200 echo echo "=== strict traffic check ===" OK1=0 OK2=0 echo "--- 9.9.9.9 ---" if strict_probe 9.9.9.9; then OK1=1; fi echo echo "--- 1.1.1.1 ---" if strict_probe 1.1.1.1; then OK2=1; fi { echo "status=$([ "$OK1" -eq 1 ] && [ "$OK2" -eq 1 ] && echo ok || echo failed)" echo "finished_at=$(date -Iseconds)" echo "target=$TARGET" echo "final_table_dev=$FINAL_DEV" echo "probe_9_9_9_9=$OK1" echo "probe_1_1_1_1=$OK2" } > "$STAMP" if [ "$OK1" -eq 1 ] && [ "$OK2" -eq 1 ]; then say "REVIVE_OK" return 0 fi say "REVIVE_FAILED" return 1 } ( run_body RC="$?" echo echo "revive_rc=$RC" exit "$RC" ) > "$LOG" 2>&1 RC="$?" cat "$LOG" exit "$RC" ### FILE /root/hmn/hmn-vpn-user-override.sh -rwxr-xr-x 1 root root 7379 Jul 6 10:00 /root/hmn/hmn-vpn-user-override.sh sha256=6e03209458dff3410976e193dfd83d06c3a888d7c1eb624b57def6f1913a1dd8 #!/bin/sh set -u STATE_DIR="/root/hmn/state" STATE="$STATE_DIR/vpn-user-override.state" LOG="/root/hmn/logs/vpn-user-override.log" LOCKDIR="/tmp/hmn-vpn-user-override.lock" OK_LIST="/root/hmn/cache/ok-awg1-strict-latest.tsv" LOADER="/root/hmn/hmn-load-vpn-user.sh" MANAGER="/usr/bin/vpn-egress-manager.sh" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" log() { mkdir -p /root/hmn/logs echo "$(date -Iseconds 2>/dev/null || date) $*" >> "$LOG" logger -t vpn-user-override "$*" 2>/dev/null || true } die() { echo "ERROR: $*" >&2 log "ERROR: $*" exit 1 } usage() { cat < $0 clear $0 tick $0 manager-guard EOF } lock_or_die() { if ! mkdir "$LOCKDIR" 2>/dev/null; then die "lock busy: $LOCKDIR" fi trap 'rmdir "$LOCKDIR" 2>/dev/null || true' EXIT INT TERM } now_epoch() { date +%s } load_state() { status="" config_file="" config_path="" endpoint="" activated_at_epoch="" expires_at_epoch="" minutes="" prev_default_dev="" [ -f "$STATE" ] && . "$STATE" 2>/dev/null || true } current_table200_default_dev() { ip -4 route show table 200 2>/dev/null | sed -n 's/^default dev \([^ ]*\).*/\1/p' | head -n 1 } vpn_user_link_exists() { ip link show vpn_user >/dev/null 2>&1 } ensure_vpn_user_route() { vpn_user_link_exists || return 1 ip -4 route replace default dev vpn_user table 200 echo "VPN_USER_OVERRIDE vpn_user | default dev vpn_user scope link" > "$ROUTE_STATE_FILE" return 0 } cleanup_probe_routes() { ip -4 route del 9.9.9.9/32 dev vpn_user 2>/dev/null || true ip -4 route del 1.1.1.1/32 dev vpn_user 2>/dev/null || true } strict_health_vpn_user() { vpn_user_link_exists || { echo "vpn_user link is missing" return 1 } cleanup_probe_routes ip -4 route replace 9.9.9.9/32 dev vpn_user ip -4 route replace 1.1.1.1/32 dev vpn_user OK=1 for IP in 9.9.9.9 1.1.1.1; do echo "=== ping $IP via vpn_user ===" OUT="$(ping -4 -I vpn_user -c 3 -W 2 "$IP" 2>&1 || true)" echo "$OUT" echo "$OUT" | grep -q " 0% packet loss" || OK=0 done cleanup_probe_routes [ "$OK" = "1" ] } resolve_config() { ARG="$1" [ -f "$OK_LIST" ] || die "OK list not found: $OK_LIST" CONFIG_PATH="" CONFIG_FILE="" ENDPOINT="" AVG_MS="" if echo "$ARG" | grep -q '^/'; then CONFIG_PATH="$(awk -F '\t' -v c="$ARG" 'NR > 1 && $6 == c { print $6; exit }' "$OK_LIST")" else CONFIG_PATH="$(awk -F '\t' -v a="$ARG" 'NR > 1 && ($1 == a || $2 == a || $6 == a) { print $6; exit }' "$OK_LIST")" fi [ -n "$CONFIG_PATH" ] || die "config not found in current strict OK list: $ARG" [ -f "$CONFIG_PATH" ] || die "config path from OK list does not exist: $CONFIG_PATH" CONFIG_FILE="$(basename "$CONFIG_PATH")" ENDPOINT="$(awk -F '\t' -v c="$CONFIG_PATH" 'NR > 1 && $6 == c { print $3; exit }' "$OK_LIST")" AVG_MS="$(awk -F '\t' -v c="$CONFIG_PATH" 'NR > 1 && $6 == c { print $4; exit }' "$OK_LIST")" } cmd_list() { [ -f "$OK_LIST" ] || die "OK list not found: $OK_LIST" cat "$OK_LIST" } cmd_status() { load_state NOW="$(now_epoch)" DEV="$(current_table200_default_dev)" echo "status=${status:-inactive}" echo "now_epoch=$NOW" echo "table200_default_dev=${DEV:-}" echo "state_file=$STATE" if [ -f "$STATE" ]; then echo "state_exists=1" echo "config_file=${config_file:-}" echo "config_path=${config_path:-}" echo "endpoint=${endpoint:-}" echo "activated_at_epoch=${activated_at_epoch:-}" echo "expires_at_epoch=${expires_at_epoch:-}" echo "minutes=${minutes:-}" echo "prev_default_dev=${prev_default_dev:-}" if [ -n "${expires_at_epoch:-}" ]; then REMAIN=$((expires_at_epoch - NOW)) [ "$REMAIN" -lt 0 ] && REMAIN=0 echo "remaining_seconds=$REMAIN" fi else echo "state_exists=0" fi echo echo "=== network.vpn_user safe ===" uci show network.vpn_user 2>/dev/null \ | grep -vE "\.(private_key|public_key|preshared_key|password|secret|token|key)='" \ || true echo echo "=== table 200 ===" cat "$ROUTE_STATE_FILE" 2>/dev/null || true ip -4 route show table 200 2>/dev/null || true } write_state() { mkdir -p "$STATE_DIR" TMP="${STATE}.tmp.$$" { echo "status='active'" echo "config_file='$CONFIG_FILE'" echo "config_path='$CONFIG_PATH'" echo "endpoint='$ENDPOINT'" echo "avg_ms='${AVG_MS:-}'" echo "activated_at_epoch='$NOW'" echo "expires_at_epoch='$EXPIRES'" echo "minutes='$MINUTES'" echo "prev_default_dev='$PREV_DEFAULT_DEV'" } > "$TMP" mv "$TMP" "$STATE" chmod 600 "$STATE" } cmd_activate() { [ $# -eq 2 ] || { usage exit 1 } ARG="$1" MINUTES="$2" case "$MINUTES" in ''|*[!0-9]*) die "minutes must be numeric" ;; esac [ "$MINUTES" -ge 1 ] || die "minutes must be >= 1" [ "$MINUTES" -le 1440 ] || die "minutes must be <= 1440" [ -x "$LOADER" ] || die "loader missing or not executable: $LOADER" lock_or_die resolve_config "$ARG" NOW="$(now_epoch)" EXPIRES=$((NOW + MINUTES * 60)) PREV_DEFAULT_DEV="$(current_table200_default_dev)" log "activate requested config=$CONFIG_FILE endpoint=$ENDPOINT minutes=$MINUTES prev_default_dev=${PREV_DEFAULT_DEV:-}" echo "=== load config into vpn_user ===" "$LOADER" "$CONFIG_PATH" up echo echo "=== wait for vpn_user ===" sleep 3 ip -br addr show vpn_user 2>/dev/null || ip addr show vpn_user 2>/dev/null || true echo echo "=== strict health check ===" if ! strict_health_vpn_user; then ifdown vpn_user 2>/dev/null || true die "strict health failed for vpn_user" fi echo echo "=== activate table 200 override ===" ensure_vpn_user_route || die "failed to set table 200 default dev vpn_user" write_state log "activated config=$CONFIG_FILE endpoint=$ENDPOINT until_epoch=$EXPIRES" echo echo "ACTIVATE_OK" cmd_status } cmd_clear() { lock_or_die load_state log "clear requested status=${status:-inactive} config=${config_file:-}" rm -f "$STATE" ### FILE /root/hmn/hmn.env -rw------- 1 root root 434 Jul 6 16:10 /root/hmn/hmn.env sha256=1685782c0b42e434c1c2c180e7d09db32bdc2b3847bf7b0ba978c94fb924f3de # HideMyName local secrets/settings # Created: 2026-07-06T16:10:14+00:00 HMN_ACCESS_CODE=MASKED # Current working default for VM101/client001 HMN_AWG_PARAM='1' HMN_PROTOCOL='amneziawg1' # HideMyName API HMN_SERVERLIST_URL='https://hide-my-name.net/api/serverlist.php?out=js&wg' HMN_CONFIG_URL='https://hide-my-name.net/api/vpn_get_config_wg.php' # auto = use default dev from routing table 200 HMN_REQUEST_IFACE='auto' ### FILE /root/hmn/logs/cron-refresh-pool-safe-last.log -rw-r--r-- 1 root root 31027 Jul 8 04:32 /root/hmn/logs/cron-refresh-pool-safe-last.log sha256=a846eaf105d39d06de14d7981ec7c87860de66ba85808f06d84c19004e4a75a4 === cron refresh start 2026-07-08T04:20:00+00:00 === cmd=/root/hmn/hmn-refresh-pool-safe.sh fresh-download 2026-07-08T04:20:00+00:00 === hmn-refresh-pool-safe start === 2026-07-08T04:20:00+00:00 mode=fresh-download 2026-07-08T04:20:00+00:00 KEYMASK-pool-safe-20260708-042000-24122.log === lock === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === backup current published pointers/tables === 2026-07-08T04:20:00+00:00 KEYMASK-safe-before-20260708-042000-24122 latest before: KEYMASK-042000 === fresh download stage === 2026-07-08T04:20:00+00:00 trying fresh HMN download via: /root/hmn/hmn-download-all-awg.sh HideMyName download all AWG configs AWG parameter: awg=1 Request interface: vpn2 Run dir: /root/hmn/runs/20260708-042000 Config dir: KEYMASK-042000 0/4 Проверяю доступ к hide-my-name.net через vpn2... OK. 1/4 Скачиваю serverlist... OK: /root/hmn/runs/20260708-042000/serverlist.json 2/4 Извлекаю все WG-кандидаты из services.wg... WG-кандидатов найдено: 35 3/4 Скачиваю конфиги для всех WG-кандидатов... [1/35] DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 OK -> 192.36.27.17:35500 | address=10.119.249.139/32 | match=yes [2/35] UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 OK -> 38.244.192.244:45389 | address=10.112.60.219/32 | match=yes [3/35] DE | Germany, Berlin S7 | 157.173.27.69:41797 OK -> 157.173.27.69:41797 | address=10.97.187.205/32 | match=yes [4/35] FI | Finland, Helsinki S4 | 192.71.247.18:35999 OK -> 192.71.247.18:35999 | address=10.98.185.144/32 | match=yes [5/35] BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 OK -> 194.71.227.212:32583 | address=10.100.254.15/32 | match=yes [6/35] CL | Chile, Santiago | 38.7.197.83:38465 OK -> 38.7.197.83:38465 | address=10.101.61.41/32 | match=yes [7/35] CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 OK -> 193.235.207.39:38330 | address=10.102.248.214/32 | match=yes [8/35] US | USA, Los Angeles S2 | 107.172.187.100:39480 OK -> 107.172.187.100:39480 | address=10.103.56.214/32 | match=yes [9/35] NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 OK -> 78.31.250.16:41729 | address=10.103.120.171/32 | match=yes [10/35] TR | Turkey, Istanbul S3 | 84.32.230.159:43808 OK -> 84.32.230.159:43808 | address=10.103.187.191/32 | match=yes [11/35] NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 OK -> 95.211.68.119:45176 | address=10.104.58.109/32 | match=yes [12/35] IT | Italy, Milan S3 | 149.154.157.24:35090 OK -> 149.154.157.24:35090 | address=10.104.120.117/32 | match=yes [13/35] US | USA, New York S1 | 107.175.93.59:31095 OK -> 107.175.93.59:31095 | address=10.107.43.173/32 | match=yes [14/35] US | USA, Dallas | 107.174.226.51:44839 OK -> 107.174.226.51:44839 | address=10.107.108.112/32 | match=yes [15/35] JP | Japan, Tokyo | 192.121.162.75:45945 OK -> 192.121.162.75:45945 | address=10.108.238.215/32 | match=yes [16/35] HU | Hungary, Budapest S6 | 89.46.237.14:38594 OK -> 89.46.237.14:38594 | address=10.81.111.97/32 | match=yes [17/35] PS | UAE, Dubai | 103.57.251.39:37380 OK -> 103.57.251.39:37380 | address=10.82.239.94/32 | match=yes [18/35] NO | Norway, Sandefjord S15 | 185.14.97.234:37492 OK -> 185.14.97.234:37492 | address=10.83.41.157/32 | match=yes [19/35] US | USA, New York City S3 | 64.253.89.235:37402 OK -> 64.253.89.235:37402 | address=10.83.172.142/32 | match=yes [20/35] RU | Russia, Moscow S5 | 141.98.189.83:39408 OK -> 141.98.189.83:39408 | address=10.83.235.104/32 | match=yes [21/35] LV | Latvia, Riga S1 | 192.121.163.235:42530 OK -> 192.121.163.235:42530 | address=10.86.108.200/32 | match=yes [22/35] CH | Switzerland, Zurich S2 | 89.46.232.39:40316 OK -> 89.46.232.39:40316 | address=10.86.172.73/32 | match=yes [23/35] SE | Sweden, Stockholm S2 | 46.246.127.84:36230 OK -> 46.246.127.84:36230 | address=10.87.170.125/32 | match=yes [24/35] RS | Serbia, Belgrade S2 | 194.71.126.45:32821 OK -> 194.71.126.45:32821 | address=10.89.174.45/32 | match=yes [25/35] GB | United Kingdom, London S1 | 37.235.54.96:38971 OK -> 37.235.54.96:38971 | address=10.90.235.244/32 | match=yes [26/35] US | USA, Salt Lake City S2 | 23.158.72.87:45460 OK -> 23.158.72.87:45460 | address=10.91.43.12/32 | match=yes [27/35] AT | Austria, Vienna S3 | 157.173.25.198:34340 OK -> 157.173.25.198:34340 | address=10.91.168.223/32 | match=yes [28/35] NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 OK -> 178.215.227.13:44408 | address=10.91.233.132/32 | match=yes [29/35] SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 OK -> 192.71.244.202:45735 | address=10.92.173.35/32 | match=yes [30/35] KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 OK -> 109.248.198.4:37129 | address=10.77.236.75/32 | match=yes [31/35] AT | Austria, Graz S1 | 151.236.30.139:33998 OK -> 151.236.30.139:33998 | address=10.124.237.218/32 | match=yes [32/35] HK | Hong Kong, Central District S2 | 112.120.98.53:46369 OK -> 112.120.98.53:46369 | address=10.95.47.73/32 | match=yes [33/35] EE | Estonia, Tallinn S2 | 89.40.104.201:36979 OK -> 89.40.104.201:36979 | address=10.65.43.208/32 | match=yes [34/35] KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 OK -> 77.67.8.84:43378 | address=10.66.44.225/32 | match=yes [35/35] IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 OK -> 192.71.27.64:40044 | address=10.67.234.5/32 | match=yes 4/4 Готово. Всего WG-кандидатов: 35 Конфигов скачано: 35 Ошибок: 0 Конфиги: KEYMASK-042000 Latest symlink: KEYMASK Таблица рабочих: /root/hmn/runs/20260708-042000/working-awg1.tsv Копия latest: /root/hmn/cache/working-awg1-latest.tsv Список скачанных: 1. id=12 | DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 | endpoint=192.36.27.17:35500 | KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 2. id=29 | UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 | endpoint=38.244.192.244:45389 | KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 3. id=49 | DE | Germany, Berlin S7 | 157.173.27.69:41797 | endpoint=157.173.27.69:41797 | KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4. id=53 | FI | Finland, Helsinki S4 | 192.71.247.18:35999 | endpoint=192.71.247.18:35999 | KEYMASK-042000/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf 5. id=62 | BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 | endpoint=194.71.227.212:32583 | KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6. id=63 | CL | Chile, Santiago | 38.7.197.83:38465 | endpoint=38.7.197.83:38465 | KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 7. id=70 | CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 | endpoint=193.235.207.39:38330 | KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 8. id=71 | US | USA, Los Angeles S2 | 107.172.187.100:39480 | endpoint=107.172.187.100:39480 | KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 9. id=72 | NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 | endpoint=78.31.250.16:41729 | KEYMASK-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 10. id=73 | TR | Turkey, Istanbul S3 | 84.32.230.159:43808 | endpoint=84.32.230.159:43808 | KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11. id=75 | NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 | endpoint=95.211.68.119:45176 | KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 12. id=76 | IT | Italy, Milan S3 | 149.154.157.24:35090 | endpoint=149.154.157.24:35090 | KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 13. id=87 | US | USA, New York S1 | 107.175.93.59:31095 | endpoint=107.175.93.59:31095 | KEYMASK-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 14. id=88 | US | USA, Dallas | 107.174.226.51:44839 | endpoint=107.174.226.51:44839 | KEYMASK-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf 15. id=94 | JP | Japan, Tokyo | 192.121.162.75:45945 | endpoint=192.121.162.75:45945 | KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 16. id=108 | HU | Hungary, Budapest S6 | 89.46.237.14:38594 | endpoint=89.46.237.14:38594 | KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 17. id=114 | PS | UAE, Dubai | 103.57.251.39:37380 | endpoint=103.57.251.39:37380 | KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 18. id=115 | NO | Norway, Sandefjord S15 | 185.14.97.234:37492 | endpoint=185.14.97.234:37492 | KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 19. id=117 | US | USA, New York City S3 | 64.253.89.235:37402 | endpoint=64.253.89.235:37402 | KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 20. id=118 | RU | Russia, Moscow S5 | 141.98.189.83:39408 | endpoint=141.98.189.83:39408 | KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 21. id=128 | LV | Latvia, Riga S1 | 192.121.163.235:42530 | endpoint=192.121.163.235:42530 | KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 22. id=129 | CH | Switzerland, Zurich S2 | 89.46.232.39:40316 | endpoint=89.46.232.39:40316 | KEYMASK-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 23. id=133 | SE | Sweden, Stockholm S2 | 46.246.127.84:36230 | endpoint=46.246.127.84:36230 | KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 24. id=141 | RS | Serbia, Belgrade S2 | 194.71.126.45:32821 | endpoint=194.71.126.45:32821 | KEYMASK-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 25. id=146 | GB | United Kingdom, London S1 | 37.235.54.96:38971 | endpoint=37.235.54.96:38971 | KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 26. id=147 | US | USA, Salt Lake City S2 | 23.158.72.87:45460 | endpoint=23.158.72.87:45460 | KEYMASK-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 27. id=149 | AT | Austria, Vienna S3 | 157.173.25.198:34340 | endpoint=157.173.25.198:34340 | KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 28. id=150 | NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 | endpoint=178.215.227.13:44408 | KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 29. id=153 | SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 | endpoint=192.71.244.202:45735 | KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 30. id=162 | KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 | endpoint=109.248.198.4:37129 | KEYMASK-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 31. id=180 | AT | Austria, Graz S1 | 151.236.30.139:33998 | endpoint=151.236.30.139:33998 | KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 32. id=206 | HK | Hong Kong, Central District S2 | 112.120.98.53:46369 | endpoint=112.120.98.53:46369 | KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 33. id=214 | EE | Estonia, Tallinn S2 | 89.40.104.201:36979 | endpoint=89.40.104.201:36979 | KEYMASK-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 34. id=218 | KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 | endpoint=77.67.8.84:43378 | KEYMASK-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 35. id=225 | IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 | endpoint=192.71.27.64:40044 | KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf OpenWRT network config не трогали. 2026-07-08T04:20:44+00:00 fresh_download_rc=0 === validation decision === 2026-07-08T04:20:44+00:00 fresh download OK 2026-07-08T04:20:44+00:00 validate fresh/current latest pool through vpn_test === hmn-validate-current-pool: retest existing local pool safely === config_KEYMASK min_all_ok=2 min_foreign_ok=2 exclude_regex=RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea KEYMASK-current-pool-20260708-042044.log === freeze automation during validation === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === run strict tester on current local pool === HideMyName AWG strict zero-loss tunnel tester Config dir: KEYMASK Probe IPs: 9.9.9.9 1.1.1.1 Ping count: 5 per IP Wait seconds: 8 Run dir: /root/hmn/test-runs/20260708-042044 [1/35] 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf endpoint: 192.36.27.17:35500 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [2/35] 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf endpoint: 38.244.192.244:45389 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [3/35] 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf endpoint: 157.173.27.69:41797 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=57.299 [4/35] 053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf endpoint: 192.71.247.18:35999 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [5/35] 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=219.008 ### FILE /root/hmn/logs/cron-refresh-retry-last.log -rw-r--r-- 1 root root 117 Jul 8 08:05 /root/hmn/logs/cron-refresh-retry-last.log sha256=772a2381062704a75e514a77415c096b6b30ba8a73dcbe6f4ccdd699935e9919 === hmn-refresh-retry-cron === mode=run manager_wait_max=180 manager_wait_step=3 === retry flag === retry_needed=no ### FILE /root/hmn/logs/h42e-reboot-forensics-vm101-20260603-165459.txt -rw-r--r-- 1 root root 28911 Jun 3 16:55 /root/hmn/logs/h42e-reboot-forensics-vm101-20260603-165459.txt sha256=ee1bd17015b17ec632fd67113677bb5260afd5945e9a0d40bce5e0511922afe1 === H42E VM101 REBOOT FORENSICS === time=2026-06-03T16:54:59+00:00 hostname=OpenWrt === uptime / boot age === 16:54:59 up 7 min, load average: 0.00, 0.00, 0.00 432.09 426.55 === identity / interfaces === lo UNKNOWN 127.0.0.1/8 ::1/128 eth0 UP 192.168.30.218/24 fe80::be24:11ff:fe42:83cf/64 eth1 UP 10.200.0.2/24 fe80::be24:11ff:fe09:4e2c/64 eth2 UP 10.71.1.2/24 fe80::be24:11ff:fe4d:7a71/64 eth3 UP 10.201.0.2/24 fe80::be24:11ff:fec8:2ee1/64 vpn2 UNKNOWN 10.91.235.78/32 === routes / rules === 0: from all lookup local 10019: from all iif eth1 lookup 200 10020: from 10.200.0.0/24 lookup 200 32766: from all lookup main 32767: from all lookup default --- table 200 --- default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 --- route get from vpn_in source --- 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === HMN state === --- /root/hmn/state/active-slot --- vpn2 --- /root/hmn/state/refresh-status --- missing --- /root/hmn/state/last-refresh-status-at --- missing --- /root/hmn/state/refresh-retry-needed --- missing --- /root/hmn/state/refresh-retry-reason --- missing --- /root/hmn/state/last-refresh-retry-decision --- NO_RETRY_NEEDED --- /root/hmn/state/last-low-watermark-decision --- ENOUGH_CANDIDATES --- /root/hmn/state/last-low-watermark-check --- checked_at=2026-06-03T16:52:00+00:00 foreign_total=12 used_by_slots=2 bad_in_table=1 available=9 threshold=3 active_slot=vpn2 === selected cache === slot file endpoint avg_ms config_path vpn1 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf vpn2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf === strict foreign count === strict_foreign_count=12 === cron === * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh running === locks === absent: /tmp/hmn-refresh-pool-safe.lock absent: /tmp/hmn-vpn-maintenance absent: /tmp/vpn-egress-manager.lock absent: /tmp/vpn-egress-hotplug-trigger.lock absent: /tmp/hmn-pool-low-watermark-check.lock absent: /tmp/hmn-refresh-retry.lock present: /tmp/vpn-egress-current.state -rw-r--r-- 1 root root 40 Jun 3 16:48 /tmp/vpn-egress-current.state --- content --- VPN vpn2 | default dev vpn2 scope link absent: /tmp/vpn-egress-force-wan === ifstatus key interfaces === --- ifstatus wan --- { "up": true, "pending": false, "available": true, "autostart": true, "dynamic": false, "uptime": 425, "l3_device": "eth0", "proto": "dhcp", "device": "eth0", "updated": [ "addresses", "routes", "data" ], "metric": 0, "dns_metric": 0, "delegation": true, "ipv4-address": [ { "address": "192.168.30.218", "mask": 24 } ], "ipv6-address": [ ], "ipv6-prefix": [ ], "ipv6-prefix-assignment": [ ], "route": [ { "target": "0.0.0.0", "mask": 0, "nexthop": "192.168.30.1", "source": "192.168.30.218/32" } ], "dns-server": [ "1.1.1.1", "8.8.8.8" ], "dns-search": [ ], "neighbors": [ ], "inactive": { "ipv4-address": [ ], "ipv6-address": [ ], "route": [ ], "dns-server": [ "192.168.30.1" ], "dns-search": [ "lan" ], "neighbors": [ ] }, "data": { "dhcpserver": "192.168.30.1", "hostname": "Client001", "leasetime": 43200 } } --- ifstatus mgmt --- { "up": true, "pending": false, "available": true, "autostart": true, "dynamic": false, "uptime": 425, "l3_device": "eth2", "proto": "static", "device": "eth2", "updated": [ "addresses", "routes" ], "metric": 0, "dns_metric": 0, "delegation": true, "ipv4-address": [ { "address": "10.71.1.2", "mask": 24 } ], "ipv6-address": [ ], "ipv6-prefix": [ ], "ipv6-prefix-assignment": [ ], "route": [ { "target": "10.250.1.0", "mask": 24, "nexthop": "10.71.1.1", "source": "0.0.0.0/0" } ], "dns-server": [ ], "dns-search": [ ], "neighbors": [ ], "inactive": { "ipv4-address": [ ], "ipv6-address": [ ], "route": [ ], "dns-server": [ ], "dns-search": [ ], "neighbors": [ ] }, "data": { } } --- ifstatus vpn_in --- { "up": true, "pending": false, "available": true, "autostart": true, "dynamic": false, "uptime": 425, "l3_device": "eth1", ### FILE /root/hmn/logs/low-watermark-last.log -rw-r--r-- 1 root root 503 Jul 8 08:22 /root/hmn/logs/low-watermark-last.log sha256=166b0eb28ba6f8c0afee535dcea1c9ac70b0806a954de7a4f25d39f26a006aaf === hmn-pool-low-watermark-check === mode=run KEYMASK-awg1-strict-foreign-latest.tsv low_percent=20 min_available=2 manager_wait_max=180 manager_wait_step=3 === pool numbers === foreign_total=15 vpn1_ep=178.215.227.13:44408 vpn2_ep=192.121.163.235:42530 active_slot=vpn1 used_by_slots=2 bad_in_table=1 available=12 threshold=3 === initial overlap guards === refresh_lock_present=0 maintenance_present=0 manager_lock_present=1 === decision === decision=ENOUGH_CANDIDATES action=none ### FILE /root/hmn/logs/refresh-pool-safe-20260706-161226-12417.log -rw-r--r-- 1 root root 28483 Jul 6 16:24 /root/hmn/logs/refresh-pool-safe-20260706-161226-12417.log sha256=0f208e0d47b2d5ee842b7b9fbbd3fa6f86cdccefb92201016e27799b33f37ca6 2026-07-06T16:12:26+00:00 === hmn-refresh-pool-safe start === 2026-07-06T16:12:26+00:00 mode=fresh-download 2026-07-06T16:12:26+00:00 KEYMASK-pool-safe-20260706-161226-12417.log === lock === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === backup current published pointers/tables === 2026-07-06T16:12:26+00:00 KEYMASK-safe-before-20260706-161226-12417 latest before: KEYMASK-042000 === fresh download stage === 2026-07-06T16:12:26+00:00 trying fresh HMN download via: /root/hmn/hmn-download-all-awg.sh HideMyName download all AWG configs AWG parameter: awg=1 Request interface: vpn2 Run dir: /root/hmn/runs/20260706-161226 Config dir: KEYMASK-161226 0/4 Проверяю доступ к hide-my-name.net через vpn2... OK. 1/4 Скачиваю serverlist... OK: /root/hmn/runs/20260706-161226/serverlist.json 2/4 Извлекаю все WG-кандидаты из services.wg... WG-кандидатов найдено: 35 3/4 Скачиваю конфиги для всех WG-кандидатов... [1/35] DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 OK -> 192.36.27.17:35500 | address=10.119.249.139/32 | match=yes [2/35] UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 OK -> 38.244.192.244:45389 | address=10.112.60.219/32 | match=yes [3/35] DE | Germany, Berlin S7 | 157.173.27.69:41797 OK -> 157.173.27.69:41797 | address=10.97.187.205/32 | match=yes [4/35] FI | Finland, Helsinki S4 | 192.71.247.18:35999 FAIL: No IP addresses available on this server [5/35] BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 OK -> 194.71.227.212:32583 | address=10.100.254.15/32 | match=yes [6/35] CL | Chile, Santiago | 38.7.197.83:38465 OK -> 38.7.197.83:38465 | address=10.101.61.41/32 | match=yes [7/35] CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 FAIL: Failed to sync server: WG: ERR_RELOAD [8/35] US | USA, Los Angeles S2 | 107.172.187.100:39480 OK -> 107.172.187.100:39480 | address=10.103.56.214/32 | match=yes [9/35] NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 FAIL: Failed to sync server: WG: ERR_RELOAD [10/35] TR | Turkey, Istanbul S3 | 84.32.230.159:43808 FAIL: No IP addresses available on this server [11/35] NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 OK -> 95.211.68.119:45176 | address=10.104.58.109/32 | match=yes [12/35] IT | Italy, Milan S3 | 149.154.157.24:35090 FAIL: Failed to sync server: WG: ERR_CURL [13/35] US | USA, New York S1 | 107.175.93.59:31095 OK -> 107.175.93.59:31095 | address=10.107.43.173/32 | match=yes [14/35] US | USA, Dallas | 107.174.226.51:44839 OK -> 107.174.226.51:44839 | address=10.107.108.112/32 | match=yes [15/35] JP | Japan, Tokyo | 192.121.162.75:45945 OK -> 192.121.162.75:45945 | address=10.108.238.215/32 | match=yes [16/35] HU | Hungary, Budapest S6 | 89.46.237.14:38594 OK -> 89.46.237.14:38594 | address=10.81.111.97/32 | match=yes [17/35] PS | UAE, Dubai | 103.57.251.39:37380 OK -> 103.57.251.39:37380 | address=10.82.239.94/32 | match=yes [18/35] NO | Norway, Sandefjord S15 | 185.14.97.234:37492 OK -> 185.14.97.234:37492 | address=10.83.41.157/32 | match=yes [19/35] US | USA, New York City S3 | 64.253.89.235:37402 OK -> 64.253.89.235:37402 | address=10.83.172.142/32 | match=yes [20/35] RU | Russia, Moscow S5 | 141.98.189.83:39408 OK -> 141.98.189.83:39408 | address=10.83.235.104/32 | match=yes [21/35] LV | Latvia, Riga S1 | 192.121.163.235:42530 OK -> 192.121.163.235:42530 | address=10.86.108.200/32 | match=yes [22/35] CH | Switzerland, Zurich S2 | 89.46.232.39:40316 OK -> 89.46.232.39:40316 | address=10.86.172.73/32 | match=yes [23/35] SE | Sweden, Stockholm S2 | 46.246.127.84:36230 OK -> 46.246.127.84:36230 | address=10.87.170.125/32 | match=yes [24/35] RS | Serbia, Belgrade S2 | 194.71.126.45:32821 OK -> 194.71.126.45:32821 | address=10.89.174.45/32 | match=yes [25/35] GB | United Kingdom, London S1 | 37.235.54.96:38971 OK -> 37.235.54.96:38971 | address=10.90.235.244/32 | match=yes [26/35] US | USA, Salt Lake City S2 | 23.158.72.87:45460 OK -> 23.158.72.87:45460 | address=10.91.43.12/32 | match=yes [27/35] AT | Austria, Vienna S3 | 157.173.25.198:34340 OK -> 157.173.25.198:34340 | address=10.91.168.223/32 | match=yes [28/35] NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 OK -> 178.215.227.13:44408 | address=10.91.233.132/32 | match=yes [29/35] SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 OK -> 192.71.244.202:45735 | address=10.92.173.35/32 | match=yes [30/35] KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 OK -> 109.248.198.4:37129 | address=10.77.236.75/32 | match=yes [31/35] AT | Austria, Graz S1 | 151.236.30.139:33998 OK -> 151.236.30.139:33998 | address=10.124.237.218/32 | match=yes [32/35] HK | Hong Kong, Central District S2 | 112.120.98.53:46369 OK -> 112.120.98.53:46369 | address=10.95.47.73/32 | match=yes [33/35] EE | Estonia, Tallinn S2 | 89.40.104.201:36979 OK -> 89.40.104.201:36979 | address=10.65.43.208/32 | match=yes [34/35] KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 OK -> 77.67.8.84:43378 | address=10.66.44.225/32 | match=yes [35/35] IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 OK -> 192.71.27.64:40044 | address=10.67.234.5/32 | match=yes 4/4 Готово. Всего WG-кандидатов: 35 Конфигов скачано: 30 Ошибок: 5 Конфиги: KEYMASK-161226 Latest symlink: KEYMASK Таблица рабочих: /root/hmn/runs/20260706-161226/working-awg1.tsv Копия latest: /root/hmn/cache/working-awg1-latest.tsv Список скачанных: 1. id=12 | DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 | endpoint=192.36.27.17:35500 | KEYMASK-161226/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 2. id=29 | UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 | endpoint=38.244.192.244:45389 | KEYMASK-161226/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 3. id=49 | DE | Germany, Berlin S7 | 157.173.27.69:41797 | endpoint=157.173.27.69:41797 | KEYMASK-161226/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4. id=62 | BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 | endpoint=194.71.227.212:32583 | KEYMASK-161226/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5. id=63 | CL | Chile, Santiago | 38.7.197.83:38465 | endpoint=38.7.197.83:38465 | KEYMASK-161226/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 6. id=71 | US | USA, Los Angeles S2 | 107.172.187.100:39480 | endpoint=107.172.187.100:39480 | KEYMASK-161226/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 7. id=75 | NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 | endpoint=95.211.68.119:45176 | KEYMASK-161226/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 8. id=87 | US | USA, New York S1 | 107.175.93.59:31095 | endpoint=107.175.93.59:31095 | KEYMASK-161226/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 9. id=88 | US | USA, Dallas | 107.174.226.51:44839 | endpoint=107.174.226.51:44839 | KEYMASK-161226/088-US-USA-Dallas-107.174.226.51-awg1.conf 10. id=94 | JP | Japan, Tokyo | 192.121.162.75:45945 | endpoint=192.121.162.75:45945 | KEYMASK-161226/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 11. id=108 | HU | Hungary, Budapest S6 | 89.46.237.14:38594 | endpoint=89.46.237.14:38594 | KEYMASK-161226/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12. id=114 | PS | UAE, Dubai | 103.57.251.39:37380 | endpoint=103.57.251.39:37380 | KEYMASK-161226/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 13. id=115 | NO | Norway, Sandefjord S15 | 185.14.97.234:37492 | endpoint=185.14.97.234:37492 | KEYMASK-161226/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 14. id=117 | US | USA, New York City S3 | 64.253.89.235:37402 | endpoint=64.253.89.235:37402 | KEYMASK-161226/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15. id=118 | RU | Russia, Moscow S5 | 141.98.189.83:39408 | endpoint=141.98.189.83:39408 | KEYMASK-161226/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 16. id=128 | LV | Latvia, Riga S1 | 192.121.163.235:42530 | endpoint=192.121.163.235:42530 | KEYMASK-161226/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 17. id=129 | CH | Switzerland, Zurich S2 | 89.46.232.39:40316 | endpoint=89.46.232.39:40316 | KEYMASK-161226/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 18. id=133 | SE | Sweden, Stockholm S2 | 46.246.127.84:36230 | endpoint=46.246.127.84:36230 | KEYMASK-161226/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 19. id=141 | RS | Serbia, Belgrade S2 | 194.71.126.45:32821 | endpoint=194.71.126.45:32821 | KEYMASK-161226/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 20. id=146 | GB | United Kingdom, London S1 | 37.235.54.96:38971 | endpoint=37.235.54.96:38971 | KEYMASK-161226/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 21. id=147 | US | USA, Salt Lake City S2 | 23.158.72.87:45460 | endpoint=23.158.72.87:45460 | KEYMASK-161226/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 22. id=149 | AT | Austria, Vienna S3 | 157.173.25.198:34340 | endpoint=157.173.25.198:34340 | KEYMASK-161226/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 23. id=150 | NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 | endpoint=178.215.227.13:44408 | KEYMASK-161226/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 24. id=153 | SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 | endpoint=192.71.244.202:45735 | KEYMASK-161226/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 25. id=162 | KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 | endpoint=109.248.198.4:37129 | KEYMASK-161226/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 26. id=180 | AT | Austria, Graz S1 | 151.236.30.139:33998 | endpoint=151.236.30.139:33998 | KEYMASK-161226/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 27. id=206 | HK | Hong Kong, Central District S2 | 112.120.98.53:46369 | endpoint=112.120.98.53:46369 | KEYMASK-161226/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 28. id=214 | EE | Estonia, Tallinn S2 | 89.40.104.201:36979 | endpoint=89.40.104.201:36979 | KEYMASK-161226/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 29. id=218 | KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 | endpoint=77.67.8.84:43378 | KEYMASK-161226/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 30. id=225 | IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 | endpoint=192.71.27.64:40044 | KEYMASK-161226/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf OpenWRT network config не трогали. 2026-07-06T16:14:34+00:00 fresh_download_rc=0 === validation decision === 2026-07-06T16:14:34+00:00 fresh download OK 2026-07-06T16:14:34+00:00 validate fresh/current latest pool through vpn_test === hmn-validate-current-pool: retest existing local pool safely === config_KEYMASK min_all_ok=2 min_foreign_ok=2 exclude_regex=RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea KEYMASK-current-pool-20260706-161434.log === freeze automation during validation === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === run strict tester on current local pool === HideMyName AWG strict zero-loss tunnel tester Config dir: KEYMASK Probe IPs: 9.9.9.9 1.1.1.1 Ping count: 5 per IP Wait seconds: 8 Run dir: /root/hmn/test-runs/20260706-161434 [1/30] 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf endpoint: 192.36.27.17:35500 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [2/30] 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf endpoint: 38.244.192.244:45389 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [3/30] 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf endpoint: 157.173.27.69:41797 endpoint already UP on vpn2; testing existing interface, not starting duplicate status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=82.925 [4/30] 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=223.488 [5/30] 063-CL-Chile-Santiago-38.7.197.83-awg1.conf endpoint: 38.7.197.83:38465 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=409.210 [6/30] 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf endpoint: 107.172.187.100:39480 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=185.490 [7/30] 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint: 95.211.68.119:45176 ### FILE /root/hmn/logs/refresh-pool-safe-20260707-042000-9733.log -rw-r--r-- 1 root root 30409 Jul 7 04:32 /root/hmn/logs/refresh-pool-safe-20260707-042000-9733.log sha256=72369c7cae3eb78c11a49d1957ccf4a186aa9717477dddf44ad60d8e01977d53 2026-07-07T04:20:00+00:00 === hmn-refresh-pool-safe start === 2026-07-07T04:20:00+00:00 mode=fresh-download 2026-07-07T04:20:00+00:00 KEYMASK-pool-safe-20260707-042000-9733.log === lock === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === backup current published pointers/tables === 2026-07-07T04:20:00+00:00 KEYMASK-safe-before-20260707-042000-9733 latest before: KEYMASK-161226 === fresh download stage === 2026-07-07T04:20:00+00:00 trying fresh HMN download via: /root/hmn/hmn-download-all-awg.sh HideMyName download all AWG configs AWG parameter: awg=1 Request interface: vpn2 Run dir: /root/hmn/runs/20260707-042000 Config dir: KEYMASK-042000 0/4 Проверяю доступ к hide-my-name.net через vpn2... OK. 1/4 Скачиваю serverlist... OK: /root/hmn/runs/20260707-042000/serverlist.json 2/4 Извлекаю все WG-кандидаты из services.wg... WG-кандидатов найдено: 35 3/4 Скачиваю конфиги для всех WG-кандидатов... [1/35] DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 OK -> 192.36.27.17:35500 | address=10.119.249.139/32 | match=yes [2/35] UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 OK -> 38.244.192.244:45389 | address=10.112.60.219/32 | match=yes [3/35] DE | Germany, Berlin S7 | 157.173.27.69:41797 OK -> 157.173.27.69:41797 | address=10.97.187.205/32 | match=yes [4/35] FI | Finland, Helsinki S4 | 192.71.247.18:35999 FAIL: No IP addresses available on this server [5/35] BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 OK -> 194.71.227.212:32583 | address=10.100.254.15/32 | match=yes [6/35] CL | Chile, Santiago | 38.7.197.83:38465 OK -> 38.7.197.83:38465 | address=10.101.61.41/32 | match=yes [7/35] CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 OK -> 193.235.207.39:38330 | address=10.102.248.214/32 | match=yes [8/35] US | USA, Los Angeles S2 | 107.172.187.100:39480 OK -> 107.172.187.100:39480 | address=10.103.56.214/32 | match=yes [9/35] NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 OK -> 78.31.250.16:41729 | address=10.103.120.171/32 | match=yes [10/35] TR | Turkey, Istanbul S3 | 84.32.230.159:43808 OK -> 84.32.230.159:43808 | address=10.103.187.191/32 | match=yes [11/35] NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 OK -> 95.211.68.119:45176 | address=10.104.58.109/32 | match=yes [12/35] IT | Italy, Milan S3 | 149.154.157.24:35090 OK -> 149.154.157.24:35090 | address=10.104.120.117/32 | match=yes [13/35] US | USA, New York S1 | 107.175.93.59:31095 OK -> 107.175.93.59:31095 | address=10.107.43.173/32 | match=yes [14/35] US | USA, Dallas | 107.174.226.51:44839 OK -> 107.174.226.51:44839 | address=10.107.108.112/32 | match=yes [15/35] JP | Japan, Tokyo | 192.121.162.75:45945 OK -> 192.121.162.75:45945 | address=10.108.238.215/32 | match=yes [16/35] HU | Hungary, Budapest S6 | 89.46.237.14:38594 OK -> 89.46.237.14:38594 | address=10.81.111.97/32 | match=yes [17/35] PS | UAE, Dubai | 103.57.251.39:37380 OK -> 103.57.251.39:37380 | address=10.82.239.94/32 | match=yes [18/35] NO | Norway, Sandefjord S15 | 185.14.97.234:37492 OK -> 185.14.97.234:37492 | address=10.83.41.157/32 | match=yes [19/35] US | USA, New York City S3 | 64.253.89.235:37402 OK -> 64.253.89.235:37402 | address=10.83.172.142/32 | match=yes [20/35] RU | Russia, Moscow S5 | 141.98.189.83:39408 OK -> 141.98.189.83:39408 | address=10.83.235.104/32 | match=yes [21/35] LV | Latvia, Riga S1 | 192.121.163.235:42530 OK -> 192.121.163.235:42530 | address=10.86.108.200/32 | match=yes [22/35] CH | Switzerland, Zurich S2 | 89.46.232.39:40316 OK -> 89.46.232.39:40316 | address=10.86.172.73/32 | match=yes [23/35] SE | Sweden, Stockholm S2 | 46.246.127.84:36230 OK -> 46.246.127.84:36230 | address=10.87.170.125/32 | match=yes [24/35] RS | Serbia, Belgrade S2 | 194.71.126.45:32821 OK -> 194.71.126.45:32821 | address=10.89.174.45/32 | match=yes [25/35] GB | United Kingdom, London S1 | 37.235.54.96:38971 OK -> 37.235.54.96:38971 | address=10.90.235.244/32 | match=yes [26/35] US | USA, Salt Lake City S2 | 23.158.72.87:45460 OK -> 23.158.72.87:45460 | address=10.91.43.12/32 | match=yes [27/35] AT | Austria, Vienna S3 | 157.173.25.198:34340 OK -> 157.173.25.198:34340 | address=10.91.168.223/32 | match=yes [28/35] NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 OK -> 178.215.227.13:44408 | address=10.91.233.132/32 | match=yes [29/35] SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 OK -> 192.71.244.202:45735 | address=10.92.173.35/32 | match=yes [30/35] KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 OK -> 109.248.198.4:37129 | address=10.77.236.75/32 | match=yes [31/35] AT | Austria, Graz S1 | 151.236.30.139:33998 OK -> 151.236.30.139:33998 | address=10.124.237.218/32 | match=yes [32/35] HK | Hong Kong, Central District S2 | 112.120.98.53:46369 OK -> 112.120.98.53:46369 | address=10.95.47.73/32 | match=yes [33/35] EE | Estonia, Tallinn S2 | 89.40.104.201:36979 OK -> 89.40.104.201:36979 | address=10.65.43.208/32 | match=yes [34/35] KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 OK -> 77.67.8.84:43378 | address=10.66.44.225/32 | match=yes [35/35] IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 OK -> 192.71.27.64:40044 | address=10.67.234.5/32 | match=yes 4/4 Готово. Всего WG-кандидатов: 35 Конфигов скачано: 34 Ошибок: 1 Конфиги: KEYMASK-042000 Latest symlink: KEYMASK Таблица рабочих: /root/hmn/runs/20260707-042000/working-awg1.tsv Копия latest: /root/hmn/cache/working-awg1-latest.tsv Список скачанных: 1. id=12 | DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 | endpoint=192.36.27.17:35500 | KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 2. id=29 | UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 | endpoint=38.244.192.244:45389 | KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 3. id=49 | DE | Germany, Berlin S7 | 157.173.27.69:41797 | endpoint=157.173.27.69:41797 | KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4. id=62 | BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 | endpoint=194.71.227.212:32583 | KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5. id=63 | CL | Chile, Santiago | 38.7.197.83:38465 | endpoint=38.7.197.83:38465 | KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 6. id=70 | CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 | endpoint=193.235.207.39:38330 | KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 7. id=71 | US | USA, Los Angeles S2 | 107.172.187.100:39480 | endpoint=107.172.187.100:39480 | KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 8. id=72 | NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 | endpoint=78.31.250.16:41729 | KEYMASK-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 9. id=73 | TR | Turkey, Istanbul S3 | 84.32.230.159:43808 | endpoint=84.32.230.159:43808 | KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10. id=75 | NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 | endpoint=95.211.68.119:45176 | KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 11. id=76 | IT | Italy, Milan S3 | 149.154.157.24:35090 | endpoint=149.154.157.24:35090 | KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 12. id=87 | US | USA, New York S1 | 107.175.93.59:31095 | endpoint=107.175.93.59:31095 | KEYMASK-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 13. id=88 | US | USA, Dallas | 107.174.226.51:44839 | endpoint=107.174.226.51:44839 | KEYMASK-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf 14. id=94 | JP | Japan, Tokyo | 192.121.162.75:45945 | endpoint=192.121.162.75:45945 | KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 15. id=108 | HU | Hungary, Budapest S6 | 89.46.237.14:38594 | endpoint=89.46.237.14:38594 | KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 16. id=114 | PS | UAE, Dubai | 103.57.251.39:37380 | endpoint=103.57.251.39:37380 | KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 17. id=115 | NO | Norway, Sandefjord S15 | 185.14.97.234:37492 | endpoint=185.14.97.234:37492 | KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 18. id=117 | US | USA, New York City S3 | 64.253.89.235:37402 | endpoint=64.253.89.235:37402 | KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 19. id=118 | RU | Russia, Moscow S5 | 141.98.189.83:39408 | endpoint=141.98.189.83:39408 | KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 20. id=128 | LV | Latvia, Riga S1 | 192.121.163.235:42530 | endpoint=192.121.163.235:42530 | KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 21. id=129 | CH | Switzerland, Zurich S2 | 89.46.232.39:40316 | endpoint=89.46.232.39:40316 | KEYMASK-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 22. id=133 | SE | Sweden, Stockholm S2 | 46.246.127.84:36230 | endpoint=46.246.127.84:36230 | KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 23. id=141 | RS | Serbia, Belgrade S2 | 194.71.126.45:32821 | endpoint=194.71.126.45:32821 | KEYMASK-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 24. id=146 | GB | United Kingdom, London S1 | 37.235.54.96:38971 | endpoint=37.235.54.96:38971 | KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 25. id=147 | US | USA, Salt Lake City S2 | 23.158.72.87:45460 | endpoint=23.158.72.87:45460 | KEYMASK-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 26. id=149 | AT | Austria, Vienna S3 | 157.173.25.198:34340 | endpoint=157.173.25.198:34340 | KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 27. id=150 | NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 | endpoint=178.215.227.13:44408 | KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 28. id=153 | SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 | endpoint=192.71.244.202:45735 | KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 29. id=162 | KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 | endpoint=109.248.198.4:37129 | KEYMASK-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 30. id=180 | AT | Austria, Graz S1 | 151.236.30.139:33998 | endpoint=151.236.30.139:33998 | KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 31. id=206 | HK | Hong Kong, Central District S2 | 112.120.98.53:46369 | endpoint=112.120.98.53:46369 | KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 32. id=214 | EE | Estonia, Tallinn S2 | 89.40.104.201:36979 | endpoint=89.40.104.201:36979 | KEYMASK-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 33. id=218 | KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 | endpoint=77.67.8.84:43378 | KEYMASK-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 34. id=225 | IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 | endpoint=192.71.27.64:40044 | KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf OpenWRT network config не трогали. 2026-07-07T04:20:48+00:00 fresh_download_rc=0 === validation decision === 2026-07-07T04:20:48+00:00 fresh download OK 2026-07-07T04:20:48+00:00 validate fresh/current latest pool through vpn_test === hmn-validate-current-pool: retest existing local pool safely === config_KEYMASK min_all_ok=2 min_foreign_ok=2 exclude_regex=RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea KEYMASK-current-pool-20260707-042048.log === freeze automation during validation === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === run strict tester on current local pool === HideMyName AWG strict zero-loss tunnel tester Config dir: KEYMASK Probe IPs: 9.9.9.9 1.1.1.1 Ping count: 5 per IP Wait seconds: 8 Run dir: /root/hmn/test-runs/20260707-042048 [1/34] 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf endpoint: 192.36.27.17:35500 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [2/34] 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf endpoint: 38.244.192.244:45389 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [3/34] 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf endpoint: 157.173.27.69:41797 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=61.023 [4/34] 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=221.263 [5/34] 063-CL-Chile-Santiago-38.7.197.83-awg1.conf endpoint: 38.7.197.83:38465 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=378.025 [6/34] 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf endpoint: 193.235.207.39:38330 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=70.304 ### FILE /root/hmn/logs/refresh-pool-safe-20260708-042000-24122.log -rw-r--r-- 1 root root 30769 Jul 8 04:32 /root/hmn/logs/refresh-pool-safe-20260708-042000-24122.log sha256=e4877d58298eacec7185275364444a9d832bf55efbce443f356b90608d5c9c5d 2026-07-08T04:20:00+00:00 === hmn-refresh-pool-safe start === 2026-07-08T04:20:00+00:00 mode=fresh-download 2026-07-08T04:20:00+00:00 KEYMASK-pool-safe-20260708-042000-24122.log === lock === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === backup current published pointers/tables === 2026-07-08T04:20:00+00:00 KEYMASK-safe-before-20260708-042000-24122 latest before: KEYMASK-042000 === fresh download stage === 2026-07-08T04:20:00+00:00 trying fresh HMN download via: /root/hmn/hmn-download-all-awg.sh HideMyName download all AWG configs AWG parameter: awg=1 Request interface: vpn2 Run dir: /root/hmn/runs/20260708-042000 Config dir: KEYMASK-042000 0/4 Проверяю доступ к hide-my-name.net через vpn2... OK. 1/4 Скачиваю serverlist... OK: /root/hmn/runs/20260708-042000/serverlist.json 2/4 Извлекаю все WG-кандидаты из services.wg... WG-кандидатов найдено: 35 3/4 Скачиваю конфиги для всех WG-кандидатов... [1/35] DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 OK -> 192.36.27.17:35500 | address=10.119.249.139/32 | match=yes [2/35] UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 OK -> 38.244.192.244:45389 | address=10.112.60.219/32 | match=yes [3/35] DE | Germany, Berlin S7 | 157.173.27.69:41797 OK -> 157.173.27.69:41797 | address=10.97.187.205/32 | match=yes [4/35] FI | Finland, Helsinki S4 | 192.71.247.18:35999 OK -> 192.71.247.18:35999 | address=10.98.185.144/32 | match=yes [5/35] BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 OK -> 194.71.227.212:32583 | address=10.100.254.15/32 | match=yes [6/35] CL | Chile, Santiago | 38.7.197.83:38465 OK -> 38.7.197.83:38465 | address=10.101.61.41/32 | match=yes [7/35] CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 OK -> 193.235.207.39:38330 | address=10.102.248.214/32 | match=yes [8/35] US | USA, Los Angeles S2 | 107.172.187.100:39480 OK -> 107.172.187.100:39480 | address=10.103.56.214/32 | match=yes [9/35] NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 OK -> 78.31.250.16:41729 | address=10.103.120.171/32 | match=yes [10/35] TR | Turkey, Istanbul S3 | 84.32.230.159:43808 OK -> 84.32.230.159:43808 | address=10.103.187.191/32 | match=yes [11/35] NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 OK -> 95.211.68.119:45176 | address=10.104.58.109/32 | match=yes [12/35] IT | Italy, Milan S3 | 149.154.157.24:35090 OK -> 149.154.157.24:35090 | address=10.104.120.117/32 | match=yes [13/35] US | USA, New York S1 | 107.175.93.59:31095 OK -> 107.175.93.59:31095 | address=10.107.43.173/32 | match=yes [14/35] US | USA, Dallas | 107.174.226.51:44839 OK -> 107.174.226.51:44839 | address=10.107.108.112/32 | match=yes [15/35] JP | Japan, Tokyo | 192.121.162.75:45945 OK -> 192.121.162.75:45945 | address=10.108.238.215/32 | match=yes [16/35] HU | Hungary, Budapest S6 | 89.46.237.14:38594 OK -> 89.46.237.14:38594 | address=10.81.111.97/32 | match=yes [17/35] PS | UAE, Dubai | 103.57.251.39:37380 OK -> 103.57.251.39:37380 | address=10.82.239.94/32 | match=yes [18/35] NO | Norway, Sandefjord S15 | 185.14.97.234:37492 OK -> 185.14.97.234:37492 | address=10.83.41.157/32 | match=yes [19/35] US | USA, New York City S3 | 64.253.89.235:37402 OK -> 64.253.89.235:37402 | address=10.83.172.142/32 | match=yes [20/35] RU | Russia, Moscow S5 | 141.98.189.83:39408 OK -> 141.98.189.83:39408 | address=10.83.235.104/32 | match=yes [21/35] LV | Latvia, Riga S1 | 192.121.163.235:42530 OK -> 192.121.163.235:42530 | address=10.86.108.200/32 | match=yes [22/35] CH | Switzerland, Zurich S2 | 89.46.232.39:40316 OK -> 89.46.232.39:40316 | address=10.86.172.73/32 | match=yes [23/35] SE | Sweden, Stockholm S2 | 46.246.127.84:36230 OK -> 46.246.127.84:36230 | address=10.87.170.125/32 | match=yes [24/35] RS | Serbia, Belgrade S2 | 194.71.126.45:32821 OK -> 194.71.126.45:32821 | address=10.89.174.45/32 | match=yes [25/35] GB | United Kingdom, London S1 | 37.235.54.96:38971 OK -> 37.235.54.96:38971 | address=10.90.235.244/32 | match=yes [26/35] US | USA, Salt Lake City S2 | 23.158.72.87:45460 OK -> 23.158.72.87:45460 | address=10.91.43.12/32 | match=yes [27/35] AT | Austria, Vienna S3 | 157.173.25.198:34340 OK -> 157.173.25.198:34340 | address=10.91.168.223/32 | match=yes [28/35] NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 OK -> 178.215.227.13:44408 | address=10.91.233.132/32 | match=yes [29/35] SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 OK -> 192.71.244.202:45735 | address=10.92.173.35/32 | match=yes [30/35] KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 OK -> 109.248.198.4:37129 | address=10.77.236.75/32 | match=yes [31/35] AT | Austria, Graz S1 | 151.236.30.139:33998 OK -> 151.236.30.139:33998 | address=10.124.237.218/32 | match=yes [32/35] HK | Hong Kong, Central District S2 | 112.120.98.53:46369 OK -> 112.120.98.53:46369 | address=10.95.47.73/32 | match=yes [33/35] EE | Estonia, Tallinn S2 | 89.40.104.201:36979 OK -> 89.40.104.201:36979 | address=10.65.43.208/32 | match=yes [34/35] KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 OK -> 77.67.8.84:43378 | address=10.66.44.225/32 | match=yes [35/35] IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 OK -> 192.71.27.64:40044 | address=10.67.234.5/32 | match=yes 4/4 Готово. Всего WG-кандидатов: 35 Конфигов скачано: 35 Ошибок: 0 Конфиги: KEYMASK-042000 Latest symlink: KEYMASK Таблица рабочих: /root/hmn/runs/20260708-042000/working-awg1.tsv Копия latest: /root/hmn/cache/working-awg1-latest.tsv Список скачанных: 1. id=12 | DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 | endpoint=192.36.27.17:35500 | KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 2. id=29 | UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 | endpoint=38.244.192.244:45389 | KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 3. id=49 | DE | Germany, Berlin S7 | 157.173.27.69:41797 | endpoint=157.173.27.69:41797 | KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4. id=53 | FI | Finland, Helsinki S4 | 192.71.247.18:35999 | endpoint=192.71.247.18:35999 | KEYMASK-042000/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf 5. id=62 | BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 | endpoint=194.71.227.212:32583 | KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6. id=63 | CL | Chile, Santiago | 38.7.197.83:38465 | endpoint=38.7.197.83:38465 | KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 7. id=70 | CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 | endpoint=193.235.207.39:38330 | KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 8. id=71 | US | USA, Los Angeles S2 | 107.172.187.100:39480 | endpoint=107.172.187.100:39480 | KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 9. id=72 | NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 | endpoint=78.31.250.16:41729 | KEYMASK-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 10. id=73 | TR | Turkey, Istanbul S3 | 84.32.230.159:43808 | endpoint=84.32.230.159:43808 | KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11. id=75 | NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 | endpoint=95.211.68.119:45176 | KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 12. id=76 | IT | Italy, Milan S3 | 149.154.157.24:35090 | endpoint=149.154.157.24:35090 | KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 13. id=87 | US | USA, New York S1 | 107.175.93.59:31095 | endpoint=107.175.93.59:31095 | KEYMASK-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 14. id=88 | US | USA, Dallas | 107.174.226.51:44839 | endpoint=107.174.226.51:44839 | KEYMASK-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf 15. id=94 | JP | Japan, Tokyo | 192.121.162.75:45945 | endpoint=192.121.162.75:45945 | KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 16. id=108 | HU | Hungary, Budapest S6 | 89.46.237.14:38594 | endpoint=89.46.237.14:38594 | KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 17. id=114 | PS | UAE, Dubai | 103.57.251.39:37380 | endpoint=103.57.251.39:37380 | KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 18. id=115 | NO | Norway, Sandefjord S15 | 185.14.97.234:37492 | endpoint=185.14.97.234:37492 | KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 19. id=117 | US | USA, New York City S3 | 64.253.89.235:37402 | endpoint=64.253.89.235:37402 | KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 20. id=118 | RU | Russia, Moscow S5 | 141.98.189.83:39408 | endpoint=141.98.189.83:39408 | KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 21. id=128 | LV | Latvia, Riga S1 | 192.121.163.235:42530 | endpoint=192.121.163.235:42530 | KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 22. id=129 | CH | Switzerland, Zurich S2 | 89.46.232.39:40316 | endpoint=89.46.232.39:40316 | KEYMASK-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 23. id=133 | SE | Sweden, Stockholm S2 | 46.246.127.84:36230 | endpoint=46.246.127.84:36230 | KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 24. id=141 | RS | Serbia, Belgrade S2 | 194.71.126.45:32821 | endpoint=194.71.126.45:32821 | KEYMASK-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 25. id=146 | GB | United Kingdom, London S1 | 37.235.54.96:38971 | endpoint=37.235.54.96:38971 | KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 26. id=147 | US | USA, Salt Lake City S2 | 23.158.72.87:45460 | endpoint=23.158.72.87:45460 | KEYMASK-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 27. id=149 | AT | Austria, Vienna S3 | 157.173.25.198:34340 | endpoint=157.173.25.198:34340 | KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 28. id=150 | NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 | endpoint=178.215.227.13:44408 | KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 29. id=153 | SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 | endpoint=192.71.244.202:45735 | KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 30. id=162 | KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 | endpoint=109.248.198.4:37129 | KEYMASK-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 31. id=180 | AT | Austria, Graz S1 | 151.236.30.139:33998 | endpoint=151.236.30.139:33998 | KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 32. id=206 | HK | Hong Kong, Central District S2 | 112.120.98.53:46369 | endpoint=112.120.98.53:46369 | KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 33. id=214 | EE | Estonia, Tallinn S2 | 89.40.104.201:36979 | endpoint=89.40.104.201:36979 | KEYMASK-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 34. id=218 | KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 | endpoint=77.67.8.84:43378 | KEYMASK-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 35. id=225 | IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 | endpoint=192.71.27.64:40044 | KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf OpenWRT network config не трогали. 2026-07-08T04:20:44+00:00 fresh_download_rc=0 === validation decision === 2026-07-08T04:20:44+00:00 fresh download OK 2026-07-08T04:20:44+00:00 validate fresh/current latest pool through vpn_test === hmn-validate-current-pool: retest existing local pool safely === config_KEYMASK min_all_ok=2 min_foreign_ok=2 exclude_regex=RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea KEYMASK-current-pool-20260708-042044.log === freeze automation during validation === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === run strict tester on current local pool === HideMyName AWG strict zero-loss tunnel tester Config dir: KEYMASK Probe IPs: 9.9.9.9 1.1.1.1 Ping count: 5 per IP Wait seconds: 8 Run dir: /root/hmn/test-runs/20260708-042044 [1/35] 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf endpoint: 192.36.27.17:35500 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [2/35] 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf endpoint: 38.244.192.244:45389 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [3/35] 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf endpoint: 157.173.27.69:41797 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=57.299 [4/35] 053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf endpoint: 192.71.247.18:35999 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [5/35] 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=219.008 [6/35] 063-CL-Chile-Santiago-38.7.197.83-awg1.conf endpoint: 38.7.197.83:38465 ### FILE /root/hmn/logs/validate-current-pool-20260706-161434.log -rw-r--r-- 1 root root 7599 Jul 6 16:24 /root/hmn/logs/validate-current-pool-20260706-161434.log sha256=e73e66fc428b16a3b98385e17df2f9a4a0e706d699721e32b6eb793ea3e99943 HideMyName AWG strict zero-loss tunnel tester Config dir: KEYMASK Probe IPs: 9.9.9.9 1.1.1.1 Ping count: 5 per IP Wait seconds: 8 Run dir: /root/hmn/test-runs/20260706-161434 [1/30] 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf endpoint: 192.36.27.17:35500 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [2/30] 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf endpoint: 38.244.192.244:45389 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [3/30] 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf endpoint: 157.173.27.69:41797 endpoint already UP on vpn2; testing existing interface, not starting duplicate status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=82.925 [4/30] 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=223.488 [5/30] 063-CL-Chile-Santiago-38.7.197.83-awg1.conf endpoint: 38.7.197.83:38465 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=409.210 [6/30] 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf endpoint: 107.172.187.100:39480 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=185.490 [7/30] 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint: 95.211.68.119:45176 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=46.188 [8/30] 087-US-USA-New-York-S1-107.175.93.59-awg1.conf endpoint: 107.175.93.59:31095 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=147.450 [9/30] 088-US-USA-Dallas-107.174.226.51-awg1.conf endpoint: 107.174.226.51:44839 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=175.478 [10/30] 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf endpoint: 192.121.162.75:45945 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [11/30] 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf endpoint: 89.46.237.14:38594 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=75.864 [12/30] 114-PS-UAE-Dubai-103.57.251.39-awg1.conf endpoint: 103.57.251.39:37380 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [13/30] 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf endpoint: 185.14.97.234:37492 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [14/30] 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf endpoint: 64.253.89.235:37402 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=166.254 [15/30] 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf endpoint: 141.98.189.83:39408 status=FAIL_PING_LOSS loss=9.9.9.9:20%,1.1.1.1:0% avg=93.971 [16/30] 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf endpoint: 192.121.163.235:42530 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=68.609 [17/30] 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf endpoint: 89.46.232.39:40316 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [18/30] 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf endpoint: 46.246.127.84:36230 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=33.000 [19/30] 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf endpoint: 194.71.126.45:32821 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [20/30] 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf endpoint: 37.235.54.96:38971 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=82.420 [21/30] 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf endpoint: 23.158.72.87:45460 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=217.195 [22/30] 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf endpoint: 157.173.25.198:34340 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=60.091 [23/30] 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf endpoint: 178.215.227.13:44408 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=53.234 [24/30] 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf endpoint: 192.71.244.202:45735 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=77.636 [25/30] 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf endpoint: 109.248.198.4:37129 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=190.290 [26/30] 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf endpoint: 151.236.30.139:33998 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=66.316 [27/30] 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf endpoint: 112.120.98.53:46369 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=288.838 [28/30] 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf endpoint: 89.40.104.201:36979 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [29/30] 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf endpoint: 77.67.8.84:43378 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=183.763 [30/30] 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint: 192.71.27.64:40044 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=121.653 Готово. Results: /root/hmn/test-runs/20260706-161434/results.tsv Summary: total=30 OK=17 FAIL=13 OK candidates: 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf | 157.173.27.69:41797 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=82.925 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf | 194.71.227.212:32583 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=223.488 063-CL-Chile-Santiago-38.7.197.83-awg1.conf | 38.7.197.83:38465 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=409.210 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf | 95.211.68.119:45176 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=46.188 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf | 89.46.237.14:38594 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=75.864 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf | 64.253.89.235:37402 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=166.254 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf | 192.121.163.235:42530 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=68.609 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf | 37.235.54.96:38971 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=82.420 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf | 23.158.72.87:45460 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=217.195 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf | 157.173.25.198:34340 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=60.091 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf | 178.215.227.13:44408 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=53.234 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf | 192.71.244.202:45735 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=77.636 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf | 109.248.198.4:37129 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=190.290 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf | 151.236.30.139:33998 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=66.316 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf | 112.120.98.53:46369 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=288.838 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf | 77.67.8.84:43378 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=183.763 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf | 192.71.27.64:40044 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=121.653 Strict rejects with ping loss: 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf | 107.172.187.100:39480 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=185.490 087-US-USA-New-York-S1-107.175.93.59-awg1.conf | 107.175.93.59:31095 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=147.450 088-US-USA-Dallas-107.174.226.51-awg1.conf | 107.174.226.51:44839 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=175.478 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf | 141.98.189.83:39408 | loss=9.9.9.9:20%,1.1.1.1:0% | avg=93.971 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf | 46.246.127.84:36230 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=33.000 table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 main routes touching vpn_test: ### FILE /root/hmn/logs/validate-current-pool-20260707-042048.log -rw-r--r-- 1 root root 8655 Jul 7 04:31 /root/hmn/logs/validate-current-pool-20260707-042048.log sha256=a01824dc9585313dadd2b64d4de7195cb2bb6b9c8a2c79062d9d5f09da8997e7 HideMyName AWG strict zero-loss tunnel tester Config dir: KEYMASK Probe IPs: 9.9.9.9 1.1.1.1 Ping count: 5 per IP Wait seconds: 8 Run dir: /root/hmn/test-runs/20260707-042048 [1/34] 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf endpoint: 192.36.27.17:35500 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [2/34] 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf endpoint: 38.244.192.244:45389 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [3/34] 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf endpoint: 157.173.27.69:41797 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=61.023 [4/34] 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=221.263 [5/34] 063-CL-Chile-Santiago-38.7.197.83-awg1.conf endpoint: 38.7.197.83:38465 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=378.025 [6/34] 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf endpoint: 193.235.207.39:38330 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=70.304 [7/34] 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf endpoint: 107.172.187.100:39480 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=196.164 [8/34] 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf endpoint: 78.31.250.16:41729 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=44.837 [9/34] 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf endpoint: 84.32.230.159:43808 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=83.564 [10/34] 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint: 95.211.68.119:45176 endpoint already UP on vpn2; testing existing interface, not starting duplicate status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=46.081 [11/34] 076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf endpoint: 149.154.157.24:35090 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=254.692 [12/34] 087-US-USA-New-York-S1-107.175.93.59-awg1.conf endpoint: 107.175.93.59:31095 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=149.456 [13/34] 088-US-USA-Dallas-107.174.226.51-awg1.conf endpoint: 107.174.226.51:44839 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=170.044 [14/34] 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf endpoint: 192.121.162.75:45945 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [15/34] 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf endpoint: 89.46.237.14:38594 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=81.681 [16/34] 114-PS-UAE-Dubai-103.57.251.39-awg1.conf endpoint: 103.57.251.39:37380 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [17/34] 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf endpoint: 185.14.97.234:37492 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [18/34] 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf endpoint: 64.253.89.235:37402 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=126.080 [19/34] 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf endpoint: 141.98.189.83:39408 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=30.744 [20/34] 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf endpoint: 192.121.163.235:42530 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=44.888 [21/34] 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf endpoint: 89.46.232.39:40316 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [22/34] 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf endpoint: 46.246.127.84:36230 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=33.203 [23/34] 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf endpoint: 194.71.126.45:32821 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [24/34] 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf endpoint: 37.235.54.96:38971 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=58.125 [25/34] 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf endpoint: 23.158.72.87:45460 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=179.873 [26/34] 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf endpoint: 157.173.25.198:34340 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=58.542 [27/34] 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf endpoint: 178.215.227.13:44408 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=50.488 [28/34] 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf endpoint: 192.71.244.202:45735 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=71.913 [29/34] 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf endpoint: 109.248.198.4:37129 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=169.753 [30/34] 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf endpoint: 151.236.30.139:33998 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=67.658 [31/34] 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf endpoint: 112.120.98.53:46369 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=266.162 [32/34] 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf endpoint: 89.40.104.201:36979 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [33/34] 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf endpoint: 77.67.8.84:43378 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=168.916 [34/34] 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint: 192.71.27.64:40044 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=151.461 Готово. Results: /root/hmn/test-runs/20260707-042048/results.tsv Summary: total=34 OK=20 FAIL=14 OK candidates: 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf | 157.173.27.69:41797 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=61.023 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf | 194.71.227.212:32583 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=221.263 063-CL-Chile-Santiago-38.7.197.83-awg1.conf | 38.7.197.83:38465 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=378.025 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf | 78.31.250.16:41729 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=44.837 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf | 84.32.230.159:43808 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=83.564 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf | 95.211.68.119:45176 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=46.081 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf | 89.46.237.14:38594 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=81.681 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf | 64.253.89.235:37402 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=126.080 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf | 141.98.189.83:39408 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=30.744 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf | 192.121.163.235:42530 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=44.888 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf | 37.235.54.96:38971 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=58.125 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf | 23.158.72.87:45460 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=179.873 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf | 157.173.25.198:34340 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=58.542 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf | 178.215.227.13:44408 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=50.488 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf | 192.71.244.202:45735 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=71.913 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf | 109.248.198.4:37129 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=169.753 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf | 151.236.30.139:33998 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=67.658 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf | 112.120.98.53:46369 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=266.162 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf | 77.67.8.84:43378 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=168.916 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf | 192.71.27.64:40044 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=151.461 Strict rejects with ping loss: 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf | 193.235.207.39:38330 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=70.304 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf | 107.172.187.100:39480 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=196.164 076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf | 149.154.157.24:35090 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=254.692 087-US-USA-New-York-S1-107.175.93.59-awg1.conf | 107.175.93.59:31095 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=149.456 088-US-USA-Dallas-107.174.226.51-awg1.conf | 107.174.226.51:44839 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=170.044 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf | 46.246.127.84:36230 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=33.203 table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 main routes touching vpn_test: ### FILE /root/hmn/logs/validate-current-pool-20260708-042044.log -rw-r--r-- 1 root root 8811 Jul 8 04:31 /root/hmn/logs/validate-current-pool-20260708-042044.log sha256=06241a1766f0418cc5794a8a8ca326fc77558086348abc92298ebb443948b3d4 HideMyName AWG strict zero-loss tunnel tester Config dir: KEYMASK Probe IPs: 9.9.9.9 1.1.1.1 Ping count: 5 per IP Wait seconds: 8 Run dir: /root/hmn/test-runs/20260708-042044 [1/35] 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf endpoint: 192.36.27.17:35500 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [2/35] 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf endpoint: 38.244.192.244:45389 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [3/35] 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf endpoint: 157.173.27.69:41797 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=57.299 [4/35] 053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf endpoint: 192.71.247.18:35999 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [5/35] 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=219.008 [6/35] 063-CL-Chile-Santiago-38.7.197.83-awg1.conf endpoint: 38.7.197.83:38465 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=247.649 [7/35] 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf endpoint: 193.235.207.39:38330 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=66.891 [8/35] 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf endpoint: 107.172.187.100:39480 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=193.085 [9/35] 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf endpoint: 78.31.250.16:41729 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=46.381 [10/35] 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf endpoint: 84.32.230.159:43808 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=75.272 [11/35] 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint: 95.211.68.119:45176 endpoint already UP on vpn2; testing existing interface, not starting duplicate status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=43.304 [12/35] 076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf endpoint: 149.154.157.24:35090 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=235.987 [13/35] 087-US-USA-New-York-S1-107.175.93.59-awg1.conf endpoint: 107.175.93.59:31095 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=137.851 [14/35] 088-US-USA-Dallas-107.174.226.51-awg1.conf endpoint: 107.174.226.51:44839 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=165.396 [15/35] 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf endpoint: 192.121.162.75:45945 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [16/35] 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf endpoint: 89.46.237.14:38594 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=75.675 [17/35] 114-PS-UAE-Dubai-103.57.251.39-awg1.conf endpoint: 103.57.251.39:37380 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [18/35] 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf endpoint: 185.14.97.234:37492 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [19/35] 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf endpoint: 64.253.89.235:37402 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=129.320 [20/35] 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf endpoint: 141.98.189.83:39408 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=27.745 [21/35] 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf endpoint: 192.121.163.235:42530 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=38.879 [22/35] 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf endpoint: 89.46.232.39:40316 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [23/35] 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf endpoint: 46.246.127.84:36230 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=63.235 [24/35] 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf endpoint: 194.71.126.45:32821 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [25/35] 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf endpoint: 37.235.54.96:38971 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=62.362 [26/35] 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf endpoint: 23.158.72.87:45460 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=184.748 [27/35] 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf endpoint: 157.173.25.198:34340 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=59.395 [28/35] 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf endpoint: 178.215.227.13:44408 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=50.097 [29/35] 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf endpoint: 192.71.244.202:45735 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=65.777 [30/35] 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf endpoint: 109.248.198.4:37129 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=186.153 [31/35] 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf endpoint: 151.236.30.139:33998 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=66.513 [32/35] 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf endpoint: 112.120.98.53:46369 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=194.613 [33/35] 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf endpoint: 89.40.104.201:36979 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [34/35] 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf endpoint: 77.67.8.84:43378 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=161.595 [35/35] 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint: 192.71.27.64:40044 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=105.977 Готово. Results: /root/hmn/test-runs/20260708-042044/results.tsv Summary: total=35 OK=20 FAIL=15 OK candidates: 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf | 157.173.27.69:41797 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=57.299 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf | 194.71.227.212:32583 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=219.008 063-CL-Chile-Santiago-38.7.197.83-awg1.conf | 38.7.197.83:38465 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=247.649 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf | 78.31.250.16:41729 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=46.381 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf | 84.32.230.159:43808 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=75.272 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf | 95.211.68.119:45176 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=43.304 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf | 89.46.237.14:38594 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=75.675 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf | 64.253.89.235:37402 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=129.320 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf | 141.98.189.83:39408 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=27.745 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf | 192.121.163.235:42530 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=38.879 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf | 37.235.54.96:38971 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=62.362 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf | 23.158.72.87:45460 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=184.748 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf | 157.173.25.198:34340 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=59.395 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf | 178.215.227.13:44408 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=50.097 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf | 192.71.244.202:45735 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=65.777 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf | 109.248.198.4:37129 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=186.153 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf | 151.236.30.139:33998 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=66.513 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf | 112.120.98.53:46369 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=194.613 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf | 77.67.8.84:43378 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=161.595 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf | 192.71.27.64:40044 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=105.977 Strict rejects with ping loss: 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf | 193.235.207.39:38330 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=66.891 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf | 107.172.187.100:39480 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=193.085 076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf | 149.154.157.24:35090 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=235.987 087-US-USA-New-York-S1-107.175.93.59-awg1.conf | 107.175.93.59:31095 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=137.851 088-US-USA-Dallas-107.174.226.51-awg1.conf | 107.174.226.51:44839 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=165.396 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf | 46.246.127.84:36230 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=63.235 table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 main routes touching vpn_test: ### FILE /root/hmn/logs/vpn-egress-revive-last.log -rw-r--r-- 1 root root 1617 Jul 6 17:33 /root/hmn/logs/vpn-egress-revive-last.log sha256=0bdba520537027488e696c50f0efc99d847f076e055ef53de05f2fe0a0a1cbca === hmn-vpn-egress-revive === 2026-07-06T17:32:58+00:00 start === freeze short automation window === === pre-state === override_status=inactive active_slot=vpn2 table_dev=vpn2 VPN vpn2 | default dev vpn2 scope link default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 === clear manual override if active === manual_override=not_active === restart active interface === target=vpn2 === run vpn-egress-manager === === wait table 200 default === table200_default_wait i=0 current=none want=vpn2 table200_default_ok=vpn2 === post-state === final_table_dev=vpn2 VPN vpn2 | default dev vpn2 scope link default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 === strict traffic check === --- 9.9.9.9 --- PING 9.9.9.9 (9.9.9.9) from 10.200.0.2: 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=45.397 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=45.471 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=92.030 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 45.397/60.966/92.030 ms --- 1.1.1.1 --- PING 1.1.1.1 (1.1.1.1) from 10.200.0.2: 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=80.138 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=104.298 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=50.043 ms --- 1.1.1.1 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 50.043/78.159/104.298 ms 2026-07-06T17:33:19+00:00 REVIVE_OK revive_rc=0 ### FILE /root/hmn/logs/vpn-user-override.log -rw-r--r-- 1 root root 4455 Jul 6 17:42 /root/hmn/logs/vpn-user-override.log sha256=8927b6e22926e9b62c133d90d0b95e5dc87ffa5ec2d9b66932d065bf0cd6ff03 2026-07-06T17:03:40+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn1 2026-07-06T17:03:43+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:03:54+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn1 2026-07-06T17:03:57+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:04:03+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn1 2026-07-06T17:04:06+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:09:41+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn2 2026-07-06T17:09:44+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:21:49+00:00 ERROR: config not found in current strict OK list: 75 2026-07-06T17:21:49+00:00 clear requested status=inactive config= 2026-07-06T17:21:49+00:00 clear done 2026-07-06T17:24:22+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn2 2026-07-06T17:24:26+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:24:26+00:00 clear requested status=inactive config= 2026-07-06T17:24:26+00:00 clear done 2026-07-06T17:25:51+00:00 activate requested config=150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf endpoint=178.215.227.13:44408 minutes=15 prev_default_dev=vpn2 2026-07-06T17:25:54+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:25:54+00:00 clear requested status=inactive config= 2026-07-06T17:25:54+00:00 clear done 2026-07-06T17:28:18+00:00 activate requested config=149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf endpoint=157.173.25.198:34340 minutes=15 prev_default_dev=vpn2 2026-07-06T17:28:30+00:00 activated config=149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf endpoint=157.173.25.198:34340 until_epoch=1783359798 2026-07-06T17:28:31+00:00 clear requested status=active config=149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 2026-07-06T17:28:31+00:00 clear done 2026-07-06T17:28:31+00:00 clear requested status=inactive config= 2026-07-06T17:28:39+00:00 clear done 2026-07-06T17:32:08+00:00 activate requested config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint=192.71.27.64:40044 minutes=15 prev_default_dev=vpn2 2026-07-06T17:32:20+00:00 activated config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint=192.71.27.64:40044 until_epoch=1783360028 2026-07-06T17:32:36+00:00 clear requested status=active config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 2026-07-06T17:32:44+00:00 clear done 2026-07-06T17:38:03+00:00 activate requested config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint=192.71.27.64:40044 minutes=15 prev_default_dev=vpn2 2026-07-06T17:38:15+00:00 activated config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint=192.71.27.64:40044 until_epoch=1783360383 2026-07-06T17:39:07+00:00 clear requested status=active config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 2026-07-06T17:39:15+00:00 clear done 2026-07-06T17:39:15+00:00 activate requested config=180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf endpoint=151.236.30.139:33998 minutes=15 prev_default_dev=vpn2 2026-07-06T17:39:28+00:00 activated config=180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf endpoint=151.236.30.139:33998 until_epoch=1783360455 2026-07-06T17:40:32+00:00 clear requested status=active config=180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 2026-07-06T17:40:40+00:00 clear done 2026-07-06T17:40:40+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn2 2026-07-06T17:40:43+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:41:02+00:00 activate requested config=146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf endpoint=37.235.54.96:38971 minutes=15 prev_default_dev=vpn2 2026-07-06T17:41:14+00:00 activated config=146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf endpoint=37.235.54.96:38971 until_epoch=1783360562 2026-07-06T17:42:24+00:00 clear requested status=active config=146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 2026-07-06T17:42:32+00:00 clear done ### FILE /root/hmn/patch-backups/20260701-vpn-egress-active-restart-20260701-082248/crontab-root -rw------- 1 root root 233 Jun 3 16:20 /root/hmn/patch-backups/20260701-vpn-egress-active-restart-20260701-082248/crontab-root sha256=e2892bc513a227bb81cf2bb2f06f2df994242c7e2ae75d75ad3cad40918b2527 * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh ### FILE /root/hmn/patch-backups/20260701-vpn-egress-active-restart-20260701-082248/vpn-egress-manager.sh -rwxr-xr-x 1 root root 8727 Jun 3 16:20 /root/hmn/patch-backups/20260701-vpn-egress-active-restart-20260701-082248/vpn-egress-manager.sh sha256=a6aa4d2457b9084ceb92784df56533acbc0cdb98fa0fbdf46831126a43f69530 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" REFRESH_LOCK="/tmp/hmn-refresh-pool-safe.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 # Strict runtime health: # both probe IPs must pass with 0% packet loss. # One lost ping means this tunnel is considered bad right now. for IP in "$PROBE_IP1" "$PROBE_IP2"; do probe_cleanup "$DEV" ip route replace "$IP/32" dev "$DEV" 2>/dev/null if [ "$?" != "0" ]; then probe_cleanup "$DEV" logger -t "${LOGTAG:-vpn-egress}" "strict health failed for $DEV: cannot add probe route to $IP" return 1 fi OUT="$(ping -4 -I "$DEV" -c 5 -W 2 "$IP" 2>/dev/null || true)" probe_cleanup "$DEV" LOSS_LINE="$(echo "$OUT" | grep 'packet loss' | tail -n1)" echo "$LOSS_LINE" | grep -q ' 0% packet loss' if [ "$?" != "0" ]; then logger -t "${LOGTAG:-vpn-egress}" "strict health failed for $DEV on $IP: ${LOSS_LINE:-no ping result}" return 1 fi done return 0 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } refill_failed_slot() { FAILED="$1" ACTIVE_NOW="$2" [ -n "$FAILED" ] || return 0 [ -n "$ACTIVE_NOW" ] || return 0 [ "$FAILED" = "$ACTIVE_NOW" ] && return 0 REFILL_HELPER="/root/hmn/hmn-refill-slot.sh" REFILL_LOG="/root/hmn/refill.log" if [ ! -x "$REFILL_HELPER" ]; then logger -t "$LOGTAG" "refill helper missing, skip refill for failed=$FAILED active=$ACTIVE_NOW" return 0 fi logger -t "$LOGTAG" "refill start: failed=$FAILED active=$ACTIVE_NOW" RC=0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "manager_refill failed_slot=$FAILED active_slot=$ACTIVE_NOW" "$REFILL_HELPER" "$FAILED" "$ACTIVE_NOW" RC="$?" echo "refill_rc=$RC" echo } >> "$REFILL_LOG" 2>&1 if [ "$RC" = "0" ]; then logger -t "$LOGTAG" "refill success: failed=$FAILED active=$ACTIVE_NOW" else logger -t "$LOGTAG" "refill failed rc=$RC: failed=$FAILED active=$ACTIVE_NOW" fi set_active_slot "$ACTIVE_NOW" ip route replace default dev "$ACTIVE_NOW" table "$TABLE" 2>/dev/null || true /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache return 0 } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi ### FILE /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/crontab.before -rw-r--r-- 1 root root 293 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/crontab.before sha256=b2f5a1565be7c2b2c76fcc8988cd8e88d422df0fe0c2df7110941bfc76336675 * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh 10 3 * * * /root/hmn/hmn-clean-old-files.sh >/dev/null 2>&1 ### FILE /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/firewall.before -rw-r--r-- 1 root root 3736 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/firewall.before sha256=332159a6054bad6fe304106c48677f1ffd0e14f713d8b9b5422ca6ddb4f2cef3 config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option masq '1' list network 'mgmt' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn1' list network 'vpn2' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' ### FILE /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/network.before -rw------- 1 root root 3949 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/network.before sha256=201450fd351d8fbc03d2fcb104403e700bb6f8ef02f3e8537f50cfda9523fdb0 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T20:59:30+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-08T04:32:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-08T10:44:29+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/uci-firewall.before -rw-r--r-- 1 root root 4939 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/uci-firewall.before sha256=33584595b8f7b9556a2caf9f78444d388bc7ce335379147139775ef9b9ea5842 firewall.@defaults[0]=defaults firewall.@defaults[0].input='REJECT' firewall.@defaults[0].output='ACCEPT' firewall.@defaults[0].forward='REJECT' firewall.@defaults[0].synflood_protect='1' firewall.@zone[0]=zone firewall.@zone[0].name='wan' firewall.@zone[0].input='REJECT' firewall.@zone[0].output='ACCEPT' firewall.@zone[0].forward='REJECT' firewall.@zone[0].masq='1' firewall.@zone[0].mtu_fix='1' firewall.@zone[0].network='wan' firewall.@rule[0]=rule firewall.@rule[0].name='Allow-DHCP-Renew' firewall.@rule[0].src='wan' firewall.@rule[0].proto='udp' firewall.@rule[0].dest_port='68' firewall.@rule[0].target='ACCEPT' firewall.@rule[0].family='ipv4' firewall.@rule[1]=rule firewall.@rule[1].name='Allow-Ping' firewall.@rule[1].src='wan' firewall.@rule[1].proto='icmp' firewall.@rule[1].icmp_type='echo-request' firewall.@rule[1].family='ipv4' firewall.@rule[1].target='ACCEPT' firewall.@rule[2]=rule firewall.@rule[2].name='Allow-IGMP' firewall.@rule[2].src='wan' firewall.@rule[2].proto='igmp' firewall.@rule[2].family='ipv4' firewall.@rule[2].target='ACCEPT' firewall.@rule[3]=rule firewall.@rule[3].name='Allow-DHCPv6' firewall.@rule[3].src='wan' firewall.@rule[3].proto='udp' firewall.@rule[3].dest_port='546' firewall.@rule[3].family='ipv6' firewall.@rule[3].target='ACCEPT' firewall.@rule[4]=rule firewall.@rule[4].name='Allow-MLD' firewall.@rule[4].src='wan' firewall.@rule[4].proto='icmp' firewall.@rule[4].src_ip='fe80::/10' firewall.@rule[4].icmp_type='130/0' '131/0' '132/0' '143/0' firewall.@rule[4].family='ipv6' firewall.@rule[4].target='ACCEPT' firewall.@rule[5]=rule firewall.@rule[5].name='Allow-ICMPv6-Input' firewall.@rule[5].src='wan' firewall.@rule[5].proto='icmp' firewall.@rule[5].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' 'router-solicitation' 'neighbour-solicitation' 'router-advertisement' 'neighbour-advertisement' firewall.@rule[5].limit='1000/sec' firewall.@rule[5].family='ipv6' firewall.@rule[5].target='ACCEPT' firewall.@rule[6]=rule firewall.@rule[6].name='Allow-ICMPv6-Forward' firewall.@rule[6].src='wan' firewall.@rule[6].dest='*' firewall.@rule[6].proto='icmp' firewall.@rule[6].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' firewall.@rule[6].limit='1000/sec' firewall.@rule[6].family='ipv6' firewall.@rule[6].target='ACCEPT' firewall.@zone[1]=zone firewall.@zone[1].name='Management' firewall.@zone[1].input='ACCEPT' firewall.@zone[1].output='ACCEPT' firewall.@zone[1].forward='REJECT' firewall.@zone[1].masq='1' firewall.@zone[1].network='mgmt' firewall.@zone[2]=zone firewall.@zone[2].name='direct_in' firewall.@zone[2].input='ACCEPT' firewall.@zone[2].output='ACCEPT' firewall.@zone[2].forward='REJECT' firewall.@zone[2].network='direct_in' firewall.@zone[3]=zone firewall.@zone[3].name='vpn_in' firewall.@zone[3].input='ACCEPT' firewall.@zone[3].output='ACCEPT' firewall.@zone[3].forward='REJECT' firewall.@zone[3].network='vpn_in' firewall.@zone[4]=zone firewall.@zone[4].name='vpn_out' firewall.@zone[4].input='REJECT' firewall.@zone[4].output='ACCEPT' firewall.@zone[4].forward='REJECT' firewall.@zone[4].masq='1' firewall.@zone[4].mtu_fix='1' firewall.@zone[4].network='vpn1' 'vpn2' firewall.@nat[0]=nat firewall.@nat[0].name='OMR_SERVER_SNAT_TO_MGMT' firewall.@nat[0].family='ipv4' firewall.@nat[0].src='Management' firewall.@nat[0].proto='tcp udp' firewall.@nat[0].dest_ip='192.168.30.186' firewall.@nat[0].dest_port='65000-65535' firewall.@nat[0].target='MASQUERADE' firewall.@rule[7]=rule firewall.@rule[7].name='Allow-ICMP-from-vpn_in-to-router' firewall.@rule[7].src='vpn_in' firewall.@rule[7].proto='icmp' firewall.@rule[7].icmp_type='echo-request' firewall.@rule[7].family='ipv4' firewall.@rule[7].target='ACCEPT' firewall.@forwarding[0]=forwarding firewall.@forwarding[0].src='direct_in' firewall.@forwarding[0].dest='wan' firewall.@forwarding[1]=forwarding firewall.@forwarding[1].src='vpn_in' firewall.@forwarding[1].dest='vpn_out' firewall.@forwarding[2]=forwarding firewall.@forwarding[2].src='vpn_in' firewall.@forwarding[2].dest='wan' firewall.@redirect[0]=redirect firewall.@redirect[0].name='WG_remote_to_VM100' firewall.@redirect[0].family='ipv4' firewall.@redirect[0].src='wan' firewall.@redirect[0].src_dport='51820' firewall.@redirect[0].proto='udp' firewall.@redirect[0].dest='direct_in' firewall.@redirect[0].dest_ip='10.201.0.1' firewall.@redirect[0].dest_port='51820' firewall.@redirect[0].target='DNAT' firewall.@redirect[1]=redirect firewall.@redirect[1].name='WG_easy_51821_to_VM103' firewall.@redirect[1].family='ipv4' firewall.@redirect[1].src='wan' firewall.@redirect[1].src_dport='51821' firewall.@redirect[1].proto='udp' firewall.@redirect[1].dest='Management' firewall.@redirect[1].dest_ip='10.71.1.189' firewall.@redirect[1].dest_port='51821' firewall.@redirect[1].target='DNAT' ### FILE /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/uci-network.before -rw-r--r-- 1 root root 5027 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/uci-network.before sha256=109e2870642089efa62ec38e7d306407d5c1913c15f1bcc3a4c42b510786c74f network.loopback=interface network.loopback.device='lo' network.loopback.proto='static' network.loopback.ipaddr='127.0.0.1' network.loopback.netmask='255.0.0.0' network.globals=globals network.globals.packet_steering='1' network.wan=interface network.wan.device='eth0' network.wan.proto='dhcp' network.wan.peerdns='0' network.wan.dns='1.1.1.1' '8.8.8.8' network.mgmt=interface network.mgmt.proto='static' network.mgmt.device='eth2' network.mgmt.ipaddr='10.71.100.2' network.mgmt.netmask='255.255.255.0' network.direct_in=interface network.direct_in.proto='static' network.direct_in.device='eth3' network.direct_in.ipaddr='10.201.0.2' network.direct_in.netmask='255.255.255.0' network.vpn_in=interface network.vpn_in.proto='static' network.vpn_in.device='eth1' network.vpn_in.ipaddr='10.200.0.2/24' network.@route[0]=route network.@route[0].interface='mgmt' network.@route[0].target='10.250.100.0/24' network.@route[0].gateway='10.71.100.1' network.vpn2=interface network.vpn2.proto='amneziawg' network.vpn2.private_key=MASKED network.vpn2.awg_jc='3' network.vpn2.awg_jmin='50' network.vpn2.awg_jmax='100' network.vpn2.awg_s1='92' network.vpn2.awg_s2='90' network.vpn2.awg_h1='1128827374' network.vpn2.awg_h2='1959569870' network.vpn2.awg_h3='96441901' network.vpn2.awg_h4='2091878015' network.vpn2.auto='0' network.vpn2.disabled='0' network.vpn2.delegate='0' network.vpn2.peerdns='0' network.vpn2.defaultroute='0' network.vpn2.addresses='10.91.235.78/32' network.vpn2.dns='1.1.1.1' network.vpn2.hmn_role='active_spare_slot' network.vpn2.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn2.hmn_loaded_at='2026-06-07T20:59:30+00:00' network.vpn2.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn2[0]=amneziawg_vpn2 network.@amneziawg_vpn2[0].description='150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.@amneziawg_vpn2[0].public_key=MASKED network.@amneziawg_vpn2[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn2[0].route_allowed_ips='0' network.@amneziawg_vpn2[0].persistent_keepalive='27' network.@amneziawg_vpn2[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn2[0].endpoint_port='44408' network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:32:09+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].description='228-US-USA-Utah-192.154.104.162-awg1.conf' network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' network.vpn1=interface network.vpn1.proto='amneziawg' network.vpn1.private_key=MASKED network.vpn1.awg_jc='3' network.vpn1.awg_jmin='50' network.vpn1.awg_jmax='100' network.vpn1.awg_s1='141' network.vpn1.awg_s2='53' network.vpn1.awg_h1='1638832857' network.vpn1.awg_h2='1004821648' network.vpn1.awg_h3='709990392' network.vpn1.awg_h4='498414923' network.vpn1.auto='0' network.vpn1.disabled='0' network.vpn1.delegate='0' network.vpn1.peerdns='0' network.vpn1.defaultroute='0' network.vpn1.addresses='10.100.253.62/32' network.vpn1.dns='1.1.1.1' network.vpn1.hmn_role='active_spare_slot' network.vpn1.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn1.hmn_loaded_at='2026-06-08T10:44:29+00:00' network.vpn1.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn1[0]=amneziawg_vpn1 network.@amneziawg_vpn1[0].description='062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.@amneziawg_vpn1[0].public_key=MASKED network.@amneziawg_vpn1[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn1[0].route_allowed_ips='0' network.@amneziawg_vpn1[0].persistent_keepalive='26' network.@amneziawg_vpn1[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn1[0].endpoint_port='32583' ### FILE /root/hmn/patch-backups/20260702-vpn-user-loader-output-sanitize-20260706-100032/hmn-load-vpn-user.sh.before -rwxr-xr-x 1 root root 7032 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-loader-output-sanitize-20260706-100032/hmn-load-vpn-user.sh.before sha256=aaa86624aa5d4ea969053dc42ea386602bd4a0deddef8c13352205161e57f82f #!/bin/ash set -eu CONF="${1:-}" ACTION="${2:-}" if [ -z "$CONF" ]; then CONF="$(ls -t KEYMASK*.conf 2>/dev/null | head -n 1 || true)" fi if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден .conf" echo echo "Использование:" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf up" echo echo "Или без аргумента — возьмёт первый файл из:" echo " KEYMASK" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" # HMN_DUPLICATE_ACTIVE_SLOT_GUARD_V1 # Do not load the same AWG endpoint/config into vpn_user if it is already present # in managed egress slots. Running the same remote tunnel twice on different # interfaces can break routing/handshake behavior. check_duplicate_active_slots() { TARGET_EP="${ENDPOINT_HOST}:${ENDPOINT_PORT}" TARGET_CONF_BASE="$(basename "${CONF:-}" 2>/dev/null || echo "")" for SLOT in vpn1 vpn2 vpn3 vpn4; do [ "$SLOT" = "vpn_user" ] && continue # Compare by interface metadata if present. SLOT_SRC="$(uci -q get network.${SLOT}.hmn_source_config || true)" if [ -n "$TARGET_CONF_BASE" ] && [ -n "$SLOT_SRC" ]; then SLOT_SRC_BASE="$(basename "$SLOT_SRC" 2>/dev/null || echo "")" if [ "$TARGET_CONF_BASE" = "$SLOT_SRC_BASE" ]; then echo "ERROR: selected config already loaded in $SLOT: $TARGET_CONF_BASE" exit 1 fi fi # Compare by peer endpoint in amneziawg slot section. SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" if [ -n "$SEC" ]; then EH="$(uci -q get ${SEC}.endpoint_host || true)" EP="$(uci -q get ${SEC}.endpoint_port || true)" if [ -n "$EH" ] && [ -n "$EP" ] && [ "$TARGET_EP" = "$EH:$EP" ]; then echo "ERROR: selected endpoint already loaded in $SLOT: $TARGET_EP" exit 1 fi fi done } check_duplicate_active_slots BACKUP="KEYMASK-before-vpn_user-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading config into vpn_user:" echo " $CONF" echo echo "Parsed:" echo " Address: $ADDRESS" echo " Endpoint: $ENDPOINT" echo " DNS: ${DNS:-none}" echo " AWG: Jc=$JC Jmin=$JMIN Jmax=$JMAX S1=$S1 S2=$S2" echo ifdown vpn_user 2>/dev/null || true uci -q delete network.vpn_user 2>/dev/null || true while :; do SEC="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_user\[[0-9][0-9]*\]\)=amneziawg_vpn_user$/\1/p' | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network.vpn_user='interface' uci set network.vpn_user.proto='amneziawg' uci set network.vpn_user.private_key=MASKED uci set network.vpn_user.awg_jc="$JC" uci set network.vpn_user.awg_jmin="$JMIN" uci set network.vpn_user.awg_jmax="$JMAX" uci set network.vpn_user.awg_s1="$S1" uci set network.vpn_user.awg_s2="$S2" uci set network.vpn_user.awg_h1="$H1" uci set network.vpn_user.awg_h2="$H2" uci set network.vpn_user.awg_h3="$H3" uci set network.vpn_user.awg_h4="$H4" uci set network.vpn_user.auto='0' uci set network.vpn_user.disabled='0' uci set network.vpn_user.delegate='0' uci set network.vpn_user.peerdns='0' uci set network.vpn_user.defaultroute='0' uci add_list network.vpn_user.addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network.vpn_user.dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network amneziawg_vpn_user)" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network.vpn_user.hmn_role='user_select_slot' uci set network.vpn_user.hmn_source_config="$CONF" uci set network.vpn_user.hmn_loaded_at="$(date -Iseconds)" uci set network.vpn_user.hmn_endpoint="$ENDPOINT" uci commit network /etc/init.d/network reload echo echo "vpn_user loaded." echo echo "vpn_user summary:" echo " proto=$(uci -q get network.vpn_user.proto || true)" echo " address=$(uci -q get network.vpn_user.addresses || true)" echo " dns=$(uci -q get network.vpn_user.dns || true)" echo " source_config=$(uci -q get network.vpn_user.hmn_source_config || true)" echo " endpoint=$(uci -q get network.vpn_user.hmn_endpoint || true)" PEER_SUM="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_user\[[0-9][0-9]*\]\)=amneziawg_vpn_user$/\1/p' | head -n 1)" if [ -n "$PEER_SUM" ]; then echo " peer_section=$PEER_SUM" echo " allowed_ips=$(uci -q get ${PEER_SUM}.allowed_ips || true)" echo " route_allowed_ips=$(uci -q get ${PEER_SUM}.route_allowed_ips || true)" echo " persistent_keepalive=$(uci -q get ${PEER_SUM}.persistent_keepalive || true)" echo " peer_endpoint=$(uci -q get ${PEER_SUM}.endpoint_host || true):$(uci -q get ${PEER_SUM}.endpoint_port || true)" fi echo echo "Current table 200:" ip route show table 200 echo if [ "$ACTION" = "up" ]; then echo "Bringing vpn_user up..." ifup vpn_user sleep 5 echo echo "Link:" ip link show vpn_user 2>/dev/null || true echo echo "AWG/WG show: hidden in normal output; use explicit admin diagnostics if needed" echo echo "Table 200 after ifup:" ip route show table 200 else echo "Не поднимал интерфейс." echo "Чтобы поднять:" echo " ifup vpn_user" fi ### FILE /root/hmn/patch-backups/20260702-vpn-user-loader-output-sanitize-20260706-142437/hmn-load-vpn-user.sh.before -rwxr-xr-x 1 root root 7032 Jul 6 14:24 /root/hmn/patch-backups/20260702-vpn-user-loader-output-sanitize-20260706-142437/hmn-load-vpn-user.sh.before sha256=aaa86624aa5d4ea969053dc42ea386602bd4a0deddef8c13352205161e57f82f #!/bin/ash set -eu CONF="${1:-}" ACTION="${2:-}" if [ -z "$CONF" ]; then CONF="$(ls -t KEYMASK*.conf 2>/dev/null | head -n 1 || true)" fi if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден .conf" echo echo "Использование:" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf up" echo echo "Или без аргумента — возьмёт первый файл из:" echo " KEYMASK" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" # HMN_DUPLICATE_ACTIVE_SLOT_GUARD_V1 # Do not load the same AWG endpoint/config into vpn_user if it is already present # in managed egress slots. Running the same remote tunnel twice on different # interfaces can break routing/handshake behavior. check_duplicate_active_slots() { TARGET_EP="${ENDPOINT_HOST}:${ENDPOINT_PORT}" TARGET_CONF_BASE="$(basename "${CONF:-}" 2>/dev/null || echo "")" for SLOT in vpn1 vpn2 vpn3 vpn4; do [ "$SLOT" = "vpn_user" ] && continue # Compare by interface metadata if present. SLOT_SRC="$(uci -q get network.${SLOT}.hmn_source_config || true)" if [ -n "$TARGET_CONF_BASE" ] && [ -n "$SLOT_SRC" ]; then SLOT_SRC_BASE="$(basename "$SLOT_SRC" 2>/dev/null || echo "")" if [ "$TARGET_CONF_BASE" = "$SLOT_SRC_BASE" ]; then echo "ERROR: selected config already loaded in $SLOT: $TARGET_CONF_BASE" exit 1 fi fi # Compare by peer endpoint in amneziawg slot section. SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" if [ -n "$SEC" ]; then EH="$(uci -q get ${SEC}.endpoint_host || true)" EP="$(uci -q get ${SEC}.endpoint_port || true)" if [ -n "$EH" ] && [ -n "$EP" ] && [ "$TARGET_EP" = "$EH:$EP" ]; then echo "ERROR: selected endpoint already loaded in $SLOT: $TARGET_EP" exit 1 fi fi done } check_duplicate_active_slots BACKUP="KEYMASK-before-vpn_user-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading config into vpn_user:" echo " $CONF" echo echo "Parsed:" echo " Address: $ADDRESS" echo " Endpoint: $ENDPOINT" echo " DNS: ${DNS:-none}" echo " AWG: Jc=$JC Jmin=$JMIN Jmax=$JMAX S1=$S1 S2=$S2" echo ifdown vpn_user 2>/dev/null || true uci -q delete network.vpn_user 2>/dev/null || true while :; do SEC="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_user\[[0-9][0-9]*\]\)=amneziawg_vpn_user$/\1/p' | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network.vpn_user='interface' uci set network.vpn_user.proto='amneziawg' uci set network.vpn_user.private_key=MASKED uci set network.vpn_user.awg_jc="$JC" uci set network.vpn_user.awg_jmin="$JMIN" uci set network.vpn_user.awg_jmax="$JMAX" uci set network.vpn_user.awg_s1="$S1" uci set network.vpn_user.awg_s2="$S2" uci set network.vpn_user.awg_h1="$H1" uci set network.vpn_user.awg_h2="$H2" uci set network.vpn_user.awg_h3="$H3" uci set network.vpn_user.awg_h4="$H4" uci set network.vpn_user.auto='0' uci set network.vpn_user.disabled='0' uci set network.vpn_user.delegate='0' uci set network.vpn_user.peerdns='0' uci set network.vpn_user.defaultroute='0' uci add_list network.vpn_user.addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network.vpn_user.dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network amneziawg_vpn_user)" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network.vpn_user.hmn_role='user_select_slot' uci set network.vpn_user.hmn_source_config="$CONF" uci set network.vpn_user.hmn_loaded_at="$(date -Iseconds)" uci set network.vpn_user.hmn_endpoint="$ENDPOINT" uci commit network /etc/init.d/network reload echo echo "vpn_user loaded." echo echo "vpn_user summary:" echo " proto=$(uci -q get network.vpn_user.proto || true)" echo " address=$(uci -q get network.vpn_user.addresses || true)" echo " dns=$(uci -q get network.vpn_user.dns || true)" echo " source_config=$(uci -q get network.vpn_user.hmn_source_config || true)" echo " endpoint=$(uci -q get network.vpn_user.hmn_endpoint || true)" PEER_SUM="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_user\[[0-9][0-9]*\]\)=amneziawg_vpn_user$/\1/p' | head -n 1)" if [ -n "$PEER_SUM" ]; then echo " peer_section=$PEER_SUM" echo " allowed_ips=$(uci -q get ${PEER_SUM}.allowed_ips || true)" echo " route_allowed_ips=$(uci -q get ${PEER_SUM}.route_allowed_ips || true)" echo " persistent_keepalive=$(uci -q get ${PEER_SUM}.persistent_keepalive || true)" echo " peer_endpoint=$(uci -q get ${PEER_SUM}.endpoint_host || true):$(uci -q get ${PEER_SUM}.endpoint_port || true)" fi echo echo "Current table 200:" ip route show table 200 echo if [ "$ACTION" = "up" ]; then echo "Bringing vpn_user up..." ifup vpn_user sleep 5 echo echo "Link:" ip link show vpn_user 2>/dev/null || true echo echo "AWG/WG show: hidden in normal output; use explicit admin diagnostics if needed" echo echo "Table 200 after ifup:" ip route show table 200 else echo "Не поднимал интерфейс." echo "Чтобы поднять:" echo " ifup vpn_user" fi ### FILE /root/hmn/patch-backups/20260703-vm101-vpn-egress-revive-script-20260706-142437/hmn-vpn-egress-revive.sh.before -rwxr-xr-x 1 root root 5011 Jul 6 14:24 /root/hmn/patch-backups/20260703-vm101-vpn-egress-revive-script-20260706-142437/hmn-vpn-egress-revive.sh.before sha256=4499e51203fdc47fc62ef6150f544eb7751b1a89dfb15d82162d6fbd25101a93 #!/bin/ash set -u BASE="/root/hmn" STATE="$BASE/state" LOGDIR="$BASE/logs" LOG="$LOGDIR/vpn-egress-revive-last.log" STAMP="$STATE/last-vpn-egress-revive" LOCK="/tmp/hmn-vpn-egress-revive.lock" MAINT="/tmp/hmn-vpn-maintenance" OVERRIDE="$BASE/hmn-vpn-user-override.sh" MANAGER="/usr/bin/vpn-egress-manager.sh" mkdir -p "$STATE" "$LOGDIR" say() { echo "$(date -Iseconds) $*" } get_table_dev() { ip -4 route show table 200 | awk ' /^default / { for (i=1; i<=NF; i++) { if ($i=="dev") { print $(i+1); exit } } } ' } strict_probe() { IP="$1" LOGF="/tmp/hmn-revive-ping-${IP}.$$" ping -4 -c 3 -W 2 -I 10.200.0.2 "$IP" > "$LOGF" 2>&1 || true cat "$LOGF" LOSS="$(sed -n 's/.* \([0-9][0-9]*%\) packet loss.*/\1/p' "$LOGF" | tail -n1)" rm -f "$LOGF" [ "$LOSS" = "0%" ] } wait_table_default() { WANT="$1" i=0 while [ "$i" -lt 12 ]; do DEV="$(get_table_dev)" if [ "$DEV" = "$WANT" ]; then echo "table200_default_ok=$DEV" return 0 fi echo "table200_default_wait i=$i current=${DEV:-none} want=$WANT" # Re-run manager first; if it is still racing with netifd, explicitly reassert # only for the selected managed slot. This does not change UCI configs. if [ -x "$MANAGER" ]; then "$MANAGER" >/dev/null 2>&1 || true fi case "$WANT" in vpn1|vpn2) if ip link show "$WANT" >/dev/null 2>&1; then ip -4 route replace default dev "$WANT" table 200 2>/dev/null || true ip -4 route flush cache 2>/dev/null || true fi ;; esac sleep 2 i=$((i + 1)) done DEV="$(get_table_dev)" echo "ERROR: table200_default_missing final=${DEV:-none} want=$WANT" return 1 } run_body() { echo "=== hmn-vpn-egress-revive ===" say "start" if ! mkdir "$LOCK" 2>/dev/null; then say "ERROR: revive already running" echo "status=already_running" > "$STAMP" return 2 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi cleanup() { rm -f "$MAINT" if [ "$CRON_WAS_RUNNING" -eq 1 ]; then /etc/init.d/cron start >/dev/null 2>&1 || true fi rmdir "$LOCK" 2>/dev/null || true } trap cleanup EXIT INT TERM echo echo "=== freeze short automation window ===" /etc/init.d/cron stop >/dev/null 2>&1 || true touch "$MAINT" echo echo "=== pre-state ===" echo "override_status=$($OVERRIDE status 2>/dev/null | awk -F= '/^status=/{print $2; exit}' || echo unknown)" echo "active_slot=$(cat "$STATE/active-slot" 2>/dev/null || true)" echo "table_dev=$(get_table_dev)" cat /tmp/vpn-egress-current.state 2>/dev/null || true ip -4 route show table 200 echo echo "=== clear manual override if active ===" if [ -x "$OVERRIDE" ] && "$OVERRIDE" status 2>/dev/null | grep -q '^status=active'; then "$OVERRIDE" clear || true sleep 2 else echo "manual_override=not_active" fi TABLE_DEV="$(get_table_dev)" ACTIVE_SLOT="$(cat "$STATE/active-slot" 2>/dev/null || true)" TARGET="" case "$TABLE_DEV" in vpn1|vpn2) TARGET="$TABLE_DEV" ;; esac if [ -z "$TARGET" ]; then case "$ACTIVE_SLOT" in vpn1|vpn2) TARGET="$ACTIVE_SLOT" ;; esac fi if [ -z "$TARGET" ]; then TARGET="vpn1" fi echo echo "=== restart active interface ===" echo "target=$TARGET" ifdown "$TARGET" 2>/dev/null || true sleep 3 ifup "$TARGET" 2>/dev/null || true sleep 12 echo echo "=== run vpn-egress-manager ===" if [ -x "$MANAGER" ]; then "$MANAGER" || true else echo "ERROR: manager not executable: $MANAGER" return 1 fi echo echo "=== wait table 200 default ===" if ! wait_table_default "$TARGET"; then FINAL_DEV="$(get_table_dev)" cat /tmp/vpn-egress-current.state 2>/dev/null || true ip -4 route show table 200 { echo "status=failed" echo "finished_at=$(date -Iseconds)" echo "target=$TARGET" echo "final_table_dev=$FINAL_DEV" echo "reason=table200_default_missing" } > "$STAMP" say "REVIVE_FAILED_TABLE200" return 1 fi echo echo "=== post-state ===" FINAL_DEV="$(get_table_dev)" echo "final_table_dev=$FINAL_DEV" cat /tmp/vpn-egress-current.state 2>/dev/null || true ip -4 route show table 200 echo echo "=== strict traffic check ===" OK1=0 OK2=0 echo "--- 9.9.9.9 ---" if strict_probe 9.9.9.9; then OK1=1; fi echo echo "--- 1.1.1.1 ---" if strict_probe 1.1.1.1; then OK2=1; fi { echo "status=$([ "$OK1" -eq 1 ] && [ "$OK2" -eq 1 ] && echo ok || echo failed)" echo "finished_at=$(date -Iseconds)" echo "target=$TARGET" echo "final_table_dev=$FINAL_DEV" echo "probe_9_9_9_9=$OK1" echo "probe_1_1_1_1=$OK2" } > "$STAMP" if [ "$OK1" -eq 1 ] && [ "$OK2" -eq 1 ]; then say "REVIVE_OK" return 0 fi say "REVIVE_FAILED" return 1 } ( run_body RC="$?" echo echo "revive_rc=$RC" exit "$RC" ) > "$LOG" 2>&1 RC="$?" cat "$LOG" exit "$RC" ### FILE /root/hmn/patch-backups/20260703-vpn-user-override-backend-20260706-100032/crontab.before -rw-r--r-- 1 root root 293 Jul 6 10:00 /root/hmn/patch-backups/20260703-vpn-user-override-backend-20260706-100032/crontab.before sha256=b2f5a1565be7c2b2c76fcc8988cd8e88d422df0fe0c2df7110941bfc76336675 * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh 10 3 * * * /root/hmn/hmn-clean-old-files.sh >/dev/null 2>&1 ### FILE /root/hmn/patch-backups/20260703-vpn-user-override-backend-20260706-100032/vpn-egress-manager.sh.before -rwxr-xr-x 1 root root 9271 Jul 6 10:00 /root/hmn/patch-backups/20260703-vpn-user-override-backend-20260706-100032/vpn-egress-manager.sh.before sha256=005f915d1ee956cd5f68862bb1364b8c462d03edb7538b43e525f6e58f42c703 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" REFRESH_LOCK="/tmp/hmn-refresh-pool-safe.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 # Strict runtime health: # both probe IPs must pass with 0% packet loss. # One lost ping means this tunnel is considered bad right now. for IP in "$PROBE_IP1" "$PROBE_IP2"; do probe_cleanup "$DEV" ip route replace "$IP/32" dev "$DEV" 2>/dev/null if [ "$?" != "0" ]; then probe_cleanup "$DEV" logger -t "${LOGTAG:-vpn-egress}" "strict health failed for $DEV: cannot add probe route to $IP" return 1 fi OUT="$(ping -4 -I "$DEV" -c 5 -W 2 "$IP" 2>/dev/null || true)" probe_cleanup "$DEV" LOSS_LINE="$(echo "$OUT" | grep 'packet loss' | tail -n1)" echo "$LOSS_LINE" | grep -q ' 0% packet loss' if [ "$?" != "0" ]; then logger -t "${LOGTAG:-vpn-egress}" "strict health failed for $DEV on $IP: ${LOSS_LINE:-no ping result}" return 1 fi done return 0 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } refill_failed_slot() { FAILED="$1" ACTIVE_NOW="$2" [ -n "$FAILED" ] || return 0 [ -n "$ACTIVE_NOW" ] || return 0 [ "$FAILED" = "$ACTIVE_NOW" ] && return 0 REFILL_HELPER="/root/hmn/hmn-refill-slot.sh" REFILL_LOG="/root/hmn/refill.log" if [ ! -x "$REFILL_HELPER" ]; then logger -t "$LOGTAG" "refill helper missing, skip refill for failed=$FAILED active=$ACTIVE_NOW" return 0 fi logger -t "$LOGTAG" "refill start: failed=$FAILED active=$ACTIVE_NOW" RC=0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "manager_refill failed_slot=$FAILED active_slot=$ACTIVE_NOW" "$REFILL_HELPER" "$FAILED" "$ACTIVE_NOW" RC="$?" echo "refill_rc=$RC" echo } >> "$REFILL_LOG" 2>&1 if [ "$RC" = "0" ]; then logger -t "$LOGTAG" "refill success: failed=$FAILED active=$ACTIVE_NOW" else logger -t "$LOGTAG" "refill failed rc=$RC: failed=$FAILED active=$ACTIVE_NOW" fi set_active_slot "$ACTIVE_NOW" ip route replace default dev "$ACTIVE_NOW" table "$TABLE" 2>/dev/null || true /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache return 0 } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi ### FILE /root/hmn/refill.log -rw-r--r-- 1 root root 201414 Jul 8 06:16 /root/hmn/refill.log sha256=74931f22331ffaae690aa70ac6387c5a2be965d7903d15f066ef45e29e67d3ff ---- 2026-06-03 16:48:20 ---- manager_refill failed_slot=vpn1 active_slot=vpn2 === hmn-refill-slot === slot_to_refill=vpn1 active_slot=vpn2 KEYMASK-awg1-strict-foreign-latest.tsv KEYMASK-awg1-latest.tsv dry_run=0 active_ep=178.215.227.13:44408 old_slot_ep=95.211.68.119:45176 candidate_rank=3 candidate_file=062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf candidate_ep=194.71.227.212:32583 candidate_avg=59.538 candidate_KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf === load candidate into vpn1 === Backup: KEYMASK-before-load-vpn1-20260603-164822 Loading into slot: slot: vpn1 config: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 address: 10.100.253.62/32 active table 200 before load: vpn2 Loaded. Slot is still down unless ACTION=up. network.vpn1=interface network.vpn1.proto='amneziawg' network.vpn1.private_key=MASKED network.vpn1.awg_jc='3' network.vpn1.awg_jmin='50' network.vpn1.awg_jmax='100' network.vpn1.awg_s1='141' network.vpn1.awg_s2='53' network.vpn1.awg_h1='1638832857' network.vpn1.awg_h2='1004821648' network.vpn1.awg_h3='709990392' network.vpn1.awg_h4='498414923' network.vpn1.auto='0' network.vpn1.disabled='0' network.vpn1.delegate='0' network.vpn1.peerdns='0' network.vpn1.defaultroute='0' network.vpn1.addresses='10.100.253.62/32' network.vpn1.dns='1.1.1.1' network.vpn1.hmn_role='active_spare_slot' network.vpn1.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn1.hmn_loaded_at='2026-06-03T16:48:22+00:00' network.vpn1.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn1[0]=amneziawg_vpn1 network.@amneziawg_vpn1[0].description='062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.@amneziawg_vpn1[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn1[0].route_allowed_ips='0' network.@amneziawg_vpn1[0].persistent_keepalive='26' network.@amneziawg_vpn1[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn1[0].endpoint_port='32583' table 200 after load: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 === reload netifd so changed slot is visible === === restore active slot after reload === === bring candidate slot up for strict probe === --- vpn1 status --- interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 42655 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 22 seconds ago transfer: 92 B received, 528 B sent persistent keepalive: every 26 seconds --- strict probe vpn1 9.9.9.9 --- 9.9.9.9 dev vpn1 src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=65.444 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=63.591 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=61.554 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=61.670 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=62.453 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.554/62.942/65.444 ms --- strict probe vpn1 1.1.1.1 --- 1.1.1.1 dev vpn1 src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=68.089 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=68.427 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=68.879 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=68.453 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=68.453 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.089/68.460/68.879 ms === update selected cache === slot file endpoint avg_ms config_path vpn1 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf vpn2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf === leave refilled slot down as standby === === final route should remain active slot === vpn2 default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === refill done === refill_rc=0 ---- 2026-06-03 17:01:27 ---- manager_refill failed_slot=vpn2 active_slot=vpn1 === hmn-refill-slot === slot_to_refill=vpn2 active_slot=vpn1 KEYMASK-awg1-strict-foreign-latest.tsv KEYMASK-awg1-latest.tsv dry_run=0 active_ep=194.71.227.212:32583 old_slot_ep=178.215.227.13:44408 candidate_rank=4 candidate_file=149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf candidate_ep=157.173.25.198:34340 candidate_avg=60.783 candidate_KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf === load candidate into vpn2 === Backup: KEYMASK-before-load-vpn2-20260603-170129 Loading into slot: slot: vpn2 config: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf endpoint: 157.173.25.198:34340 address: 10.91.169.92/32 active table 200 before load: vpn1 Loaded. Slot is still down unless ACTION=up. network.vpn2=interface network.vpn2.proto='amneziawg' network.vpn2.private_key=MASKED network.vpn2.awg_jc='3' network.vpn2.awg_jmin='50' network.vpn2.awg_jmax='100' network.vpn2.awg_s1='17' network.vpn2.awg_s2='121' network.vpn2.awg_h1='1770463880' network.vpn2.awg_h2='1868667466' network.vpn2.awg_h3='938498412' network.vpn2.awg_h4='71620529' network.vpn2.auto='0' network.vpn2.disabled='0' network.vpn2.delegate='0' network.vpn2.peerdns='0' network.vpn2.defaultroute='0' network.vpn2.addresses='10.91.169.92/32' network.vpn2.dns='1.1.1.1' network.vpn2.hmn_role='active_spare_slot' network.vpn2.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn2.hmn_loaded_at='2026-06-03T17:01:29+00:00' network.vpn2.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn2[0]=amneziawg_vpn2 network.@amneziawg_vpn2[0].description='149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.@amneziawg_vpn2[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn2[0].route_allowed_ips='0' network.@amneziawg_vpn2[0].persistent_keepalive='23' network.@amneziawg_vpn2[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn2[0].endpoint_port='34340' table 200 after load: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 === reload netifd so changed slot is visible === === restore active slot after reload === === bring candidate slot up for strict probe === --- vpn2 status --- interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 54624 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 22 seconds ago transfer: 92 B received, 423 B sent persistent keepalive: every 23 seconds --- strict probe vpn2 9.9.9.9 --- 9.9.9.9 dev vpn2 src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=55.827 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=68.042 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=60.440 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=57.678 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=55.552 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.552/59.507/68.042 ms --- strict probe vpn2 1.1.1.1 --- 1.1.1.1 dev vpn2 src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes ### FILE /root/hmn/reports/ok-awg1-strict-all-20260603-162225.tsv -rw------- 1 root root 2997 Jun 3 16:34 /root/hmn/reports/ok-awg1-strict-all-20260603-162225.tsv sha256=cc35f9b30b8bb47770bd49ac62bc2ab29ec210ee3645255ca445be2079c23f01 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.322 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.783 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 62.549 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 67.251 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.509 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.869 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 86.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.713 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 130.066 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 197.817 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 203.001 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 15 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 268.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 16 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 374.632 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260604-042130.tsv -rw------- 1 root root 3361 Jun 4 04:33 /root/hmn/reports/ok-awg1-strict-all-20260604-042130.tsv sha256=392e3918f6ebfb1b1ca356dbe568e37667c055705875b7b8b464436e0e7719cb rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.288 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 44.743 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.006 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 55.688 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.034 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.423 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.834 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.103 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 70.478 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 71.253 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 74.067 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 87.206 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 110.365 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 127.835 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 184.459 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 16 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.450 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 17 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 264.369 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 18 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 376.044 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260605-042129.tsv -rw------- 1 root root 3361 Jun 5 04:33 /root/hmn/reports/ok-awg1-strict-all-20260605-042129.tsv sha256=5143236f7a85b3cd72f449c117e3636536aaafabb61aa827c2371b8c62eb783d rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 39.933 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 49.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.701 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 56.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.575 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.672 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 68.666 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 71.942 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 73.130 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 89.391 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 93.065 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 108.572 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 136.294 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 182.630 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 16 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 17 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.730 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 18 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 375.786 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260606-042128.tsv -rw------- 1 root root 2988 Jun 6 04:33 /root/hmn/reports/ok-awg1-strict-all-20260606-042128.tsv sha256=dde3f9ac833b807cb1a926a7c58d2ab3226836868afd7e28fa1ca99e2e812497 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.439 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 53.544 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.516 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 58.851 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 61.235 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.479 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 66.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 68.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 78.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 99.543 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 136.084 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 154.110 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 174.462 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 215.204 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 15 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 252.920 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 268.772 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260606-180839.tsv -rw------- 1 root root 2625 Jun 6 18:20 /root/hmn/reports/ok-awg1-strict-all-20260606-180839.tsv sha256=b7a95ffc4d04bb117be5dc697ea4e5b76d5a7d5c0ea0e95096b9db9f651cd293 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 50.319 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 58.536 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 64.178 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 66.231 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 68.166 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 71.013 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 85.627 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 103.058 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 116.477 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 202.867 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 11 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.805 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 220.333 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 286.723 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 14 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 405.093 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260607-042129.tsv -rw------- 1 root root 3171 Jun 7 04:33 /root/hmn/reports/ok-awg1-strict-all-20260607-042129.tsv sha256=ae40adb8e5b1908ea3a995e3fcdbe8a479ddb12b66440eafc3888cf39062517f rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 38.366 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 125.804 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 14 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 177.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 267.610 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 374.598 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260607-122354.tsv -rw------- 1 root root 3187 Jun 7 12:35 /root/hmn/reports/ok-awg1-strict-all-20260607-122354.tsv sha256=3506aeeea8c0dac80a5c3908c5f2118fcd2ff9e2a7a58a8ae69fd871d80982e2 rank file endpoint avg_ms ping_loss config_path 1 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.291 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.159 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 70.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 70.662 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 5 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.965 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 78.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 84.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 112.705 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 119.815 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 148.473 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 11 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 12 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 160.712 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 13 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 172.476 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 14 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 182.734 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 207.944 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 272.700 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 383.294 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260607-181002.tsv -rw------- 1 root root 2063 Jun 7 18:20 /root/hmn/reports/ok-awg1-strict-all-20260607-181002.tsv sha256=39aff5c8da1c581e28ddab732ca6df03a89b98a44a6924b9329f3c94f4416470 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.812 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 99.496 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 107.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 137.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 139.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 154.912 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 8 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 186.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 9 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 236.768 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 10 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 403.902 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf 11 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 739.506 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260608-042050.tsv -rw------- 1 root root 3184 Jun 8 04:32 /root/hmn/reports/ok-awg1-strict-all-20260608-042050.tsv sha256=7f69751aff3daa88565edd5e469ee97aab6b919d7861a4cb6d0cc9c55eee9f68 rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 32.678 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 49.331 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 56.427 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 77.520 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 78.995 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 79.169 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 80.416 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 108.755 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 125.027 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 137.118 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 190.398 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 193.249 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 213.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 284.015 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 375.270 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260706-161434.tsv -rw------- 1 root root 3203 Jul 6 16:24 /root/hmn/reports/ok-awg1-strict-all-20260706-161434.tsv sha256=251bba40fec8266351ce546c98d822a3f332f6a78c1c484f7e4d3effe9ee01c8 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 166.254 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 13 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 14 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 217.195 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 288.838 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 409.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260707-042048.tsv -rw------- 1 root root 3754 Jul 7 04:31 /root/hmn/reports/ok-awg1-strict-all-20260707-042048.tsv sha256=c44ac15898a32e1307518fa2c6511230e7a5d2081fb7045bc7a4676aace6b929 rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 3 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 4 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 126.080 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 14 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 17 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 179.873 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 18 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 19 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.162 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 378.025 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260708-042044.tsv -rw------- 1 root root 3754 Jul 8 04:31 /root/hmn/reports/ok-awg1-strict-all-20260708-042044.tsv sha256=eeb8b4cfd473891a338ae84e8bef6e1b48c010b700051b28bc31e44d9baf58bc rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 27.745 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 43.304 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 46.381 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.097 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.299 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.395 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 62.362 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.777 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.513 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 75.272 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.675 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 105.977 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 129.320 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 161.595 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 184.748 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 17 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 186.153 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 18 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 194.613 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 19 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 219.008 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 247.649 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260603-162225.tsv -rw------- 1 root root 2267 Jun 3 16:34 /root/hmn/reports/ok-awg1-strict-foreign-20260603-162225.tsv sha256=7afff6f70d981a44437603127ceef099252d0c4b4136b1fc0ac615315fc55175 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.322 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.783 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 62.549 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 67.251 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.509 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.869 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 86.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.713 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 203.001 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260604-042130.tsv -rw------- 1 root root 2453 Jun 4 04:33 /root/hmn/reports/ok-awg1-strict-foreign-20260604-042130.tsv sha256=4cc613422e21db0254c50db792015392cf3d4e48ea62b4387f8095aff569b5b9 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 44.743 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.006 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 55.688 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.034 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.423 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.834 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.103 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 8 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 70.478 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 71.253 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 74.067 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 87.206 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 110.365 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.450 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260605-042129.tsv -rw------- 1 root root 2453 Jun 5 04:33 /root/hmn/reports/ok-awg1-strict-foreign-20260605-042129.tsv sha256=d4e1a92e3562b524077cc02d79abbf879f36ef2493cb95f912994fe785d3f785 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 49.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.701 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 56.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.575 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.672 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 68.666 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 71.942 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 73.130 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 89.391 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 93.065 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 108.572 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260606-042128.tsv -rw------- 1 root root 2080 Jun 6 04:33 /root/hmn/reports/ok-awg1-strict-foreign-20260606-042128.tsv sha256=fae1418f0b505bc0246ec184f647124f5ca8c0828c36f814c94f4b6a22bb5eb5 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.439 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 53.544 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.516 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 58.851 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 61.235 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.479 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 68.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 78.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 99.543 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 154.110 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 11 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 215.204 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260606-180839.tsv -rw------- 1 root root 1895 Jun 6 18:20 /root/hmn/reports/ok-awg1-strict-foreign-20260606-180839.tsv sha256=4b2d27f92a00f15f596b21789f3a1ae4d9b349e2f771714b39c97eacb9941e5b rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 50.319 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 58.536 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 64.178 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 66.231 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 68.166 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 71.013 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 85.627 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 103.058 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 116.477 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.805 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260607-042129.tsv -rw------- 1 root root 2263 Jun 7 04:33 /root/hmn/reports/ok-awg1-strict-foreign-20260607-042129.tsv sha256=6a7a4d6138d77b75602e17fc49dec6e482666d75ee6e124f93ccc947d2a98238 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260607-122354.tsv -rw------- 1 root root 2457 Jun 7 12:35 /root/hmn/reports/ok-awg1-strict-foreign-20260607-122354.tsv sha256=268a68b44281349e2a7fafdb109fe1675babea09bd588a9cae4e81fe79078248 rank file endpoint avg_ms ping_loss config_path 1 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.291 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.159 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 70.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 70.662 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 5 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.965 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 78.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 84.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 112.705 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 119.815 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 11 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 160.712 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 12 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 172.476 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 207.944 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260607-181002.tsv -rw------- 1 root root 1521 Jun 7 18:20 /root/hmn/reports/ok-awg1-strict-foreign-20260607-181002.tsv sha256=11e3c1db40539edc27eb268df1c1f5a2a0cb2edb5f69412c3017f67a5f3371f6 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.812 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 99.496 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 107.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 137.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 139.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 154.912 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 8 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 236.768 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260608-042050.tsv -rw------- 1 root root 2276 Jun 8 04:32 /root/hmn/reports/ok-awg1-strict-foreign-20260608-042050.tsv sha256=fd5a15bc378fe6790f12847792d19efcfe6d698aed85f743088011e0add11d15 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 49.331 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 56.427 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 77.520 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 78.995 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 79.169 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 80.416 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 108.755 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 137.118 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 193.249 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 213.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260706-161434.tsv -rw------- 1 root root 2456 Jul 6 16:24 /root/hmn/reports/ok-awg1-strict-foreign-20260706-161434.tsv sha256=cf0d9fe6eabbb299dd3b8c3f925833798bbe667eff288ab41ddf5d2e4150af53 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 12 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 13 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260707-042048.tsv -rw------- 1 root root 2829 Jul 7 04:31 /root/hmn/reports/ok-awg1-strict-foreign-20260707-042048.tsv sha256=0e4bb249278c662737b596832867ec5261e36c4944132da3874bc6d0442c8a67 rank file endpoint avg_ms ping_loss config_path 1 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 14 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260708-042044.tsv -rw------- 1 root root 2829 Jul 8 04:31 /root/hmn/reports/ok-awg1-strict-foreign-20260708-042044.tsv sha256=dfc7b7b1a93457a3138fc0082717c6e76587e4110ee6a6224f4715bcd00ee9fa rank file endpoint avg_ms ping_loss config_path 1 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 43.304 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 46.381 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 4 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.097 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.299 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.395 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 62.362 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.777 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.513 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 75.272 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.675 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 105.977 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 161.595 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 14 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 186.153 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 219.008 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/runs/20260601-100614/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 1 10:07 /root/hmn/runs/20260601-100614/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260601-100614/serverlist.json -rw------- 1 root root 34248 Jun 1 10:06 /root/hmn/runs/20260601-100614/serverlist.json sha256=e58f4baffd119bfe0e3133baf55a7de816c2875f67976b52f759d8ba8aed61bf {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"random_priority":"2","lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"random_priority":"1","lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"random_priority":"2","lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"random_priority":"2","lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"random_priority":"3","lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"random_priority":"3","lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260601-100614/summary.txt -rw------- 1 root root 282 Jun 1 10:08 /root/hmn/runs/20260601-100614/summary.txt sha256=20647a652ba95c6957740b10a5342c9a69b1a493085ee8c5800a5d5aabb5410b HideMyName AWG download summary timestamp=20260601-100614 awg=1 request_iface=vpn1 total_candidates=37 ok=35 fail=2 config_KEYMASK-100614 working_KEYMASK-100614/working-awg1.tsv fail_KEYMASK-100614/fail-awg1.tsv ### FILE /root/hmn/runs/20260601-100614/working-awg1.tsv -rw-r--r-- 1 root root 6239 Jun 1 10:08 /root/hmn/runs/20260601-100614/working-awg1.tsv sha256=85fbaa707c3b9fd2f6e11aafdcb3fa75aaecc2d7751d97e790e28446e73dfaec id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-100614/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-100614/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-100614/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-100614/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-100614/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-100614/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-100614/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-100614/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-100614/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-100614/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-100614/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-100614/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-100614/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-100614/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-100614/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-100614/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-100614/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-100614/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-100614/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-100614/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-100614/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-100614/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-100614/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-100614/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-100614/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-100614/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-100614/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-100614/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-100614/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-100614/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-100614/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-100614/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-100614/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-100614/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-100614/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260601-144311/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 1 14:44 /root/hmn/runs/20260601-144311/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260601-144311/serverlist.json -rw------- 1 root root 34248 Jun 1 14:43 /root/hmn/runs/20260601-144311/serverlist.json sha256=e58f4baffd119bfe0e3133baf55a7de816c2875f67976b52f759d8ba8aed61bf {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"random_priority":"2","lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"random_priority":"1","lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"random_priority":"2","lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"random_priority":"2","lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"random_priority":"3","lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"random_priority":"3","lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260601-144311/summary.txt -rw------- 1 root root 282 Jun 1 14:44 /root/hmn/runs/20260601-144311/summary.txt sha256=82361f712f67e362772669c4ca085c4a117ce6e30acb803df3390f3cc8b33734 HideMyName AWG download summary timestamp=20260601-144311 awg=1 request_iface=vpn2 total_candidates=37 ok=35 fail=2 config_KEYMASK-144311 working_KEYMASK-144311/working-awg1.tsv fail_KEYMASK-144311/fail-awg1.tsv ### FILE /root/hmn/runs/20260601-144311/working-awg1.tsv -rw-r--r-- 1 root root 6239 Jun 1 14:44 /root/hmn/runs/20260601-144311/working-awg1.tsv sha256=659bb42fc7551153de2bb0a392f2ff98352b950b3dee29e71d120083e2f2f58c id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-144311/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-144311/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-144311/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-144311/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-144311/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-144311/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-144311/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-144311/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-144311/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-144311/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-144311/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-144311/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-144311/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-144311/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-144311/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-144311/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-144311/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-144311/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-144311/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-144311/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-144311/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-144311/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-144311/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-144311/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-144311/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-144311/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-144311/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-144311/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-144311/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-144311/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-144311/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-144311/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-144311/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-144311/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-144311/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260601-151531/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 1 15:16 /root/hmn/runs/20260601-151531/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260601-151531/serverlist.json -rw------- 1 root root 34248 Jun 1 15:15 /root/hmn/runs/20260601-151531/serverlist.json sha256=e58f4baffd119bfe0e3133baf55a7de816c2875f67976b52f759d8ba8aed61bf {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"random_priority":"2","lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"random_priority":"1","lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"random_priority":"2","lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"random_priority":"2","lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"random_priority":"3","lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"random_priority":"3","lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260601-151531/summary.txt -rw------- 1 root root 282 Jun 1 15:16 /root/hmn/runs/20260601-151531/summary.txt sha256=7d12ce23dc091fa43fb0b2ee8140ddc3014bd2988a49d9a5041adc6ed51cf9f8 HideMyName AWG download summary timestamp=20260601-151531 awg=1 request_iface=vpn2 total_candidates=37 ok=35 fail=2 config_KEYMASK-151531 working_KEYMASK-151531/working-awg1.tsv fail_KEYMASK-151531/fail-awg1.tsv ### FILE /root/hmn/runs/20260601-151531/working-awg1.tsv -rw-r--r-- 1 root root 6239 Jun 1 15:16 /root/hmn/runs/20260601-151531/working-awg1.tsv sha256=24ac286e9f707cc35c4f047d7159c32ae8b9eb6e3db213697f5cd6ca285359b3 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-151531/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-151531/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-151531/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-151531/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-151531/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-151531/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-151531/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-151531/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-151531/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-151531/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-151531/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-151531/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-151531/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-151531/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-151531/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-151531/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-151531/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-151531/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-151531/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-151531/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-151531/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-151531/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-151531/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-151531/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-151531/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-151531/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-151531/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-151531/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-151531/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-151531/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-151531/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-151531/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-151531/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-151531/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-151531/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260604-042000/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 4 04:20 /root/hmn/runs/20260604-042000/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260604-042000/serverlist.json -rw------- 1 root root 35147 Jun 4 04:20 /root/hmn/runs/20260604-042000/serverlist.json sha256=f1752b9d1b142804f30abaa9f75be30d86992e15cd60484f6c90ce2389a6d4b4 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"random_priority":"2","lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"random_priority":"1","lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"random_priority":"2","lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"random_priority":"2","lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"random_priority":"3","lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"random_priority":"3","lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260604-042000/summary.txt -rw------- 1 root root 282 Jun 4 04:21 /root/hmn/runs/20260604-042000/summary.txt sha256=db069d2b2ce0df16e6d7f06816d17e465ef725c6bdc2a7ce7cb4459860afb73d HideMyName AWG download summary timestamp=20260604-042000 awg=1 request_iface=vpn2 total_candidates=38 ok=36 fail=2 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### FILE /root/hmn/runs/20260604-042000/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 4 04:21 /root/hmn/runs/20260604-042000/working-awg1.tsv sha256=5facacd0dc44a8a2ed52396538daa38cb88065e163cf0d7004862edc2af8b105 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-042000/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260605-042000/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 5 04:20 /root/hmn/runs/20260605-042000/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260605-042000/serverlist.json -rw------- 1 root root 35147 Jun 5 04:20 /root/hmn/runs/20260605-042000/serverlist.json sha256=f1752b9d1b142804f30abaa9f75be30d86992e15cd60484f6c90ce2389a6d4b4 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"random_priority":"2","lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"random_priority":"1","lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"random_priority":"2","lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"random_priority":"2","lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"random_priority":"3","lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"random_priority":"3","lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260605-042000/summary.txt -rw------- 1 root root 282 Jun 5 04:21 /root/hmn/runs/20260605-042000/summary.txt sha256=f1dfed85d3a5a35f8937b37bc061dad6390613e547e5dfc07913a28783d27bd6 HideMyName AWG download summary timestamp=20260605-042000 awg=1 request_iface=vpn1 total_candidates=38 ok=36 fail=2 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### FILE /root/hmn/runs/20260605-042000/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 5 04:21 /root/hmn/runs/20260605-042000/working-awg1.tsv sha256=4cc2499d7acd8a748cea8d7bb9f4b8cc1c4b85368cfda3ad0d92f5ef488fb4fd id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-042000/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260606-042000/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 6 04:20 /root/hmn/runs/20260606-042000/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260606-042000/serverlist.json -rw------- 1 root root 35015 Jun 6 04:20 /root/hmn/runs/20260606-042000/serverlist.json sha256=7d994304b2ce9312614857ba448ff3490c397026f9551019c695cbd0e201a438 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260606-042000/summary.txt -rw------- 1 root root 282 Jun 6 04:21 /root/hmn/runs/20260606-042000/summary.txt sha256=76f0de976da5bea68087b460a0242ccb6ed60f762e189260a7609919c2ee2e5c HideMyName AWG download summary timestamp=20260606-042000 awg=1 request_iface=vpn1 total_candidates=38 ok=36 fail=2 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### FILE /root/hmn/runs/20260606-042000/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 6 04:21 /root/hmn/runs/20260606-042000/working-awg1.tsv sha256=a031f686f3b34d186686b7a94e1bf697a34164857162f837d95f8bc688aa42fa id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-042000/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260606-180709/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 6 18:08 /root/hmn/runs/20260606-180709/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260606-180709/serverlist.json -rw------- 1 root root 35015 Jun 6 18:07 /root/hmn/runs/20260606-180709/serverlist.json sha256=7d994304b2ce9312614857ba448ff3490c397026f9551019c695cbd0e201a438 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260606-180709/summary.txt -rw------- 1 root root 282 Jun 6 18:08 /root/hmn/runs/20260606-180709/summary.txt sha256=de2386b2a0ecdf3e7f8ddf144f482ed61c0f9d6266ff8d3c82dfa324cd0087ba HideMyName AWG download summary timestamp=20260606-180709 awg=1 request_iface=vpn1 total_candidates=38 ok=36 fail=2 config_KEYMASK-180709 working_KEYMASK-180709/working-awg1.tsv fail_KEYMASK-180709/fail-awg1.tsv ### FILE /root/hmn/runs/20260606-180709/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 6 18:08 /root/hmn/runs/20260606-180709/working-awg1.tsv sha256=1abceb2eed0ee8a72a9f52d1cb1283a0c6d2bac3c6ab451dfb7f6d2bb05df2e8 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-180709/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-180709/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-180709/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-180709/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-180709/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-180709/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-180709/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-180709/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-180709/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-180709/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-180709/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-180709/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-180709/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-180709/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-180709/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-180709/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-180709/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-180709/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-180709/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-180709/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-180709/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-180709/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-180709/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-180709/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-180709/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-180709/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-180709/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-180709/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-180709/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-180709/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-180709/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-180709/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-180709/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-180709/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-180709/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-180709/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260607-042000/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 7 04:20 /root/hmn/runs/20260607-042000/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260607-042000/serverlist.json -rw------- 1 root root 35015 Jun 7 04:20 /root/hmn/runs/20260607-042000/serverlist.json sha256=7d994304b2ce9312614857ba448ff3490c397026f9551019c695cbd0e201a438 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260607-042000/summary.txt -rw------- 1 root root 282 Jun 7 04:21 /root/hmn/runs/20260607-042000/summary.txt sha256=9f82b2f26d42dc48971bb1a112b6f7593ee711b96465795498f05ff424cf7c58 HideMyName AWG download summary timestamp=20260607-042000 awg=1 request_iface=vpn1 total_candidates=38 ok=36 fail=2 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### FILE /root/hmn/runs/20260607-042000/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 7 04:21 /root/hmn/runs/20260607-042000/working-awg1.tsv sha256=43d41f4e6bdc90243616058b1c4f5dc5aec5d4faf735f201e890ce9255a3fa05 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-042000/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260607-120709/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 7 12:08 /root/hmn/runs/20260607-120709/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260607-120709/serverlist.json -rw------- 1 root root 35015 Jun 7 12:07 /root/hmn/runs/20260607-120709/serverlist.json sha256=7d994304b2ce9312614857ba448ff3490c397026f9551019c695cbd0e201a438 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260607-120709/summary.txt -rw------- 1 root root 282 Jun 7 12:08 /root/hmn/runs/20260607-120709/summary.txt sha256=16886b013f2c47a97c0fc6f32667af181adc92191fb76ab5c967ecf32dfb130c HideMyName AWG download summary timestamp=20260607-120709 awg=1 request_iface=vpn2 total_candidates=38 ok=36 fail=2 config_KEYMASK-120709 working_KEYMASK-120709/working-awg1.tsv fail_KEYMASK-120709/fail-awg1.tsv ### FILE /root/hmn/runs/20260607-120709/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 7 12:08 /root/hmn/runs/20260607-120709/working-awg1.tsv sha256=7da07c139cd54a79fa97474b2bba0f2b6984239ec4e1da9b730c59ab378b0a0a id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-120709/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-120709/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-120709/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-120709/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-120709/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-120709/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-120709/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-120709/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-120709/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-120709/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-120709/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-120709/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-120709/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-120709/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-120709/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-120709/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-120709/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-120709/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-120709/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-120709/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-120709/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-120709/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-120709/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-120709/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-120709/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-120709/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-120709/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-120709/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-120709/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-120709/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-120709/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-120709/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-120709/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-120709/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-120709/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-120709/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260607-122209/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 7 12:23 /root/hmn/runs/20260607-122209/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260607-122209/serverlist.json -rw------- 1 root root 35015 Jun 7 12:22 /root/hmn/runs/20260607-122209/serverlist.json sha256=7d994304b2ce9312614857ba448ff3490c397026f9551019c695cbd0e201a438 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260607-122209/summary.txt -rw------- 1 root root 282 Jun 7 12:23 /root/hmn/runs/20260607-122209/summary.txt sha256=092b2d250d75f00c0fd2f77dce98f61d9e1ddb58b362279acd23e8062af796e5 HideMyName AWG download summary timestamp=20260607-122209 awg=1 request_iface=vpn2 total_candidates=38 ok=36 fail=2 config_KEYMASK-122209 working_KEYMASK-122209/working-awg1.tsv fail_KEYMASK-122209/fail-awg1.tsv ### FILE /root/hmn/runs/20260607-122209/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 7 12:23 /root/hmn/runs/20260607-122209/working-awg1.tsv sha256=6f188e5718d541198d3a435b1b94ec9772f090844693d8d20efcf1be00056bdc id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-122209/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-122209/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-122209/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-122209/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-122209/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-122209/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-122209/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-122209/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-122209/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-122209/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-122209/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-122209/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-122209/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-122209/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-122209/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-122209/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-122209/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-122209/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-122209/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-122209/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-122209/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-122209/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-122209/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-122209/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-122209/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-122209/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-122209/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-122209/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-122209/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-122209/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-122209/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-122209/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-122209/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-122209/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-122209/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-122209/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260607-180718/serverlist.json -rw------- 1 root root 34127 Jun 7 18:07 /root/hmn/runs/20260607-180718/serverlist.json sha256=99aef2675e16d739a2f6a5124413eb6c34e8e9b93032638268c5e936a17ebf96 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["194.135.119.55"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"194.135.119.55","port":12787},"pptp":{"service_id":2,"ip":"194.135.119.55","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"194.135.119.55","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"194.135.119.55","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.135.119.55","port":16697,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.135.119.55","port":31127,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.135.119.55","port":38567,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.135.119.55","port":54627,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"194.135.119.55","port":35962}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260607-180718/summary.txt -rw------- 1 root root 282 Jun 7 18:10 /root/hmn/runs/20260607-180718/summary.txt sha256=a9a2a2724f322952049c6c97c09e2f8fa4f5f15b412d7e192d5f1a15acac34f0 HideMyName AWG download summary timestamp=20260607-180718 awg=1 request_iface=vpn2 total_candidates=37 ok=32 fail=5 config_KEYMASK-180718 working_KEYMASK-180718/working-awg1.tsv fail_KEYMASK-180718/fail-awg1.tsv ### FILE /root/hmn/runs/20260607-180718/working-awg1.tsv -rw-r--r-- 1 root root 5718 Jun 7 18:10 /root/hmn/runs/20260607-180718/working-awg1.tsv sha256=b8caaae53ba7d0b76707be0f32a2a7c83c22a1c059c0e7177e36bbaa838859d1 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-180718/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-180718/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-180718/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-180718/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-180718/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-180718/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-180718/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-180718/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-180718/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-180718/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-180718/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-180718/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-180718/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-180718/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-180718/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-180718/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-180718/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-180718/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-180718/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-180718/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-180718/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-180718/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-180718/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-180718/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-180718/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-180718/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 194.135.119.55 35962 194.135.119.55:35962 yes 10.93.232.118/32 KEYMASK-180718/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-180718/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-180718/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-180718/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-180718/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-180718/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260608-042000/fail-awg1.tsv -rw-r--r-- 1 root root 127 Jun 8 04:20 /root/hmn/runs/20260608-042000/fail-awg1.tsv sha256=e89a2a89f297800705b5d426d0ef280fddaf8ef131eb84abbdba40a5b0d4c91e id country name wg_ip wg_port reason 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260608-042000/serverlist.json -rw------- 1 root root 33236 Jun 8 04:20 /root/hmn/runs/20260608-042000/serverlist.json sha256=908893593b42952b4df72ab9acd647b3b045f40c41edd0824a66ea92fbb58034 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260608-042000/summary.txt -rw------- 1 root root 282 Jun 8 04:20 /root/hmn/runs/20260608-042000/summary.txt sha256=20fcadf510d620fccf8f2a4ae5a85cff8491e09f1b300af3e0ed67a903795041 HideMyName AWG download summary timestamp=20260608-042000 awg=1 request_iface=vpn1 total_candidates=36 ok=35 fail=1 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### FILE /root/hmn/runs/20260608-042000/working-awg1.tsv -rw-r--r-- 1 root root 6247 Jun 8 04:20 /root/hmn/runs/20260608-042000/working-awg1.tsv sha256=97fe0d48d2e40031aad0e365a1ab90482ba9db401c627c42bc8aacb0e0f9cf59 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-042000/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260706-161226/fail-awg1.tsv -rw-r--r-- 1 root root 474 Jul 6 16:13 /root/hmn/runs/20260706-161226/fail-awg1.tsv sha256=5983b5eae328f287705461abc12b6aad79e029a9986be03d3d3490a13c953d70 id country name wg_ip wg_port reason 53 FI Finland, Helsinki S4 192.71.247.18 35999 No IP addresses available on this server 70 CZ Czech Republic, Prague S1 193.235.207.39 38330 Failed to sync server: WG: ERR_RELOAD 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD 73 TR Turkey, Istanbul S3 84.32.230.159 43808 No IP addresses available on this server 76 IT Italy, Milan S3 149.154.157.24 35090 Failed to sync server: WG: ERR_CURL ### FILE /root/hmn/runs/20260706-161226/serverlist.json -rw------- 1 root root 33274 Jul 6 16:12 /root/hmn/runs/20260706-161226/serverlist.json sha256=c434f9e353d6c8cdb785ddc1606febf997663f49160572953f7c27ebb1bdde1d {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.36.27.29","port":19016,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.36.27.29","port":33446,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.36.27.29","port":40886,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.36.27.29","port":56946,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"192.36.27.17","port":35500,"random_priority":"0"}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.247.19","port":24259,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.247.19","port":38689,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.247.19","port":46129,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.247.19","port":62189,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"192.71.247.18","port":35999,"random_priority":"0"}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"67":{"id":67,"country_code":"RU","name_en":"Russia, Moscow N5","name_ru":", N5","public_ips":["130.94.89.236"],"lan_ip":"10.102.0.1","services":{"httpd":{"ip":"130.94.89.236","port":16612},"pptp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.94.89.236","vpn_subnet":"10.102.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"130.94.89.236","port":20522,"vpn_subnet":"10.102.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"130.94.89.236","port":34952,"vpn_subnet":"10.102.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"130.94.89.236","port":42392,"vpn_subnet":"10.102.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"130.94.89.236","port":58452,"vpn_subnet":"10.102.40.1\/21"}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.39","port":19065,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.39","port":33495,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.39","port":40935,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.39","port":56995,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.39","port":38330}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.101","port":12316,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.101","port":26746,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.101","port":34186,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.101","port":50246,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.100","port":39480,"random_priority":"0"}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"3","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.25","port":25196,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.25","port":39626,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.25","port":47066,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.25","port":63126,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.24","port":35090,"random_priority":"0"}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.175.93.59","port":11832,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.175.93.59","port":26262,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.175.93.59","port":33702,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.175.93.59","port":49762,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"107.175.93.59","port":31095}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.174.226.52","port":17362,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.174.226.52","port":31792,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.174.226.52","port":39232,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.174.226.52","port":55292,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"107.174.226.51","port":44839,"random_priority":"0"}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.25","port":20511,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.25","port":34941,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.25","port":42381,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.25","port":58441,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380,"random_priority":"0"}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.138","port":22681,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.138","port":37111,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.138","port":44551,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.138","port":60611,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.234","port":37492}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.232.97","port":26420,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.232.97","port":40850,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.232.97","port":48290,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.232.97","port":64350,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"89.46.232.39","port":40316,"random_priority":"0"}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.73.210.13","port":16669,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.73.210.13","port":31099,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.73.210.13","port":38539,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.73.210.13","port":54599,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230,"random_priority":"0"}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.85","port":16185,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.85","port":30615,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.85","port":38055,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.85","port":54115,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"194.71.126.45","port":32821,"random_priority":"0"}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"147":{"id":147,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, Salt Lake City S2","name_ru":", -- S2","public_ips":["23.158.72.86"],"lan_ip":"10.91.0.1","services":{"httpd":{"ip":"23.158.72.19","port":12900},"pptp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"l2tp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"ipsec":{"service_id":4,"ip":"23.158.72.19","vpn_subnet":"10.91.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"23.158.72.88","port":22916,"vpn_subnet":"10.91.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"23.158.72.88","port":37346,"vpn_subnet":"10.91.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"23.158.72.88","port":44786,"vpn_subnet":"10.91.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"23.158.72.88","port":60846,"vpn_subnet":"10.91.24.1\/21"},"wg":{"ip":"23.158.72.87","port":45460,"random_priority":"0"}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"5","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"162":{"id":162,"lat":"49.842","lon":"73.106","country_code":"KZ","name_en":"Kazakhstan, Karaganda S1","name_ru":", S1","public_ips":["109.248.198.4"],"lan_ip":"10.77.192.1","services":{"httpd":{"ip":"109.248.198.4","port":13954},"pptp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"l2tp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"ipsec":{"service_id":4,"ip":"109.248.198.4","vpn_subnet":"10.77.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"109.248.198.4","port":17864,"vpn_subnet":"10.77.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"109.248.198.4","port":32294,"vpn_subnet":"10.77.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"109.248.198.4","port":39734,"vpn_subnet":"10.77.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"109.248.198.4","port":55794,"vpn_subnet":"10.77.216.1\/21"},"wg":{"ip":"109.248.198.4","port":37129}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.214.37.69","port":19964,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.214.37.181","port":32917,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.214.36.122","port":37592,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.139.225","port":59556,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"89.40.104.201","port":36979}}},"218":{"id":218,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M2","name_ru":", M2","public_ips":["77.67.8.84"],"lan_ip":"10.66.0.1","services":{"httpd":{"ip":"77.67.8.84","port":20203},"pptp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"l2tp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"ipsec":{"service_id":4,"ip":"77.67.8.84","vpn_subnet":"10.66.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"77.67.8.84","port":24113,"vpn_subnet":"10.66.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"77.67.8.84","port":38543,"vpn_subnet":"10.66.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"77.67.8.84","port":45983,"vpn_subnet":"10.66.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"77.67.8.84","port":62043,"vpn_subnet":"10.66.24.1\/21"},"wg":{"ip":"77.67.8.84","port":43378}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"20","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.48","port":24706,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.48","port":39136,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.48","port":46576,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.48","port":62636,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260706-161226/summary.txt -rw------- 1 root root 282 Jul 6 16:14 /root/hmn/runs/20260706-161226/summary.txt sha256=ae7b027cc32e51a92de21d5459db8dfedcd2bd804b6b8afbae9bf2bb4931fe8e HideMyName AWG download summary timestamp=20260706-161226 awg=1 request_iface=vpn2 total_candidates=35 ok=30 fail=5 config_KEYMASK-161226 working_KEYMASK-161226/working-awg1.tsv fail_KEYMASK-161226/fail-awg1.tsv ### FILE /root/hmn/runs/20260706-161226/working-awg1.tsv -rw-r--r-- 1 root root 5389 Jul 6 16:14 /root/hmn/runs/20260706-161226/working-awg1.tsv sha256=f2ecbb4b58e0addb45c25181ab27756d9fb37c605b4a24ddc85092777e9aaad4 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 192.36.27.17 35500 192.36.27.17:35500 yes 10.119.249.139/32 KEYMASK-161226/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.60.219/32 KEYMASK-161226/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.187.205/32 KEYMASK-161226/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.254.15/32 KEYMASK-161226/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.61.41/32 KEYMASK-161226/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 71 US USA, Los Angeles S2 107.172.187.100 39480 107.172.187.100:39480 yes 10.103.56.214/32 KEYMASK-161226/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.109/32 KEYMASK-161226/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 87 US USA, New York S1 107.175.93.59 31095 107.175.93.59:31095 yes 10.107.43.173/32 KEYMASK-161226/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 88 US USA, Dallas 107.174.226.51 44839 107.174.226.51:44839 yes 10.107.108.112/32 KEYMASK-161226/088-US-USA-Dallas-107.174.226.51-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.238.215/32 KEYMASK-161226/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.111.97/32 KEYMASK-161226/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.239.94/32 KEYMASK-161226/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.234 37492 185.14.97.234:37492 yes 10.83.41.157/32 KEYMASK-161226/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.142/32 KEYMASK-161226/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.235.104/32 KEYMASK-161226/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.108.200/32 KEYMASK-161226/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 89.46.232.39 40316 89.46.232.39:40316 yes 10.86.172.73/32 KEYMASK-161226/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.170.125/32 KEYMASK-161226/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 194.71.126.45 32821 194.71.126.45:32821 yes 10.89.174.45/32 KEYMASK-161226/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.235.244/32 KEYMASK-161226/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 147 US USA, Salt Lake City S2 23.158.72.87 45460 23.158.72.87:45460 yes 10.91.43.12/32 KEYMASK-161226/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.168.223/32 KEYMASK-161226/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.233.132/32 KEYMASK-161226/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.173.35/32 KEYMASK-161226/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 162 KZ Kazakhstan, Karaganda S1 109.248.198.4 37129 109.248.198.4:37129 yes 10.77.236.75/32 KEYMASK-161226/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.237.218/32 KEYMASK-161226/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.47.73/32 KEYMASK-161226/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 89.40.104.201 36979 89.40.104.201:36979 yes 10.65.43.208/32 KEYMASK-161226/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 218 KZ Kazakhstan, Almaty M2 77.67.8.84 43378 77.67.8.84:43378 yes 10.66.44.225/32 KEYMASK-161226/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.234.5/32 KEYMASK-161226/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf ### FILE /root/hmn/runs/20260707-042000/serverlist.json -rw------- 1 root root 33274 Jul 7 04:20 /root/hmn/runs/20260707-042000/serverlist.json sha256=c434f9e353d6c8cdb785ddc1606febf997663f49160572953f7c27ebb1bdde1d {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.36.27.29","port":19016,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.36.27.29","port":33446,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.36.27.29","port":40886,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.36.27.29","port":56946,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"192.36.27.17","port":35500,"random_priority":"0"}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.247.19","port":24259,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.247.19","port":38689,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.247.19","port":46129,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.247.19","port":62189,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"192.71.247.18","port":35999,"random_priority":"0"}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"67":{"id":67,"country_code":"RU","name_en":"Russia, Moscow N5","name_ru":", N5","public_ips":["130.94.89.236"],"lan_ip":"10.102.0.1","services":{"httpd":{"ip":"130.94.89.236","port":16612},"pptp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.94.89.236","vpn_subnet":"10.102.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"130.94.89.236","port":20522,"vpn_subnet":"10.102.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"130.94.89.236","port":34952,"vpn_subnet":"10.102.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"130.94.89.236","port":42392,"vpn_subnet":"10.102.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"130.94.89.236","port":58452,"vpn_subnet":"10.102.40.1\/21"}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.39","port":19065,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.39","port":33495,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.39","port":40935,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.39","port":56995,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.39","port":38330}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.101","port":12316,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.101","port":26746,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.101","port":34186,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.101","port":50246,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.100","port":39480,"random_priority":"0"}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"3","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.25","port":25196,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.25","port":39626,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.25","port":47066,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.25","port":63126,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.24","port":35090,"random_priority":"0"}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.175.93.59","port":11832,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.175.93.59","port":26262,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.175.93.59","port":33702,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.175.93.59","port":49762,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"107.175.93.59","port":31095}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.174.226.52","port":17362,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.174.226.52","port":31792,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.174.226.52","port":39232,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.174.226.52","port":55292,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"107.174.226.51","port":44839,"random_priority":"0"}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.25","port":20511,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.25","port":34941,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.25","port":42381,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.25","port":58441,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380,"random_priority":"0"}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.138","port":22681,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.138","port":37111,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.138","port":44551,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.138","port":60611,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.234","port":37492}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.232.97","port":26420,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.232.97","port":40850,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.232.97","port":48290,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.232.97","port":64350,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"89.46.232.39","port":40316,"random_priority":"0"}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.73.210.13","port":16669,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.73.210.13","port":31099,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.73.210.13","port":38539,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.73.210.13","port":54599,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230,"random_priority":"0"}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.85","port":16185,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.85","port":30615,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.85","port":38055,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.85","port":54115,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"194.71.126.45","port":32821,"random_priority":"0"}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"147":{"id":147,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, Salt Lake City S2","name_ru":", -- S2","public_ips":["23.158.72.86"],"lan_ip":"10.91.0.1","services":{"httpd":{"ip":"23.158.72.19","port":12900},"pptp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"l2tp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"ipsec":{"service_id":4,"ip":"23.158.72.19","vpn_subnet":"10.91.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"23.158.72.88","port":22916,"vpn_subnet":"10.91.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"23.158.72.88","port":37346,"vpn_subnet":"10.91.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"23.158.72.88","port":44786,"vpn_subnet":"10.91.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"23.158.72.88","port":60846,"vpn_subnet":"10.91.24.1\/21"},"wg":{"ip":"23.158.72.87","port":45460,"random_priority":"0"}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"5","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"162":{"id":162,"lat":"49.842","lon":"73.106","country_code":"KZ","name_en":"Kazakhstan, Karaganda S1","name_ru":", S1","public_ips":["109.248.198.4"],"lan_ip":"10.77.192.1","services":{"httpd":{"ip":"109.248.198.4","port":13954},"pptp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"l2tp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"ipsec":{"service_id":4,"ip":"109.248.198.4","vpn_subnet":"10.77.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"109.248.198.4","port":17864,"vpn_subnet":"10.77.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"109.248.198.4","port":32294,"vpn_subnet":"10.77.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"109.248.198.4","port":39734,"vpn_subnet":"10.77.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"109.248.198.4","port":55794,"vpn_subnet":"10.77.216.1\/21"},"wg":{"ip":"109.248.198.4","port":37129}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.214.37.69","port":19964,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.214.37.181","port":32917,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.214.36.122","port":37592,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.139.225","port":59556,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"89.40.104.201","port":36979}}},"218":{"id":218,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M2","name_ru":", M2","public_ips":["77.67.8.84"],"lan_ip":"10.66.0.1","services":{"httpd":{"ip":"77.67.8.84","port":20203},"pptp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"l2tp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"ipsec":{"service_id":4,"ip":"77.67.8.84","vpn_subnet":"10.66.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"77.67.8.84","port":24113,"vpn_subnet":"10.66.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"77.67.8.84","port":38543,"vpn_subnet":"10.66.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"77.67.8.84","port":45983,"vpn_subnet":"10.66.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"77.67.8.84","port":62043,"vpn_subnet":"10.66.24.1\/21"},"wg":{"ip":"77.67.8.84","port":43378}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"20","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.48","port":24706,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.48","port":39136,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.48","port":46576,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.48","port":62636,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260707-042000/summary.txt -rw------- 1 root root 282 Jul 7 04:20 /root/hmn/runs/20260707-042000/summary.txt sha256=e9284e65d78ca7ea6747eb08ac7427ff1e1fd73a3a122b614559dd61342c8fa4 HideMyName AWG download summary timestamp=20260707-042000 awg=1 request_iface=vpn2 total_candidates=35 ok=34 fail=1 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### FILE /root/hmn/runs/20260707-042000/working-awg1.tsv -rw-r--r-- 1 root root 6116 Jul 7 04:20 /root/hmn/runs/20260707-042000/working-awg1.tsv sha256=2bb5b836cd628d226c26a1cf3ab27b14460071da3511f45039dd26c504290197 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 192.36.27.17 35500 192.36.27.17:35500 yes 10.119.249.139/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.60.219/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.187.205/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.254.15/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.61.41/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.39 38330 193.235.207.39:38330 yes 10.102.248.214/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 71 US USA, Los Angeles S2 107.172.187.100 39480 107.172.187.100:39480 yes 10.103.56.214/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 78.31.250.16:41729 yes 10.103.120.171/32 KEYMASK-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.187.191/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.109/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.24 35090 149.154.157.24:35090 yes 10.104.120.117/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 87 US USA, New York S1 107.175.93.59 31095 107.175.93.59:31095 yes 10.107.43.173/32 KEYMASK-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 88 US USA, Dallas 107.174.226.51 44839 107.174.226.51:44839 yes 10.107.108.112/32 KEYMASK-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.238.215/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.111.97/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.239.94/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.234 37492 185.14.97.234:37492 yes 10.83.41.157/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.142/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.235.104/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.108.200/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 89.46.232.39 40316 89.46.232.39:40316 yes 10.86.172.73/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.170.125/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 194.71.126.45 32821 194.71.126.45:32821 yes 10.89.174.45/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.235.244/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 147 US USA, Salt Lake City S2 23.158.72.87 45460 23.158.72.87:45460 yes 10.91.43.12/32 KEYMASK-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.168.223/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.233.132/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.173.35/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 162 KZ Kazakhstan, Karaganda S1 109.248.198.4 37129 109.248.198.4:37129 yes 10.77.236.75/32 KEYMASK-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.237.218/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.47.73/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 89.40.104.201 36979 89.40.104.201:36979 yes 10.65.43.208/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 218 KZ Kazakhstan, Almaty M2 77.67.8.84 43378 77.67.8.84:43378 yes 10.66.44.225/32 KEYMASK-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.234.5/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf ### FILE /root/hmn/runs/20260708-042000/serverlist.json -rw------- 1 root root 33274 Jul 8 04:20 /root/hmn/runs/20260708-042000/serverlist.json sha256=c434f9e353d6c8cdb785ddc1606febf997663f49160572953f7c27ebb1bdde1d {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.36.27.29","port":19016,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.36.27.29","port":33446,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.36.27.29","port":40886,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.36.27.29","port":56946,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"192.36.27.17","port":35500,"random_priority":"0"}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.247.19","port":24259,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.247.19","port":38689,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.247.19","port":46129,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.247.19","port":62189,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"192.71.247.18","port":35999,"random_priority":"0"}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"67":{"id":67,"country_code":"RU","name_en":"Russia, Moscow N5","name_ru":", N5","public_ips":["130.94.89.236"],"lan_ip":"10.102.0.1","services":{"httpd":{"ip":"130.94.89.236","port":16612},"pptp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.94.89.236","vpn_subnet":"10.102.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"130.94.89.236","port":20522,"vpn_subnet":"10.102.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"130.94.89.236","port":34952,"vpn_subnet":"10.102.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"130.94.89.236","port":42392,"vpn_subnet":"10.102.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"130.94.89.236","port":58452,"vpn_subnet":"10.102.40.1\/21"}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.39","port":19065,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.39","port":33495,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.39","port":40935,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.39","port":56995,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.39","port":38330}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.101","port":12316,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.101","port":26746,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.101","port":34186,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.101","port":50246,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.100","port":39480,"random_priority":"0"}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"3","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.25","port":25196,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.25","port":39626,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.25","port":47066,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.25","port":63126,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.24","port":35090,"random_priority":"0"}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.175.93.59","port":11832,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.175.93.59","port":26262,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.175.93.59","port":33702,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.175.93.59","port":49762,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"107.175.93.59","port":31095}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.174.226.52","port":17362,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.174.226.52","port":31792,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.174.226.52","port":39232,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.174.226.52","port":55292,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"107.174.226.51","port":44839,"random_priority":"0"}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.25","port":20511,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.25","port":34941,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.25","port":42381,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.25","port":58441,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380,"random_priority":"0"}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.138","port":22681,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.138","port":37111,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.138","port":44551,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.138","port":60611,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.234","port":37492}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.232.97","port":26420,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.232.97","port":40850,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.232.97","port":48290,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.232.97","port":64350,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"89.46.232.39","port":40316,"random_priority":"0"}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.73.210.13","port":16669,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.73.210.13","port":31099,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.73.210.13","port":38539,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.73.210.13","port":54599,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230,"random_priority":"0"}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.85","port":16185,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.85","port":30615,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.85","port":38055,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.85","port":54115,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"194.71.126.45","port":32821,"random_priority":"0"}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"147":{"id":147,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, Salt Lake City S2","name_ru":", -- S2","public_ips":["23.158.72.86"],"lan_ip":"10.91.0.1","services":{"httpd":{"ip":"23.158.72.19","port":12900},"pptp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"l2tp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"ipsec":{"service_id":4,"ip":"23.158.72.19","vpn_subnet":"10.91.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"23.158.72.88","port":22916,"vpn_subnet":"10.91.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"23.158.72.88","port":37346,"vpn_subnet":"10.91.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"23.158.72.88","port":44786,"vpn_subnet":"10.91.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"23.158.72.88","port":60846,"vpn_subnet":"10.91.24.1\/21"},"wg":{"ip":"23.158.72.87","port":45460,"random_priority":"0"}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"5","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"162":{"id":162,"lat":"49.842","lon":"73.106","country_code":"KZ","name_en":"Kazakhstan, Karaganda S1","name_ru":", S1","public_ips":["109.248.198.4"],"lan_ip":"10.77.192.1","services":{"httpd":{"ip":"109.248.198.4","port":13954},"pptp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"l2tp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"ipsec":{"service_id":4,"ip":"109.248.198.4","vpn_subnet":"10.77.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"109.248.198.4","port":17864,"vpn_subnet":"10.77.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"109.248.198.4","port":32294,"vpn_subnet":"10.77.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"109.248.198.4","port":39734,"vpn_subnet":"10.77.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"109.248.198.4","port":55794,"vpn_subnet":"10.77.216.1\/21"},"wg":{"ip":"109.248.198.4","port":37129}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.214.37.69","port":19964,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.214.37.181","port":32917,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.214.36.122","port":37592,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.139.225","port":59556,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"89.40.104.201","port":36979}}},"218":{"id":218,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M2","name_ru":", M2","public_ips":["77.67.8.84"],"lan_ip":"10.66.0.1","services":{"httpd":{"ip":"77.67.8.84","port":20203},"pptp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"l2tp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"ipsec":{"service_id":4,"ip":"77.67.8.84","vpn_subnet":"10.66.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"77.67.8.84","port":24113,"vpn_subnet":"10.66.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"77.67.8.84","port":38543,"vpn_subnet":"10.66.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"77.67.8.84","port":45983,"vpn_subnet":"10.66.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"77.67.8.84","port":62043,"vpn_subnet":"10.66.24.1\/21"},"wg":{"ip":"77.67.8.84","port":43378}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"20","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.48","port":24706,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.48","port":39136,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.48","port":46576,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.48","port":62636,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260708-042000/summary.txt -rw------- 1 root root 282 Jul 8 04:20 /root/hmn/runs/20260708-042000/summary.txt sha256=76c6e07971107d67ba61aa1553293ed465efbd98ee55a789e7060f2ec06246a7 HideMyName AWG download summary timestamp=20260708-042000 awg=1 request_iface=vpn2 total_candidates=35 ok=35 fail=0 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### FILE /root/hmn/runs/20260708-042000/working-awg1.tsv -rw-r--r-- 1 root root 6294 Jul 8 04:20 /root/hmn/runs/20260708-042000/working-awg1.tsv sha256=c1b6525733d9715b94d8f8dbd497f3f68a7635b696f8878fcdee96859156cecd id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 192.36.27.17 35500 192.36.27.17:35500 yes 10.119.249.139/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.60.219/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.187.205/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 192.71.247.18 35999 192.71.247.18:35999 yes 10.98.185.144/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.254.15/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.61.41/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.39 38330 193.235.207.39:38330 yes 10.102.248.214/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 71 US USA, Los Angeles S2 107.172.187.100 39480 107.172.187.100:39480 yes 10.103.56.214/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 78.31.250.16:41729 yes 10.103.120.171/32 KEYMASK-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.187.191/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.109/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.24 35090 149.154.157.24:35090 yes 10.104.120.117/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 87 US USA, New York S1 107.175.93.59 31095 107.175.93.59:31095 yes 10.107.43.173/32 KEYMASK-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 88 US USA, Dallas 107.174.226.51 44839 107.174.226.51:44839 yes 10.107.108.112/32 KEYMASK-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.238.215/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.111.97/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.239.94/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.234 37492 185.14.97.234:37492 yes 10.83.41.157/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.142/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.235.104/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.108.200/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 89.46.232.39 40316 89.46.232.39:40316 yes 10.86.172.73/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.170.125/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 194.71.126.45 32821 194.71.126.45:32821 yes 10.89.174.45/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.235.244/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 147 US USA, Salt Lake City S2 23.158.72.87 45460 23.158.72.87:45460 yes 10.91.43.12/32 KEYMASK-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.168.223/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.233.132/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.173.35/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 162 KZ Kazakhstan, Karaganda S1 109.248.198.4 37129 109.248.198.4:37129 yes 10.77.236.75/32 KEYMASK-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.237.218/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.47.73/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 89.40.104.201 36979 89.40.104.201:36979 yes 10.65.43.208/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 218 KZ Kazakhstan, Almaty M2 77.67.8.84 43378 77.67.8.84:43378 yes 10.66.44.225/32 KEYMASK-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.234.5/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf ### FILE /root/hmn/state/active-slot -rw-r--r-- 1 root root 5 Jul 8 08:32 /root/hmn/state/active-slot sha256=a5d46f9f74cb971c15698484e3d1a909e3e42da65b38f2e934600e47dfb43d25 vpn1 ### FILE /root/hmn/state/bad-endpoints-20260603.txt -rw------- 1 root root 388 Jun 3 20:33 /root/hmn/state/bad-endpoints-20260603.txt sha256=4eee37415d53230fd2298e2c86d6f47cfe54d96d2f4011cf69311e9ccdc1956c 95.211.68.119:45176 2026-06-03T16:48:20+00:00 slot_refill_old_or_failed_vpn1 178.215.227.13:44408 2026-06-03T17:01:27+00:00 slot_refill_old_or_failed_vpn2 194.71.227.212:32583 2026-06-03T17:13:45+00:00 slot_refill_old_or_failed_vpn1 157.173.25.198:34340 2026-06-03T19:15:28+00:00 slot_refill_old_or_failed_vpn2 157.173.27.69:41797 2026-06-03T20:33:29+00:00 slot_refill_old_or_failed_vpn1 ### FILE /root/hmn/state/bad-endpoints-20260604.txt -rw------- 1 root root 78 Jun 4 06:36 /root/hmn/state/bad-endpoints-20260604.txt sha256=32a0d6556365f9dd17702305d741a489918f5fcb9ef3b24d3303a117cd6f52c3 192.71.244.202:45735 2026-06-04T06:36:24+00:00 slot_refill_old_or_failed_vpn2 ### FILE /root/hmn/state/bad-endpoints-20260605.txt -rw------- 1 root root 311 Jun 5 16:14 /root/hmn/state/bad-endpoints-20260605.txt sha256=852fb4e78da358223234ac3f6a5ec55a42c630054db745b4cbb31f25e4377483 151.236.30.139:33998 2026-06-05T05:41:23+00:00 slot_refill_old_or_failed_vpn1 95.211.68.119:45176 2026-06-05T14:31:27+00:00 slot_refill_old_or_failed_vpn2 178.215.227.13:44408 2026-06-05T15:02:23+00:00 slot_refill_old_or_failed_vpn1 157.173.25.198:34340 2026-06-05T16:14:27+00:00 slot_refill_old_or_failed_vpn2 ### FILE /root/hmn/state/bad-endpoints-20260606.txt -rw------- 1 root root 309 Jun 6 21:56 /root/hmn/state/bad-endpoints-20260606.txt sha256=f5c9128197a2782b97b2462e9eeadc1b469bc985749b1ea9c709f96be207ecd0 194.71.227.212:32583 2026-06-06T18:50:23+00:00 slot_refill_old_or_failed_vpn1 89.46.237.14:38594 2026-06-06T19:15:27+00:00 slot_refill_old_or_failed_vpn2 95.211.68.119:45176 2026-06-06T20:42:30+00:00 slot_refill_old_or_failed_vpn1 178.215.227.13:44408 2026-06-06T21:56:23+00:00 slot_refill_old_or_failed_vpn2 ### FILE /root/hmn/state/bad-endpoints-20260607.txt -rw------- 1 root root 76 Jun 7 20:59 /root/hmn/state/bad-endpoints-20260607.txt sha256=5069354127be3d874a7fb734ef056b2f79993f6f0cdda08de5c6e51dbe35fa63 192.71.27.64:40044 2026-06-07T20:59:28+00:00 slot_refill_old_or_failed_vpn2 ### FILE /root/hmn/state/bad-endpoints-20260608.txt -rw------- 1 root root 77 Jun 8 10:44 /root/hmn/state/bad-endpoints-20260608.txt sha256=b57a7a634aa9fea8f2ce00793a78ad0243f790757f08e4e65a74fe286b53c5d2 157.173.27.69:41797 2026-06-08T10:44:27+00:00 slot_refill_old_or_failed_vpn1 ### FILE /root/hmn/state/bad-endpoints-20260706.txt -rw------- 1 root root 153 Jul 6 17:07 /root/hmn/state/bad-endpoints-20260706.txt sha256=a0095ba73052c635a9bef514fee034cebc7dfbef559800f86855871fb14ab983 157.173.27.69:41797 2026-07-06T16:56:52+00:00 slot_refill_old_or_failed_vpn2 37.235.54.96:38971 2026-07-06T17:07:51+00:00 slot_refill_old_or_failed_vpn1 ### FILE /root/hmn/state/bad-endpoints-20260706.txt.before-validate-20260706-161434 -rw-r--r-- 1 root root 227 Jul 6 16:08 /root/hmn/state/bad-endpoints-20260706.txt.before-validate-20260706-161434 sha256=8848fdbe577de02780f316cdcd36ca51561e23ee6f15a9ef040dccd8f5385405 178.215.227.13:44408 2026-07-06T10:16:41+00:00 slot_refill_old_or_failed_vpn2 157.173.27.69:41797 2026-07-06T10:17:26+00:00 strict_probe_failed_vpn2 194.71.227.212:32583 2026-07-06T16:08:48+00:00 slot_refill_old_or_failed_vpn1 ### FILE /root/hmn/state/bad-endpoints-20260708.txt -rw------- 1 root root 77 Jul 8 06:15 /root/hmn/state/bad-endpoints-20260708.txt sha256=3ea5202366f220781f5c701d25382910f7a778cd3c11980e9662600dedb2de2a 95.211.68.119:45176 2026-07-08T06:15:45+00:00 slot_refill_old_or_failed_vpn2 ### FILE /root/hmn/state/last-fresh-download-at -rw-r--r-- 1 root root 26 Jul 8 04:20 /root/hmn/state/last-fresh-download-at sha256=62f0e3447f5e77463f861869264e17dbf38e5f44084e369db0fda1c218ff015f 2026-07-08T04:20:44+00:00 ### FILE /root/hmn/state/last-low-watermark-check -rw-r--r-- 1 root root 127 Jul 8 08:22 /root/hmn/state/last-low-watermark-check sha256=8d9bcb041d52915e27e6e79da8be581668e3ef4baadb0e808443068a764fce9f checked_at=2026-07-08T08:22:00+00:00 foreign_total=15 used_by_slots=2 bad_in_table=1 available=12 threshold=3 active_slot=vpn1 ### FILE /root/hmn/state/last-vpn-egress-revive -rw-r--r-- 1 root root 113 Jul 6 17:33 /root/hmn/state/last-vpn-egress-revive sha256=b562d7f816c223522ef5d06786d01ef3c02df03c70d26b5e470a9ec918e35c45 status=ok finished_at=2026-07-06T17:33:19+00:00 target=vpn2 final_table_dev=vpn2 probe_9_9_9_9=1 probe_1_1_1_1=1 ### FILE /root/hmn/state/patch-20260701-vpn-egress-active-restart.applied -rw-r--r-- 1 root root 167 Jul 1 08:22 /root/hmn/state/patch-20260701-vpn-egress-active-restart.applied sha256=3152ecf552bba6cf8ea1ab4727b65958ebb9f0607718abfb865a282ff81bc0b3 patch_id=20260701-vpn-egress-active-restart applied_at=2026-07-01T08:22:48+00:00 backup_dir=/root/hmn/patch-backups/20260701-vpn-egress-active-restart-20260701-082248 ### FILE /root/hmn/state/patch-20260702-vpn-user-base.applied -rw-r--r-- 1 root root 258 Jul 6 10:00 /root/hmn/state/patch-20260702-vpn-user-base.applied sha256=7a85b6376d6fce50d419557550903c221cefb90598083e070372b17c2a48f8f5 patch_id=20260702-vpn-user-base status=applied applied_at_utc=2026-07-06T10:00:31Z backup_dir=/root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031 loader=/root/hmn/hmn-load-vpn-user.sh network_vpn_user=base_ready firewall_vpn_out=contains_vpn_user ### FILE /root/hmn/state/patch-20260702-vpn-user-loader-output-sanitize.applied -rw-r--r-- 1 root root 231 Jul 6 14:24 /root/hmn/state/patch-20260702-vpn-user-loader-output-sanitize.applied sha256=e10fdee50db7582ebe9efbf44a0de25eb1228bc0aed20fa2d97069a66e352cc6 patch_id=20260702-vpn-user-loader-output-sanitize status=applied applied_at_utc=2026-07-06T14:24:37Z script=/root/hmn/hmn-load-vpn-user.sh backup_dir=/root/hmn/patch-backups/20260702-vpn-user-loader-output-sanitize-20260706-142437 ### FILE /root/hmn/state/patch-20260703-vm101-vpn-egress-revive-script.applied -rw-r--r-- 1 root root 233 Jul 6 14:24 /root/hmn/state/patch-20260703-vm101-vpn-egress-revive-script.applied sha256=1492c85a5f0395f98530a8fc0fa82797387a1d8aac1b09bd51b4f8131ab03b5a patch_id=20260703-vm101-vpn-egress-revive-script status=applied applied_at_utc=2026-07-06T14:24:37Z script=/root/hmn/hmn-vpn-egress-revive.sh backup_dir=/root/hmn/patch-backups/20260703-vm101-vpn-egress-revive-script-20260706-142437 ### FILE /root/hmn/state/patch-20260703-vpn-user-override-backend.applied -rw-r--r-- 1 root root 294 Jul 6 10:00 /root/hmn/state/patch-20260703-vpn-user-override-backend.applied sha256=b1ceba9dd1e8c66e8943cdd26b16951179259d2c586f4522811e1cdeaf5bd56b patch_id=20260703-vpn-user-override-backend status=applied applied_at_utc=2026-07-06T10:00:32Z backup_dir=/root/hmn/patch-backups/20260703-vpn-user-override-backend-20260706-100032 script=/root/hmn/hmn-vpn-user-override.sh manager_guard=HMN_VPN_USER_OVERRIDE_MANAGER_GUARD_V1 cron_tick=enabled ### FILE /root/hmn/state/refresh-status -rw-r--r-- 1 root root 26 Jul 8 04:31 /root/hmn/state/refresh-status sha256=7e9de83cda3cc5159cffc8ee8cccf9cd89fcebb6320a433cda929fdb231b0692 USING_FRESH_POOL_RETESTED ### FILE /root/hmn/test-runs/20260601-102626/results.tsv -rw-r--r-- 1 root root 90 Jun 1 10:26 /root/hmn/test-runs/20260601-102626/results.tsv sha256=1073ebb74c9af11931998576dfce611b458ac926f00261a11128d4055444adff status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file ### FILE /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log sha256=2766e8470bc4b8f5809858f6d5ffc61893daf533d898a5a3831cec1ed97b3e16 Backup: KEYMASK-before-vpn_test-20260601-102735 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:27:35+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=37cd43bc2ec0784b5c65feefb8496b629ba9e1ac2c7b7a87e29cb2beed1f6482 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40023 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.45 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt sha256=b6b5dbd5a1c15c835f2793155b59bd896bc141080ceebedc5ad70475bf8d4fb6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40023 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 994 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log sha256=cb342418f7f90b2131873254cdb74e2740b753794e7ac60733c1efb3048ae677 Backup: KEYMASK-before-vpn_test-20260601-102749 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:27:49+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=ea8f928c34988e57e9de337a2e4653b14a2082fd500476fa081d140e643ace07 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33563 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.24 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt sha256=d67f21c25143e9341ea5b8c9a72d69a2c4ab724fc69ecb1eec9a68db9883405d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33563 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 823 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log -rw-r--r-- 1 root root 2001 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log sha256=c7f917688759245ad73b2e6113e4654fbeaf32ced3ba2ad6e636822638e3dd13 Backup: KEYMASK-before-vpn_test-20260601-102803 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:28:03+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=232cf802990ed841aea93c0b6a6c0d8c351d24a4de90cd8b0ebde3003ad1a099 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=74.403 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=59.472 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=58.483 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 58.483/64.119/74.403 ms ### FILE /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 466 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=4dfa89c4432b99dead7d9d1934a70898119990f2478a898da72ad598a7a7f1aa interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39088 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 854 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 464 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt sha256=ac090092ba356af0fa95d8af30cd711321f30a0ce6e4b03db2d1b0341e980e1e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39088 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 470 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log sha256=c8bee59351f8cbd483cddfa225efdc018e20eccc1008bcbdc3266e7168eee7b7 Backup: KEYMASK-before-vpn_test-20260601-102815 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:28:15+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=963a6730178beff85217e30d3d7737ac49327dde80ff022021d8a341bcae9a23 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=56.310 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=55.938 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=54.979 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 54.979/55.742/56.310 ms ### FILE /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=f540ff940301ad9af5686d7f04ab3d1158d5bec029c000c27491f36a972c7173 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40742 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 11 seconds ago transfer: 476 B received, 807 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt sha256=2ecd44465fc982f031a0df529052faafb11f6259bee348ea1516903555620108 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40742 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 423 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log -rw-r--r-- 1 root root 2011 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log sha256=d77ef0f1927d706f54c3ee6cba1aacbe7f30a306ff4b3426bd7a87011132db08 Backup: KEYMASK-before-vpn_test-20260601-102828 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:28:28+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=7eeed7e0f71b4af8733cbe96dd33fdf314cc726effa95f316a3846ab69eb2e43 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=64.019 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=82.234 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=63.430 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 63.430/69.894/82.234 ms ### FILE /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=41888d93adce43f581c987315eb0d39030265fbf6d85ff2206914191d995b4db interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49716 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 934 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt sha256=a27d8132ff7953ba53cacc1689afe6758cbe25eb4c40f4e07427b161c7c3ab80 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49716 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 550 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log sha256=9ee1c1210a21f555880db4b25a3cb8112d3feaeacc7b538a7eaa4b52435b8b55 Backup: KEYMASK-before-vpn_test-20260601-102840 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:28:40+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=09dd78ecfe467b220ed64c5b03406f2a68cd98d340633a3ee92d67f0f35c2cbf PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=369.882 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=370.793 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=369.920 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 369.882/370.198/370.793 ms ### FILE /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=5645542529df5ec7ae6d907a6e1f2f825cc4833221431531c58e49e43b8dd1b7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40294 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 844 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt sha256=60fba6cc30bb9a31887c4d3815fb47e834ba8d365a56eee303bcc43bfeae7b34 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40294 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 460 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log -rw-r--r-- 1 root root 2023 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log sha256=ae09b9aa3b0db9d45b89f3ace0ac66e535ffd6ed200dcbab3df60fba16eba6cd Backup: KEYMASK-before-vpn_test-20260601-102853 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:28:53+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=d2437a9739b597d7fb8c186b6d8f32fb487daf33d9d7651c474ad6f3cc3905bf interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46692 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.18 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt sha256=0cae768faf1891236de662ae2aeeaf07a221a12486d562644b1f487e4a8d3b75 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46692 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 819 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log sha256=7d49a06596eb15685c7a6e4e370d25fbcb4ff70f4600235c8d10136150568071 Backup: KEYMASK-before-vpn_test-20260601-102907 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:29:07+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=68db2e8dd02e511c224f279e35a2644eda6b16dc111012a76420ed995814231b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47163 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.41 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 431 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt sha256=2704c79988aadd0b2732005448cf4ce7c26fe79381e35bbf684fae8e61ee7582 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47163 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 927 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log sha256=872e81c1fb65b0b17a3d500db61fa49a360e7d0b7bd542e7fd3f46faf1d3145f Backup: KEYMASK-before-vpn_test-20260601-102921 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:29:21+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=1ec62c6b8e7adb3cf2908618277d1e22d39be97bac49c1a852fac3a8a0be31e6 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=85.220 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=82.968 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=83.140 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 82.968/83.776/85.220 ms ### FILE /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=bf69d0efcfcb2e10a39599333af35a1cf61cbc4b3a199274ece5dfbfa729ea78 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40314 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 886 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt sha256=488258183fdc7e8fef93daf5df22ff8509f4de3cb817847cac959a8c54ca494f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40314 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 502 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log sha256=9862eff02243b9629865c4870574522149adedaa69b566040b335bae38aaf8d9 Backup: KEYMASK-before-vpn_test-20260601-102933 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:29:33+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=5530f217e7e532cc5eab7871f3adab2951f5e51f5f8516a715d384346e91f3ce PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=49.449 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=48.772 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=49.280 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 48.772/49.167/49.449 ms ### FILE /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=d6226cf917a5cc66e4e83e28d4d85e96215af291d3b0b944b630c679ac4c2ca4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52946 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 879 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt sha256=c4fb5ad2d7f8891a2e5376196dbcddbd239ec1ed6a1e7d313ae343f1c2ec3fbb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52946 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 495 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log sha256=fd09269162cd441141c4cd9d45c48da2f2f55bbce65a58d732e1d432732fee82 Backup: KEYMASK-before-vpn_test-20260601-102946 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:29:46+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 333 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=a4ea5df43cce040e931054242068f729825487ab2275ec025b79b5a34fe6ed58 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=77.100 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=118.109 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=76.481 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 76.481/90.563/118.109 ms ### FILE /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=415fc236403e5d81e5afaadc8d78af72e8c8254f4b558469e2ccc88467b33acc interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37434 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 789 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt sha256=9fdf7325fc5a337b39e2b065116223e333ac887007cc78882e370002132503c2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37434 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 405 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log sha256=0a78261112a0be3784756e06a139ad4518d429e1640b3d649154161f2b22f8fc Backup: KEYMASK-before-vpn_test-20260601-102958 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:29:58+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=e85faadc170e7fe3fbc69ecf8cd62c2811346b6f3315dd18e3ac44030f4b20ca interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44707 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.19 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 426 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt sha256=afa46f1b20529990892e750f52eb1215834708dfe5f554d18c91bad2e6557d09 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44707 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 823 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log -rw-r--r-- 1 root root 1984 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log sha256=bdfb0c8dcebaadd19166cf97ab29925cfb732a020f532872e3a2663e12e2df1f Backup: KEYMASK-before-vpn_test-20260601-103012 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:30:12+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=28b691dbdd8995fcf10185ca07bf4dc41cf31a1c5c3b4d56b3a266fea745a389 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52364 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt sha256=e3f8723deea95d2e50bd68edbbc96846936300299bd2eb60568209fb728f403b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52364 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.05 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log sha256=b8921af2ca1944aa535140436238313759cdb6c48b465d7aaebbcf5344ecf42a Backup: KEYMASK-before-vpn_test-20260601-103026 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:30:26+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=611424a0fdf8c7e37df548439892b2d1b2ea0048740688866a4dc7c42f8861de interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43382 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.29 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt sha256=cb933332af293db1c5858a63ed6c0b2d11d3cf5d3b46d1c2e2dd343a3f2507a5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43382 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 886 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log sha256=a92f7d238259234d42f83e61ae54df627529ae8a2c62932e5953f40e25df93a4 Backup: KEYMASK-before-vpn_test-20260601-103041 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:30:41+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=68a69a898bc6e4148a8415369736bd5601c769694a32381a2313eed468af661a PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=79.359 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=78.787 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=77.670 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 77.670/78.605/79.359 ms ### FILE /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=39e0adddbec112605ec22a64c0535119f412fbb6573983381fc321e2f39993ea interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52119 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 818 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt sha256=615e41a68183803febbf334d923803c6cca937162a545b784e375c00a76c91ea interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52119 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 434 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log -rw-r--r-- 1 root root 1987 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log sha256=6672f0004051ee9885a4e628aa57d03d0038826dd84f8b58de4e5219d093dffe Backup: KEYMASK-before-vpn_test-20260601-103053 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:30:53+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=ff7a5b0283919fd91d430ff8e1d83e982ee39b4baf5d9adb03f7ec7a0f899fcb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48179 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.37 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt sha256=9ed9e42415bd92e2b5df7a3185b7299586ba47131a8f88eacdf7fa1ef1e21e63 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48179 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 959 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log sha256=8ae4a46bf71692f61d62c9b981ce6619672de570022056e3c40b14f2007556d2 Backup: KEYMASK-before-vpn_test-20260601-103107 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:31:07+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=a3bfb4d150f85565dc7ed1a3409c2d01c73dfeaac9c5b2ab804800d03e3ce6df interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41765 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.35 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 427 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt sha256=c0bce5d8d461077e57f6ae37de1928f9f2b887a59a8e53ad1090b8b7d6f069be interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41765 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 897 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log sha256=4529deb8d9fa350e96fcbec0a51808ff4c16732e25d325ba604c13cc4eb1dddb Backup: KEYMASK-before-vpn_test-20260601-103121 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:31:21+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=ef382e89a6a391ade8a7eeddcd9c284d9c5a45391d6ee703cb02b735ca8c1791 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=130.850 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=159.815 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=159.443 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 130.850/150.036/159.815 ms ### FILE /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=cd08e9d16a5c9dbd766074086bf22762e9ce6de635fd6de05e8bb131cef92a97 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33012 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 777 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt sha256=2771bf96d83139275ff590410cd56e75c1b483d8d585941a033055d85bb84326 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33012 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 393 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log sha256=b2b8300ee13320a72696d36ecc46329bb7e5847f43a5eeb6436dea1fded9d34d Backup: KEYMASK-before-vpn_test-20260601-103134 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:31:34+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 334 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=a09202fc2d984275b837292b2a2f1776cb21b7fa6a98b9c2b96160343490acde PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=90.372 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=155.162 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=90.975 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 90.372/112.169/155.162 ms ### FILE /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=11a184d0b2e54dcc7251345d9e614639d0a899f6dc596bb50346ead00a083d04 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52051 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 913 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt sha256=4b4b40ad90420797b1345b636a36f6a41d04f8bfbc81e6bc239f3a37b67be97d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52051 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 529 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log sha256=33d0c729fb40739a61067081664108cec7b08ed0cf212f8eabf97ed8132ab9d2 Backup: KEYMASK-before-vpn_test-20260601-103146 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:31:46+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=78de0127c8036987601000b06bd3df491ae1f7ac5a1d8f69f052951b81e00979 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=42 time=204.254 ms 64 bytes from 9.9.9.9: seq=1 ttl=42 time=204.952 ms 64 bytes from 9.9.9.9: seq=2 ttl=42 time=208.941 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 204.254/206.049/208.941 ms ### FILE /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=a63ac220f7a2108d6781d94de7c77887a5cb22f6e648294bded92d2a6d005caf interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58154 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 927 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt sha256=8fc9a33c8111d78840fb9b151262ab12bf79924c6f766852f39575686f21216b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58154 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 543 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log -rw-r--r-- 1 root root 2010 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log sha256=b3622545bc6ea705013a8b801b890fdfdc54c74b58a85ac558730ad9b7187af3 Backup: KEYMASK-before-vpn_test-20260601-103158 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:31:59+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=857b2d42f1c5cb9da9283e66c43ca9fffb4a20b3c4da20f35d999a912f405d16 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49882 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.40 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt sha256=f0b38b7803270796e30c6e9486c87ed8213ecbd57abf892bd328f18c8b281cdc interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49882 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 931 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log sha256=73e198f8ac34264d0daca94678570b179102b0b7115907e8a0136404a1d9efd4 Backup: KEYMASK-before-vpn_test-20260601-103213 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:32:13+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=2cac901f99c17836ebccc0b197373af4535e8037182013edff53919eb2b8f4ff PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=32.267 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=31.816 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=32.044 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 31.816/32.042/32.267 ms ### FILE /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=16875e839091299d7d659959ff2dfdd6494349913e38505135745031668a5354 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46144 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 913 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt sha256=ade44c8c3058a7da43b39e9dfffd68079181e21330fa73babc12d9ce8596ea06 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46144 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 529 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log sha256=0eb080dad598075b35360ebacdcbdb7a9ed72102a40e751f64cbadcad1aa2656 Backup: KEYMASK-before-vpn_test-20260601-103225 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:32:25+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=12169a54bf1f1d5431de76e6ea056127eb8c097ab246ec32f166ef62238ea806 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38150 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.20 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 428 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt sha256=936ec5e07770e4d20372641cdb0805bebf7f6ddfe38cf67306bfdd756252b392 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38150 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 834 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log sha256=22ebc7664b509a9392da208a7e64583d406a368a4e8b8a6dba534998e7d785e6 Backup: KEYMASK-before-vpn_test-20260601-103239 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:32:39+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=59d5a0b4c72dafaa540ea1c63e6265b1a042792d7f82d466fce5eaf7828d2c0a PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=60.281 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=57.685 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=67.623 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 57.685/61.863/67.623 ms ### FILE /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=bb0ed779738f042aceb4e73e772334412a056062872803365fd435a8823cef50 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44468 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 816 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt sha256=a04de1d0cdf58a6905ff6c74c517a67a9f9de56b6e0d243527ad13d1b2b49f26 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44468 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 432 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log sha256=38582fa8a3608eabc97d0677eafa967e95a1c58445cc21e43a4d475505bae951 Backup: KEYMASK-before-vpn_test-20260601-103252 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:32:52+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=6fadbc5931d7a4a556c8a3ddb91e91fbe39325c573e0d779d6126e351ea8f4dd PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=69.753 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=52.895 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=53.527 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 52.895/58.725/69.753 ms ### FILE /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=7e345b29c9750e30d016dd8e023e2b9db74e72e331a396f696ce7d1ca8ec201e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45822 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 822 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt sha256=eef76881919dd0c99741ac0d25d03d6fa14420aff78cc38748bb578fbe7998b6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45822 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 438 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log -rw-r--r-- 1 root root 2017 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log sha256=9949f89ba0493da0d779047753ee4cf7ea71b49692fc7dea4db6354d0acb5536 Backup: KEYMASK-before-vpn_test-20260601-103304 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:33:04+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=a770e3c4c623893e3a61726e41bda4f42ad05b13bb689ede883bd3bb3bc2f393 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=51.491 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=51.640 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=60.063 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 51.491/54.398/60.063 ms ### FILE /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=8eec3825012e272c6d7e1b8217ee0ce94647bd2452c09986d90f94377175c784 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40419 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 748 B received, 898 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt sha256=13b027ff56b5794199c6251cf8770d7a7bc931478a9bf354b1476a6cfaeec15f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40419 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 188 B received, 514 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log -rw-r--r-- 1 root root 2012 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log sha256=34aa26ef247f0b3f7818bf188613e621209ae72024ce5b0b04d57d63cb1a2818 Backup: KEYMASK-before-vpn_test-20260601-103316 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:33:16+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=9f0380868c49fabd264a027f1cd0cf187cab3fab157c8f8ada50f570ad0f51b0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43630 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.15 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 429 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt sha256=56342e5004ead3e19987a1ca2fe2f71840678e421e11448275c70f49ca7f43fa interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43630 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 transfer: 0 B received, 804 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log sha256=9ef71b5e13a5f0e0f790748d7eb56e4bc3a8f29d5fc2afa6f2604b4f7428be67 Backup: KEYMASK-before-vpn_test-20260601-103330 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:33:30+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=2a25bc76947139f774bf27ad2e2173802d1c02f8259084a73e0ba6a0412aa730 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38788 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.32 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt sha256=17807eefde58e9d22afce3f8831e02f4f3ffb32dfce3b19ab9c093fc2fa002e7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38788 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 884 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log sha256=8e555748f1c6b44f8821fa057d3cfadeca9571fb83b9dee0b53614849bcfeddc Backup: KEYMASK-before-vpn_test-20260601-103345 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:33:45+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=71e4ebf1fb5f1752af205a55c45da4ea8980bbf36d51fcff99cb0285b775b3c3 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=64.384 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=64.447 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=65.320 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 64.384/64.717/65.320 ms ### FILE /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=93cde980d3f00d220199e21c18f6dc94d5d9996eb7de32ed6bb47411d6c0c589 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53708 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 887 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt sha256=4aa4561f0ac0d3e4a1b01bccb4a5ceec4efce105da98e5a5587ee7a4ab92267f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53708 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 503 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log -rw-r--r-- 1 root root 2000 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log sha256=fd9b2ba79d308fe80dc6cb344581c3a5bb66c7117f53618bce0da163f1cc73f7 Backup: KEYMASK-before-vpn_test-20260601-103357 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:33:57+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=48340c5ca51f52c74cda209ce43a1bb80c607bc4e5cfd9ffaead0fd456205202 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34733 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.14 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 429 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt sha256=e879541a83a31f093df5984cc6f2f41d57494936c93e0eaed05bec9042c8319b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34733 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 773 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log -rw-r--r-- 1 root root 2022 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log sha256=19591e932a9f9d40ea17d04098cc900c8957d480f53949ac1c6b5e46016339cf Backup: KEYMASK-before-vpn_test-20260601-103411 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:34:11+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=ee343234ad1fc70da517c3bab45949fcac44a79b2314825bcf4f4d023ebb908f PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=274.754 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=318.989 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=273.184 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 273.184/288.975/318.989 ms ### FILE /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=3038a503756e22c911340a7c49477c251fff81ba4c2c742ff4d2cac9526da5eb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51144 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 880 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt sha256=32237d26689239f951ee9c01241d6af78029feb5ccd19cd19182bb740186fb15 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51144 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 496 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log sha256=38f557ab1d7d122f271f474bb32f8111856f88898bb90d8494c2d84cd9a2e02c Backup: KEYMASK-before-vpn_test-20260601-103424 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:34:24+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=f4355c52463dc5361a5dfc6c79544f195008ad885d31f7daf502157f48e8b60b PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=28.156 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=29.139 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=28.633 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 28.156/28.642/29.139 ms ### FILE /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=8f8759983da2ff5b2088249da5117e301db67af0f330ee12a57246bd3e5212bf interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42510 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 769 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt sha256=1d1cfc76e8f2f808108a29ee8fc76dfbe36c62a20f056df67a9d55e38d79bccd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42510 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 385 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log -rw-r--r-- 1 root root 1999 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log sha256=7cddf819e8891b1a9642d244989b7037ff7aac0a42b2186460b949c9bd815647 Backup: KEYMASK-before-vpn_test-20260601-103436 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:34:36+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=69fbad7d3da468b7b7f15705855b9c53d573452974e11ff40475d1d76fc45025 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47996 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.14 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt sha256=f1c986795af6d64957a8715474f7464341145d21bbb4cdbe7e0a13a24f0d43b3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47996 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 transfer: 0 B received, 782 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log -rw-r--r-- 1 root root 1992 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log sha256=ea29db3d765598d56e7f8c5489714a0b16ed603df1da1cd00143d6930e95f533 Backup: KEYMASK-before-vpn_test-20260601-103450 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:34:50+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=659eadbf73a0d68ea40686b8e9cdb08f843f2c37d640c0c26e7dc126c14f0ec5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60371 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt sha256=0ea70f5f1e1e4565a5f720a393e39e63fd2d0d5941a622d1fa79b6b20560e0f7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60371 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.02 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log sha256=103cebe3a4fefe4fceceed178b7c7d10367cdc496da1a6114df79cf2de49540b Backup: KEYMASK-before-vpn_test-20260601-103504 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:35:04+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=1ad096474c72476066dff4b8d827d1dc994684ca8f6d88affd3f9c1585f771b4 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=174.843 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=176.032 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=321.418 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 174.843/224.097/321.418 ms ### FILE /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=53d443849891403ccd60c1c6be36bb03480347844d3f1384c3b578ee76f57be0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37223 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 881 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt sha256=563f82fbf0504642b1b38df123dd7af38ac3385914ac508f95093ab374a967a9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37223 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 497 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/results.tsv -rw-r--r-- 1 root root 12152 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/results.tsv sha256=648dbf81849802830412648f306365b4114cc9a17be490d0035dbf8621ee6a33 status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.45 KiB sent 100% /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.24 KiB sent 100% /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 12 seconds ago transfer: 476 B received, 854 B sent 0% 64.119 /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt OK 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 latest handshake: 11 seconds ago transfer: 476 B received, 807 B sent 0% 55.742 /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 12 seconds ago transfer: 476 B received, 934 B sent 0% 69.894 /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 12 seconds ago transfer: 476 B received, 844 B sent 0% 370.198 /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.18 KiB sent 100% /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.41 KiB sent 100% /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 12 seconds ago transfer: 476 B received, 886 B sent 0% 83.776 /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 12 seconds ago transfer: 476 B received, 879 B sent 0% 49.167 /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt OK 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 latest handshake: 12 seconds ago transfer: 476 B received, 789 B sent 0% 90.563 /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.19 KiB sent 100% /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.55 KiB sent 100% /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.29 KiB sent 100% /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 12 seconds ago transfer: 476 B received, 818 B sent 0% 78.605 /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.37 KiB sent 100% /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.35 KiB sent 100% /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 12 seconds ago transfer: 476 B received, 777 B sent 0% 150.036 /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 12 seconds ago transfer: 476 B received, 913 B sent 0% 112.169 /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 12 seconds ago transfer: 476 B received, 927 B sent 0% 206.049 /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.40 KiB sent 100% /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt OK 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 12 seconds ago transfer: 476 B received, 913 B sent 0% 32.042 /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.20 KiB sent 100% /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 12 seconds ago transfer: 476 B received, 816 B sent 0% 61.863 /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 12 seconds ago transfer: 476 B received, 822 B sent 0% 58.725 /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 12 seconds ago transfer: 748 B received, 898 B sent 0% 54.398 /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 transfer: 0 B received, 1.15 KiB sent 100% /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.32 KiB sent 100% /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 12 seconds ago transfer: 476 B received, 887 B sent 0% 64.717 /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.14 KiB sent 100% /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 12 seconds ago transfer: 476 B received, 880 B sent 0% 288.975 /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt OK 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 latest handshake: 12 seconds ago transfer: 476 B received, 769 B sent 0% 28.642 /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 transfer: 0 B received, 1.14 KiB sent 100% /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.54 KiB sent 100% /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 12 seconds ago transfer: 476 B received, 881 B sent 0% 224.097 /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log sha256=9776ec7a3aca294f490825c0a9f1270189e56ff6a4221475f10ef9c7c67cbba1 Backup: KEYMASK-before-vpn_test-20260601-144432 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:44:32+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=37c9d109e325e17bbacd3b0a07f223d1ea5db60503d7271079707265d8994a14 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35279 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.49 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt sha256=de8abe91cb739875e4017943d7dc8fe12a477f6339dfe8231f37ae8f740e19a7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35279 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 989 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log sha256=f4b8db852dc13c077073265d1fd9968e3f09628ef47e7b37ce9d7b0b0e409bee Backup: KEYMASK-before-vpn_test-20260601-144446 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:44:46+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=1b952c5c517430fe24c5b45a46909165a6d749149fc85dd8370a9146da59d36b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39565 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.16 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt sha256=3181b433db1283ffb8f105ccbfad028c1c1932fa8c75b214becdad7248d5c686 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39565 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 821 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log -rw-r--r-- 1 root root 2001 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log sha256=b37bd447be0ce75df8d890ba09a92bbc634b2de2bfcca0382ef3ff728cc17a32 Backup: KEYMASK-before-vpn_test-20260601-144500 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:45:01+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=6796b0a8f676923cd27418cee9c80896830c5bcbfe6291b0f98a02ab24a6be81 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=59.663 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=59.137 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=57.873 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 57.873/58.891/59.663 ms ### FILE /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 466 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=c0fa1ad6b6a9258a036b123222774fd821ffbca66f859f8b3536fbd7f6476ef9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51008 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 822 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt sha256=3b944de6551f7bb2313b9b9535d08f31b2f51127fe9edfac19072a521dd5dfa1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51008 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 438 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log sha256=2093de64b94b6b6290994c5d478ea2ba0b17c7b1d51cf0d598e1015ed70aeaa3 Backup: KEYMASK-before-vpn_test-20260601-144513 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:45:13+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=59e3b46ad0e24c5954688ad0f16da3d8aba41a7ff9ca1eba4863ac48e94fb9f4 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=59.103 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=59.336 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=57.974 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 57.974/58.804/59.336 ms ### FILE /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=1b6debb7bd1aa4d76f58f2d446c99b3337c8047dd5165f20ee1f3d5543f8e1c0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43355 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 761 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt sha256=438a01cdbfcafa579be9000050a9279ebd399e3a38468b725f6bd30abdbf0480 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43355 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 377 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log -rw-r--r-- 1 root root 2011 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log sha256=881020e0f9233b98e1eb3ff4dd4a01e828b9f5c5b339c88108ad038bdee36fc3 Backup: KEYMASK-before-vpn_test-20260601-144525 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:45:25+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=514a7e8d5d66919ada769304b86481fc22a431857cd6ddd559ce68e6360ae98e PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=59.630 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=60.205 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=57.647 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 57.647/59.160/60.205 ms ### FILE /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=f7e224c668f4b44831a42d6724e099693274f5e641315d3df2231f77d147bbfd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55989 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 950 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt sha256=82161289339c470d89d998198ff07b96a49b80a3e7fe3218200978fef5ccd873 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55989 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 566 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log sha256=1578981e19f8e80b7dddd4d06eba103921648e912d20feae12cd78fbf287c42a Backup: KEYMASK-before-vpn_test-20260601-144537 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:45:37+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=fd434b0cf9ae77d9ea9adda5cfaebaf8db5b4e3deeb16cec224a9e56d7d5c4bc PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=372.764 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=374.606 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=372.655 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 372.655/373.341/374.606 ms ### FILE /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=00b690d369e769e2c2b6749970f3e5b44e4b71ed7a0fdc64067008cfed4aa541 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36581 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 829 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt sha256=af329f9ec2d85860fc112729e5569cb2db476d9ca270bb50fd127a0cbb6fcf4d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36581 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 445 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log -rw-r--r-- 1 root root 2023 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log sha256=2374d4512ec7220f194c160ef9a86256ce700502681d696e980d4eb105610399 Backup: KEYMASK-before-vpn_test-20260601-144550 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:45:50+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=ce5fd8282a9c074aff716712aa9bdf2c9ba2684b6c8d2ed377650b93b339411c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56122 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.14 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt sha256=8eaf024bc95ac2b7ac4ead2171732149fbc61a3ce916aa2ae1f84cbbeb491356 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56122 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 759 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log sha256=0353028e0359b944bd480c253dfef7d5347e388a853080f64882321b847f5528 Backup: KEYMASK-before-vpn_test-20260601-144604 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:46:04+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=8829ddb8b53a5e99614ccd0fdb018919cc487284b266d9575c4f06710acc9727 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44985 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.37 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 431 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt sha256=58d97dc21618f072c6eb7f41032ffef6f41bc3897d6f9b08eff4327cdc74249e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44985 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 952 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log sha256=f6e77e5640a93eb0c32179a975e4430479172ca9e3cffe1d24ac7380521bd15c Backup: KEYMASK-before-vpn_test-20260601-144618 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:46:18+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=c2e55e536454cf7f9be1a5191178cb9e471e5d555571ded12c7e9656eaf54490 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=81.006 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=80.698 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=81.190 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 80.698/80.964/81.190 ms ### FILE /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=b5a0a196f24ed540312cfa5f4a9ad66e5ee8a84ba847bc910e0243c5c3f64b9d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55264 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 849 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt sha256=595be7751f73a07adbf579a9daf1c8992ef253ab02a2627198fc66d0a46a05a3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55264 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 465 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log sha256=c975f42f9bdf1bca4b7a0b5b61cb313a8c4b67578368d741f2be29c458444541 Backup: KEYMASK-before-vpn_test-20260601-144631 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:46:31+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=f5d6147f74dda27e69a6830aac062912b0a76fcf0d77dabf390d94442a6893d8 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=48.129 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=49.411 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=48.864 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 48.129/48.801/49.411 ms ### FILE /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=4b08e70c9906304faabe35378820ba57e1be931b8a45ca647a362632e6ab4bf1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52946 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 868 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt sha256=9893a95400ab161b52e5d7ceedb77479bbdd1c2b2e7d06a5448c89ff1aefdc34 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52946 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 484 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log sha256=82cce059a566a34d5eb814f17ffea3e80c6613c7265125078023d7c4b1a1cd6c Backup: KEYMASK-before-vpn_test-20260601-144643 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:46:43+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=b0b0e428f644b33f91f9ac679acd0b5a8b8eb0d85d738dfbb8cd5e716a6e231b PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=80.826 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=81.747 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=81.179 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 80.826/81.250/81.747 ms ### FILE /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=62a82078371b5e24ffd3b733c7dc4bf27ba7786c08bc001eea0a0d90e45ce5be interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35814 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 795 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt sha256=b314b55ac2830d450079c8c20525c1322be3ca6fa92a397081ef4c83e08a8e8e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35814 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 411 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log sha256=022469a0e676cbf865e9c3457ea06683aec77d289b96155dc5023595279f2776 Backup: KEYMASK-before-vpn_test-20260601-144655 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:46:55+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=3e891b74d9a2097dbd4cf714356c8d25c15a2bd6f7936fb5028570d66a22e7f6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47736 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.22 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 426 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt sha256=bc1b0445c367eb18b66820668fdd1a3d33b0d96a0ae18efb973103735571916a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47736 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 827 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log -rw-r--r-- 1 root root 1984 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log sha256=2c93bca35c221a566dd298227a5d1fbaa8911c4a49e94673b54aee6c433dcac0 Backup: KEYMASK-before-vpn_test-20260601-144710 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:47:10+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=1583396fdd168f6daee8753edba3928ddace0ac0ffabaeeb11c3b353765eb21e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52408 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt sha256=8f5aa063802b57d663603b87971df2e9748dccb67f993c060c2261c7400601e3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52408 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.05 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log sha256=c45a5be6047099fbc3bc0cfe5a727a2e6eabdd0cbc982f86108bd80e1da8d451 Backup: KEYMASK-before-vpn_test-20260601-144724 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:47:24+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=39eec5ddd7424cd40a300db6c475064424f3582dcd45790c989d0cc56fcb9de4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33191 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.21 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt sha256=2177e0ceda55819b7d83534d0ea9d0367d108aaae773a70ee1797845e759361a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33191 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 833 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log sha256=24b8bc9c7e54e9e57a366bec9170207d459879e2d24034cf9d9df09a0bf27393 Backup: KEYMASK-before-vpn_test-20260601-144738 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:47:38+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=7f69ccb6b2dc925df2434eb197c887a3e98e9568ba482293813f134a78fbeb20 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=73.800 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=72.232 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=72.765 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 72.232/72.932/73.800 ms ### FILE /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=8bb5cd827bebf1ce293f45e5d28e1df4c7f01b5bb055f8296afb8c08adf51c94 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48923 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 811 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt sha256=470bd4a61a04b49c980af55d603c0c85ca2c1d4f1cddb5a7cccfe1ed909f5dd5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48923 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 427 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log -rw-r--r-- 1 root root 1987 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log sha256=a4528b755012e2dc82a8b831570ad83ece4ad2bebf1595df5489ba9e2afc117e Backup: KEYMASK-before-vpn_test-20260601-144750 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:47:50+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=f989cc2122357f849a839c474323f1a4b949d40cd8ffa655afea401b055b4f16 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56379 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.44 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt sha256=1be884053a958811bd104547e210591bbc0c31baf384368e246b16898d7a28c8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56379 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 995 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log sha256=f680e3f67a43c45d05b40ae13bbda2b80a2203535ac8f9b55259c72513f8e7d7 Backup: KEYMASK-before-vpn_test-20260601-144805 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:48:05+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=9ce05a93fae0140809d4fc29931363aca0ba8b23cada50ec43320c6b997f7b93 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34932 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.42 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 427 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt sha256=c20494d52f75a871e0c8f43a11a5e7193b623aeba6b165ccfc2f21696f53b15d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34932 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 986 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log sha256=e7d4d0790920143c8e27b5a9faf6903c576debb4ddef543d87117d53fb9be314 Backup: KEYMASK-before-vpn_test-20260601-144819 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:48:19+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=486caed2086371242058115cbd0cdf28727e4b187d93592973d7efba5682750c PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=126.255 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=128.962 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=128.200 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 126.255/127.805/128.962 ms ### FILE /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=c37ad72123a308c202c9faca9e39ac6116ab0b4524b1f04177a48dccea134952 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56202 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 812 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt sha256=56b22ea1272a4a31eaa24451fa949723eb76360cd159c6274380b066ee0b6832 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56202 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 428 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log sha256=1c5521732f76faf74185e2411ded472b5ec35370974d130a4fe494185e7eb38d Backup: KEYMASK-before-vpn_test-20260601-144831 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:48:31+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 334 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=d569de629d977411c56a5c4bf604054b02f8223f45d9f736ff25696fb2764985 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=70.368 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=68.400 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=257.541 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 68.400/132.103/257.541 ms ### FILE /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=c59cb2048f9dae94775716a4514ee5f659df6eb81c497afa198d8f0ef61458eb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47756 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 13 seconds ago transfer: 476 B received, 932 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt sha256=4bd723a1c4cf5de4c4d5700f7f57206e828143f58dc72bdd9b463dd3d236bae3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47756 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 548 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log sha256=8cfe4e67151c1b952f30abd327f382a37ae5c9fc63d63b50dc1eee82a6e7207e Backup: KEYMASK-before-vpn_test-20260601-144844 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:48:44+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=c093e02a0997c493eed8b942f4f304ac92cd54fc18c544c3665ca928696c312f PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=42 time=205.705 ms 64 bytes from 9.9.9.9: seq=1 ttl=42 time=204.926 ms 64 bytes from 9.9.9.9: seq=2 ttl=42 time=204.915 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 204.915/205.182/205.705 ms ### FILE /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=1db37b9630cf42ff0863dc92d8c1036187e229c1f82237a684e98a438923990b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39836 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 898 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt sha256=125c255e8d26e635942b52c40cf92f79db9f35470629f461cfe8d0e21b337f0f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39836 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 514 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log -rw-r--r-- 1 root root 2010 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log sha256=3a6ea355097985450407325b5ec9183d31c305d66e77ba9a24217c3c9e4eadb6 Backup: KEYMASK-before-vpn_test-20260601-144856 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:48:56+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=1efd57df90676d8cf70bcc3d27be67cba77cbfb9bc4c2ddfa347fa7f85daef21 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=62.208 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=62.950 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=61.973 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 61.973/62.377/62.950 ms ### FILE /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=7d89424ef9ed554e47cb41571277d187b5a8084f52d2c6927425a0f2435b08aa interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51530 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 853 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt sha256=cdafa69c797a16e8d9887ca3e30e5f86e50e5385c3353561d015f789589c03f8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51530 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 469 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log sha256=17d1bddf0a324c5aa2d832f15cbd6c5efd656cf61ccf3facfa4ab8e298bfbefb Backup: KEYMASK-before-vpn_test-20260601-144908 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:49:08+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=834a62be86ff0961d21143e36d5c921c3eb95b472dbacc8f269037129eaae87d PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=30.970 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=31.703 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=31.538 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 30.970/31.403/31.703 ms ### FILE /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=c3b2ffeb28daf3d12f7c657a39f724886c5daf400ce5b7c055eade6a9af63a98 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43590 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 921 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt sha256=0bdca220fbfaef3dbbd7cb92bf5ebd5a926a591ca1fb342fec3818ed92277dee interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43590 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 537 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log sha256=5493f95b9d3c61595e4f0349892dff825865ae5093b8fba57af0b8774c8a48f2 Backup: KEYMASK-before-vpn_test-20260601-144921 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:49:21+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=8eb5dac2b9956115a4721a34572836f2616b784613bbbeba3f881620fad7ef62 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44423 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.16 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 428 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt sha256=aacee6a0a86127844e2afc1c3d40f1a6f1bab1de126e2aae2c251a3bd2a0cd6b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44423 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 783 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log sha256=ecca8dd671d08d63b7ee7f53756628151b2e945a724ab8ac7a33acbc88551baf Backup: KEYMASK-before-vpn_test-20260601-144935 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:49:35+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=06c0f35baade698ec4b961411d95bf115cfd3f493101ae39ea9c79f6ac5df2b0 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=89.898 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=62.756 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=59.820 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 59.820/70.824/89.898 ms ### FILE /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=4d3c79e8671839faa1770b6ee03ee256ceac7309dc076e57f68507cd3fa97a01 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39896 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 789 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt sha256=38be48416f3047b72641d92426405e101f49335003a4608fe4c3e1989d25f438 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39896 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 405 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log sha256=917a863503a7e1438a9a0a8335567b602f342bdc6c97db94bcd2a1f1c7abd43b Backup: KEYMASK-before-vpn_test-20260601-144947 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:49:47+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=4f5845e8f4d89ce941ef026bfa4b6b0ff3cc81b4550d574847678fc6617670eb PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=64.322 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=55.708 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=60.115 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 55.708/60.048/64.322 ms ### FILE /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=0033d17ff127ed35866c5458fae8b3d877b2b433385b5eaa9216d451b9f4be98 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55324 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 787 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt sha256=913d10a0798c2f8c4ba86fa46bb8ccdc59baca4cd5aa9312b5c54caaeac3943d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55324 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 403 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log -rw-r--r-- 1 root root 2017 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log sha256=861ab5a61c1cc2eeb142fa7ef4f0ef5b0dd6af9f6c0765b45a9ec0b8f221da20 Backup: KEYMASK-before-vpn_test-20260601-145000 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:50:00+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=ee5eb81fcab769ada33c388f39f975f238e91697bcc2d79447f3b4541063bab5 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=51.563 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=54.025 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=55.656 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 51.563/53.748/55.656 ms ### FILE /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=38ab1282dfe6863b0320b37531330cfa69a92df00248fd2cfbd0468bcbbddbb9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50365 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 849 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt sha256=38bc31290b29b2a6b49f9574ca0612532f00b159c8b56f561b27b56ef65780e8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50365 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 465 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log -rw-r--r-- 1 root root 2012 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log sha256=cef21780c76a0501d73afe6802e15601a8eaeea84537fcc70c520c159b1dea43 Backup: KEYMASK-before-vpn_test-20260601-145012 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:50:12+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=aa2b525152e8049a6031f463acfefb6b6a7698971e773919a6f67ec4e2e31d29 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=65.441 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=66.296 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=65.928 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 65.441/65.888/66.296 ms ### FILE /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 466 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=f1b166f8517bb97c9f96a6ed35ffabbfdd02be8aa9a2453f63bd6fefab813cbf interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59669 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 753 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt sha256=de8ec18952ec18e814cbc4cad0bbb27795b2f6873e43feb67e6708713961f4c9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59669 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 369 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log sha256=079855cd579de40c5e2757c1f210a226e1e16a75b01b6d500afb7411c342551c Backup: KEYMASK-before-vpn_test-20260601-145024 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:50:24+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=d99c04b09bd647943e09c2c5c3f46fe9f0745d479fabe623860d42f80a2b5964 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=50 time=204.370 ms 64 bytes from 9.9.9.9: seq=1 ttl=50 time=203.367 ms 64 bytes from 9.9.9.9: seq=2 ttl=50 time=204.733 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 203.367/204.156/204.733 ms ### FILE /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=096258ffdccbbe75385f3c2fae761bf234bf54b878cf98b074948dfa2a998b72 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48153 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 787 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt sha256=e16db9ef59e912eb01f21d2e180feb6749463daa17266703a54fdb8682f81eba interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48153 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 403 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log sha256=fc8c12b2aa8d74bfbe96671d5baba31881124676e8443b9eb67aaf561b77579c Backup: KEYMASK-before-vpn_test-20260601-145037 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:50:37+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=da7aa1dc3959ed9ce3338f6debf5e9d9fa1ac432e4eea77eac52791b7f14d9c1 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=67.530 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=71.703 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=68.837 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 67.530/69.356/71.703 ms ### FILE /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=cb74828feec1c014740b12573ffb8d6d3e53085175fa177b4a81b44a7a754811 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49187 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 915 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt sha256=c00b99b34600667f3ee60acc2f56e23aa2ffbf50ac8280a2fde16b9ceded37f7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49187 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 531 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log -rw-r--r-- 1 root root 2000 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log sha256=a84847f776ccd5d648eb22f8492ff41479ef430a2dad5973fe451d89b5ea589a Backup: KEYMASK-before-vpn_test-20260601-145049 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:50:49+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=f515c28d7821d059ed7affbc417da9d66a28143f313bfc67c26cf7bad6135fba interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58802 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.23 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 429 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt sha256=7d607120f28fb1f3f2d5b6f66bdd80fd3c229c0843fdf69e359b1c84bdfeb3e0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58802 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 816 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log -rw-r--r-- 1 root root 2022 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log sha256=ea5782a76c2d654201103bf49248cf035c4892608cb596b890fc570dbdaef44f Backup: KEYMASK-before-vpn_test-20260601-145103 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:51:03+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=4196edab97f8849c43ce698f555234bcc983d94ab371c1dace0d0a410d9195d9 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=274.596 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=274.585 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=273.919 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 273.919/274.366/274.596 ms ### FILE /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=97db7d2cecf124056641f55de5107a5084bae82c3ade71b30b683c467089f941 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49226 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 917 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt sha256=d4469d62db9b95a2cf01b24ef1f2b6d4f0d6c80a9d5b5d94c0d1d81ea0772b0c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49226 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 533 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log sha256=dab45d3537c9bb3925ab5b4dd175b661d36cc1ce5041cfcba9889746882521bd Backup: KEYMASK-before-vpn_test-20260601-145116 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:51:16+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 281 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=9c8dd7ff2fe4728850b0eb06a6d509d355c754ff78b99140ae77c81b86871215 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=32.710 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=29.257 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 2 packets received, 33% packet loss round-trip min/avg/max = 29.257/30.983/32.710 ms ### FILE /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=2f2b981b805b1b534bbc9d853609c0f8596b39644537d098b8c2da83af429c22 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48451 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 13 seconds ago transfer: 348 B received, 795 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt sha256=61defb2e2e3042a28444dae8fbd8e9ceceefd939605cbb46f1c0c3ae659b6b3e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48451 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 411 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log -rw-r--r-- 1 root root 1999 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log sha256=81d5f3c2437abbdfc3e68e611bd8248d958f6179fbd7c0e014d8d5b3f674810d Backup: KEYMASK-before-vpn_test-20260601-145129 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:51:29+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=b5b27c35c28832b18e31ef3406d2200dd13d476a31727a43336fe13f768ebd70 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=100.334 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=100.766 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=102.476 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 100.334/101.192/102.476 ms ### FILE /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=9f3010d0dd93eae95a76c18119a18941c8d4a07744edd23dd755916a44b5b61b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36341 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 823 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt sha256=a43009c49d0cf03909cd8cbe7a3cc7d6ad7154e7a82f87a8686ea95101184f35 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36341 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 439 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log -rw-r--r-- 1 root root 1992 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log sha256=79816e9bb8d926830424b63eaad98e6ada78093a2434b4b2a231a539c8179d33 Backup: KEYMASK-before-vpn_test-20260601-145141 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:51:41+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=5bbcd5cbc93e49570e867355c7d714e3f3262589cc0e1f3e78fecc0540153be8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41755 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.56 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 433 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt sha256=e0facbd628d55f4817d814427c8a3c93c4951b06d8edc6f2b825da6f84e0cf55 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41755 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.07 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log sha256=0804164327fb4e9598e4432fcbec38861fdb092f5e0ab035b1f6224f34030b32 Backup: KEYMASK-before-vpn_test-20260601-145155 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:51:55+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:52 /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=db06b0c0cdc4ef929b996e3b1613c5cb651192de7eced379434e7bc6569f40e2 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=181.033 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=180.848 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=182.037 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 180.848/181.306/182.037 ms ### FILE /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 14:52 /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=ea25d7368985790cea96c753dfdb754bc593d99f4d04cb32cfc2aa555978ae69 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45540 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 875 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 14:52 /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt sha256=2f59f127a2a972ed02551a20e7fa659d2b5c1962c13857cdec8ee85e5e17bcbc interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45540 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 491 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/results.tsv -rw-r--r-- 1 root root 12235 Jun 1 14:52 /root/hmn/test-runs/20260601-144432/results.tsv sha256=388e121fbad042611204c94188283acdf6c4f8e2e8caf97094f8daaa890b447d status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.49 KiB sent 100% /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.16 KiB sent 100% /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 12 seconds ago transfer: 476 B received, 822 B sent 0% 58.891 /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt OK 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 latest handshake: 12 seconds ago transfer: 476 B received, 761 B sent 0% 58.804 /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 12 seconds ago transfer: 476 B received, 950 B sent 0% 59.160 /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 12 seconds ago transfer: 476 B received, 829 B sent 0% 373.341 /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.14 KiB sent 100% /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.37 KiB sent 100% /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 12 seconds ago transfer: 476 B received, 849 B sent 0% 80.964 /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 12 seconds ago transfer: 476 B received, 868 B sent 0% 48.801 /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt OK 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 latest handshake: 12 seconds ago transfer: 476 B received, 795 B sent 0% 81.250 /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.22 KiB sent 100% /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.55 KiB sent 100% /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.21 KiB sent 100% /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 12 seconds ago transfer: 476 B received, 811 B sent 0% 72.932 /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.44 KiB sent 100% /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.42 KiB sent 100% /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 12 seconds ago transfer: 476 B received, 812 B sent 0% 127.805 /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 13 seconds ago transfer: 476 B received, 932 B sent 0% 132.103 /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 12 seconds ago transfer: 476 B received, 898 B sent 0% 205.182 /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt OK 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 latest handshake: 12 seconds ago transfer: 476 B received, 853 B sent 0% 62.377 /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt OK 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 12 seconds ago transfer: 476 B received, 921 B sent 0% 31.403 /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.16 KiB sent 100% /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 12 seconds ago transfer: 476 B received, 789 B sent 0% 70.824 /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 12 seconds ago transfer: 476 B received, 787 B sent 0% 60.048 /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 12 seconds ago transfer: 476 B received, 849 B sent 0% 53.748 /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 12 seconds ago transfer: 476 B received, 753 B sent 0% 65.888 /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt OK 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 latest handshake: 12 seconds ago transfer: 476 B received, 787 B sent 0% 204.156 /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 12 seconds ago transfer: 476 B received, 915 B sent 0% 69.356 /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.23 KiB sent 100% /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 12 seconds ago transfer: 476 B received, 917 B sent 0% 274.366 /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt OK 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 latest handshake: 13 seconds ago transfer: 348 B received, 795 B sent 33% 30.983 /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 12 seconds ago transfer: 476 B received, 823 B sent 0% 101.192 /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.56 KiB sent 100% /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 12 seconds ago transfer: 476 B received, 875 B sent 0% 181.306 /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 15:16 /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log sha256=3cd8ba94bfbcc679556b4f79105a0a018cca7a0a554d34909b5f924db32d3d76 Backup: KEYMASK-before-vpn_test-20260601-151653 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:16:53+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=6b0044999c4a28036757a3309e8d95ecb82e619326cd8df14f0a07713baaaba4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33645 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.43 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt sha256=b5f59bd293911bf273974368b6273fc2cfe4788a122412b14f83fc6eb43008cb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33645 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 966 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log sha256=c902ddb39665eb4aef8ca882f21c02439bb649b09a17e2b786fd92929ee6fe56 Backup: KEYMASK-before-vpn_test-20260601-151707 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:17:07+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=4dc559fe1054b7f5696428abccb2ae6583da053d65b3ff27cace73431b2b1a03 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57876 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.12 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt sha256=5622c6d59cbd3dad6c8fa85aa224ff746392c7ddc95613ca6141b553b8cc374d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57876 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 760 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log -rw-r--r-- 1 root root 2001 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log sha256=bf9587a2884150f5e366a05975759a6dcf23d2511875e1f47a54980f52346bcc Backup: KEYMASK-before-vpn_test-20260601-151722 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:17:22+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=0f6bf74943b92c4e4d5833560444193f0997f61b9d45a5d11ef29a536ad5956a PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=65.476 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=71.189 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=65.634 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 65.476/67.433/71.189 ms ### FILE /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 466 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=4a6f800289ee83e808e587945483b1f6fc1cc156c0f98ad688c2e82d04194f33 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38152 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 828 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 464 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt sha256=c04974cef4a3f66420e88fd1a0249e1b0670ecd62ecf866328f1449a65d7d1d4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38152 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 444 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log sha256=2a45eda63650b8ceac01f5c7be0745a8799322e72281bc3d6092bfa89659505c Backup: KEYMASK-before-vpn_test-20260601-151734 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:17:34+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=9feb5b00671b3acccc993e9772774d401a5ef95c1afe4b75b205a9519dcb5abe PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=58.702 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=58.646 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=58.901 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 58.646/58.749/58.901 ms ### FILE /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=a53aed5973af8d1f057aa7687d85be6d2a9d47549903b2bd87a49e630b093d6e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54834 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 835 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt sha256=c0fff40fbd520bf4aec339227129b8547e4db03b53c8568f0fad65df0af9e279 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54834 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 451 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log -rw-r--r-- 1 root root 2011 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log sha256=313892996170d7c2f487c91ce22e0525075f57691a36048d33671006dc9ac853 Backup: KEYMASK-before-vpn_test-20260601-151746 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:17:46+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=61e2e0aa0814ab0fe7c822ec83b48a3ffb272ddc9cee9174adbd44210680f564 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=58.788 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=56.859 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=56.826 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 56.826/57.491/58.788 ms ### FILE /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=2af48c57124afc3d0808c1f7bb0e943501a680f970786300da653a77b0f78e28 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57620 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 910 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt sha256=4896b03251c6a65607e5b59827ab3c1b16d331c0535e52eb3048a24a2a63770b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57620 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 526 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log sha256=2fab3b624b00969adffdf41eb6ba23c7014632430b693bf9a737074a24c69b7f Backup: KEYMASK-before-vpn_test-20260601-151759 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:17:59+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=b58295562a78cb0b6e02f4fcea88fe51f66a088d10bd223ea5c05c069247ee1f PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=374.815 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=374.600 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=374.580 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 374.580/374.665/374.815 ms ### FILE /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=09f5c0df2b0e3868879b9a0f54edd31c0abb62877e918dcdf61f7e467482b4d1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54887 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 850 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt sha256=34e6768bc5ca547ca5d06cb4318285a60fd04e7f814d50094cd1a90970d3af30 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54887 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 466 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log -rw-r--r-- 1 root root 2023 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log sha256=7ba93f514ea8f88b54bee5cb054b7140ca428dbab9e01c4c6261770ddb1aef7a Backup: KEYMASK-before-vpn_test-20260601-151811 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:18:11+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=f70037e4af432991a99a0b2011f9e144dc2e83764d50ae4916f1d5a049d046b2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35222 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.29 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt sha256=ec33db28d949b63837b8befa99cb09eb1665acde18808fbdb65a619b7b992ec6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35222 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 884 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log sha256=1540f9dd29636a771c93cf6930c541aad4cc799cce68537e39815fb02d538880 Backup: KEYMASK-before-vpn_test-20260601-151825 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:18:25+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=09a70c0e0c8f54bd3b15f24ba792db26db077a0bccfc511fdf3c66e347f2117f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33123 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.42 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 431 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt sha256=423bd2c5646cee0515c741fbed3d8e553f608acef998d2fc93b4b52c66f7daad interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33123 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 983 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log sha256=5909c6c1852b1ac37adc48bde070cd434e51d89a68a6badc449ebecc77ac47d0 Backup: KEYMASK-before-vpn_test-20260601-151840 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:18:40+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=41f47b497c83b8908b9e453379e2e3ff5b2abffa70494eecc0fa5dd9ba4d0a0e PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=83.213 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=83.703 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=82.850 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 82.850/83.255/83.703 ms ### FILE /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=fc1f733de6337baf02bd04454d84a7faaa2d3cea4a45f5e9e71dafe5c8a842c2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38353 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 864 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt sha256=6469463f804459e7813d364eb39681c605fbdd9d464f14573485a59a5f23e68c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38353 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 480 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log sha256=44953f476c5d36b304c19a54722b63d84c8f301e28b66f9885de0f7140ded3c2 Backup: KEYMASK-before-vpn_test-20260601-151852 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:18:52+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=a542031914695ab70e98f001b1ef3b9e876ef67281ed2e71bc77d4cb9bb09493 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=48.849 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=48.999 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=48.552 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 48.552/48.800/48.999 ms ### FILE /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=764fc2fe8d78b041005a359e542604e8329419a69f5453da5d1f78d4d38a9654 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44532 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 851 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt sha256=4489551af483d26c88399594df9868af323ddce4a141f286f60488fc69980478 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44532 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 467 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log sha256=86e2188353aefb54f183280839452da604183bbe1a01f137020ae12bc7d82e86 Backup: KEYMASK-before-vpn_test-20260601-151904 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:19:04+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=a7cf3d11f01789e98885373811301965da12081ca269589eb9a329268446fed7 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=84.018 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=82.698 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=83.611 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 82.698/83.442/84.018 ms ### FILE /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=4a0848426cdae1ee65da1112b0675697138781a1c84f13cc83d3f37675c0a09b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55740 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 810 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt sha256=4433c4248bab1bfb780ad4b1b4b21123dcc66c7f1d075abaa2c74396aece33c5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55740 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 426 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log sha256=0efadc692276764014182132ec2952af8743ca56a611a654147c117820ddddc6 Backup: KEYMASK-before-vpn_test-20260601-151917 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:19:17+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=deb7d49a9241101e04e682ab65cfbe34ae12336e86164ddbab8583637eeff286 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41735 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.15 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 426 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt sha256=9f3dd604de9666aa31c31ba742c7775a049592cd26e454325dfb38fbae0dc75a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41735 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 788 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log -rw-r--r-- 1 root root 1984 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log sha256=5e6ff0d77274b9dead8fc1a09d9c7f2757f8254b2915c0c887721288321527ee Backup: KEYMASK-before-vpn_test-20260601-151931 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:19:31+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=d47bc129237f01580bf00eb73f69d629841d02c327f88e31056d99037b8760e7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43614 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.58 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt sha256=60936ddd34adab20df48b402412ec6896dae1d43792eb65a64f9d13775fa6156 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43614 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.06 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log sha256=9105be2de2429ba41f3aec57f95cf70a6d98a8a4afcff76f015510bb15b66c42 Backup: KEYMASK-before-vpn_test-20260601-151945 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:19:45+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=cd8fcf729d3da2fd8a7155988bbc8b57c51de060ec9ab6810caf94872e42dbb8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40069 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.33 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt sha256=77430bb709147e1346b3d3dfc7c92f0533137844bbfebcae119e18dcdbdf6389 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40069 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 915 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log sha256=d457767184c1647f52d3fdc0bbaa5ed0ecafe0c49d241fd0f2a55ce7a417e60b Backup: KEYMASK-before-vpn_test-20260601-151959 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:19:59+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=afae1b45f8c4043c20c0e103ab9b863cb408e6b8a4a8c1581f00565c8569ea3a PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=75.332 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=75.975 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=75.473 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 75.332/75.593/75.975 ms ### FILE /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=7582177e57b1034e5494ab411ad0559c2be5f1689e12066a54e3eb4c6da04e6b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58839 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 813 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt sha256=334f65f068fd7ea138e755ba68764c820776ac2e3ab89e359ba4c9fa73a823a8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58839 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 429 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log -rw-r--r-- 1 root root 1987 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log sha256=7b87479f95244a2d0b57c71fe93e6aeb58f39a4cb445a51fd5690315be38c5d9 Backup: KEYMASK-before-vpn_test-20260601-152012 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:20:12+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=b6c4119390a7fee6cf2e9617581efe4aa133d946218c074afefc4c06d9576507 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44705 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.29 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt sha256=8cfb656fdfe14b771709584e514552fb2a3099e9f7219c38b8aaf45fe1a9b3fe interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44705 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 881 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log sha256=473bfab48436d7b647db8417566c206cf85de688a2ef6bce6d940f7a89d823f1 Backup: KEYMASK-before-vpn_test-20260601-152026 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:20:26+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=f0927cacfe910c3c8a7b6c5cac5417586682ebb387bb06520edc5b9ac97fc13c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58809 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.34 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 427 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt sha256=c8fe4679c9949088a7d2466f8be1634517ffae0ef0cbe6b0987270e5f0f631fa interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58809 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 892 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log sha256=5889a2665d1fd3c1f105d3587ac9394994e390937a930c1167b0a25abb9915df Backup: KEYMASK-before-vpn_test-20260601-152040 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:20:40+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=1de99fd9cf7fe7535d5f88c0f0aa6c078453ce3aba52d6ca80443569ff26ec86 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=126.040 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=129.052 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=127.062 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 126.040/127.384/129.052 ms ### FILE /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=48662b0baca04158065225d2c80927e2267ac364e3955174ad8ec4e5421ad4d9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51078 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 827 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt sha256=30f9a0ff1cf2e2890881170600e3f6016c000e1dadc73f0048289ad2c1bb3f6c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51078 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 443 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log sha256=1adfe53286f7904f90534a5f0b45c58da6f090298c7805a51dcaca1dbc7fe6b1 Backup: KEYMASK-before-vpn_test-20260601-152052 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:20:52+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 286 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=34b5e6d79757aa2e6dd002a8eca7ab8725777121461a472201ba8a892073acb2 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=134.762 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=235.069 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 2 packets received, 33% packet loss round-trip min/avg/max = 134.762/184.915/235.069 ms ### FILE /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=b410843fd11998172c711c0feb01f98f50f4ecb6c0bacfcd69bf42658e722eb7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57956 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 348 B received, 904 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt sha256=6ed0e05ca07d61efb7f20d2d892ac0c81afc84fe658653620315dcda5c695560 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57956 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 520 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log sha256=61233718a8498ccbc56a460fe1679a716ed2f807c911c9b6912e6a2fae7bb986 Backup: KEYMASK-before-vpn_test-20260601-152106 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:21:06+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=a7d2da89ac5f70dec0b0f6c197f9058db879468dbb6627aca3d5d8a973d11f70 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=42 time=206.676 ms 64 bytes from 9.9.9.9: seq=1 ttl=42 time=206.569 ms 64 bytes from 9.9.9.9: seq=2 ttl=42 time=207.743 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 206.569/206.996/207.743 ms ### FILE /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=7300d3d0e92f7b3121e9e7b8a8bca41a88225db335d68644bcb33cb7739b4d9c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47906 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 895 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt sha256=0650199d47bf3772eb00877f98492b584e9a0d2d43733db2c93ae5b24c2fce3e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47906 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 511 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log -rw-r--r-- 1 root root 2010 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log sha256=6d3be8a97a15654cf25fc2b0c266b1e428c838af0f59d185fef81831df3e6066 Backup: KEYMASK-before-vpn_test-20260601-152118 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:21:18+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=084c4ea3f0ca3c74e9726ac3e20ec38e0ce531e2fcaae8ce5245f5d3eed2ae80 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55627 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.34 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt sha256=4773549a116ed766a7a57ac6f7ad4a25563dc911af973328a5e1e8ff2c60192f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55627 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 939 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log sha256=824a1e835b21602be6a91c3e728062b6050144454e4361e3cd6c8d9207270817 Backup: KEYMASK-before-vpn_test-20260601-152132 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:21:32+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=2c752159a0b82f49b2fb7bd368b4636d1c787734daf97b36931262da73a61603 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=33.333 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=34.980 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=33.841 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 33.333/34.051/34.980 ms ### FILE /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=3abb00ffb9ff45f088917bf9a84705ceb10e2173f4861ac09863a775528a4833 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42159 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 869 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt sha256=7f6766c01026e0c533828299a9bd98e41699baa5f329fa8ab98f9908038f7db9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42159 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 485 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log sha256=bccee572d6f20388f56521aeffbe734a90e684ac9a5995890abc9b6aadb1bc79 Backup: KEYMASK-before-vpn_test-20260601-152145 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:21:45+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=9567fa14aa88fbd980d51fc3e13371c0df9232aedc942e888c17b18c1da4d9e2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36909 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.17 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 428 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt sha256=24055386a6325b731c3b81ad9c60120fbb8e88835693df76e58e299632edf045 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36909 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 846 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log sha256=de0f536da21f6d614a0987fab392e60954a847d7323d89f027d9e3a312ded877 Backup: KEYMASK-before-vpn_test-20260601-152159 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:21:59+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=6b6bd167581b16d7509181d2e18929fcc9d2f2477b4075e3692f33bcd3904ec9 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=75.166 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=73.408 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=68.165 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 68.165/72.246/75.166 ms ### FILE /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=0e5eee425dea422a0169d9e8995f33e17197ad93d5cbbb9d2457edc6bc293085 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46027 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 766 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt sha256=1f5e9357755ae6e80c2684f693ba69ad458f40a149f9e3700d6d869021ea5ec9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46027 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 382 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log sha256=8214916f887b53e70432fff184b24c7277c53ce2c041aee4124dc03138e6b508 Backup: KEYMASK-before-vpn_test-20260601-152211 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:22:11+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=8a36c5b66ad29769c81fedb46a5a49038c59b4588a2fcb9edf883432a292f931 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=61.432 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=61.980 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=60.601 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 60.601/61.337/61.980 ms ### FILE /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=dc426d30f2c1ff2d64be79ff4967a2ec6b7b7d0cf9ce2094daf081570f95f755 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34377 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 788 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt sha256=b5fa837d79391e9b491a4e962602e044a8974ad0caea0437125f58938846c4a9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34377 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 404 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log -rw-r--r-- 1 root root 2017 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log sha256=5cd66bc9abfbf79e5ff28f07c00734c99465927eb44c237092087b03af4cb484 Backup: KEYMASK-before-vpn_test-20260601-152223 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:22:23+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=b54d009b85215bc1f782b35c1b4f4765df8ecacfd6ce9f8e13f0716ba1725ab6 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=57.194 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=51.485 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=52.932 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 51.485/53.870/57.194 ms ### FILE /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=6c63ffc85192ea9889a86fa2fd2b1cacb80ca7e1b6735a66ad8b71aa0b4a6c3d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39347 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 11 seconds ago transfer: 476 B received, 896 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt sha256=76bf2ff430be444437d22705d9d6b0b7ceba5ca552fe05a5981219d7b661688b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39347 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 512 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log -rw-r--r-- 1 root root 2012 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log sha256=1fcd939e69a0d860dd0744831b9458b49c63e8113ea51caff03d31358f47bb93 Backup: KEYMASK-before-vpn_test-20260601-152236 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:22:36+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=dbeb44939479bf6530b504fc45cb2fc92992df80be69f797854cc07b9f2a18c9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56777 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.09 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 429 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt sha256=9e9bc8eed4609eec7334936b84b232462a376b9676ea379e461873c6f85816be interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56777 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 transfer: 0 B received, 787 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log sha256=1112ef94c32e2aa0c6f26f6b8bf7cc306304bee115cd63252cc219e2d1154328 Backup: KEYMASK-before-vpn_test-20260601-152250 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:22:50+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=a012eb5627ef10bd23c918d71269eb31fc0841d6b5abada6b85a0ba38524aaf0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39922 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.36 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt sha256=d5472ba307c099a1fe025ddf7c9326b29bcd7739265db16ddb9e91548d60c257 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39922 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 934 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log sha256=af81684e984738b2f425b852d58e689dcafd4512a42fa104221776e0d8929cef Backup: KEYMASK-before-vpn_test-20260601-152304 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:23:04+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=9ae5c59c4d385775cee2f737b7a0b8dd63df4fa1ad7e7dc4b5ecad0f75788290 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=64.369 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=64.422 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=62.617 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 62.617/63.802/64.422 ms ### FILE /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=be29f9a50f20bd7ca7ea840a25ee332166c4291c3d5dd074bde2e89c6cf977c4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47984 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 929 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt sha256=37e23274dc8ed9fe1f178b217ffedd4b91bf913c51fe1c0f7aec0f4753036ee1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47984 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 545 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log -rw-r--r-- 1 root root 2000 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log sha256=dc800e61966bfb336ec93e77c101155b7ad79a992e452a856d5838d8fc2b3bbd Backup: KEYMASK-before-vpn_test-20260601-152316 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:23:16+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=6ef2b2b4bc7f381dd9d934051792fbe820e89f24743dbde3df543b16da3972e1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33844 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.21 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 429 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt sha256=97367fe0f091ca6a2dc937c2ed11ef29126ce8e1ac4b8e61498c9fb43111e968 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33844 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 803 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log -rw-r--r-- 1 root root 2022 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log sha256=a05c1819462a4d6d92218167955239177b6d3ad2fb8440a2d26ed1994e7bf565 Backup: KEYMASK-before-vpn_test-20260601-152331 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:23:31+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=22ddb50d828536fb3e06707bb58e382b7e94fbf483ba33eb2e828f02b22fd990 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=277.577 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=269.885 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=268.860 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 268.860/272.107/277.577 ms ### FILE /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=4423c1ee678e579e8eecee99373da0e6bb53abf271f1598a294b1ba83986e90f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54985 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 893 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt sha256=28b1f31252240897a2d64b1adc1cdce5535e3d705fbf88a50c5bfa8869bab73f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54985 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 509 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log sha256=2633138b58829fb7fc5a607469af606827f9a75c19a8092c325fde2764d7d90e Backup: KEYMASK-before-vpn_test-20260601-152343 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:23:43+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=f353fb4159c65cdbe556be8f161fd082ac94ce254532cc8e427dfa3cb42c3178 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=29.673 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=30.923 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=31.441 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 29.673/30.679/31.441 ms ### FILE /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=ce2e181a1f71b7c56238b50c52d47578fc8d167ec35ca0f10704e576ec210fd2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40038 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 1.95 KiB received, 797 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt sha256=34ab2e797d0ae707240524807c47ed42ef856ba606ed14727674704b6d0ff9eb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40038 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 413 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log -rw-r--r-- 1 root root 1999 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log sha256=68bc7bec3397d47ea3083bcfe425f14d8d8b67d035b18e4cc9a4fb7e42a8f842 Backup: KEYMASK-before-vpn_test-20260601-152355 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:23:55+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=e63196338da5bdbd0eb52872324871701827e0235321d260ff192d5aff0554ee interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51689 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.21 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt sha256=4d60cc0ff4debafc406b28193213215a94cd4ca5f4d48f913170d959a4f6805e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51689 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 transfer: 0 B received, 856 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log -rw-r--r-- 1 root root 1992 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log sha256=f3c20953408697987dd6f93dbd53b2a84f1018f9ca665f1642fbbbd842c75c02 Backup: KEYMASK-before-vpn_test-20260601-152410 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:24:10+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=874255143b61cd485e3bf73620a1f34cff14c42a6933328cee579a9370bb8b87 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46142 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.44 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt sha256=ce520a929c8eb63b3a227b751e91b5fe3322b580c3ffabbde07aa02ba22fff14 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46142 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 985 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log sha256=31ecc2924cff967539295f00a40b77b81f40cda161ffeae224bd384130dadfa2 Backup: KEYMASK-before-vpn_test-20260601-152424 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:24:24+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=7a1f7c136b3b4d8301b594dc6f602b24d1a1c1708fcd0aa6eb9eccbcdf52aeeb PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=173.345 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=174.210 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=172.782 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 172.782/173.445/174.210 ms ### FILE /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=21e7d0985dd884e8a4647f3d731538a350de5aa84172ede0d8c73760d3df3ea9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60823 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 858 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt sha256=ee265b00623a11a84a67c49c8c4fd8914fe17fd060992df8a1bc9ca4fb2656d5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60823 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 474 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/results.tsv -rw-r--r-- 1 root root 12156 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/results.tsv sha256=709c458266842d71a13a23c67b49cbcd6a0f20ebb7aec371e2b559a545a2d0ac status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.43 KiB sent 100% /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.12 KiB sent 100% /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 12 seconds ago transfer: 476 B received, 828 B sent 0% 67.433 /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt OK 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 latest handshake: 12 seconds ago transfer: 476 B received, 835 B sent 0% 58.749 /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 12 seconds ago transfer: 476 B received, 910 B sent 0% 57.491 /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 12 seconds ago transfer: 476 B received, 850 B sent 0% 374.665 /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.29 KiB sent 100% /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.42 KiB sent 100% /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 12 seconds ago transfer: 476 B received, 864 B sent 0% 83.255 /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 12 seconds ago transfer: 476 B received, 851 B sent 0% 48.800 /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt OK 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 latest handshake: 12 seconds ago transfer: 476 B received, 810 B sent 0% 83.442 /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.15 KiB sent 100% /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.58 KiB sent 100% /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.33 KiB sent 100% /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 12 seconds ago transfer: 476 B received, 813 B sent 0% 75.593 /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.29 KiB sent 100% /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.34 KiB sent 100% /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 12 seconds ago transfer: 476 B received, 827 B sent 0% 127.384 /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 12 seconds ago transfer: 348 B received, 904 B sent 33% 184.915 /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 12 seconds ago transfer: 476 B received, 895 B sent 0% 206.996 /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.34 KiB sent 100% /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt OK 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 12 seconds ago transfer: 476 B received, 869 B sent 0% 34.051 /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.17 KiB sent 100% /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 12 seconds ago transfer: 476 B received, 766 B sent 0% 72.246 /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 12 seconds ago transfer: 476 B received, 788 B sent 0% 61.337 /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 11 seconds ago transfer: 476 B received, 896 B sent 0% 53.870 /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 transfer: 0 B received, 1.09 KiB sent 100% /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.36 KiB sent 100% /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 12 seconds ago transfer: 476 B received, 929 B sent 0% 63.802 /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.21 KiB sent 100% /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 12 seconds ago transfer: 476 B received, 893 B sent 0% 272.107 /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt OK 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 latest handshake: 12 seconds ago transfer: 1.95 KiB received, 797 B sent 0% 30.679 /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 transfer: 0 B received, 1.21 KiB sent 100% /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.44 KiB sent 100% /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 12 seconds ago transfer: 476 B received, 858 B sent 0% 173.445 /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2019 Jun 3 16:22 /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=09c4135c86aee2be6f7282b6b3bdfb09f218ccb19718a057eb92f13fb2e9a158 Backup: KEYMASK-before-vpn_test-20260603-162225 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:22:25+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 3 16:22 /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:22 /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=b165a35df3dd2d35d435439f2a6fe7f26f2c98464a6d973ad801008621e0decb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44867 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.91 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 3 16:22 /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=ab4bb65463672cc1e2d4d836661614b6c363927bd0abca17c36dbb6cd2bfb1ac Backup: KEYMASK-before-vpn_test-20260603-162247 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:22:47+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=3cb34d7ef1ebee419ae399df0e48ee327e483cca0284b443a5a0c0e086902b65 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38133 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.50 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2007 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=d74975354d29f701a714876612009848a178e8aeb351ef136622b2dd181996c9 Backup: KEYMASK-before-vpn_test-20260603-162309 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:23:09+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=e7f1babee59a54bc439dfaf49c56cdc6412f6af1e0ec88e328e7936554e84632 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=60.230 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=58.809 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=59.567 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=76.288 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=57.855 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.855/62.549/76.288 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=58.657 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=60.856 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=58.210 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=58.896 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=58.667 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.210/59.057/60.856 ms ### FILE /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=80f894ed08eecce22742424ca2807955fa75cc1abe977b0414f0a1d6060a84a7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59267 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=effa2e9942b714feddf55a88a09e0a0d1266793e6a3055334c8b16e415a6c4e0 Backup: KEYMASK-before-vpn_test-20260603-162328 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:23:28+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=21f800580a68e2c550111b60e2691adf3ab8f446b462d2b8fe8cce8cad36b1e1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60523 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=a0c5333911644ec3f26dbd677baccf40e126d164fe62879a6eb846bcd5922002 Backup: KEYMASK-before-vpn_test-20260603-162350 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:23:50+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=1ce494176b2278b0315868b86e1b90b3253fc23ec5f241a447d65c90809dff9c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=58.115 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=61.018 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=57.344 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=58.852 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=62.363 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.344/59.538/62.363 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=66.402 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=64.826 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=66.106 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=66.929 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=64.812 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.812/65.815/66.929 ms ### FILE /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=cd095184af9df6f136b6400622e2658df7951242aae3ec1fb32b8ed59830ab4b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60047 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1989 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=402b5dc309b77ac8b0889451c4e6ef09d0480426a99ed98e9799998253df028b Backup: KEYMASK-before-vpn_test-20260603-162408 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:24:08+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=8c48cd823b3914512746fa7419900458f65c1cc4f2666f3a0048fb592fb374da === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=374.900 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=375.175 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=374.775 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=374.977 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=373.337 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 373.337/374.632/375.175 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=374.577 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=374.314 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=374.521 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=373.856 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=375.701 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 373.856/374.593/375.701 ms ### FILE /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=98762d8ef9fd328feb760614f68366dfac5f481a89d929f110f183eb936f6718 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36338 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2029 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=30b7c3300f654ea6d181c219f9cf337d86b1d9c312aaad237672a0d9f72e29df Backup: KEYMASK-before-vpn_test-20260603-162427 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:24:27+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=26f20d87f71103f9c9831e4e99c641f386552ea8a32e75cad018bf53cc43fb11 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52796 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.63 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=4fa336d49427d7ac078be4fae4c58e6d84eccf15a7ce6ba74163ee16f15eec8d Backup: KEYMASK-before-vpn_test-20260603-162449 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:24:49+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=d01a7d3ffe3a57eeb41969d34a41eacbb7a90079e4bcf698432a11fe9fec7a17 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45140 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.79 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2008 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=dd8480eebba87ab2fa739e4e0f42d4b58f7f2ff1ef1d137f5417ed58dbd5176a Backup: KEYMASK-before-vpn_test-20260603-162511 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:25:11+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=da7011ec031ed07353b32c4e0824e93cfc7c2846d2bf5c706c0363376c7c245e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=83.769 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=85.161 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=83.926 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=83.111 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=83.382 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 83.111/83.869/85.161 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=84.152 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=84.217 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=84.993 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=84.655 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=84.665 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 84.152/84.536/84.993 ms ### FILE /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=c5ff9bfe6bac9f68560b3f3cd5ffa49d58e70a043c290b9d6a523a1bfddd9138 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56217 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2019 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=1249be9f5a4399d90089fcff10fa2b286105704e4264af44745678344960f4a6 Backup: KEYMASK-before-vpn_test-20260603-162529 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:25:29+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=2b8a9036b619e9aebfdaa1d7fc6a17466a7785e6cc3a315767b29e4c4c1a970e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=45.148 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=45.500 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=45.214 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=45.953 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=44.799 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 44.799/45.322/45.953 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=52.321 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=51.001 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=51.587 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=52.975 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=51.416 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.001/51.860/52.975 ms ### FILE /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=35d88f2eecfaac3834a6b97cc62ef8e9fbc2dca1ff051839ebbcd3434480bd62 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45579 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=7f048d6d76dd723280b88af114f5f00a792ffa4e45694883c7468b9ec5d794e9 Backup: KEYMASK-before-vpn_test-20260603-162548 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:25:48+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=509eec42425e0d468faacc47b6ab46e846a4641ddb4ea138a4a3193b6a0f57a3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40618 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1989 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=cd4bfd3620064db88878372e83aad54e5fa13e723a4a1b42fd8db8130f0c87ec Backup: KEYMASK-before-vpn_test-20260603-162610 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:26:10+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=fd1dc73c4d1b7e257141f0ca2f4059bb4c773a7049d2d2b2b9dd8cea810632d6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47859 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1990 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=4bf5876679ee1ae5f17dbe933c7b8e362b7e9c4002b4486b2653a0d2e7fffb4b Backup: KEYMASK-before-vpn_test-20260603-162632 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:26:32+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=778a2af9d919cb248d655e8e7c7e4695c1beb6a64fa6d0ae6a7ee4811cdf874f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52062 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.96 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=d42551f2067c967ca405784cf85b5cab171f8d38fca66142ce1e058c222f5e05 Backup: KEYMASK-before-vpn_test-20260603-162654 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:26:54+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=52338f3ebc9e85a61a55c186e582df9d5db8bd709e8b6e90f99590144577effe interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50203 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.58 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=bd9bb49863abad21edf7e8c878e128e3c1585d8fdb37405fe1898dff48ddb021 Backup: KEYMASK-before-vpn_test-20260603-162716 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:27:16+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=1bc2176cd88d7ab21e69d984f0b1b6af0e18747f8df94ca31b1b6e328c6a1283 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=74.040 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=75.469 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=73.902 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=81.156 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=72.982 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 72.982/75.509/81.156 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=79.547 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=63.606 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=63.814 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=66.403 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=64.135 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.606/67.501/79.547 ms ### FILE /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=067295d2a11da588e16d6f4bdd246c981da8cfb11f0e2e83814a309d9b310435 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60266 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1993 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=96514c48638ac96fab8385e93075385c2f068122056d512bf921bcbe422b9440 Backup: KEYMASK-before-vpn_test-20260603-162735 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:27:35+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=21aca53dfcff9e061ab370cc80d8ef30de4eb98ec06512ba3c1b1c6a28884143 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46388 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.85 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=732ff5ad7ab31c2e62fc2bb116d8f98cf895db6ff02919c8ac68ecb6808f1d21 Backup: KEYMASK-before-vpn_test-20260603-162757 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:27:57+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=362dc483fa86816acc62ffbdc0a8726612407077a8b3e4a9162e42557c3df31b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59324 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.81 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=d2d57444d06859a4485218d8c82bc9b1d4d86abce32fd3707574bde601350293 Backup: KEYMASK-before-vpn_test-20260603-162819 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:28:19+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=7a4de9c69b01ff9b0cb3f370f9d972852df01e24d53d3350b974258b0ddf2bc4 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=135.132 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=127.231 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=131.424 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=127.676 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=128.871 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 127.231/130.066/135.132 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=126.348 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=130.036 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=129.652 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=126.629 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=128.597 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 126.348/128.252/130.036 ms ### FILE /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=b50f7270a5aa67bed36801f5ae39bd8ea20278e364f51418143ecefa0c74a289 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34736 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=c8e7d6e18ab92ba94f8cf79d4745ffdcf2fe7cf6781a7c032705d354ef420c34 Backup: KEYMASK-before-vpn_test-20260603-162837 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:28:37+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 907 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=e1e72dd1d91346f662aa40f2558224c9bea1eb302420dae18864b91c1dcb9401 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=36.693 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=121.428 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=66.671 ms 64 bytes from 9.9.9.9: seq=3 ttl=58 time=143.031 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 36.693/91.955/143.031 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=106.848 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=187.537 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=51.265 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 3 packets received, 40% packet loss round-trip min/avg/max = 51.265/115.216/187.537 ms ### FILE /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=74ad6db9bc36fb2acf045f2b8bbe6048e8ab42430a07203b4e34a624e69b4a4a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52249 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 18 seconds ago transfer: 988 B received, 1.77 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2015 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=ebfca7e86e97357dd51c759a33602d4c262e53abd8ec0302bb9e5383c2a58813 Backup: KEYMASK-before-vpn_test-20260603-162857 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:28:57+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=c9030dc7b43d5b845cdfdd711c98700cde4faa40bb259abed5ec0b998675d05e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=42 time=202.311 ms 64 bytes from 9.9.9.9: seq=1 ttl=42 time=203.228 ms 64 bytes from 9.9.9.9: seq=2 ttl=42 time=204.377 ms 64 bytes from 9.9.9.9: seq=3 ttl=42 time=202.785 ms 64 bytes from 9.9.9.9: seq=4 ttl=42 time=202.307 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 202.307/203.001/204.377 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=33.962 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=37.556 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=33.060 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=32.984 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=33.884 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.984/34.289/37.556 ms ### FILE /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=0ce4e887c1b2abfd3542be058d1b8c7781e16365531079fb9474999e05501578 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57179 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2016 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=05c2076ac3f23f6d5daf8d839314503066460ec9bce72cf2c4550b7024954822 Backup: KEYMASK-before-vpn_test-20260603-162916 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:29:16+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=ca30a3234cada6079d0b3b5339946e73ee678cf576df2f55d24cce59d583eb48 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41960 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.91 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2008 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=4e5db02be8a7cd46a249b5b7d3cebacbae2568f05af756080d63ac318da5800f Backup: KEYMASK-before-vpn_test-20260603-162938 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:29:38+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=38495c5431ddb2a09984fce3d79ccd81c6a56bbb9ef972f2ba75b4dd4bc35048 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=32.523 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=32.020 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=32.304 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=31.871 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=51.310 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 31.871/36.005/51.310 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=33.454 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=31.354 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=44.352 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=33.441 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 31.354/35.650/44.352 ms ### FILE /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=4ac40bd38b9690da70b4504c7c6061b8ca25f8d5ab9d488c9542cbbba5cafd2f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40629 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=22c3830cdad9d2d147afd72be1c8e0ee6f7dd12e9337ce27d779acaed63dfb9e Backup: KEYMASK-before-vpn_test-20260603-162957 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:29:57+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=b2a70ea7677ba4b5533193f42a740688e220d228bdaa7a17a423337bf8827617 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56187 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.59 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2015 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=edb5aba6b340ad3001ea6179233b6bf1458f6b0683fc0ea0bce069015172aaf2 Backup: KEYMASK-before-vpn_test-20260603-163019 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:30:19+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1054 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=a786d32c0c1a92903e87d5f0558e9cf67bf5732fef41ce5dabf5795bacb7f848 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=60.933 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=58.509 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=100.905 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=74.207 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=135.807 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.509/86.072/135.807 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=67.532 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=91.333 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=71.902 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=64.084 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=66.991 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.084/72.368/91.333 ms ### FILE /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=924f6fdff8ffb1f462af173defe8b9ff96cdf76494c244e797a95696408467a2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50474 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=7ecef1e8e293d648e9f01b34eac864b197065bb03573fd0d11b3262f35fe2dff Backup: KEYMASK-before-vpn_test-20260603-163037 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:30:37+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=e8e95fa408ad599b2d41734d9a82007e343062b6c1beedbc4917526969235324 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=57.212 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=55.601 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=64.613 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=71.592 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=54.897 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.897/60.783/71.592 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=57.124 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=60.945 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=84.310 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=57.913 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=54.041 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.041/62.866/84.310 ms ### FILE /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=759ac05b99b2dece6699da90734da99dd8eadd960dc30fb41b7c980aaa1ae803 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44348 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=10502ba03ca34c767f3207226ccf90bb06213f08ebc711f1d29f09d3fe61194e Backup: KEYMASK-before-vpn_test-20260603-163056 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:30:56+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=ca51955d5e51ae62f306a328f45644e0ec7b992d3de4f074c7f433058adc23c0 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=51.192 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=59.579 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=51.407 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=63.956 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=51.128 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.128/55.452/63.956 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=49.810 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=56.847 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=51.084 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=50.631 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=50.379 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.810/51.750/56.847 ms ### FILE /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=1b0a770643dfe1defdc1da952735aa789024af56c35c1eb91cf1e5388ccf708e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41116 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2018 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=f66a459195a9d072ee36703d61fe2a6c28ffa3cbe8ca51294300a89655f14901 Backup: KEYMASK-before-vpn_test-20260603-163114 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:31:14+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=d263154c3f92725e02547fe556c57d195e4a73b92160752ebd09e1f07f6b9ebf === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=64.733 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=64.606 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=64.646 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=64.830 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=77.440 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.606/67.251/77.440 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=65.313 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=64.458 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=64.186 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=64.310 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=64.739 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.186/64.601/65.313 ms ### FILE /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=539d0321bae1e5dd1f308acf5a8feb7a13bf029f4cbb0b99a5d469f2b4763b88 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38663 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=56359f8488e2b8a3ac4ccedae9870a849ecebf270684f26838be0cefc6614abe Backup: KEYMASK-before-vpn_test-20260603-163132 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:31:32+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=801163185e58b08f09fbf883aae9d9f0abd54f1c0e5c7c364dde72256a222a6b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40579 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.68 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=3bc24596cebbe3182f2f1c13eefdfa9a64d5a34a2d01bba90837fc8f9dab6cdb Backup: KEYMASK-before-vpn_test-20260603-163154 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:31:54+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=ddf4d0bfe0f1f84c96331aa82af065f40d5a68dd4daa6f3664c2c2403adffc9b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=69.151 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=65.022 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=69.180 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=93.131 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=64.317 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.317/72.160/93.131 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=65.057 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=73.440 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=96.241 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=64.634 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=65.908 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.634/73.056/96.241 ms ### FILE /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=48a9ee9d45d3e7f25a3155e01dae50cd2d64c658567c42b68be86a17599e5334 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46857 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=286ad20f95b80d4b8cd78cf34cd1e9ce99d3f5c8910fa5536190478bd1bb32af Backup: KEYMASK-before-vpn_test-20260603-163213 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:32:13+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=d9aaa57ab50542dacf23e37df3a4134cde2fea6a4c00361b051efc57727a82ca interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47066 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2028 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=8487176bac21e92e275c86b07d973800a9afc121511074d4b0684e91d868e132 Backup: KEYMASK-before-vpn_test-20260603-163235 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:32:35+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=19dd645bdc1be78218665af35ae73b35b609be8fee3f2a07b2b7e4cd35316354 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=269.421 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=270.329 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=268.319 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=267.245 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=268.407 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 267.245/268.744/270.329 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=232.399 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=231.498 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=256.161 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=232.143 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=233.322 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 231.498/237.104/256.161 ms ### FILE /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=3cb2de2ba180f67bb47d03613b21b4be4d0eefc34eca144e18bf602b490401ea interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51456 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2008 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=1fd99f1d608f15d36f24223a0fe9b66acd576273f782740b251015c5d29e0cce Backup: KEYMASK-before-vpn_test-20260603-163253 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:32:53+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=05bd19493e764acaaf2dcecf6f588ffbebd0fe9add58a52aae7cd74ca1df1f8d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48427 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.53 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=54e1983af3f2acba2ab2ebe8af9c1419d52dfcdfe7c255f8d5eaa8ee293c6e5c Backup: KEYMASK-before-vpn_test-20260603-163316 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:33:16+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=a6d99eb23187d3dbb4c89626a68b2cf4cd118d97d58d33be664ce2aa9184cbbe === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=122.205 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=122.243 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=119.934 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=122.990 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=121.193 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 119.934/121.713/122.990 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=179.152 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=179.624 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=180.060 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=203.910 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=179.398 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 179.152/184.428/203.910 ms ### FILE /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=2771da747bd0e42407d2c723ea346256d1beca01ef764c409790f0f99be6ee68 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59768 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=357a08cbc54c1e17975a65ac198b1b2dd7dc9f7dc747bf4ef6ed72144b55f28e Backup: KEYMASK-before-vpn_test-20260603-163334 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:33:34+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=dee9d15a5a7956d59a573d17427164a7083cf436e9c308c7b13aa75c51946bdf interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40295 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.00 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=fef9ae989fad100f049478f85d8ef4a4d2bd4b6710da540da408f9b2089f6c71 Backup: KEYMASK-before-vpn_test-20260603-163356 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:33:56+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 3 16:34 /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=afada225a8e100eb0255fdc1d2f7c4abb5b7ee8c62a9f49550301732a472082c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=200.641 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=212.104 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=183.558 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=211.220 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=181.563 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 181.563/197.817/212.104 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=194.768 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=181.231 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=205.127 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=182.517 ms 64 bytes from 1.1.1.1: seq=4 ttl=47 time=253.294 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 181.231/203.387/253.294 ms ### FILE /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 3 16:34 /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=4eb77e4e2a6dc1e33e5fbec265aaecb120d86808f653d72719d1b883387f7d5b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46046 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260603-162225/results.tsv -rw-r--r-- 1 root root 12980 Jun 3 16:34 /root/hmn/test-runs/20260603-162225/results.tsv sha256=c1f208645260cd4307774f5e22717e62f7c30cbda23a3998371bcd60c7fac062 status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.91 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.50 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 62.549 /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 59.538 /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 374.632 /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.63 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.79 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 83.869 /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 45.322 /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.96 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.58 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 75.509 /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.85 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.81 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 130.066 /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt FAIL_PING_LOSS 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 18 seconds ago transfer: 988 B received, 1.77 KiB sent 9.9.9.9:20%,1.1.1.1:40% 91.955 /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 203.001 /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.91 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:20% 36.005 /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.59 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 86.072 /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 60.783 /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 55.452 /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent 9.9.9.9:0%,1.1.1.1:0% 67.251 /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.68 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 72.160 /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 268.744 /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.53 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 121.713 /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 2.00 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 197.817 /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 4 04:21 /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=e70478f130a5f92f1c3006a67934a3c46fb3adc13521e5b6753d071d8ec89174 Backup: KEYMASK-before-vpn_test-20260604-042130 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:21:30+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 4 04:21 /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:21 /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=99971a27291d94efcb6d48a08089136b69335a40a71ebb5034f0089cad1321a2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46701 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.93 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 4 04:21 /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=c66f2c8f9b2882a110a9c8b6eba98f9d5191231deb2847f08eb22a5d6ef3a692 Backup: KEYMASK-before-vpn_test-20260604-042152 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:21:52+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=e13a4bbfc020004801eecd229b5597842fe77fcf935f74a4655c70d155228f2e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47553 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=6ba821c8eccd001415321875034ada472694de2a94e45b6fde611db917b7a0da Backup: KEYMASK-before-vpn_test-20260604-042214 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:22:14+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=61a9343e1fdc9159f47e10fe1230b670b53d647afb3ff6c59b80bc2632f2c23e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=63.888 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=65.186 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=63.534 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=65.522 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=63.988 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.534/64.423/65.522 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=63.466 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=64.748 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=65.629 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=64.818 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=64.371 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.466/64.606/65.629 ms ### FILE /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=78d3a3b83a984acab8ffd17aedad83aef4df82fab84f5bc26a1c0ae489d4b8f7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45879 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=23bdafbc6ba1dee35f268c4f3b698225c1adecfe6e33080531b81869a8d5e3d5 Backup: KEYMASK-before-vpn_test-20260604-042232 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:22:32+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=b626a4352d79025212070cb7f21e07da6fa1a563bc6871b756aa840007bba9af interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52949 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.52 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=ea2c9132b9bcd6998b1934487b5e55fa35a3f0ec219feb4aac83334532acfd24 Backup: KEYMASK-before-vpn_test-20260604-042255 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:22:55+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=1aa3aaf996479ef53b5c6647aba6901bfb7eabceb0ad22e52220994ff49630c0 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=65.063 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=68.938 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=66.016 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=68.418 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=67.082 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.063/67.103/68.938 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=71.817 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=70.886 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=72.791 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=72.761 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=72.503 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.886/72.151/72.791 ms ### FILE /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=369d2597dcb5eb48ba1472ff1fc47f069c81145a3904d2e1961a9abaff48deee interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42851 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=6601e1d83d8c8a8ee740b4de2b99ec8a1fa4e1d550ef11f92e260b49e950573f Backup: KEYMASK-before-vpn_test-20260604-042313 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:23:13+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=912b3c817ab8fb8bec92945a99d46b74dbd53dd46329312e65d6b0159976f95e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=378.398 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=375.865 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=374.797 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=375.730 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=375.431 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 374.797/376.044/378.398 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=374.942 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=375.091 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=375.699 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=376.959 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=375.801 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 374.942/375.698/376.959 ms ### FILE /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=98fbdc54444662df16be95756b7f01a212036d89747b733edc07b697320c00d3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33298 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=756d3599281e7f71d1e3961739c4bb97f3251b711e369490b5a2f6efc34ab0e3 Backup: KEYMASK-before-vpn_test-20260604-042332 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:23:32+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=4f2e3bd06941945f35808ba50c043a52732fa2d0294f8a9f5a57eb409371c748 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49909 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.70 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=51fd15d611da0f7c5c60af97d35ee0338410f7fbba69a40d17ea5624820b9ded Backup: KEYMASK-before-vpn_test-20260604-042354 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:23:54+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=2fc168c0f2c08f15c44eb0fa5c90d52309bcf84df5846ee9d3c917e8ddca3329 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36686 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.85 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=0df265c8929c15484b74af2c90498c04008d86f1361a6704807db347850e2598 Backup: KEYMASK-before-vpn_test-20260604-042416 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:24:16+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=c9be340386556cde0aa69ff5cd4757863f1491b57b9a39f550496732e8e38846 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=87.195 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=87.379 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=86.847 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=87.201 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=87.411 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 86.847/87.206/87.411 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=86.822 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=89.802 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=88.644 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=86.011 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=119.273 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 86.011/94.110/119.273 ms ### FILE /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=0998ad8187d9958a95cd93cd7fad5933039f6b04015d76a59723bd5df70164a8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40882 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=02e1e1ec009fbccc37afb7484e7d71fea499eba53c2feecd8ea8b983bfb907e6 Backup: KEYMASK-before-vpn_test-20260604-042434 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:24:34+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=38e1f9284c17f84e2a1180890c17eee89dd1cfb2991ea49c8a8c627b93d694db === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=44.837 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=44.102 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=44.167 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=45.369 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=45.242 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 44.102/44.743/45.369 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=50.933 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=51.130 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=51.086 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=50.090 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=51.053 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.090/50.858/51.130 ms ### FILE /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=e2605a27b6c282240442fcaf4bdbbd6031f9b03ea7f831dcd3fbacbf9e36ea55 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51430 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=d3bd79ea7ae18d9a55a1a69bbcd854d71591d3322172fc267abd67a959fbdda0 Backup: KEYMASK-before-vpn_test-20260604-042453 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:24:53+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=f6bbac9aa39c6b17de4eb47765420931bef12ebfc50062d17e92050151e5667c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52080 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=a6f38c98ad2c4485ff907c1a279e6be94e98932169357c34372dc7af195ece5f Backup: KEYMASK-before-vpn_test-20260604-042515 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:25:15+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=32bd1730b85dcfd4e2dd14b668d9beed37a4f38f7117901a7f58ace647a4ec65 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36628 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.59 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=ab9dafdfff3d09a2fbb2a400ae9cdc7490a696c7ad765df79404dfd54fa2e5e3 Backup: KEYMASK-before-vpn_test-20260604-042537 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:25:37+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=a0f0c5420be4d83b6f75e0a3b6ec533439b39e29726b02244dafa1e3707f49b3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37257 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.99 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=f92c88ac730db14dd976f4d5f0a86418b187d7a18b5bf623d120fbc87588ef64 Backup: KEYMASK-before-vpn_test-20260604-042559 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:25:59+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=319437a8c97dc04336c4708d7d747b21f045107007fa6ebc3e31d1e512675156 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36077 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=263dad8b562711c5916cc07598eb3c674b1752417342df93ecd3ee60dbeabd29 Backup: KEYMASK-before-vpn_test-20260604-042621 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:26:21+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=7f192a7ba7ad22170fad2aad84f4c04d0bfb18d43d804ff57fc6a0865e48e12e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=71.169 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=71.213 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=72.050 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=70.893 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=70.941 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.893/71.253/72.050 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=63.581 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=62.205 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=62.103 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=62.080 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=65.055 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.080/63.004/65.055 ms ### FILE /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=48f68025fe9258a063890ea863c3cb62a2743509aa8ce37109c0f2fc1087cfd8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60006 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=ab077dfc0a438b92d73dc8544178249b4985491e251c53c0299df8611d03b0d4 Backup: KEYMASK-before-vpn_test-20260604-042639 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:26:39+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=a2cdfdbdf025076a9622949af6240f52afbb5390d93c92b69e0148c4e1ccdfb3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34485 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.88 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=cf124805abea4e95a6a62c48c7a84e80c4ace0384d56234a627d20bee51ab21a Backup: KEYMASK-before-vpn_test-20260604-042701 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:27:02+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=0b2d7d41abdfce189494220772446e4710f37341376b1d3ad124b82729df514a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47294 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.70 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=fe26d2bd9a0299c178fda711bc4d498299af30bc851dc2021cd46b06fca42e93 Backup: KEYMASK-before-vpn_test-20260604-042724 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:27:24+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=0d820d700f7dd70be4cb33ebc9ace857a3fb8acbd6c61a4f8d1189a1b1108ff3 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=127.468 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=128.066 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=127.470 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=128.094 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=128.077 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 127.468/127.835/128.094 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=142.220 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=127.997 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=128.206 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=128.178 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=127.971 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 127.971/130.914/142.220 ms ### FILE /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=5baf14816bc58456de4de3288cca38b23f9062887b655afce931f6b75a29708c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55076 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=4cb1c9207a823027cb90410eeb515535b827dc652333e77fea85859c6a0e93da Backup: KEYMASK-before-vpn_test-20260604-042742 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:27:42+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=8c830fce06d307b39eebf72ee973624d51258573711c19a5fc8645cbdcf683dc === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=30.434 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=31.958 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=28.774 ms 64 bytes from 9.9.9.9: seq=3 ttl=58 time=30.951 ms 64 bytes from 9.9.9.9: seq=4 ttl=58 time=29.324 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.774/30.288/31.958 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=27.543 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=29.393 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=27.520 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=27.093 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=29.148 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 27.093/28.139/29.393 ms ### FILE /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=ab9f49b42d8645f17cb9eb15fd6bfef9e9d156eccb9f1b4e0d9f0ffb120e11e7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46395 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=deafb5c2b176c915ef8e108f82e465d088a8672de9a7a0b418a2e1f07e14bdb8 Backup: KEYMASK-before-vpn_test-20260604-042800 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:28:00+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=6f033cba41fec475b6e4f9a15227818d10d3b059d01d8fb9eb706b6e992d8036 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=40 time=211.197 ms 64 bytes from 9.9.9.9: seq=1 ttl=40 time=211.871 ms 64 bytes from 9.9.9.9: seq=2 ttl=40 time=211.335 ms 64 bytes from 9.9.9.9: seq=3 ttl=40 time=226.421 ms 64 bytes from 9.9.9.9: seq=4 ttl=40 time=211.426 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 211.197/214.450/226.421 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=34.613 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=34.414 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=35.389 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=36.553 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=34.532 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.414/35.100/36.553 ms ### FILE /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=7a2633b15cc81c7db5cd74396e5e5b5fbe10909697624d23e23b8518c6688d99 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51122 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=2974430c3257db05ab04f2dc63fb5a10bd8870965b55597c9fcd107e43814e34 Backup: KEYMASK-before-vpn_test-20260604-042819 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:28:19+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=8b988ece3d9dfff04c6e4423448ce85bdc42f357c4a1e628d8b9fb8d91913ac8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39649 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.92 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=0f480f6daba3526d5a06ffecc969c3ee34ac66c92472501d35cd8bcde20e58bb Backup: KEYMASK-before-vpn_test-20260604-042841 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:28:41+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=5c424e97bfd3343671f93b24e1223e439ff340d647bbca4aab71e657fcb40b8a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=30.222 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=29.591 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=31.735 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=55.905 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=31.186 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 29.591/35.727/55.905 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=29.944 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=29.995 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=29.780 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=29.541 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 29.541/29.815/29.995 ms ### FILE /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=385cb4da51bfd942cbb9daecab74d0ddf3a7ea363b3062609076d9f45833e48c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47931 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=be8758090b10f47e8fb821ce0681fd3b823b29ec11932f7f72b528908eb7c027 Backup: KEYMASK-before-vpn_test-20260604-042900 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:29:00+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=6a55cca6cfa89867eb3aaf90a5bfee9a5fcb608e4d75a2a2462f7bc8738c1cd4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55258 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.49 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=e24bbc0e8655f2e091d030343f0b29708bb95961c2878efd948ebb713a987df0 Backup: KEYMASK-before-vpn_test-20260604-042922 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:29:22+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=483de1a440eaf621650341590b0eb9a0e4a35903c8d837a8d3cc74c692748789 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=101.817 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=83.759 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=64.028 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=60.620 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=60.112 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.112/74.067/101.817 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=67.662 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=84.535 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=72.623 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=63.882 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=61.457 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.457/70.031/84.535 ms ### FILE /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=9761609a70e67029a02235b9629f3d31b9102d45182477ef61baacc74ef2fb54 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42795 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=5568651cd20ba0be8c16ee16e420cb13eb067684e0f781c5c699ceda99901372 Backup: KEYMASK-before-vpn_test-20260604-042940 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:29:40+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=c7a7589b3e7bef85dee83df6bf678d3a9c20d3835a5746b302492cee5cdcdd8f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=56.443 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=53.486 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=77.644 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=54.142 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=53.455 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 53.455/59.034/77.644 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=67.994 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=53.292 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=53.135 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=52.939 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=53.891 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 52.939/56.250/67.994 ms ### FILE /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=4baf4fe9e7ab9a7ef2f1833790684eb30fbfd8d73019cef31d319ba0a8dd0de8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46130 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=b832d99fcc4696584e40db7cfa0f3948a964a578f407b38b89723b8219f61eb0 Backup: KEYMASK-before-vpn_test-20260604-042959 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:29:59+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=5373df0ff4df0a2d7704095d0eb0f55abc31b2b33d3cc100a2096ecfe1c1593a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=50.355 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=49.383 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=50.084 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=49.597 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=50.615 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.383/50.006/50.615 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=50.042 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=49.892 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=49.783 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=49.898 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=50.061 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.783/49.935/50.061 ms ### FILE /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=2690741f872397aab359ffd02831d0949207e404b73f210b06a701c58dc36c30 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34955 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=748641af98f8701dd93d4cde0b0dcf665f47ebfd3e061d2effcb40e6fcfc769d === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=63.952 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=64.690 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=67.278 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=64.562 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=63.690 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.690/64.834/67.278 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=64.430 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=65.222 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=64.420 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=64.162 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=64.538 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.162/64.554/65.222 ms ### FILE /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 482 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=d8b64c6ad21f8a11bb8a3cb55842428c8cda0e70f86b8d43d4b4837be6773c77 interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 55970 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 1 minute, 15 seconds ago transfer: 930.70 KiB received, 923.80 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=66082071d2d3e70881f56015dad596be7cf532b7d31aceabaa03c3b1225a8fb4 Backup: KEYMASK-before-vpn_test-20260604-043027 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:30:27+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=6143c6ef9675cc22f1cb1ab7040bd329514321b77457e724752ae0b4f80024d7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50185 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.71 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=ed3e0034996d805659e7faf1a4be7e0872cc4bc7e4d4751a848ce10231097499 Backup: KEYMASK-before-vpn_test-20260604-043049 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:30:49+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=66edc3b5b1ab1b6e58e16689b126e2ef3433b10b05e34e02df0c9eb55107858d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=55.837 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=55.872 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=55.887 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=55.814 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=55.031 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.031/55.688/55.887 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=55.835 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=56.461 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=56.415 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=55.621 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=56.482 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.621/56.162/56.482 ms ### FILE /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=35c6531af49f5f9385a71ec563b12f3acb748afb0b859b05af032a92b5d552af interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51475 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=43ceda3a58f6c2c5b1cb7f0a3902bf5b1555cc6a89652f2aabee086f6284b24d Backup: KEYMASK-before-vpn_test-20260604-043107 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:31:07+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=6831c7a4f6bceaa71b83bde3ae71d5fa6dc7ffb562eb527ff8a97ec8d06bbcce === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=72.665 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=70.003 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=70.978 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=68.096 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=70.651 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.096/70.478/72.665 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=87.951 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=88.022 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=86.554 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=91.916 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=86.686 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 86.554/88.225/91.916 ms ### FILE /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=dbd067fb9a3ee569c52f77f37c3b5fab360c8d834d4d5f38055109d76aeb51c9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60190 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=9caee61cc642cc5208e71bde602df37ccee7956ff0b595e156fe3e59dbcb8ed4 Backup: KEYMASK-before-vpn_test-20260604-043126 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:31:26+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=2b063c3ddd71a1f85ac0e7a48827dba0e80551f35dc4eaf96af0217ec0788771 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40364 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=931c0dea690a63a4e00533f66d24d2af0e49c34036602da0c5adda9bcea05943 Backup: KEYMASK-before-vpn_test-20260604-043148 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:31:48+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=4036c44e8c0071643a9f195008262c3713028839237e145a32c7afcd034fd759 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=265.043 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=263.662 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=263.459 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=265.059 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=264.625 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 263.459/264.369/265.059 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=228.612 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=229.355 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=228.800 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=228.993 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=228.754 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 228.612/228.902/229.355 ms ### FILE /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=530303fb2935da0899169852e545336e89858bf7878c2cb31a3e9c588a6900d3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55506 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=7ff597ff0911ce5281fbd0753302d1e7ff434eafb8ab06f6cb1adc95b7385538 Backup: KEYMASK-before-vpn_test-20260604-043206 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:32:06+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=ad0bfa2555cad19784dbf33ce3bbd6d71bbde206d4793e5d554fe4b3d6b7e52d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56974 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=8e987b7a7e33151c2d79fb71f78a2c951b86479a13c4d270ba41d03a934dbc70 Backup: KEYMASK-before-vpn_test-20260604-043228 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:32:28+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=2be0958a3e90e53b8b43990bd12fe439b33b4e93a102241a265146369ab8f41e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=110.567 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=110.750 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=109.576 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=111.265 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=109.668 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 109.576/110.365/111.265 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=174.617 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=169.366 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=168.750 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=168.466 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=168.349 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.349/169.909/174.617 ms ### FILE /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=e8aa8d507cc63dcefc3690a4635154c4585c8688ef95f4385418f680b4822f69 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40119 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=c6ef72ec90da9ad6a2a5d24031d18fff9d63ba43157031c7081f3b5d947a2587 Backup: KEYMASK-before-vpn_test-20260604-043247 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:32:47+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=7810d6fc6951712ce3bbd7cc2ed6d72b53c220902795410e5ec432c47139faea interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43672 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.92 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=a6cff4b27d70401cbf0a5f3636b840d0e750b2dee61d3766e495fdd7395961c9 Backup: KEYMASK-before-vpn_test-20260604-043309 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:33:09+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=90a94da1c8612b5a82c18d74895003ad52c6c978b87999b66ae1b7b362381a47 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=184.653 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=184.434 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=184.700 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=184.380 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=184.132 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 184.132/184.459/184.700 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=178.436 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=178.688 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=179.427 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=178.911 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=178.870 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 178.436/178.866/179.427 ms ### FILE /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=915ab30f11085b221f31f6ed5522b28b3380fe176ca5f003ade66b7ff1ccf810 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45036 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/results.tsv -rw-r--r-- 1 root root 13368 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/results.tsv sha256=6c6820dec8d9999a15afd92ff9538881c90a8711f4e725e333b74ad0318730c5 status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.93 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.423 /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.52 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 67.103 /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 376.044 /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.70 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.85 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 87.206 /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 44.743 /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.59 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.99 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 71.253 /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.88 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.70 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 127.835 /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent 9.9.9.9:0%,1.1.1.1:0% 30.288 /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 214.450 /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.92 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:20% 35.727 /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.49 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 74.067 /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 59.034 /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.006 /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 1 minute, 15 seconds ago transfer: 930.70 KiB received, 923.80 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.834 /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.71 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 55.688 /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 70.478 /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 264.369 /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.54 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 110.365 /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.92 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 184.459 /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 5 04:21 /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=cc87ba398c2b5ef3a25f80a72e0f2eeed00398a92972ea73b65a16eb813fbf5d Backup: KEYMASK-before-vpn_test-20260605-042129 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:21:29+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 5 04:21 /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:21 /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=1bf6b3ec8ae5c1e8929ab056911b9701cb20c8d9abe3e4c4198ad850be4b52c5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46199 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.87 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 5 04:21 /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=cf35948dba103e1a2e6f11aa5312a41f40a5ea63bae3bca2246abddbade6f9db Backup: KEYMASK-before-vpn_test-20260605-042151 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:21:51+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=fa8aa59bc52c440569ad2d9e87b7141d3aafdaea495ab092819fb34f77579470 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40347 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.53 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=444bc75e285e3ea8a46fda519ea96bb3ea2aab872727c587a4641fec6f6dbc22 Backup: KEYMASK-before-vpn_test-20260605-042214 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:22:14+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=ba5a36b9902f226a57074d8f47d357039166381c5a200c6a719ca6da21a66751 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=62.326 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=66.904 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=65.920 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=64.950 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=62.778 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.326/64.575/66.904 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=65.661 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=65.661 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=69.752 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=87.192 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=65.217 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.217/70.696/87.192 ms ### FILE /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=1fe1cafc21b07e44f8c9e0782b5a60eb61bf15e6b5aa4217622c93f2da65da4b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48005 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=c7c2f5723be2ece7363cbca194ebcbfc7869c3e3d966e1c47577fa5a2d176365 Backup: KEYMASK-before-vpn_test-20260605-042232 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:22:32+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=87148962e26e31f369ac74c571bcc79056668cf63eb4af8b57b63e304b0b9262 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38159 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=716793f68a3cbe638dda652653a2cbf867a31a02e2804b15a6e0e189311a2eda Backup: KEYMASK-before-vpn_test-20260605-042254 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:22:54+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=f59bcb3583d8a95dc7e5bcbd6c45e5bb9de694cabfc3a5d9f3fbe97032c75677 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=65.992 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=104.308 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=63.159 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=65.046 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=67.146 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.159/73.130/104.308 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=72.977 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=70.744 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=71.234 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=72.459 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=124.371 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.744/82.357/124.371 ms ### FILE /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=c0504a852ebc1a80de2e2887bb777d4ddb93bb7ffa218ffb5772e1c2414141ed interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43165 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=b66f31dc21489df42932a0357576c44ef3dcf64609e3d599efc17a00e9bb5744 Backup: KEYMASK-before-vpn_test-20260605-042312 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:23:12+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=e10c48a260a0612b015e59c6927afb075de15a9a49ab0d9d09ef07fda6b484b5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=377.306 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=375.645 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=374.538 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=375.273 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=376.169 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 374.538/375.786/377.306 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=376.032 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=375.069 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=375.958 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=376.001 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=376.226 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 375.069/375.857/376.226 ms ### FILE /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=2534d976a7f8ae420b9eeddadd5acf960abce929abe6f1114c68be8889b93668 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49316 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=f80c00cde928478634dd5173bc38d76b292c9ff740b1f9f2588376d4d2647f4d Backup: KEYMASK-before-vpn_test-20260605-042331 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:23:31+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=a8d297360303b7b24eb7579902ae8ce46de2ea0b749b83982fcce19b7a25b320 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39584 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=cd425ac5f537336684b49856bc4f856bc678579ecc2caa912891433f51a05147 Backup: KEYMASK-before-vpn_test-20260605-042353 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:23:53+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=0701d109291440f0ef287e7c27c598bf8e73773e0671febf98f5dfa047a5a734 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36204 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.76 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=60bd2daa20463644dd21afaa1ae7832ce212927e02c963b67c3dbd7a1aa2542e Backup: KEYMASK-before-vpn_test-20260605-042415 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:24:15+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=fddd182950f6816efd0ad9261647914218054017e43967d11bdfa08ac8b2ecb9 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=82.681 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=83.463 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=83.168 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=83.198 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=132.819 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 82.681/93.065/132.819 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=82.831 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=82.773 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=82.544 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=83.482 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=83.302 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 82.544/82.986/83.482 ms ### FILE /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=202a23e89a0150a94012a7b356bbad253fc6deab7ecf7c2d05b6d6f0efc5e810 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41577 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=47fd28a73dfcb584491fb1acb5ddfc290246a4e647d14db72b09dc6e054382b7 Backup: KEYMASK-before-vpn_test-20260605-042434 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:24:34+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=8cfc36b146189ae4e76af5192f025b32e0a12785b5706f8694e714ba8607d409 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=49.384 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=49.515 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=49.118 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=49.055 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=48.632 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.632/49.140/49.515 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=56.195 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=55.742 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=57.306 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=56.415 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=55.123 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.123/56.156/57.306 ms ### FILE /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=0ba9ec38063fc18c538ddca4b2cac8ded5d67a34405d7506b2746c56b7728fcb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34671 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=e5697d45c33484ba4e27fa772d9d6af6e13ab9ac258c55a93c6706e6f3792b6e Backup: KEYMASK-before-vpn_test-20260605-042452 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:24:52+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=3a2c7652622eda90ffb2deb82310423a26232dd9ca30a2afdac7b7cf044f7190 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51876 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=34978559d9b07f74b12282c65f3e0aad2a168c498a31dd34ba66cf362868d285 Backup: KEYMASK-before-vpn_test-20260605-042514 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:25:14+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=24724a0c6bb3482ea833da3620078daff04739493e80ad54bcf8dbda4481f6f0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52792 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.61 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=68451ed9b30c172bde16d61cfd70b526574e3354b93ccadf9da18a1f6f151e25 Backup: KEYMASK-before-vpn_test-20260605-042536 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:25:36+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=7c7b4be90f9dd1bb553aefe46e19ffd9f42cacc2e41f202ecffe317d922e01dd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50338 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.98 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=bd1266da09390edb423b4cb10980d562bf55f2908e8774dec7e82292784c37bf Backup: KEYMASK-before-vpn_test-20260605-042558 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:25:58+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=7007823bd21684d57ee784bf57f885b3702dbc1b24a4b088151914a31e66558b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54554 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=76857ecb5a7ed6180d4d0f861c79c7804c0b382e43b6cc90437947bb4f2015b2 Backup: KEYMASK-before-vpn_test-20260605-042621 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:26:21+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=38f4c1850add49d954d61ca3231a07c771cc3cef97c0d85f09cf1cee493522b8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=75.043 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=74.483 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=75.912 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=77.076 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=74.204 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 74.204/75.343/77.076 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=74.021 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=98.124 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=69.282 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=67.659 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=67.539 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 67.539/75.325/98.124 ms ### FILE /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=b419b3185e577acef67b30b75196883281b5b11c7df0b7cfdded2772856d4331 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35144 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=4c5dc8fed6014097047b0f8c11970be2edd17e2f87e56101289aa990266c2846 Backup: KEYMASK-before-vpn_test-20260605-042639 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:26:39+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=888903bd558d589acdf60509a32d7e3fa5cd367f185ae6c6c6d3d7188bac2af5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58646 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.83 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=6149502b95511cd95eaae7c9b0983870de7c17536c97ff984c547159cb4c0498 Backup: KEYMASK-before-vpn_test-20260605-042701 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:27:01+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=a3065d5db0d435061e39c9aea08b58820e9cb0eb01cdaeac8599bce43b6b1639 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40269 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.82 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=bd14b89581a0a17c00fe16f434d3216d6ac131935e2f41323f92dd199308e991 Backup: KEYMASK-before-vpn_test-20260605-042723 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:27:23+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=b7ae9fdd09f2e47d7ad4ed902d13700a27d4ea26e559473fbfb59e3b61df92b8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=125.887 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=125.752 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=128.085 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=125.358 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=176.391 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 125.358/136.294/176.391 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=126.011 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=123.771 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=123.516 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=124.912 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=124.524 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 123.516/124.546/126.011 ms ### FILE /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=0aec4497bd34759d7819b62c1d03129fb3db7b3e967f5458afb748076e0cbfc5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49664 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=a4438c4c1e28e802bb67b112bcac082d15fde1fc3cbc93c9a9de930dfda0dbe3 Backup: KEYMASK-before-vpn_test-20260605-042742 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:27:42+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=e3874b8015fee7060e699da21ce4da2481d531df17dbf520e7fb0c3c83eef74d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=30.295 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=53.538 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=48.457 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=35.032 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=32.343 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 30.295/39.933/53.538 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=43.708 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=71.873 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=30.925 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=46.670 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=29.394 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 29.394/44.514/71.873 ms ### FILE /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=07e7b516eccd9213057a9d1575c0bacf2d7260293e9c3a4cda859c6aeb44ab05 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58044 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=b81b5fddf88264f1634ac316f2c304dba3dc38d332dcbde6036ad2b8b62ad486 Backup: KEYMASK-before-vpn_test-20260605-042800 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:28:00+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=883dd06f0a3c3f2919ac4da293c035383714f079f6925e65eab861a29159f035 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=45 time=214.057 ms 64 bytes from 9.9.9.9: seq=1 ttl=45 time=213.760 ms 64 bytes from 9.9.9.9: seq=2 ttl=45 time=213.529 ms 64 bytes from 9.9.9.9: seq=3 ttl=45 time=214.732 ms 64 bytes from 9.9.9.9: seq=4 ttl=45 time=214.623 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 213.529/214.140/214.732 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=32.812 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=33.167 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=32.675 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=32.582 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=33.558 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.582/32.958/33.558 ms ### FILE /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=ef405e8134abbeefc4fc17ef51fe9a7800ef3b5c81896c500c9e9a91956f53f9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49831 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=5a9ef13a854099ed1571493bd964296a32152ef41fff4ee767fdd73e51fe2031 Backup: KEYMASK-before-vpn_test-20260605-042818 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:28:18+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=5b9c516f356a65cc91138143cefb1994efdb864afe5990e5eadfbc48ffd2ae36 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58723 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.86 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=2dc09307bd0a44b3404fa9481605e62fa71f9643ebc6d6f541869ab39f8d95e3 Backup: KEYMASK-before-vpn_test-20260605-042840 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:28:40+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=d61b2e63d753737a757e9cb289982841b747400391d94440a6f99d8ea0dc19f6 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=35.359 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=35.102 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=36.742 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=35.928 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=34.566 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.566/35.539/36.742 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=35.838 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=35.602 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=35.343 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=35.022 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 35.022/35.451/35.838 ms ### FILE /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=cd1ebb99b500387c22fbeba6ad53645ac2a4e7c045c14ab6571d8c8312d1a13f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50933 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=d967b7bcc5d2febb150a5a087a0037775abe1329e81a2386d35cd2e036be0e89 Backup: KEYMASK-before-vpn_test-20260605-042859 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:28:59+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=694d2fa85b836603b0996e065597ecc79fb001b4f56766f7308b03ba432ecb0d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51550 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=7f387d798ecfd51cbe15323befadc02da9d4ab7d55189fb90c7dd03a40529ef0 Backup: KEYMASK-before-vpn_test-20260605-042922 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:29:22+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=2881cfd0e4fe348bd406ab9fc340ecc0e5a0c7e3b2e9ecd9663d96114717377b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=62.824 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=63.357 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=59.876 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=87.561 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=86.095 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.876/71.942/87.561 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=119.034 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=77.681 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=75.918 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=64.977 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=64.376 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.376/80.397/119.034 ms ### FILE /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=2961a42098bfee7e01d4a59ac7df5741c1895ba52655a1762374dc6fc06b2daa interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54569 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=b7659a092232bc82afb4bb46e380baa3e52ebaff9b29f12265c35a52b613cb23 Backup: KEYMASK-before-vpn_test-20260605-042940 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:29:40+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=06972763d7255091bf7c49488e6d5b7ed3723c685ab2c76572ba8c6d306af91c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=55.752 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=56.635 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=56.765 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=57.166 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=55.729 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.729/56.409/57.166 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=56.152 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=55.769 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=55.907 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=55.603 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=56.271 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.603/55.940/56.271 ms ### FILE /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=a44af71de4518a59b547bb0ad218dc821a9d3c4fc1db073d1c2edd3eed0c0fd3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44112 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=56caa0c668ffdc499c828dfd1e30a4e3b8177e109b56b7bb6727b86b14c9cb09 Backup: KEYMASK-before-vpn_test-20260605-042958 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:29:58+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=f766782a7499b6e7265bcc8afdf8449423f20729a1341d773e80dd9dc5d8a172 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=49.793 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=50.083 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=53.403 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=49.912 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=50.315 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.793/50.701/53.403 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=50.068 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=53.644 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=49.596 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=49.797 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=69.521 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.596/54.525/69.521 ms ### FILE /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=d0ef36ff5758e51ebf023cb6b9134e0cba6a84d86f60660fc3519efe766089bd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56632 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=d7605830e672df01ab9783672659f41b664ff2eeeb13028c34977821b1562baf Backup: KEYMASK-before-vpn_test-20260605-043016 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:30:16+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=c3fd269b2c2f4210de16dcc848897a0e07152a42d0be4fec9c1f792b416ce6c2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=64.886 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=64.351 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=65.051 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=64.405 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=64.667 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.351/64.672/65.051 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=64.517 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=65.995 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=65.247 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=65.702 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=65.489 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.517/65.390/65.995 ms ### FILE /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=53214c82142bf735b03b6e188d437419194c7f054997f68e4bf3f022bb9123dd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42822 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=549ded80ad5c18e1670cb972894a7a033aacd95129bf82d220a4e6371436e648 Backup: KEYMASK-before-vpn_test-20260605-043035 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:30:35+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=887f19a4540f234bc985aab06f6d257d7d118e8d6947baf682c1cab4849861b5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57958 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1041 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=c79d452fd7fea17c08ab9a06949a18262d5aedf688a66e20926fedd17ae06133 === probe 9.9.9.9 dev vpn1 === 9.9.9.9 dev vpn1 src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=60.359 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=101.136 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=59.556 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=59.623 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=62.656 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.556/68.666/101.136 ms === probe 1.1.1.1 dev vpn1 === 1.1.1.1 dev vpn1 src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=108.269 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=60.606 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=60.313 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=76.116 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=59.905 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.905/73.041/108.269 ms ### FILE /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 481 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=a106f157b0b48b642024fdfa8392a778fea712fb21d85d10498ee71de0756c97 interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 47035 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 1 minute, 48 seconds ago transfer: 3.36 MiB received, 3.46 MiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=61a5127428be4ffb89ef6d1a2f741f253de996122700ef6b8ccdf0620ae9c1d6 Backup: KEYMASK-before-vpn_test-20260605-043107 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:31:07+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1056 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=88cae232cdf1ff784b502ad8f5195a541ddc57b61a82569c14a4457c24dd693d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=76.335 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=127.736 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=105.323 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=69.140 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=68.423 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.423/89.391/127.736 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=89.258 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=88.939 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=94.844 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=87.525 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=88.172 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 87.525/89.747/94.844 ms ### FILE /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=ac006ad89a6baff618a9a7c382d5f2e12c1e5568265761faa8d03355afdcf964 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49652 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.83 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=0385d5347f37da3f6104b6ca7f6e96e7fecd3537cfd9e35765d2528b107458ab Backup: KEYMASK-before-vpn_test-20260605-043125 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:31:25+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=0d21a1971f394e8f41fe6c96d2b84abfbb36befe2eda4b148fcc74b4e69cd46d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43044 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=1059ebbd77617c42a86dc96e713aa8e602dd7639c513d10332f26aee007c1813 Backup: KEYMASK-before-vpn_test-20260605-043147 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:31:47+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=b551bad72dee331e6e232f2361d96f15874f35f11ad5ddbcbcb53e64618b2045 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=267.127 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=266.836 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=266.346 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=266.705 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=266.637 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 266.346/266.730/267.127 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=230.445 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=230.426 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=229.454 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=231.113 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=230.283 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 229.454/230.344/231.113 ms ### FILE /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=dc244e6be029ee5e177967e6d5ceec85ebeeb9e797748ab34bcd2c01d22cfea7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35420 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=22919b4037d2c76be097ab52928c81e0aaba27d37829418f8e9a05b2a67793a8 Backup: KEYMASK-before-vpn_test-20260605-043206 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:32:06+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=ea02182ace2e661539585baaa6235db4d4ab31aaac628f71893b19becf711d6d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47387 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.49 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=a8d44c8bef91a6953d78072ad5703d0d704a0f9ea8231c29ec33e617b17c1aec Backup: KEYMASK-before-vpn_test-20260605-043228 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:32:28+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=80c28605bd0f6f0d641156b33029111a70591c8e40c238977574b1b527ec9a63 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=108.530 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=107.372 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=107.681 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=109.652 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=109.628 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 107.372/108.572/109.652 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=161.783 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=161.532 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=161.619 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=161.867 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=161.375 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 161.375/161.635/161.867 ms ### FILE /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=15ec70222f2e0976166e863701a0f86990414779e959c41a1af5dbe1964bbfbb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46194 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=a9bbe299b104df28c5948d7c837ca6dcdb7b992a4bff93cacfddc8f9cbfa213a Backup: KEYMASK-before-vpn_test-20260605-043246 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:32:46+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=08bb532f824fd02b90c38a68b3641b3ccdd7935f60abf0bd3992bec6fc7db215 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54680 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.99 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=75bbdaf3fc9994c53a7f50008a32bd514481fe19427cc4cfc257d725c9c27f2b Backup: KEYMASK-before-vpn_test-20260605-043309 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:33:09+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=c6d619fcc67dcf932836927e5b1fee6197f728b2c089d0c9ee8a4947efea81a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=182.309 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=183.090 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=181.977 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=182.956 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=182.822 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 181.977/182.630/183.090 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=178.361 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=177.328 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=217.684 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=177.017 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=176.871 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 176.871/185.452/217.684 ms ### FILE /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=7d981ccb62c072223d09c783e0ee267104b864988fa7953a7a3014feef41b7f2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37509 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260605-042129/results.tsv -rw-r--r-- 1 root root 13364 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/results.tsv sha256=f934529d1547c8cff6a3794c17e7408f60dc34d6166c630d2967cb8ff33bb788 status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.87 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.53 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.575 /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 73.130 /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 375.786 /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.76 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 93.065 /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 49.140 /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.61 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.98 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 75.343 /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.83 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.82 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent 9.9.9.9:0%,1.1.1.1:0% 136.294 /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 39.933 /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 214.140 /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.86 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:20% 35.539 /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 71.942 /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 56.409 /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.701 /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.672 /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 1 minute, 48 seconds ago transfer: 3.36 MiB received, 3.46 MiB sent 9.9.9.9:0%,1.1.1.1:0% 68.666 /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.83 KiB sent 9.9.9.9:0%,1.1.1.1:0% 89.391 /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 266.730 /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.49 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 108.572 /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.99 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 182.630 /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 6 04:21 /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=86fec7ac7d9660f72e21cad83fc5faef3ec6d309f6b9439cebdee1c7d6a6aa36 Backup: KEYMASK-before-vpn_test-20260606-042128 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:21:28+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 6 04:21 /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:21 /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=9ee5a95f6a0838f8c6974173b73c395915f3abd741ef19cce057b8ec89e4f842 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46697 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.87 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 04:21 /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=f7f870c03b8b09b96ca3949bdd68fce83055b08b2470eaba9e6109ffeee27021 Backup: KEYMASK-before-vpn_test-20260606-042150 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:21:50+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=dea980d6ae620f213e268898699f8aadd4dd6f52c3233989104ee21213302c53 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55081 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1037 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=171be5a74112360332a503a09ca158bd97ba9ddb6212f068cf1f76f1f26ef333 === probe 9.9.9.9 dev vpn1 === 9.9.9.9 dev vpn1 src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=57.912 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=57.823 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=57.555 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=56.941 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=57.350 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.941/57.516/57.912 ms === probe 1.1.1.1 dev vpn1 === 1.1.1.1 dev vpn1 src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=57.974 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=58.202 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=57.322 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=58.093 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=110.451 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.322/68.408/110.451 ms ### FILE /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 479 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=5474c47fed7ef9412d2232ce29f6bad5e1b23dbc889b3f1944f6cd2842340707 interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 51781 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 1 minute, 37 seconds ago transfer: 64.52 MiB received, 9.66 MiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=d5caca54757779c06b2af6a2eeda20058c97cfe30b70e08d66d91d77c5bf91ec Backup: KEYMASK-before-vpn_test-20260606-042222 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:22:22+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=ffec61c4889f8a5cc24c059d768078ff2e257830a15cdca2daa74533dbe55e4d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44083 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.53 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=4d5f3a64ed9819e6facc4ae58fd128d686f12dea7f18416fda68acf0535e9090 Backup: KEYMASK-before-vpn_test-20260606-042244 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:22:44+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=5deb29ae2301f2425e4c8868cd74864fbdecb7d6a437390fc16cfecea267e557 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=57.480 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=57.381 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=57.818 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=72.382 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=96.629 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.381/68.338/96.629 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=98.316 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=63.012 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=63.258 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=63.188 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=64.211 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.012/70.397/98.316 ms ### FILE /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=3a0cc9cc56b2d8d4a7f3c4c1f416c7109df8e0a73031d0cbebba634b8ea5cdb6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36461 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=320dfefa20f5aaf253781f04c2eeb2476485fa29c1c3df8a8c957a51da890ad0 Backup: KEYMASK-before-vpn_test-20260606-042303 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:23:03+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=ff195ca6dfac2526cddb0e11b1f6d364ba582dcf27894357a6e2b609a5eb4e84 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=252.826 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=252.579 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=252.399 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=253.371 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=253.428 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 252.399/252.920/253.428 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=253.451 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=253.301 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=253.234 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=253.357 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=253.134 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 253.134/253.295/253.451 ms ### FILE /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=369e10fe5c8de62112a563d8c90d7d91ccb794ebe5d60a56d045fe3231e9aed9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55275 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=f51b1e86c0a15e3e368953aef3da1d182d6b229f9cb0b91b53cd58f9e7dc4089 Backup: KEYMASK-before-vpn_test-20260606-042321 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:23:21+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=4cbeea91c49f654b72c9c4eaf61742c12206c26f7cade90fef0d80262c7416a5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42744 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.63 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=eb3cd20b6c19d8df3a4a2476f74bd77bb933cab5450ff5ee22bf8158b5906b15 Backup: KEYMASK-before-vpn_test-20260606-042343 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:23:43+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=146f060c65d06980dd1b9a626634eb98a349c808aba35d11667974246bda8f2b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43903 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.89 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=4bc09a2ffdc8b790ecc63a9f843b6057623237b1bbb94f564fb015353195a7ac Backup: KEYMASK-before-vpn_test-20260606-042406 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:24:06+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1006 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=d35471ad58d2b7cc5cc2a978f22bc01cf0e6e9fe6ab97862d4afa012ba5311c7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=88.392 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=85.954 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=150.178 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=88.535 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 85.954/103.264/150.178 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=87.026 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=87.583 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=85.629 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=86.008 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=87.089 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 85.629/86.667/87.583 ms ### FILE /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=da454d0be0cec47f887380beca8bd35ace54220d8f485378972e60e2009d9d30 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48225 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=dc1d1b059babfdbe6a91ed231c0f0373ca5763925dba366516b72298b6808be4 Backup: KEYMASK-before-vpn_test-20260606-042425 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:24:25+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=863d646af1ab28ced47b58e095d7f898b33717c60716a7f532d7572b0278a025 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=47.098 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=47.252 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=78.289 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=47.565 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=47.516 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 47.098/53.544/78.289 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=74.764 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=55.101 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=53.585 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=53.244 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=68.536 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 53.244/61.046/74.764 ms ### FILE /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=9bccb2c3fbd59606cb2aaa1b0d970a984c8236de5092249521bfd6d0358a64d0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34809 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=35be6b00cb4ef40fab01f24f8e30f8b11b7f8bbfd1919feb4ee4239221521231 Backup: KEYMASK-before-vpn_test-20260606-042443 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:24:43+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=994b26d8e4a122fe802f68cbf4521cd770aef4e5ac46b95b27ae1ba6ecbdba1f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47550 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=c01b4443f600582bc832b09e0a5042b294a5d94b17c867e5152fdb7536a1f374 Backup: KEYMASK-before-vpn_test-20260606-042505 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:25:05+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=aec5475e8508a59a6a6a9432f10eacf9a75a78e878324a2f3030634e25307aee interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45410 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.58 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=c23fea60adfc5e3a3f0b3f5189c3aaefe4d0ac72c4f19e3fe8fd0858baf3a21e Backup: KEYMASK-before-vpn_test-20260606-042527 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:25:27+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=a1f67231d8f9ff90521003ccb18acb52398a10be6768377b4a86024df75046d9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59543 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.01 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=f2a1d220796c75d1f5f68fe47d537d6b5eda5fa3d0d94bac011d35c8eea1ec8d Backup: KEYMASK-before-vpn_test-20260606-042549 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:25:49+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=e562670163030acd17edd35026ac51b3a4ad755213c2576a808c26be600630b3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41481 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.70 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=f1fe8f266071865ff3a9b92792387aed6c33caf8902451553bf464545ea1c5a5 Backup: KEYMASK-before-vpn_test-20260606-042612 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:26:12+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=265f04b00b3b447d430bcea0fe4d0f63b10f2e7a66681df4e6d3608a8744f73c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=73.723 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=72.996 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=101.045 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=73.671 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=72.814 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 72.814/78.849/101.045 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=65.730 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=65.187 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=66.151 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=65.485 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=65.732 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.187/65.657/66.151 ms ### FILE /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=cde21c764572ec7840d9e3adc97e8e5e95522b7f9d05dbee98dba07aaeafa055 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37085 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=63b3e662e0ffd96dd216f5a2efb67cb27f98c0b5908915b40cc962096b6461e6 Backup: KEYMASK-before-vpn_test-20260606-042630 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:26:30+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=58a5e680c6a8b243ff43dcab5a96787895fb9f9a74986662c52f75602b1897b2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43062 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.85 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=fabf187aaaa6e7525f9bce5e1fb719dd0a0766e2e5c07e815c0f357ce62af5ee Backup: KEYMASK-before-vpn_test-20260606-042652 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:26:52+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=ac5356a12dccd6a89ea86042060670f83885bb02ab6bae13bc56e1a923255d3f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43659 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.70 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=11fdd81b80f58aba919cae5f1db30786eccba899039f22f49646c4619592b50d Backup: KEYMASK-before-vpn_test-20260606-042714 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:27:14+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=be9514a313f39e0b6f51d687366fc99b5667cb140d8270f341720ee08f5a94c2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=127.051 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=126.290 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=126.296 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=126.251 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=174.536 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 126.251/136.084/174.536 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=127.158 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=126.506 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=126.443 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=170.382 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=127.842 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 126.443/135.666/170.382 ms ### FILE /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=df9f3e7900c410923173e8e106abf8fd2733d8eb7cd973b040bc0189336192e3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37539 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=eecbc1b4e23c8d638b13cbe710221d93f7985adf8e0c50caed3174fb76bff32c Backup: KEYMASK-before-vpn_test-20260606-042733 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:27:33+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=04168e46af4faa4ced1caec4ce9c91f975bd0dee7c1bd3bf567716287aa362f7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=74.619 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=98.518 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=73.804 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=29.668 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=54.443 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 29.668/66.210/98.518 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=54.033 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=33.381 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=57.266 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=28.870 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=29.841 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.870/40.678/57.266 ms ### FILE /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=4b8e9396d911b1811f2580be35ed5e6e8cd44ea1649b636d5f5ed2f191a9ecc3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45431 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=b183fd9b6c035dca871a4e4f3d9c1356b5018955ee87622e1a1457abc15017b8 Backup: KEYMASK-before-vpn_test-20260606-042751 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:27:51+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=e3a1e0b4c1ff9b86b2dfc709f08970a25ff76f89da1ea1e1a96e0185329dc0c9 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=209.103 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=209.535 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=237.979 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=209.301 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=210.103 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 209.103/215.204/237.979 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=34.596 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=95.662 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=34.620 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=34.552 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=34.942 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.552/46.874/95.662 ms ### FILE /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=016f6e4b19c53bcdc5ff97777fe4b6fb41ada580c102cb1ed09703db1c0a5d8c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60806 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=3fb50ab1a369e888703e64a63655dd8f45fbd014ce0a9973f8c8dfa28c5fc251 Backup: KEYMASK-before-vpn_test-20260606-042809 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:28:09+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=ce5a577db8c124d4a2019e7bf9f6428b116f40038ed8919dc68ae3096aab7311 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59042 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.89 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=e722de93b2805e9f3958f70fa8262392dbb2d67140782066781360fb518fe63b Backup: KEYMASK-before-vpn_test-20260606-042831 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:28:31+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=9c4084da37187386f616bdbda86cd0a01910361c936f086ef068a00aa40a4b63 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=33.391 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=33.306 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=32.698 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=33.697 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=33.828 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.698/33.384/33.828 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=33.591 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=33.615 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=33.823 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=33.609 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 33.591/33.659/33.823 ms ### FILE /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=3b0b9833905cb6c8b314a444ecc78e349d42fd78bf5bdcc68aa45f05d56d6755 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48118 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.77 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=bbe6df7a43c7e6923a806a2dbe45ee0f7833a9ded4d3ca31718b125f76c6ff6e Backup: KEYMASK-before-vpn_test-20260606-042850 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:28:50+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=2f9e89146eb8aad6dc833d61805f3619c8d51e7e67b0794d73919b12c50fd5f8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59019 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=2390ae93d047eb943f4c40e5e35521384a825ab2d2d49ffc7596edfe2393e533 Backup: KEYMASK-before-vpn_test-20260606-042913 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:29:13+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=4cde1221c65a6803d679e52fda7f740c3006af7818eada79b19fbc7e9d78bae8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=df91af1cebb9bfd03055d0be545c30e8b266fb8e2aaf5832e2bc07e598078dd8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40330 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 20 seconds ago transfer: 124 B received, 1.65 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=58e7fe953ac969be8982ab5cffbd317d957f7cd7a261b56521aa7a555494cecf Backup: KEYMASK-before-vpn_test-20260606-042935 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:29:35+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=62005a194a63845acf0e58d3428b93d6466666b0c2963e77171129cd5b492a08 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=79.944 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=56.857 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=56.918 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=56.095 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=56.363 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.095/61.235/79.944 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=56.430 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=55.911 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=55.745 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=56.246 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=58.004 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.745/56.467/58.004 ms ### FILE /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=17666b997705d976828df94d61c1071cba13b41fa6e35a47bfe9012109356f69 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36579 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=a814f3d6ea9e75d27cf6b59f9ab4863d169824ef1f2c409f326b136ac3afb5cc Backup: KEYMASK-before-vpn_test-20260606-042953 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:29:53+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=efaf83873e156b1ef36b9bce925573811dd43b784305291931df416344c74d5a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=49.793 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=51.726 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=49.626 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=51.397 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=49.653 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.626/50.439/51.726 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=50.107 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=50.212 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=50.114 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=50.613 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=50.955 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.107/50.400/50.955 ms ### FILE /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=4b05826ba9ff95990ad742cc9e1842d4e7d68bb03347ed7757126a0c4ff39152 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51446 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=563c70a1c06dd8fc34f67cf6006a7ea3c4fa461f959df1df89ad21bb02e240f1 Backup: KEYMASK-before-vpn_test-20260606-043011 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:30:11+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=c6c078e3f45475d3b848f873371100602e00de80bf46a085b1edaf3c2d3950d2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=65.372 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=64.969 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=63.567 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=64.241 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=64.248 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.567/64.479/65.372 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=64.909 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=64.707 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=64.851 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=64.050 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=64.758 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.050/64.655/64.909 ms ### FILE /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=2e2dc6779e3216ed1da5661e3139038f0c4340e625ae6efbad9b834bd5c5a6ba interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51039 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=c6e2b8b2eb7f213ceafef4cfc36023f14a047fa9b3f69944ccc6649db14d9710 Backup: KEYMASK-before-vpn_test-20260606-043029 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:30:29+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=59761495b8c1630482424c420f4e8fe152d706383bdeef0666ccc1499b27b706 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51903 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.72 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=b63c74b8f976d3e450e669152bd7b0a0f3da1caebf881b975654b6f4b36606a8 Backup: KEYMASK-before-vpn_test-20260606-043052 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:30:52+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=396f86a448ea8c471bfa5d2a2555095ff76c3231c5e4a1b4afbd3742ae8d1218 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=59.343 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=59.451 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=57.654 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=59.028 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=58.782 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.654/58.851/59.451 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=57.303 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=58.469 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=58.511 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=127.340 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=58.428 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.303/72.010/127.340 ms ### FILE /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=74e48870da8e708b5b6cfee17bbaaf75a9fbca2cb7503ce866f9953cfff806da interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40706 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=66066dad76fc9ac471edb0ab05f7d0f58a9fa3a8bf7b5027c1c835c9a5f6a790 Backup: KEYMASK-before-vpn_test-20260606-043110 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:31:10+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1061 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=adcdaaafcffdb4c86c3c9e47325d3b6e3b258cca1f307d4724ee6a8a0b39c888 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=154.250 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=154.735 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=153.046 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=153.830 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=154.690 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 153.046/154.110/154.735 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=90.379 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=91.135 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=90.460 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=92.308 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=91.237 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 90.379/91.103/92.308 ms ### FILE /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=8c4dff2eab5393bc95f0c515bba7a45df00f0561195778731244fa998fa37637 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44498 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=f9f8cfec1e059f3e3d27b3a68360e62942e1cf8b41bf1cfc12e1209c62566ac7 Backup: KEYMASK-before-vpn_test-20260606-043128 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:31:28+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=40a552cb3ec17a108bacd9df7a1acecd6a986e33f4cd9c675180dc3debf9186c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47258 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.60 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=a6e7917b7af0c0f54966ae84cdfcb5804f9c42e472d15fb08b61c456aa01095d Backup: KEYMASK-before-vpn_test-20260606-043150 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:31:50+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=2bf53b9445716a643b6ab72902ea659ab2ecd61da3546055e5ec5be3367f65fe === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=268.568 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=268.244 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=270.656 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=267.624 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=268.771 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 267.624/268.772/270.656 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=231.946 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=232.509 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=231.773 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=231.926 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=231.897 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 231.773/232.010/232.509 ms ### FILE /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=d54479a5a36c796bad186f1b0151c5249f96cb14dfa83e4a8b61b8aa07b8dabd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38203 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=d9879d137bdc8bea6596c49f1ed2195ab0a7e1703e7d6a93acb77c91128dd930 Backup: KEYMASK-before-vpn_test-20260606-043209 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:32:09+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=eeedb791327bcb998cdde782b8846c45f4d7cf74d23fb27524633efaefc5aa6b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50768 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=2f94d65d811b270038370d9e8165953c92e5b6cec4bb97e76a3cd6926c38d30a Backup: KEYMASK-before-vpn_test-20260606-043231 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:32:31+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=e97b727c49b50d3ef7c74447e234e9730360ddb65a43dcd95a005db4ee625c1c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=99.545 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=99.564 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=98.882 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=99.814 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=99.910 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 98.882/99.543/99.910 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=153.775 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=153.892 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=152.985 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=153.449 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=153.394 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 152.985/153.499/153.892 ms ### FILE /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=314843029479fbf4888810ae9a4e12e4b84f7a20c71b584ffd92de39ca9f7023 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57182 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=1f94f9960c957ef1676909b2f0a43bfcf02339c560e98d42009d89d1b76017f4 Backup: KEYMASK-before-vpn_test-20260606-043249 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:32:50+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=0ece60273a26db61391c7cc4daeba37434f28f16c2d202d83021f027bcb15848 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59849 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.08 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=7f07b2b05f552ad5ad3bd2f3738df5576a6a1c6f56b82bfd339cf85e98e55d18 Backup: KEYMASK-before-vpn_test-20260606-043312 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:33:12+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=ebc52f36fc40211530552cd2d6a47040f20353ebef5bbf86e7d62baaea66bde3 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=173.923 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=174.849 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=174.561 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=174.484 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=174.493 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 173.923/174.462/174.849 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=169.346 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=169.745 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=170.437 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=169.403 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=168.323 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.323/169.450/170.437 ms ### FILE /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=241931cfe95a4e7af4833e3f714f715ebf6ff0b86b29f747a200730ca89c5be0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59260 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260606-042128/results.tsv -rw-r--r-- 1 root root 13387 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/results.tsv sha256=bec2074c482f4a9c9d0210355f0e6def237a71be7c4d2ed0900d55b45a7d47db status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.87 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 1 minute, 37 seconds ago transfer: 64.52 MiB received, 9.66 MiB sent 9.9.9.9:0%,1.1.1.1:0% 57.516 /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.53 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 68.338 /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 252.920 /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.63 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.89 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt FAIL_PING_LOSS 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent 9.9.9.9:20%,1.1.1.1:0% 103.264 /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 53.544 /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.58 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.01 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.70 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 78.849 /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.85 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.70 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 136.084 /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent 9.9.9.9:0%,1.1.1.1:0% 66.210 /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 215.204 /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.89 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:20% 33.384 /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt FAIL_PING_LOSS 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 20 seconds ago transfer: 124 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 61.235 /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.439 /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.479 /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.72 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 58.851 /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent 9.9.9.9:0%,1.1.1.1:0% 154.110 /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.60 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 268.772 /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 99.543 /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 2.08 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 174.462 /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 6 18:08 /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=5c9ec3bf39827b7169f2fc307e0b1e6743efd125830030b8deb32d49e882ddd2 Backup: KEYMASK-before-vpn_test-20260606-180839 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:08:39+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 6 18:08 /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:08 /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=3c9cf29ed9e1e6373dfdb696503cad6cf34d041f36edc9856efdc477173aa2c2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57764 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.92 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=3db06c64609b4036d6dd092255ea1a8cd5a3ffb8023eaade8a0d615077bd8cef Backup: KEYMASK-before-vpn_test-20260606-180901 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:09:01+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=28aff79e6dc971bc0189e6635f8e5557189767aec048312342ed1872a88e09ad interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44559 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=b1b44b2635648582282f0755948d4ff055fadfcf98e02b5a5b2a44a4dfc82428 Backup: KEYMASK-before-vpn_test-20260606-180924 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:09:24+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=93b017b5660633347aa802a21545d3558d55e972b73712103f76cd2ebc317bff === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=62.860 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=64.430 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=80.881 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=62.546 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=70.117 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.546/68.166/80.881 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=67.991 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=63.098 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=62.186 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=62.801 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=62.610 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.186/63.737/67.991 ms ### FILE /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=4921f75e24bb3ad3b308d6c3524f498de36dcf830fc3ba91eb4050ce32c16a14 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54990 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=5f44a0321b810e60e95031991926e73bcf67a39f087f5e52abe639c4728c041d Backup: KEYMASK-before-vpn_test-20260606-180942 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:09:42+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=8893e047b9b10b80519074ca0f190b22c2e6132ec206f117020eabaeb343d532 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45550 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.52 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1037 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=eb64df69625e38645b917167ad46dce2c6a5f925a06bde9f0c089b4b03f68875 === probe 9.9.9.9 dev vpn1 === 9.9.9.9 dev vpn1 src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=59.395 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=88.298 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=56.743 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=60.816 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=65.907 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.743/66.231/88.298 ms === probe 1.1.1.1 dev vpn1 === 1.1.1.1 dev vpn1 src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=65.376 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=112.234 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=63.472 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=73.898 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=63.674 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.472/75.730/112.234 ms ### FILE /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=47f63a1c7edd6163a41fd2d7ad3139f1874b5203b82f42c6e8b9535b397a6397 interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 46347 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 10 seconds ago transfer: 7.23 MiB received, 1.12 MiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=b4105701e8de10da621e5b8770db8319bedd75d6992a58705da17542b3a3faad Backup: KEYMASK-before-vpn_test-20260606-181014 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:10:14+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=b39204f591c6dc829f41153280f9cb1503bc35906248a8e45ce34ba4bcf1dad0 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=428.329 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=437.219 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=370.220 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=382.584 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=407.115 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 370.220/405.093/437.219 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=385.971 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=377.084 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=584.670 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=384.935 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=391.955 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 377.084/424.923/584.670 ms ### FILE /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=cb59d31e95af03a9490e7d0192bad10317556565ed082b79ee9a81de58767393 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46029 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=0c1f8b430e1efdd6e855d2515601d8ec2726af69630fc6f06f22db82de30b861 Backup: KEYMASK-before-vpn_test-20260606-181033 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:10:33+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=b8d6b9685a65deada435435b1054787697f5ab6492a3ebd232a9670c43d0e7dc interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54445 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=8c314499ba1850e37faa01657606eb5a5df91d5d3cb5afffb9962f283ae8d094 Backup: KEYMASK-before-vpn_test-20260606-181055 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:10:55+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=5a93332a9e0d1c70392f599e6d8a533dfdbde04cd9cc88593204e7ef1a1f4def interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55498 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.79 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=76a934eacdc0690d9345a34ae2d6956f7b7fb8d0d926854f3445176810fd431d Backup: KEYMASK-before-vpn_test-20260606-181118 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:11:18+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 952 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=93fcafd1b3694b162f3b384820c0f6cdcced87e42512f3fb6ea9e275f1235a9e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=1 ttl=47 time=87.421 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=96.552 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=83.136 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 3 packets received, 40% packet loss round-trip min/avg/max = 83.136/89.036/96.552 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=83.360 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=83.483 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=83.384 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=84.190 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=94.286 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 83.360/85.740/94.286 ms ### FILE /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=db8a530498386e2563015c53237fc28dba1b667cf3d65eecf8ae0fe8aa065eb9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40385 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.09 KiB received, 1.72 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=eff8d7bf0e6033cbd1b70c5af808277ab510d57cb8dc3f39807e83591c39c85a Backup: KEYMASK-before-vpn_test-20260606-181137 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:11:37+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=c27e3c2b4e99f325d216bf45a78d88eef9c947e60e669e777ceb3930e4e7c83f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=54.727 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=46.336 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=50.304 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=46.442 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=53.786 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 46.336/50.319/54.727 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=53.515 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=51.784 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=52.413 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=51.766 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=63.841 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.766/54.663/63.841 ms ### FILE /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=0b82c36ac125d248e7b97a606d6f703ce850c5457a5a2fff0bef1d8b3f35b929 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48562 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=c82fe75d6a76997eb4edab00bc5be9d8d4f5c578c60b5d84a63f2672375efc19 Backup: KEYMASK-before-vpn_test-20260606-181155 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:11:55+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=b8e12cdd0d9a45c3428b075579e4a615331f3ae84a487b9620dc0da045c43c5e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48557 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=20687a0043e5aa09acd7eddf3f17a533623cd6463d22fe8779bdb07a4ce6aa8d Backup: KEYMASK-before-vpn_test-20260606-181217 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:12:17+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=b1469cbfe2d57a01a485f05405a37bf4662fcf7d3a6206513fd294c35557f35a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37510 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=51ef4f1b67a822e0a28b6841c355789d74d6fd8fe08529df02e2c96afd7995bd Backup: KEYMASK-before-vpn_test-20260606-181239 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:12:39+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=02cefc22e2b59546431eb1e5135c97b5a40d24e5862ebecb14f095f171111afd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33807 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.00 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=0eac9dbdf1b8790003fe8d67e2d52030df90f7df136ac20dafea53c24eb064e3 Backup: KEYMASK-before-vpn_test-20260606-181302 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:13:02+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=a149f094c0168e219743d66a65950a6e8f46a86b5948e381a2a13325505f4c2d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41852 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=115b9a6cf8ade281917bbc4ebb3044f1fde77c7439609e7c03c8397d53995cc7 Backup: KEYMASK-before-vpn_test-20260606-181324 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:13:24+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=6fe739269aacde7cee3a053bccc85ab6f5ba2a68cfebc482584f2d771eb0d90b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=79.375 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=77.285 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=81.633 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=110.414 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=79.432 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 77.285/85.627/110.414 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=72.253 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=75.637 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=88.832 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=73.871 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=102.595 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 72.253/82.637/102.595 ms ### FILE /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=508057cd68c1f77d216e0540713a8f5a3802c974eed906a210c0cf5610a581ee interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39487 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=b7f6a27823aaf2e171c95e2ac5ec748fa474249103a1c3c4295e55bd0554a86a Backup: KEYMASK-before-vpn_test-20260606-181342 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:13:42+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=b245a3e4b953459207b77cdc2e665ef6a022ba08e59da9b9d67a5a56230aa2c7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37762 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.83 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=b769ed702b65e8cd766273dd2046626b2fad0bcbc42335bb9c6c1c28228c00f8 Backup: KEYMASK-before-vpn_test-20260606-181404 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:14:04+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=c19caf106afa06b2469a9df7d18e52729a14a8c18c3ea6ec8ee045644d2b1724 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49839 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.72 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=eff5ae926709d30d2804818c5590d76a107f8304951af6a6847dc7f337fe580a Backup: KEYMASK-before-vpn_test-20260606-181426 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:14:26+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=b43d3de1a6b1b42f95bc350dbe78d06bfb6ffd55cf2ece00b307f16f3137a97d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=140.663 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=148.670 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=133.408 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=540.798 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=138.126 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 133.408/220.333/540.798 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=140.257 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=131.396 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=160.789 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=184.903 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=133.981 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 131.396/150.265/184.903 ms ### FILE /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=af7a37bd50629e86e9e3c0b87aa4aa3bc1fac1f5cc976a9683b3a1a765118d76 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39582 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=b01e88abdfe487c5475e5848952bf6c12cae49538a70d3f552c3040702c8f15e Backup: KEYMASK-before-vpn_test-20260606-181445 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:14:45+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1009 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=c6fec833b522dc41e70ee46c6e3eb06ca0ded9c4b991c3e40898e626a4964aab === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=189.678 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=73.959 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=114.383 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=128.231 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=39.616 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 39.616/109.173/189.678 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=38.151 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=125.398 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=149.296 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=34.950 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 34.950/86.948/149.296 ms ### FILE /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=05cae1712058cee142a0272e3518991abaad246d9be091e7dd5c49865a9ce7da interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34465 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=fd77da65a1554407e674fb845866606651ca8fefdb1e38a7c089e906ecc18334 Backup: KEYMASK-before-vpn_test-20260606-181504 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:15:04+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=9b2843bc1f80be1198ec7a5d9a46d322398ced22f3a2923d26406b787655d783 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=206.415 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=219.177 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=209.050 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=207.383 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=207.003 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 206.415/209.805/219.177 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=33.132 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=32.466 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=32.016 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=48.491 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=32.408 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.016/35.702/48.491 ms ### FILE /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=285b648903b14078e89e9e9dd80aceda350b131e0a6fa228cc56790235a021ff interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51160 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=2eab5885bd0d6a6d04a18973ec3a2893b57724718f017caaf1821ec879cd6e89 Backup: KEYMASK-before-vpn_test-20260606-181523 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:15:23+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=0063249ec0d6d0f1d56146f902fbf72e5d45feabe074c9fdd5c8b45504dd29a9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46069 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.91 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=bfa1447b21d9a2b402d015c49c780e948ddef7ae1f8ad76f22d3a448ba4f9a06 Backup: KEYMASK-before-vpn_test-20260606-181545 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:15:45+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=f619d93e47a6ae54e6580e7c7ca6c8799c07a56bc68a20afe3c9741f159edd05 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=33.982 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=33.627 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=33.101 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=44.004 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=32.843 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.843/35.511/44.004 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=32.148 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=47.553 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=71.282 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=32.188 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 32.148/45.792/71.282 ms ### FILE /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=70b71fb6f55ccb03605d8a20e6868363d32569c37bc46fae556927e56a9a6810 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36395 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.69 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=ca659a9de3637bc60803bdf4b9a98ce7afe0061b7973457a6b325e17617abaa9 Backup: KEYMASK-before-vpn_test-20260606-181604 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:16:04+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=281a83eb0e55ebae949d7c2ece06fc4e7591e17c9c5e4f2d7f5ea410fa544005 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39976 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.50 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=ff9e7302377c6f58de9e901c0b74d5bb3f04298286e4859bf27581ef18d06ba0 Backup: KEYMASK-before-vpn_test-20260606-181626 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:16:26+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=2b743a73ee54cbd5eacedd37ea6b18539c958dad6f8dd4a34e02c9d6c80172c4 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=64.207 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=93.324 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=116.825 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=64.157 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=176.781 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.157/103.058/176.781 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=188.554 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=69.377 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=72.791 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=78.072 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=73.101 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 69.377/96.379/188.554 ms ### FILE /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=b0a6f7b770005965324e08f9adca15354a874ce697fd267125b8d636db068b59 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46333 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=bf9ccad2404e6066446bfa28ac2f9e51de998a15a25353b43eb77362c9858b95 Backup: KEYMASK-before-vpn_test-20260606-181644 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:16:45+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=a92cd942dc2024fa7d945ec9d2f2a7f5bf561e0de20ddcd2c0a93cb5868d23b3 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=60.113 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=57.078 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=62.391 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=59.684 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=81.627 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.078/64.178/81.627 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=96.404 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=59.062 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=58.010 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=84.984 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=57.487 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.487/71.189/96.404 ms ### FILE /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=e6c988727df3be9774365f33b3babbe8d76519e2bd3f65dba173573dbd46ccfa interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50645 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.59 KiB received, 1.68 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=77a1d0394b7e5a177e68bd7d4d8c917a65d89a2412d35a42e4de1e3fea98718a Backup: KEYMASK-before-vpn_test-20260606-181703 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:17:03+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=5d9b14fd801715397bb739cade2841e4e4d9ef418cd134896d36d1096813529d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=55.895 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=84.395 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=50.076 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=51.040 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=51.278 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.076/58.536/84.395 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=89.776 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=68.685 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=79.787 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=74.272 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=76.902 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.685/77.884/89.776 ms ### FILE /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=2d7bc06ed477f65f4044a04a7134e2e285c653095709dcc4b0192b09aba107b2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41377 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=dcf847894ce5d6bdf17648022b4d092881df132d4c9f4c770cca3686c8b20f7c Backup: KEYMASK-before-vpn_test-20260606-181721 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:17:21+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1006 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=61d915478b729138de8719d52f252b7323da65fdc0553ee22b12e009676df1b9 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=87.464 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=89.315 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=86.578 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=145.563 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 86.578/102.230/145.563 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=99.001 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=86.057 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=107.094 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=91.881 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=81.101 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 81.101/93.026/107.094 ms ### FILE /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=8323a8022e1e13d2520e33f16ee4532748d2eb0366a68c78d9a14ddd9504210c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41209 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.64 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=e485d62f1fa932fa5e0f68045fbdcb0e4f508a2d3e080987f23e71cac681f677 Backup: KEYMASK-before-vpn_test-20260606-181740 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:17:40+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=a075b6ff6fb9d3ddab196b187151ca475c69573e512b605fb1a43b51d1cca784 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55080 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.68 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=6629f070242c19532c88852089b81647dd4f429f11fdc1d40bb904d4d02b8b87 Backup: KEYMASK-before-vpn_test-20260606-181802 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:18:03+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=4a65a8f8e5eb74fa5d1a6d13f14cad2aaf8edbe6154392e2740062d072365c1d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=58.084 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=59.988 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=64.369 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=67.303 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=105.324 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.084/71.013/105.324 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=95.281 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=62.429 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=73.265 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=58.426 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=59.259 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.426/69.732/95.281 ms ### FILE /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=274294b6684df04d3355a6f018918046d21401f3ce1c1671cfd8537b8010f0db interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48755 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=61c8cbca03c22bb5ab4caf1fc257abbe56f9c75aba06ddc349f3f6b07d8dec32 Backup: KEYMASK-before-vpn_test-20260606-181821 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:18:21+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1015 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=9ae1615c699b2d46d7a57722cc1952e13ce1a99bca958cb2d2b6e0f1216aa479 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=174.753 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=166.955 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=168.411 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=178.402 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=165.341 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 165.341/170.772/178.402 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=1 ttl=55 time=157.301 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=108.628 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=95.039 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=94.695 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 94.695/113.915/157.301 ms ### FILE /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=836b59dad904185c65a96b3d738e6b2307409376fabbf1ac4c1c195388ff57c4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48119 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.78 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=03f82351245dae063e20c4d3fea362530138a0bec19e1354d6c73ad17f08d941 Backup: KEYMASK-before-vpn_test-20260606-181840 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:18:40+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=b4a6c50c46e82797ed8a6447d15fad7b0aea0f7b17975137126cc86f87482318 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38244 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.71 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=da92f6713e879f20ce4eaf81629e7e3c3b6cf892169bdef57b047fd6c05e6585 Backup: KEYMASK-before-vpn_test-20260606-181902 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:19:02+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=d67fa4ccf26ea8ec309813bebd8e82f1cad481e0320798254bc5833e036dae6b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=291.931 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=316.022 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=270.911 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=283.071 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=271.684 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 270.911/286.723/316.022 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=235.019 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=235.496 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=242.617 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=247.632 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=235.464 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 235.019/239.245/247.632 ms ### FILE /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=73144d13ebabc8586c9f6de9f14bd7da3805c70feec05c535e2f386d3c1eebb3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52689 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=2ea1e7f90c523f2b4805d99d523454b512be0b69c58663af502f7c8729850035 Backup: KEYMASK-before-vpn_test-20260606-181921 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:19:21+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=86f18bffc77521238371068e71e053e634d93e67804fdec2decfe60ad107927f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55793 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.60 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=69860c99c2422d0dca215dd5081a0b33e6aef1b354ee11f7af7a537c4a5ed5dd Backup: KEYMASK-before-vpn_test-20260606-181943 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:19:43+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=1c1420e9bc7882ed8b1c1fe6011499c1fa55630950be2289b1ed7ce7990e9121 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=103.052 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=127.804 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=103.624 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=104.031 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=143.877 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 103.052/116.477/143.877 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=160.776 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=243.126 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=206.646 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=156.219 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=171.981 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 156.219/187.749/243.126 ms ### FILE /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=2883b01649fb54b2080c0688963d36f77b1156b429a71b4244b71e6f846c0b27 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33399 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=63d56812a9dafbe8a0f99e7e133cb5eaf6fdc8d8e0d7955da22c9b83d66db720 Backup: KEYMASK-before-vpn_test-20260606-182002 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:20:02+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=abc07a10f4d260f5a25fc513c3410744d148bfa3a8a155abe2ee756859a6af9a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55025 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.07 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=bc8323b5f04a657c29af59445b2db7a4301ec6e8d409dfef1ad89b801105221a Backup: KEYMASK-before-vpn_test-20260606-182024 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:20:24+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=e20506b6e516600433147fd401d5c092cd5f9b4cda78ff40edc017a7f5511d0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=196.199 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=200.505 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=204.329 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=201.223 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=212.079 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 196.199/202.867/212.079 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=212.720 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=216.094 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=240.269 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=199.865 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=211.249 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 199.865/216.039/240.269 ms ### FILE /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=c233e4e5b12698f8115fbd89d812db872eb0dbe0416d282afe685196421ef59a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33811 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-180839/results.tsv -rw-r--r-- 1 root root 13410 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/results.tsv sha256=a32abdfdaa353feadc0180c0df52b7ca60abeff867a827856547e72009ef05e8 status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.92 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 68.166 /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.52 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 10 seconds ago transfer: 7.23 MiB received, 1.12 MiB sent 9.9.9.9:0%,1.1.1.1:0% 66.231 /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 405.093 /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.79 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt FAIL_PING_LOSS 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 17 seconds ago transfer: 1.09 KiB received, 1.72 KiB sent 9.9.9.9:40%,1.1.1.1:0% 89.036 /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.319 /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.00 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 85.627 /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.83 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.72 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 220.333 /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt FAIL_PING_LOSS 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:20% 109.173 /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 209.805 /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.91 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:20% 35.511 /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.50 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 103.058 /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.59 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.178 /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 58.536 /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt FAIL_PING_LOSS 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.64 KiB sent 9.9.9.9:20%,1.1.1.1:0% 102.230 /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.68 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 71.013 /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_PING_LOSS 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:20% 170.772 /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.71 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 286.723 /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.60 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent 9.9.9.9:0%,1.1.1.1:0% 116.477 /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 2.07 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 202.867 /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 04:21 /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=68ce0c27e3cdb63b831825397ab6047bdb85b7034acea1465a379278618c285c Backup: KEYMASK-before-vpn_test-20260607-042129 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:21:29+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 04:21 /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:21 /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=113ef167cc6408de8d2aad9cefd235cf78f124a78897e8f54556fef5a156772d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46807 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.89 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 04:21 /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=3f9d1af0df4cd129e753b06a9842c5df7d15397558f7e2bb4fe316b9ad43449f Backup: KEYMASK-before-vpn_test-20260607-042151 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:21:51+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=f467382a86553462aa145d40097046edc2b1776d5d58fa3b75a0b6f334622f41 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41317 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.61 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=d884f0e675cc31148e85062ee58c6fce28fd603efd01d89500f1881a609cca47 Backup: KEYMASK-before-vpn_test-20260607-042213 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:22:13+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=034cb0074b0435a98fc929c562f6980d3e1cc9e6be93dbc688e3cd99ed2d740e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=60.981 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=61.240 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=61.895 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=60.220 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=61.775 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.220/61.222/61.895 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=61.360 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=60.761 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=60.784 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=61.912 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=62.006 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.761/61.364/62.006 ms ### FILE /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=b7aa1444729d250c0d81a453ff98ba6363a96147cf804ced01df58b3ec4638d8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51318 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=7349b12d168bf80a50ba6bf617eb786e4dba2a95a22eaabb29646be559d41bc1 Backup: KEYMASK-before-vpn_test-20260607-042231 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:22:31+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=a5b8aa794e5424794591ceca03eaaf5621036460450ad77b2974b16db60a243e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51666 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=517813cad639e2a2685565c667fb79df5a77907ab0120b962c56da5215cfda70 Backup: KEYMASK-before-vpn_test-20260607-042254 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:22:54+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=97273f538c368b753162c1bdeab2e349dafa5fbcdfd20463e70dae8f59ce2c08 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=57.964 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=58.264 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=57.406 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=57.283 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=57.863 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.283/57.756/58.264 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=63.465 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=64.322 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=62.617 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=63.222 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=64.559 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.617/63.637/64.559 ms ### FILE /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=ebdfdfdcf2c5e129255d99685f09cf174d5bfdebb0c87fe669b77681b288c34c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37800 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.82 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=d0fe8155db0807da6be3059c45f382595c66da279eca44b3cee48508d6c7dee3 Backup: KEYMASK-before-vpn_test-20260607-042312 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:23:12+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=aad79a9503adfafee9e65a1ee4d71688c15356ec5527fd8b587b09a7fe11330a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=374.158 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=383.596 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=371.828 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=371.946 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=371.465 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 371.465/374.598/383.596 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=371.738 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=371.369 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=371.661 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=372.124 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=372.267 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 371.369/371.831/372.267 ms ### FILE /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=4dfd55345fcb0c34ab44d9f9b34fd2700958f377d6b6f7162ac450087110c3c1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54443 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=8ff5d3946d2aa5973f7481e37db5fbeedc8db45a92639fb5ccea401a4ddba9e4 Backup: KEYMASK-before-vpn_test-20260607-042331 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:23:31+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=d1323de039b8df416c59c62063971c47a1cc4051887a6e28f0cab73a8ecdb3cd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43050 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=b61e0a340b03c8d1a1cc90626da23c90c91ca3d8158a369e5fcb32a164a552d6 Backup: KEYMASK-before-vpn_test-20260607-042353 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:23:53+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=27cf7a95596a646b80499b6a0218a7d173619be7cf09d9f9c1e7cc09194b4f48 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51338 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.83 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=827020c5284bdfea7cd7929bba8e53e4761e361344193681253760c8058ee5f6 Backup: KEYMASK-before-vpn_test-20260607-042415 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:24:15+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=9f58ae7bf0e91b5412a3391f58ab5363e6eba8917b8b93be54ab37bbc58ccc8c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=86.501 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=86.452 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=85.942 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=86.594 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=86.645 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 85.942/86.426/86.645 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=86.440 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=85.761 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=85.658 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=87.435 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=87.107 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 85.658/86.480/87.435 ms ### FILE /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=9d3484faa5b99bc59b9a518097956f00ccde2eba3c09c8882902e1afced22786 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55027 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=9356163b978f8d3df3e0462d8011032173b40a6b3b3fbd69e18fcf2d99cafa54 Backup: KEYMASK-before-vpn_test-20260607-042434 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:24:34+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=4d4be289745271ea7a46c6905162653633c8f1a8ac2477f817f69a5af57d88fb === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=44.859 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=45.591 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=46.037 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=45.513 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=46.077 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 44.859/45.615/46.077 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=52.135 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=51.654 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=52.164 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=51.349 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=51.967 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.349/51.853/52.164 ms ### FILE /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=2dbc8ba5d3f3dbd321113da504552d24d373f54d5e0f1fcbafbc2df03714a43b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37090 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=8d98022143d9f30c94fd3753689db4a362635d56accbb0ac85ee2756072ee6a3 Backup: KEYMASK-before-vpn_test-20260607-042452 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:24:52+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=bbe6a4d7ccf853161787ff8f10eb02ca0acd355ccb090d39842d614281e2a350 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43450 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=750aa5fc70b54cc69bda253c6395848ca0d2eebd99ec092f0e79ff0e420eb34c Backup: KEYMASK-before-vpn_test-20260607-042514 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:25:14+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=9beb226644f19c9f209f0ab5ef98c7d7722431439cd4c837af4c56e368873915 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44395 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=6e98b4621b3de4dfe5242a7f33ac0e1770b95dd2f72b71d0c06bd73974bef683 Backup: KEYMASK-before-vpn_test-20260607-042536 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:25:36+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=b7f5b302574747e2aba7f8dc2cc908f9469eeefec93e09b52c0e92df3dcaae61 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39707 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.05 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=5890ee9610cd677420e59f8f93f0c5b1b3538b4b1b5f3c37045b880e7c6cc40f Backup: KEYMASK-before-vpn_test-20260607-042558 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:25:58+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=042a058dc856c83fd48b5bdd2dd2be68cab913060e92909613fddffe8e0f7433 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59586 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.63 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=a09a2d854dc2ed71777e83683d025c4814bd276a4df7e43b6a636cbdeb4db156 Backup: KEYMASK-before-vpn_test-20260607-042620 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:26:20+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=1ae6bd724e3cb6e8ac5d1bd1d7518d7cdcbed15785ece417a26da5e2f9096f4f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=77.126 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=77.867 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=77.060 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=77.781 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=78.187 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 77.060/77.604/78.187 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=69.511 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=68.515 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=69.276 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=69.001 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=68.870 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.515/69.034/69.511 ms ### FILE /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=376102dfc07e30fb4af6146b446e9a4d768c7cdfbe56a1119e6c63541cf11ffc interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59779 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=e1f7641f18469d441212a68257e35ecd48e1762c12eb7b25c0eafce7d5b174a1 Backup: KEYMASK-before-vpn_test-20260607-042639 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:26:39+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=b3d33c7df8f6d02487c3afb1d662de917a718a11c40ed33fb5800a9000765d1e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43461 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.83 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=20391aa3af3d4fd36ce2639183148fb9044de68b861060055115cfa4a0485712 Backup: KEYMASK-before-vpn_test-20260607-042701 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:27:01+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=037adf1e30b7849a2fb9d062f9f8181b98bab54c29047e8a8938fa261785ad2f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52300 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.84 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=80b552c9ff9de497300ae3a9fa2ccc9ea3964b4746b1825e6075c2bd4a71deea Backup: KEYMASK-before-vpn_test-20260607-042723 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:27:23+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=fe5269a4fce339905731cfa7d9b52ca53ec5fe1ce111731a0d540dbaaa4c06ca === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=125.553 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=125.212 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=126.021 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=126.153 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=126.082 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 125.212/125.804/126.153 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=124.964 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=124.601 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=125.031 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=124.365 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=124.971 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 124.365/124.786/125.031 ms ### FILE /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=067de3276c6163ce77846f3a1bd5b996a847774c39ca626f06282d22c4fa42a3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40691 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=bde3ce9eb107520da7ed45a755a935d32c21b62be20d2859c8d883c0f66bc1f5 Backup: KEYMASK-before-vpn_test-20260607-042742 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:27:42+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=a4ab69b0f6964f48a2b74d8452b7f459af079e9b27712d246db34013cd3a78a1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=64.037 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=28.675 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=39.051 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=31.065 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=29.002 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.675/38.366/64.037 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=26.214 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=26.774 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=26.772 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=27.609 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=28.862 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 26.214/27.246/28.862 ms ### FILE /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=a06d2d782b2e267b90fe6eea762df4d1b3892b1e05565e83341c8118872b7dea interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36264 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=10489a0f104a50d9274b2b98529610dadc35e3c9ab06edf0e70968faf7b04856 Backup: KEYMASK-before-vpn_test-20260607-042800 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:28:00+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=53507ea849556ec96bef4d4d903085f58bbee3c3be2e2f891fb7ab064642b67c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=209.411 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=209.397 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=210.012 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=210.407 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=209.668 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 209.397/209.779/210.407 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=35.531 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=35.161 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=36.490 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=34.812 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=35.702 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.812/35.539/36.490 ms ### FILE /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=64f6c24ed42acc617f031b1019ecda8422763c4ac45120c3290e42a1801258a5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47324 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=37308681f348935ae9ec86fa9865be09e20b095199ca44f2ba3ae88a1fa208cd Backup: KEYMASK-before-vpn_test-20260607-042818 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:28:18+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=58a2b5f39d2a263d64aee9c0203d19ea00a08c9d2b2acad0a13bb12db012f0a4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37246 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.84 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=2661f8d13b3b6761dc3dfc7ea5d0825e3c0b087fa73164e02671986aa8edfe7f Backup: KEYMASK-before-vpn_test-20260607-042840 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:28:40+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=ff0895488b03dd40fa60fcebf55cd04411efb6c5b34f7cd53d5032da06cf9d7d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=29.884 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=30.411 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=29.515 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=30.716 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=30.261 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 29.515/30.157/30.716 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=29.632 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=30.009 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=49.309 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=30.356 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 29.632/34.826/49.309 ms ### FILE /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=5efc029f44f13746a03a238671c8c9622fa1a44c11409ad262f7562151d6d847 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46853 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.79 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=c2258adff6079bcdf1b05c7d14dfa125afc87264d24b3b1c2b4ff37ee5bf833d Backup: KEYMASK-before-vpn_test-20260607-042900 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:29:00+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=10fa9b960ad7df3db0635d293afb89825315eeafb9aaf5e673cadac6fdbd5422 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57005 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.58 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=38fa7e3a01eecf2dd6221e9f6af12d457f99ea43e477d88f58770bcb400c1784 Backup: KEYMASK-before-vpn_test-20260607-042922 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:29:22+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=ee726d8d84448c828e2a83225c757445bedd5839a89f183f09bf71e8ee3ff410 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=80.904 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=80.986 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=57.515 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=71.347 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=73.963 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.515/72.943/80.986 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=1 ttl=52 time=67.508 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=60.239 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=62.290 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=57.655 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 57.655/61.923/67.508 ms ### FILE /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=477c826a464722533452cc54e046fe76ab85d7309c5f0c13eb810bd83ac9ead9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57375 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.67 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1033 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=33775d0a8dd569ddd52686962300a261b073e40ebdf7dde57cb84caab1bb5726 === probe 9.9.9.9 dev vpn1 === 9.9.9.9 dev vpn1 src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=54.877 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=55.397 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=56.061 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=55.498 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=55.215 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.877/55.409/56.061 ms === probe 1.1.1.1 dev vpn1 === 1.1.1.1 dev vpn1 src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=54.927 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=55.468 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=56.127 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=53.989 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=54.444 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 53.989/54.991/56.127 ms ### FILE /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 480 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=88d00672335dd22bc3f0f11b5291b8e17953559971baff365f6dfcc2c299c78b interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 46922 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 1 minute, 14 seconds ago transfer: 63.32 MiB received, 5.66 MiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=9a42b676366dc01e9730086ceab8d732fd1e2f0a9a35732c8775cff678ee4091 Backup: KEYMASK-before-vpn_test-20260607-042951 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:29:51+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=6bfa1d9807906476aeab589e23670cfbd37c0214ecc9d92cfbd772b0266e7545 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=50.515 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=50.146 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=53.043 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=49.950 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=50.059 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.950/50.742/53.043 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=49.558 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=51.297 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=50.429 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=50.182 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=49.562 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.558/50.205/51.297 ms ### FILE /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=6c1432a33a53a345cb6358c0a89aff60205d50e2d1b16b837aaaf5d3cd0f113b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33872 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=f0be530fb4fcbdcacea4c5b419655060c3986bfd32dcae41af0eea8113882c71 Backup: KEYMASK-before-vpn_test-20260607-043009 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:30:09+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=56ea3e89b51c9c11e4a897ee7b22e954950c1d6d68f9de0b452078e67aca8ced === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=64.689 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=63.827 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=68.641 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=64.095 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=64.776 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.827/65.205/68.641 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=64.792 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=64.418 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=64.418 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=64.460 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=65.128 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.418/64.643/65.128 ms ### FILE /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=fb678c16e5956fb7181dccdf35836921b21981b7009d27c9574b4d405f97e15a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39944 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=8129410178df395e40b61e8b2cdcb26624351eb862658dba534481750f354832 Backup: KEYMASK-before-vpn_test-20260607-043028 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:30:28+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=93cb5cba75f3e2f963d5ecd4553cb7aed85381e18f00962f046086b741a3c180 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35404 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=fb9cee18cf36d4b8d81cb0c29f1d225ba6c1a1ef864f3d04fe3a075fb8151d61 Backup: KEYMASK-before-vpn_test-20260607-043050 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:30:50+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=cf530e6be3d49a637d45d56e85e2bcd08dfaa7a2acff8e1e1a4025ed42ccf0bb === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=67.315 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=66.675 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=62.456 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=62.434 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=63.747 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.434/64.525/67.315 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=64.446 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=65.350 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=63.420 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=102.973 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=65.735 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.420/72.384/102.973 ms ### FILE /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=8012d35c059ca97b177b447c19ad167398de2e9236355b8883bafb6b385e1419 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36051 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=5123a3f13b2e6d6e5f109c220c253078489c403148b92457a2a019315f2627ac Backup: KEYMASK-before-vpn_test-20260607-043108 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:31:08+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1066 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=7219e8d63ce849bcf4fe82a21eb2aa491d81b668a51ab5b5288e332948a22029 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=159.880 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=159.064 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=158.825 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=165.711 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=182.745 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 158.825/165.245/182.745 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=130.245 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=109.124 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=96.372 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=93.373 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=109.605 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 93.373/107.743/130.245 ms ### FILE /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=8250a50d4c932ff625bc65be9e158dff0a0f029c16ce92598d80dc4471457564 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57643 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.80 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=45b62eeeebaf61258b16cc947a4de02af342953e38e720062cd060733cc1919d Backup: KEYMASK-before-vpn_test-20260607-043127 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:31:27+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=7bfaf45e8697a9f49946b1d1d0a0154a528f4fbcf0f2f35b0f7d42aaeb6486d0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54552 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.60 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=1da69e5cfa99a9075d93452e4a1ee60f711249aeeceba6255d626768f51fcdfc Backup: KEYMASK-before-vpn_test-20260607-043149 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:31:49+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=1c806b469db500dee873487200e96e94cfa8cf8f2da5b8ce64222b8c0b0efb2c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=267.714 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=266.476 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=268.369 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=267.371 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=268.120 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 266.476/267.610/268.369 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=232.214 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=231.182 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=231.621 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=231.257 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=231.071 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 231.071/231.469/232.214 ms ### FILE /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=00b0728fda2a2f01978376d2220124136961dd2ac2fea724c778f573179e87e9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42760 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=1f0cfff00e422651422d1c6776de536d9d5d954e5937012ee733f71875dd2230 Backup: KEYMASK-before-vpn_test-20260607-043207 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:32:07+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=1f4f0e7c9893d31240da4ff86cf11bb9ed6dda6484d3d3ab53f5c7fbb728d7b7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59669 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=268520a09d50649232894f7cb2959fc828f913b2e30ab96b26c8133646888670 Backup: KEYMASK-before-vpn_test-20260607-043230 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:32:30+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=b284d3abf2b859ccae201c68eaa6943774e715f13bab6d54327d8004f62c7a41 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=112.794 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=113.031 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=113.210 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=113.210 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=113.718 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 112.794/113.192/113.718 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=168.200 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=166.764 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=167.917 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=167.372 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=236.484 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 166.764/181.347/236.484 ms ### FILE /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=0207c8f965235dfadfdf495eee6a2500b415c375560dafd4cd8758fec9db23cb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34241 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=974274b75e0ba47907cbb28f1a93119ca62757ad46497f3f671e13c4b60aa39c Backup: KEYMASK-before-vpn_test-20260607-043248 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:32:48+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=c38f4a3faddaa5dd1a2a26d194b99c69dd253d5a6b02415222ae846bfa7fc88f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33840 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.00 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=c9606701d3f7cd946fcd6beae68bfbfdbbd6ea1bb2ecab035e6a21da67ab8ae4 Backup: KEYMASK-before-vpn_test-20260607-043310 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:33:10+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=2f7b66bc77ffc252bb5222871bbae72a0e89668406caa948947cbbaa68abe790 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=174.670 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=186.858 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=174.413 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=175.947 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=174.804 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 174.413/177.338/186.858 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=170.549 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=180.102 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=168.708 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=169.753 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=169.644 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.708/171.751/180.102 ms ### FILE /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=f2391f5c7cde3ac3510fff6aa8face3d49520a78248ea426e3714aa675e4201a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56252 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-042129/results.tsv -rw-r--r-- 1 root root 13379 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/results.tsv sha256=0641ee4e26a66f8aa2cd14b80c60227ef27a9a0f16ed79cfdede2e5b0453f51e status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.89 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.61 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent 9.9.9.9:0%,1.1.1.1:0% 61.222 /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.82 KiB sent 9.9.9.9:0%,1.1.1.1:0% 57.756 /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 374.598 /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.83 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 86.426 /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 45.615 /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.54 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.05 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.63 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 77.604 /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.83 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.84 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 125.804 /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 38.366 /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 209.779 /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.84 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.79 KiB sent 9.9.9.9:0%,1.1.1.1:20% 30.157 /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.58 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt FAIL_PING_LOSS 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:20% 72.943 /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 1 minute, 14 seconds ago transfer: 63.32 MiB received, 5.66 MiB sent 9.9.9.9:0%,1.1.1.1:0% 55.409 /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.742 /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 65.205 /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.525 /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.80 KiB sent 9.9.9.9:0%,1.1.1.1:0% 165.245 /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.60 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 267.610 /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 113.192 /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 2.00 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 177.338 /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 12:08 /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=595b6adcf4bd89cc505a547cb825e5c9a2a8f9a6e7327ee347675cf020c7c146 Backup: KEYMASK-before-vpn_test-20260607-120845 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:08:45+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=7585ca06a730660312a802aa3702c657797d80ea9be594c5e44207e70bf17c93 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52453 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.84 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=008b428b012167a00baeb642b5fc2cb7d290c2747241d6cacec776bf00650d19 Backup: KEYMASK-before-vpn_test-20260607-120907 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:09:07+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=ceba0f0dc2641882b1b810080361d51e9adfb92a3a321bea6a5ab5c5b50e7a41 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48929 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=036a80e86b22b424b7deb98b504a43482d043845021f2c70303864517d6e2c98 Backup: KEYMASK-before-vpn_test-20260607-120929 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:09:29+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=e6a490d1033a0a3e493b28261f8ae5b7088aa35ce0e46ba6493e457da72b9c7f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=116.310 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=63.382 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=63.316 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=63.507 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=59.350 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.350/73.173/116.310 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=59.855 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=67.964 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=64.679 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=71.777 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=65.176 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.855/65.890/71.777 ms ### FILE /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=9457f42dc76fec3ecdc18ef6b040deb5d4f660cbf1eae8174c52b26096d503c4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50687 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=cc01641118126999b410c4dfbd6b0c35440ac151cb54125cb3e572364c4c50b5 Backup: KEYMASK-before-vpn_test-20260607-120948 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:09:48+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=e8c0b52d55dd01a4a9714e95ff07777be6f1d1220e49ebac5c714bd7131cb398 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43772 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=d50654d21a0e209cc1d48fca0c219b58fac333634f3af875d647c1e76f0912cd Backup: KEYMASK-before-vpn_test-20260607-121010 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:10:10+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=a09402faceabd6ca1dd6fab8cdf3dcf8bfc99fdbb467a1a1d98940e4820fa4e1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=73.086 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=63.601 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=63.512 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=62.150 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=63.740 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.150/65.217/73.086 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=87.571 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=77.985 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=68.426 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=102.614 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=67.784 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 67.784/80.876/102.614 ms ### FILE /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=431b5cca9f0f0afe348bf4d420ed2051dc6a4206e0d75fa14dcb429ca74331a1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52688 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=16dae103edd9783b300d9da09ebfff88f471332e6d2baf2f28a15c642de443dd Backup: KEYMASK-before-vpn_test-20260607-121028 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:10:28+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=225c4536dd8a9da523236087f0b061005c24b9c2fbb2e907adb9d86a6a02c55f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=369.722 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=369.486 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=369.891 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=370.503 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=369.076 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 369.076/369.735/370.503 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=369.781 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=369.734 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=370.229 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=369.067 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=370.196 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 369.067/369.801/370.229 ms ### FILE /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=627cbaa26ed8a3d74b979f23df101934f912dac0289a87bb7e8be69ca26b6a06 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37831 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=ab908b8586c3ce2565e8ab36783ae79ac7ddb2e2ec159c271b5e674e1f3c4fd3 Backup: KEYMASK-before-vpn_test-20260607-121047 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:10:47+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=c41f8d10b900af87e404ef535d72525bac740f88973546fe6054bfea84bdb88a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37725 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=3832ce76631576495fb5ff88e4a8268c0e4b0ebdcb20db5224581d95be929cfb Backup: KEYMASK-before-vpn_test-20260607-121109 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:11:09+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=b297a4e0e2fd14ccbd3c38964b6687f6e4d4b85dadfc9d9f2ea6416f7ec48c2a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57195 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.78 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=d8e746f93a51d6df583b2508964af7be59c7bee6ba3e1cfc6b2dbfc58555aa49 Backup: KEYMASK-before-vpn_test-20260607-121131 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:11:31+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1058 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=1502839278ae68ee66a99040e19b45522083cea4d4f2ac90cbc2bae3e680a7f2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=88.280 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=94.434 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=85.283 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=150.384 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=84.524 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 84.524/100.581/150.384 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=86.833 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=84.386 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=133.862 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=86.108 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=90.916 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 84.386/96.421/133.862 ms ### FILE /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=32e0f01cf7abf365a80816e08af8adf733f6c74441a8c73a3a28558ea39e656b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43390 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=814f9247cf7cb9c9d9c83dc7c26a181910d1c91c46e9cf528d08500a215d4f11 Backup: KEYMASK-before-vpn_test-20260607-121150 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:11:50+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=f1bea66c9db69456dda84f016d810a554a9db34c8980edb8f1820c73b09d5626 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=48.372 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=47.058 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=49.862 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=47.162 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=49.180 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 47.058/48.326/49.862 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=57.372 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=58.701 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=58.856 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=76.127 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=61.859 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.372/62.583/76.127 ms ### FILE /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=34167a59e0eb28639473fdedc8ab1c4cde4d8351d98fa08615bd08809ddf61e2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35351 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=576d313b5b444072669e27b07ef833f2f413da7769db4cf9c7826be00068bcc6 Backup: KEYMASK-before-vpn_test-20260607-121208 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:12:08+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=7d8d0993d8b6f53b88cc86833798e1ce45d1b1771c6a1cfc4c0bf9807c98f0fd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39819 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=a0b47498a2722d7d91c34f6b0190eee40fb5c4565e9962d8323904ab7f774272 Backup: KEYMASK-before-vpn_test-20260607-121230 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:12:30+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=667d08a3c0ea44c51765c68e4d3b0a347f39bc7e4bb235e21bace313fd4b3b29 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57878 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.53 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=53c51cc845face7b8d7a8bd989016cbc83078f107c00716ea2cb3c7a391c2ef1 Backup: KEYMASK-before-vpn_test-20260607-121252 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:12:52+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/results.tsv -rw-r--r-- 1 root root 4828 Jun 7 12:13 /root/hmn/test-runs/20260607-120845/results.tsv sha256=91d3326c123ee3c51777cb058a71d885fc90b19ff25d2b473492e2c09f285f6a status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.84 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 73.173 /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 65.217 /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 369.735 /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.78 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 100.581 /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 48.326 /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.53 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.04 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 12:23 /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=75b7465eddb0c012c74a639d08de6e0ffc67aa4a5c08dbd2cb6696239b505890 Backup: KEYMASK-before-vpn_test-20260607-122354 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:23:54+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=09c1644f4a66d984961c4894ea1877998b4af3159a72b4644937534a0afb21a6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59518 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.89 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=80c2712af2b0b1e1e5d833f81f1b42ca26a96d96dd91d32e6acb22917adbbeb7 Backup: KEYMASK-before-vpn_test-20260607-122416 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:24:16+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=221d24dbe8128976d5c5c9f86b63af9057ab4186aa639ac606165095174de344 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38586 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.63 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=81c8b21f091fb91cebfd25fc0f695b600180efb8c808502bdc98901608bd2ed5 Backup: KEYMASK-before-vpn_test-20260607-122438 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:24:38+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1064 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=7a25b7cd0b4384f1dea3cfe676484c57ffa974860362adfbbbacaf11b03b73bd === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=206.137 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=117.621 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=83.797 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=79.658 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=272.157 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 79.658/151.874/272.157 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=243.695 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=127.969 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=247.769 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=217.083 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=249.684 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 127.969/217.240/249.684 ms ### FILE /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=44b34023deb0a040e939272232e0984b68a1b76c3bb0637d1d7aecb314b4eaff interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40141 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=b61bc4e276f690fd0b8e899d94ceb75665cd222520acceffba233e5f500d586c Backup: KEYMASK-before-vpn_test-20260607-122457 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:24:57+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=799e40cf37eda8b663cebea1e262bb014ed7513607ee5b1a2173491bebc6a0d1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38555 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=687fb12245fea3add98a18b61d92bae685d61629f4387302ffd1156ed91034cc Backup: KEYMASK-before-vpn_test-20260607-122519 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:25:19+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1054 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=a971ca5f95370aab3a0f085048135e0e6ec7dde3f7ba7c4f3192e137432c69ce === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=68.617 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=65.570 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=69.391 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=64.262 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=67.958 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.262/67.159/69.391 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=82.076 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=117.224 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=151.983 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=73.978 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=72.294 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 72.294/99.511/151.983 ms ### FILE /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=d6c4f8a7773f2692d02038c4376c6e07b5be2dbefe2231d5ea2947277b90ac47 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47739 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=09bf7e2f90bbff9fcbd2939e7e94a6551f2323efbff35d917bf3bc94b22735c9 Backup: KEYMASK-before-vpn_test-20260607-122537 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:25:37+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=f00715ffaadf6a2fcc4078ef925e55697af157bb981aef7dca74bf29eb6ccbe9 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=386.813 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=390.166 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=379.247 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=379.934 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=380.311 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 379.247/383.294/390.166 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=406.150 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=383.858 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=385.529 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=379.951 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=382.655 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 379.951/387.628/406.150 ms ### FILE /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=5009b5906c68dce1baae6d4fa07558bc44f5639f1ea2520ca6b5641ab4ec88a7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59430 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=d9abda4f66f41b00ed99b667ecea05ad80c4da4526dea10e980feb1524dedce1 Backup: KEYMASK-before-vpn_test-20260607-122556 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:25:56+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=a73ba0c054943333ea2846835754a60975ff9a33fc547720dfe407d71af00874 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55190 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.50 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=67c2f18bf98562b79146b8add12d1642fb6fb1b3944c153552f864ec34d9165b Backup: KEYMASK-before-vpn_test-20260607-122618 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:26:18+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=611985a244101bb86c7b163867f7124e359cef27d1d9fa380b51f308b12bcabb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33162 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.84 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=3f4a58c71f4ff137f12880b1d781f3cfb97d5cd3139a7748d248417f4b7fd1c1 Backup: KEYMASK-before-vpn_test-20260607-122640 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:26:40+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1064 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=a9a00eccba834dc6410541d355c867fb16e153bbe4bf2e813843740c0750cac2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=113.362 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=91.542 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=91.506 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=101.285 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=165.833 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 91.506/112.705/165.833 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=124.357 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=88.701 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=170.218 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=170.424 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=207.028 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 88.701/152.145/207.028 ms ### FILE /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=2c71132a8ccf8073e55540f60dac97c7ed51673cfa7f567b1df05dcd5c0d98a2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39061 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=c5da06a64fdd7d977123689868c267827e4e35fb4102e27640da094776a8a8cd Backup: KEYMASK-before-vpn_test-20260607-122659 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:26:59+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=49e94eddf01b5338eca433d96d9a9bf688e53fcf556b8b83207a82b9c744e2bf === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=171.640 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=122.779 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=141.723 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=173.339 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=194.083 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 122.779/160.712/194.083 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=187.755 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=227.995 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=57.862 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=237.069 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=225.043 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.862/187.144/237.069 ms ### FILE /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=6e015a0cebc31ca0c1bbb1a919487b69910879deb434e01cdb117ac230d08efa interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57897 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=45d3ff402e56d2b510f7be3fc6b5459d8f93ed9ec64fd25ecdcf52969b0d4d09 Backup: KEYMASK-before-vpn_test-20260607-122717 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:27:17+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=1731e775cf0304f2666f66cc94502857ece25ff97ff5dee08ed8d10fa6f6e1ae interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56730 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.49 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=4b57d68729457c11b16369221c34144ef203f59b7e230526f24d3e89e35e8261 Backup: KEYMASK-before-vpn_test-20260607-122739 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:27:39+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=204f6feeb247fd5728e12c6de3cf6edc8561ea46690f6293dc4faabfa1471bb4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51106 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=370584e45f273a3c2bbd2e84ed0ca1ecc4a6262e603ea1af3a70e1896528672e Backup: KEYMASK-before-vpn_test-20260607-122801 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:28:02+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=f4eed2872bc5d6fc497d3a3acab3db2c9118a7750a21e73f69e4dfb6549e58f0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42377 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.97 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=5394f35c2ae4e9b90998b6c27bc7779c4eee06195ccce673968415c3e762ab85 Backup: KEYMASK-before-vpn_test-20260607-122824 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:28:24+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=24dd413e490b8e53fa4e9a26bea3607a58f579062c891dfcec3713413aebf287 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48808 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.73 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=0689478d58da39115c37b110952d0c5600a520950ff80d7d9564a1926f364756 === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=81.989 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=85.248 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=87.675 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=88.944 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=78.407 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 78.407/84.452/88.944 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=81.578 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=70.921 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=90.299 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=75.921 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=75.674 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.921/78.878/90.299 ms ### FILE /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=45dec03a800798721f64a9905f3d1364fcfb4526a9cd62b226d93e298185d88f interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 46625 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 29 seconds ago transfer: 244.03 KiB received, 100.93 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=2dd03a74726c931e4115460c0a3fb8464c4cc22f9168db65ff8254745c9382b8 Backup: KEYMASK-before-vpn_test-20260607-122856 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:28:56+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=9bcaaf56276d7c8a4d1125afc2d01263950c99d9e385b5ba9f85cb52b374b32e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44347 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.87 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=8a0558e8bdad1aa0e679951aa290f7026943f65eb65642a35b3c92b141bdfdc9 Backup: KEYMASK-before-vpn_test-20260607-122918 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:29:18+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=7151ad78739d135ef3afcdb64b24722a6926319366b39e47965918bd585e20d2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49819 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.82 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=03d2abf98860159cd32d7a6026183b222a4b955ed9bdf23981d968faa31ac697 Backup: KEYMASK-before-vpn_test-20260607-122940 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:29:40+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=6ce49421587d962c83f8ab03e6bc5b9111b4a3c2c60e5fcb6181d7b17bb3b011 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=146.517 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=152.882 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=171.543 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=139.556 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=131.871 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 131.871/148.473/171.543 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=138.766 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=141.700 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=129.195 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=153.878 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=129.704 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 129.195/138.648/153.878 ms ### FILE /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=0f2e69675873eb136676f5438025e85374efd5a5fe44684aaa1edbece8991483 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52754 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=3ab5be4979554a12dcc407c548f14f1ba47b559cf0b5e8e42cd994d10984ceca Backup: KEYMASK-before-vpn_test-20260607-122959 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:29:59+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 907 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=717d3052c9b4a02ca7a4656c04472f532183bfc6275064b0fc22cfeb6c615af1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=1 ttl=56 time=162.726 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=70.650 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 2 packets received, 60% packet loss round-trip min/avg/max = 70.650/116.688/162.726 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=203.185 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=97.070 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=68.140 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=119.439 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=180.159 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.140/133.598/203.185 ms ### FILE /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=100138b814696d9780930efb1e8993fc3b06534c175c02dd9b0dbb0277dc307c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60108 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 988 B received, 1.77 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=93a675d4c129f6a712f3e14df342de8d748090b43982e72b3aed21664aa0bfb7 Backup: KEYMASK-before-vpn_test-20260607-123018 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:30:18+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=2b62b870d5b377c4d9452f804b6500f4fd98b5c75a1e49f175335becf4f3c690 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=208.079 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=207.422 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=207.212 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=209.020 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=207.990 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 207.212/207.944/209.020 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=98.249 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=35.285 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=35.323 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=34.953 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=34.850 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.850/47.732/98.249 ms ### FILE /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=edc671804da24773a1821c3f605886950e4c99377de8809df66456598e762a84 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55459 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=d12b586dc4daae00a050e1a04b16f8209f04065b71ffaff4124cda27bf76807d Backup: KEYMASK-before-vpn_test-20260607-123036 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:30:36+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=2c0013aff82afcdf1c2045a707229ef0ac87845aaeb5c5d5d337a02423be3224 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55269 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.89 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=d445bd1a3d2bacd2decdfc10c1c0e628f28b7f9dc568e448432bda4e8872c09c Backup: KEYMASK-before-vpn_test-20260607-123058 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:30:58+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=4895a1a0bb0261119db20cd1318c7bf75f0bfdc54752ef40fc98317d4a083109 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=34.330 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=36.784 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=35.009 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=34.992 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=34.936 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.330/35.210/36.784 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=35.403 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=35.435 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=34.833 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=35.160 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 34.833/35.207/35.435 ms ### FILE /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=7d5ebc79e5a4ed6cdaed7ae61357a00d83053fc133a5b2c9e4b0174665e68341 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42981 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.73 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=9ac0a1cd29d40aeb3affcbd847e5dad5b7073961ebd227da995732a785796603 Backup: KEYMASK-before-vpn_test-20260607-123118 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:31:18+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=e9ed2c8df3772440ece796e11b9725fd197fa91ac027abe62254ad40e58057af interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57971 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.60 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=f1f98c6e44ee5bb3fdce5101be123a624be23e347398ee1c9b6bfaf1a5feb8a5 Backup: KEYMASK-before-vpn_test-20260607-123140 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:31:40+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=2dbf3a1bc654f07b74e1ec130e0f018da3f6bb9d26d87f91d3d1062ac695a3ab === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=84.704 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=74.651 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=100.361 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=63.370 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=67.856 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.370/78.188/100.361 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=75.782 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=64.905 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=92.634 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=64.922 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=60.039 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.039/71.656/92.634 ms ### FILE /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=a075b04a4cfabedeed85552abff12d850bbaee04b58929e651e9f6b2db5f0c5b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55427 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=34bc1877567a5a2643044f7fef7421c98cde2224011d243efdb80cd509fa11c3 Backup: KEYMASK-before-vpn_test-20260607-123158 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:31:58+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=6d3585e620a8473b3946eba7c71e7e529ce7e2324d32af32a895e66b50b0cc8d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=57.401 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=58.245 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=57.916 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=63.630 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=59.267 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.401/59.291/63.630 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=120.209 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=56.395 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=65.949 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=67.562 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=57.535 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.395/73.530/120.209 ms ### FILE /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=cfcb88113928f6228bd00e3ac95ef3c45bbcdb7b2c8715aa6df7ae5b5e99e6b7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57125 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=d7ffc49236d0402eb7b9e5ae98c972cd007289e5f8691f373425e692781f9645 Backup: KEYMASK-before-vpn_test-20260607-123216 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:32:16+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=6676e323f0c0e66a09886a1e0bf24f0bf8d925ef416d29d8e6ac631d0c52d9f9 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=49.335 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=48.705 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=55.240 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=135.551 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=61.848 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.705/70.135/135.551 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=117.733 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=103.314 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=142.318 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=164.836 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=120.865 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 103.314/129.813/164.836 ms ### FILE /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=558f8e292b8bae134d0b47f369a2e0e3f8227147c012357e2d557de304669a08 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60885 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=cfd2d14bdd0f37f97015e73544a3ab5d15de808568e83cff3d9896ff0b1105ff Backup: KEYMASK-before-vpn_test-20260607-123235 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:32:35+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=4ea9787a4e551e95e9a50a6c53037f81a53f1dc0b1deaf5138c140fecadaf41d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=76.128 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=69.031 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=70.634 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=67.295 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=70.226 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 67.295/70.662/76.128 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=68.348 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=68.548 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=66.960 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=68.266 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=67.532 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 66.960/67.930/68.548 ms ### FILE /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=de0db8ae1e1b2e3dbc0409980490578d2eaa47daf957582d706e7b47df0a27f4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48896 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=a42b4d088cfad85671ea8b58a35d14302e9abaaef2124443d3acc89439752ab2 Backup: KEYMASK-before-vpn_test-20260607-123253 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:32:53+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=6691282b4d2f1f673779246e8b5df85ddb5d00834afab49f98ed1c64a2a41745 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59881 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=d69b8b795cb31fb1f9c50702011b40ec9119f95bf0d9312e42be6fd2c90f8ddd Backup: KEYMASK-before-vpn_test-20260607-123315 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:33:15+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=783138021dd8da16753fb2b030f2a6a6c8b96a67aa3903fb38f14fde304f40bd === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=69.736 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=65.260 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=68.486 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=96.356 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=64.988 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.988/72.965/96.356 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=64.593 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=66.625 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=64.934 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=64.187 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=63.324 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.324/64.732/66.625 ms ### FILE /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=2910ab264aee94fd5b83047fc84430c1175842c35fd3f159f44c8345d297b82f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41544 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=f9e785a70f022af3e6bf5719332970c644c34c53c4de357356128ac27dc0018c Backup: KEYMASK-before-vpn_test-20260607-123333 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:33:33+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1069 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=cd8a671df46b0ba48b66846f1207a763162b6c885643d7d9f03eac830ce7089c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=181.533 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=163.804 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=162.902 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=193.343 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=160.801 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 160.801/172.476/193.343 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=114.282 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=151.406 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=113.869 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=100.182 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=121.531 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 100.182/120.254/151.406 ms ### FILE /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=59ea52b1fa4d23956d4508d5c61edd6d3f73c66b740a14065a431526a8f72593 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49553 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=b8f5468bc3aea4b18c24187700b00e1e91ddd25e37eefae119d84f7d622dc633 Backup: KEYMASK-before-vpn_test-20260607-123352 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:33:52+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=1218ec71cee40546acc986dd3db2301f7f9795ad93746da922b8e378028429da interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55613 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=a98ebd4658d60d037cbdee079ac417bead91e23c307666ee851a7204fa85eee9 Backup: KEYMASK-before-vpn_test-20260607-123414 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:34:14+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=3d9e17302df40ea9deebe6f00cfbd0f7adcd4889b600500df9e465671c33c932 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=271.202 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=273.501 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=274.609 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=271.571 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=272.619 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 271.202/272.700/274.609 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=236.655 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=235.858 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=270.883 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=294.220 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=239.616 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 235.858/255.446/294.220 ms ### FILE /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=0f0c8a8685a784db9087f4cc95a5217449e7fe42ae1e12900ec32458f4aec969 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49624 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=6635997efd938c40d03f0094ed0a5a5ab6d1a0d97ce48d36fb7e1ecab4bf1ea5 Backup: KEYMASK-before-vpn_test-20260607-123432 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:34:32+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=9e005c3235d8d91c062145724d1f46a6aba738f72e0b4647cd9d16d24a14c3b2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35540 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.61 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=8f1ba54d75a1d85535fd00fbe991dba2baf75108f1f39c558c40103047544acb Backup: KEYMASK-before-vpn_test-20260607-123455 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:34:55+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=65e5def59566d1d8f04d3258656947570d6a639263e71d08b207891794ad00e9 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=169.343 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=107.061 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=106.725 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=106.719 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=109.228 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 106.719/119.815/169.343 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=159.714 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=158.963 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=160.582 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=159.672 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=161.610 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 158.963/160.108/161.610 ms ### FILE /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=559353291f5206fe0c25a90213de25256c1cc7ebc91f3afc72828cc35c6da586 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36271 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=c4e4d5aa63cacdadf32da303da1e6ad1cbc26cd6b6ba24576fe16190cb5708f6 Backup: KEYMASK-before-vpn_test-20260607-123513 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:35:13+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=a6686fe64d4b12a88e142f90185c801e99fa0ee9492a65feee146cdb5156ea5d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51985 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.91 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=73a8dab4aa08584e7ba3a579db07b9d0272dcc563355db68ad48173c597d13a8 Backup: KEYMASK-before-vpn_test-20260607-123535 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:35:35+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=5d6d4f106103ed51e4d82265e4eafcde6fc80163d9eb6c8fbeb3107a817d797c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=182.521 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=183.424 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=183.782 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=181.848 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=182.097 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 181.848/182.734/183.782 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=196.701 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=178.685 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=176.768 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=176.738 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=177.965 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 176.738/181.371/196.701 ms ### FILE /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=925a550484863d2acda73053003c0cd24379b77349a20f7644b11482f15d49d7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48516 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-122354/results.tsv -rw-r--r-- 1 root root 13373 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/results.tsv sha256=2cc763d2e4ed9a0c174b08ce8e10fa876d9bc9e23a32695cabbc6a1e7b5b9b3b status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.89 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.63 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 151.874 /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.54 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent 9.9.9.9:0%,1.1.1.1:0% 67.159 /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 383.294 /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.50 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.84 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 112.705 /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 160.712 /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.49 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.97 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.73 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 29 seconds ago transfer: 244.03 KiB received, 100.93 KiB sent 9.9.9.9:0%,1.1.1.1:0% 84.452 /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.87 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.82 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 148.473 /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt FAIL_PING_LOSS 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 17 seconds ago transfer: 988 B received, 1.77 KiB sent 9.9.9.9:60%,1.1.1.1:0% 116.688 /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 207.944 /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.89 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:20% 35.210 /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.60 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 78.188 /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 59.291 /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 70.135 /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 70.662 /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 72.965 /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 172.476 /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 272.700 /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.61 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 119.815 /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.91 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 182.734 /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=6253dc77cc8ea3a36399447e69b7f1ba034134e576f46500f5889f65c11cca8f Backup: KEYMASK-before-vpn_test-20260607-181002 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:10:02+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=54b2dfff5fb502122e683e20dfaa7b7beff9eb5834c05384532a1d4c7711d8a0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54000 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.88 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=9991dd1090b8bed40d7665684f03f5f159a8061f722dd10a7933a1186cfbdce8 Backup: KEYMASK-before-vpn_test-20260607-181024 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:10:24+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=992b90eb0ab6dda69cac33d8b9b2e17889740b8f9c8ddad715c259344a6ba751 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58153 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=9ae15f934b9706ebfdc0f3692bc9e0ebf22ab8cd4a19c5d9c72f9c365b3ab640 Backup: KEYMASK-before-vpn_test-20260607-181046 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:10:46+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=b4d810231195da612850e898b793c251b0d2e4a01a384de0f882c66d74765b3e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=141.493 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=128.139 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=96.225 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=82.917 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=90.472 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 82.917/107.849/141.493 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=89.304 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=87.087 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=92.938 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=98.086 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=91.793 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 87.087/91.841/98.086 ms ### FILE /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=9345849d60b454ffa25c10a64364b5c17e329cdd9b54e813f31eb5a87abacdd6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52701 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=fc673b353f88c156046af2a71eced45152797c777038d0864ea40f229e767e66 Backup: KEYMASK-before-vpn_test-20260607-181105 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:11:05+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=b32dc2e503472350b83183e7ad4d8c6d939b03bb9102cb5109ffe0907f1ade7e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37850 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=619897d3bc9fdbe3c01f139b6f6170c5af6530126c2dc89386048f39d1086f08 Backup: KEYMASK-before-vpn_test-20260607-181127 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:11:27+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1058 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=00a700879880fc67b7ca94e8b1be388cbcb2ecfb01923ca445ae394e822efe73 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=313.104 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=98.080 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=134.204 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=64.421 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=89.798 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.421/139.921/313.104 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=101.055 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=74.101 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=119.491 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=76.322 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=74.903 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 74.101/89.174/119.491 ms ### FILE /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=1574e796ca63b7f9a50ec0e395ea2af7d9800e785cac17204369e8664b18ae01 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45939 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.82 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=1fd5f48620dd589a0b37a2dad648f5e933d74b7552d88c8253ab5565877d6290 Backup: KEYMASK-before-vpn_test-20260607-181145 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:11:45+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=1518954b4e826f34037776c2887a63e1e62657592fd2f8147e6b17a2c0ba4f7e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=401.018 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=375.126 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=375.813 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=472.710 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=394.845 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 375.126/403.902/472.710 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=369.886 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=369.122 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=370.221 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=369.186 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=369.894 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 369.122/369.661/370.221 ms ### FILE /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=364d766f1e3f8d881c5d55dbde32b04aca47eabec37ecf921653bd970209c9f0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55264 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=b4124a6dddde6d256e71f7f09ab635ec461e089c356fd74a87dd4162be8186b5 Backup: KEYMASK-before-vpn_test-20260607-181204 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:12:04+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=1536f0205ffe67becc43d59dd1fdbd1650a764f2a04cdfe8b0b41dee70b3a3e0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36342 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.52 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=d1a07ebcb88de5bc44606041a9a81df6ddc20805fcdbd1fba9aff7b65fb9ebdc Backup: KEYMASK-before-vpn_test-20260607-181226 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:12:26+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=d5df8f0f7ccedce7ad15902831e007847f7218b102eafc7ef13aa1c51a85a225 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35651 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.80 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=5ee0683acaafe78bb4c364702c616a270dde6a7bd7e333a2d4907f83596340a9 Backup: KEYMASK-before-vpn_test-20260607-181248 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:12:48+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 855 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=4892d019690a090289c7f7b5ede38a68c29f2efae1578abf42f851f1ae985db2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=84.063 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=169.219 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=185.503 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 3 packets received, 40% packet loss round-trip min/avg/max = 84.063/146.261/185.503 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=1 ttl=49 time=81.640 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=82.007 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=95.804 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 3 packets received, 40% packet loss round-trip min/avg/max = 81.640/86.483/95.804 ms ### FILE /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=17e6276bd842e77ea426fbc2c21229520a9b711914efbb350c83016437b0b010 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47094 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 18 seconds ago transfer: 860 B received, 1.71 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=70d11fbb07334244751ec1e548671d127e1b71d02bb2b95de9655f60ae1e6068 Backup: KEYMASK-before-vpn_test-20260607-181308 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:13:08+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=edff5d03b2fb7570bec7e41524ea7bd5544e5c25ade737ee3bfe59135fc06f2d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47177 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=254d9488a0325089f2759fb0268e5eae24ae270104816252aac8baaa32e04308 Backup: KEYMASK-before-vpn_test-20260607-181330 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:13:30+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=0d9130b90fdebd5220bbcbf9699cf3468e58526c6824f41a564897e22c344583 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37219 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=1046f8db7876fc553bffb828e29dde3ebc10f26de9601049c5397de7573f83c5 Backup: KEYMASK-before-vpn_test-20260607-181353 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:13:53+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=21a34c4195437dfc8dc89c89fbea6caf7229877148437356c66d4361132eb600 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47508 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.07 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=b9c3c423fa7cb85041e17a3f122777ddb7b1e780cbff34c668a7af90a93fd074 Backup: KEYMASK-before-vpn_test-20260607-181415 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:14:15+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=3f3bf745ada1a9f3f6592479b4e25c80f48ec470dc675922507f53f0b0de757d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46662 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=4088071a5e092f72b980ae6971c233facdcfa9ccef181b70452ba3fff117ec69 Backup: KEYMASK-before-vpn_test-20260607-181437 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:14:37+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=0c2ff10cfe15e02a9e34f9e21b0835fc58c3b1843fe056b9d28ab0af1d83c373 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34241 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.76 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=e84e8937e491ed8a72d511cee6c9e815e2c2417677d51d56ba589d8d0d065f4f Backup: KEYMASK-before-vpn_test-20260607-181459 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:14:59+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 909 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=8ba4ce3592777b933ba4b31de2d4f25ebe267229e43d417d531dfa7f4f0473b2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=280.221 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=212.735 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=144.240 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=366.572 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 144.240/250.942/366.572 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=1 ttl=58 time=53.107 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=99.980 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=142.847 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 3 packets received, 40% packet loss round-trip min/avg/max = 53.107/98.644/142.847 ms ### FILE /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=43fc6a8878c8f312fd73c0ff4690c4bab84c287d3ae76a5795d2fd10b05f5670 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33324 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 18 seconds ago transfer: 988 B received, 1.78 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=0cd1ad81b83b3545dc21e3b1a0d5a1f3f9012ee6ec205c0cd1eef195427ac133 Backup: KEYMASK-before-vpn_test-20260607-181519 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:15:19+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=93c57aa59b0be96a37f49aaa085906eca1f064215fe971b20de9b463da2195ab === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=234.170 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=212.634 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=282.019 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=227.512 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=227.505 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 212.634/236.768/282.019 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=52.292 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=45.042 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=43.876 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=37.987 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=38.876 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 37.987/43.614/52.292 ms ### FILE /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=92800a6218c9fe85b6799f3cfc9f5a5292355bad5fec284737e9991ced686432 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53698 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=35b3574a7d6e6b85abc5812d851161a16aaaf5b0a0dcae229cca4fe478c7a419 Backup: KEYMASK-before-vpn_test-20260607-181538 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:15:38+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=82d585fb9908c739ca7d1f521f7f971ba88df59ebfbbe7d624466e30d06969ff interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40134 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.88 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=c811d4d997395778e63ce1d9569abc8fe0399b87a2273a95de0e311ae016e3ff Backup: KEYMASK-before-vpn_test-20260607-181600 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:16:00+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=6af72b68fbc25be063bbc5c1c8af0584ac51d4da70cf79f7427776f82920b051 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=45.122 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=68.833 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=34.979 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=35.580 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=38.315 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.979/44.565/68.833 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=35.119 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=36.285 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=44.895 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=75.739 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 35.119/48.009/75.739 ms ### FILE /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=9b101b1f036b4a71ce85538b39cb706fa25fff8617fae1a4a33f3ead63b0ef29 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38157 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=d8d428cbcaff305f306a8173c5befcca6a0099a7faa566f63eb6d53634fe89d9 Backup: KEYMASK-before-vpn_test-20260607-181619 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:16:19+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=8bf348122679f252752851d7c43aa44df4f5b3a743ce4d1c51ebcdab4db6b899 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40206 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=243d7d83ee868880e98b4fb67f367c7e7e05795c2712d70d23f840a9006692cc Backup: KEYMASK-before-vpn_test-20260607-181641 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:16:41+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1007 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=6a27eb65fa837d1634d3da903a0fd40c567e3ffe9f0087ee5e989d5a9024bf4a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=213.033 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=260.832 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=59.574 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=64.632 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 59.574/149.517/260.832 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=77.290 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=66.925 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=135.547 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=66.677 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=82.526 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 66.677/85.793/135.547 ms ### FILE /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=bb120f4d78a4cc06ddce3b8e384387e4ac3b0ffb2b87fe78fe9a9c1510be7ff3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56476 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 11 seconds ago transfer: 1.21 KiB received, 2.04 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=f7110d93663ecb7be3cff707079a79f89b4dc055dc95377ab497341a6a6d3a89 Backup: KEYMASK-before-vpn_test-20260607-181700 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:17:00+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=4a759967719e5578ae9012bf5194081d5b0dee5cfa4efa8cc768340c731f8600 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=69.925 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=58.775 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=57.535 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=55.764 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=57.063 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.764/59.812/69.925 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=76.754 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=55.576 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=55.407 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=54.744 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=83.569 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.744/65.210/83.569 ms ### FILE /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=6f3048089db7b6f54c06bce67047cf0f6ce24cdf1f6cc2aac8003100240fe055 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37918 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=346503f0e96496dbedbb870760edc4025413d3590754c8ecb3620b1a3f7ee0c4 Backup: KEYMASK-before-vpn_test-20260607-181718 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:17:18+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=e8d325b746e4e4293ead43e0e7bbeee0c3fcbeec49da5b2cf36f3005f306ef4c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=49.761 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=51.156 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=50.223 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=57.864 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=53.893 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.761/52.579/57.864 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=116.201 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=185.347 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=184.056 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=130.632 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=131.478 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 116.201/149.542/185.347 ms ### FILE /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=661c14b5373b31c817800c04efb6e516b53db720c190bfbcaf8d14fe4b4bb330 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33335 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=bdf9b1dd2c87dd42f084b66ef02f6aa01e24f89f443f9c41aa85984e18c0daea Backup: KEYMASK-before-vpn_test-20260607-181737 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:17:37+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1060 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=658dcef42237ec0bf54ded9b8ab8a1ffad00d21252d0aa237156b47c9185cc89 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=108.883 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=170.768 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=156.524 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=150.742 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=98.761 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 98.761/137.135/170.768 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=101.629 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=112.559 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=89.916 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=84.686 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=94.727 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 84.686/96.703/112.559 ms ### FILE /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=8182ab537fcff0c7d517631799c2b5f4c43c3ac67aaa6fe7cc841204b67c094e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48335 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=8c4e763f90ae3c9b9fcea6f683d90a088514421288837b93fa95d45150e1d96d Backup: KEYMASK-before-vpn_test-20260607-181755 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:17:55+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=3148a4ddbeff9cb353ad3ac98f7778b8ff84b8b83afdb511bfc4f2ecbb7d896e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33043 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.69 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=f10b2a7d81fb8c3cb25e065a3800977a9d55d2c7a44a78d27cb4915f7c6422d4 Backup: KEYMASK-before-vpn_test-20260607-181817 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:18:17+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=11a38ae035129e75f2c0f61d1bbcb02cadee99c2b07cadd46473d9c0d37fd1f5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=196.359 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=75.918 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=98.985 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=65.399 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=60.820 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.820/99.496/196.359 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=131.629 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=83.422 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=63.676 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=61.384 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=66.127 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.384/81.247/131.629 ms ### FILE /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=9f33db4303e3511624dadf96021a6227e7094f86b2cd707bab53b2699160d8a1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40391 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=06319f5b6ebaf7a81c87e2802c4b878683f364d923b2c12669c556f9d54f1e78 Backup: KEYMASK-before-vpn_test-20260607-181835 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:18:36+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1018 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=e9ece3c712a18414f86acdda360bde83a504093edff8d1cf800c8ec94fb936a3 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=228.688 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=206.209 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=168.232 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=170.526 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 168.232/193.413/228.688 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=137.734 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=114.354 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=114.508 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=117.183 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=138.604 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 114.354/124.476/138.604 ms ### FILE /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=8557cdc82e36eb55ae5fe670b60097891198b94aab08bff14c628df70aabdfec interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35115 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.load.txt sha256=f6c8cdbddb46ccaa5f22ba77072cf742673054a6f922a64449b523865f438711 Backup: KEYMASK-before-vpn_test-20260607-181855 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 194.135.119.55:35962 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:18:55+00:00' network.vpn_test.hmn_endpoint='194.135.119.55:35962' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.135.119.55' network.@amneziawg_vpn_test[0].endpoint_port='35962' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.show-after-ping.txt sha256=741344265b6703697244ba3479e952b1e7c30452014ee2492202a698d4230b2b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57828 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 194.135.119.55:35962 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=9be842eb0c530cf0f30e2dc41d16c813b540c80b0fbeb27cf18ea2370c4553d2 Backup: KEYMASK-before-vpn_test-20260607-181917 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:19:17+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=5309fabc93e85b3edcc0a2e61fdb1e60b527ecc10ce98d43ac4d2760c9b2cbb3 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=719.512 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=585.793 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=470.464 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=924.351 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=997.411 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 470.464/739.506/997.411 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=557.948 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=399.553 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=243.690 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=271.689 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=252.734 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 243.690/345.122/557.948 ms ### FILE /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=007e8891e4d6138b4ad9df1dc2e3e3f9a0029988ce2fedc2bd47aaf0b71ed699 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43044 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=ea504b6323e96ffb5d27cc5e8426d056d87900c473f33f9afec3bad465013b8b Backup: KEYMASK-before-vpn_test-20260607-181936 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:19:36+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=bdde4ad66914b3b6ad5eb3e35697269d41e45b76e277d6cb111eb12bfc013545 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38417 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.48 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=dfd9fbbbc1c99b5ebd124fb78c7c6ce767d8fa8fd4f136783747ee73217ada2c === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=312.141 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=131.121 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=109.768 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=110.692 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=110.840 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 109.768/154.912/312.141 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=163.903 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=172.561 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=165.034 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=164.179 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=163.422 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 163.422/165.819/172.561 ms ### FILE /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=84c9c619fcfec82aa18a6dd69f70d72a2049ce12559dcae11ad324b2b4621021 interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 59575 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 232.18 KiB received, 86.52 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=f6c3feb9ec9cf77ef94e8211e6bfc3bf7e604c2e42479be73bab38bed9772407 Backup: KEYMASK-before-vpn_test-20260607-182009 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:20:09+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=0105b47534aab493536081c782ca47380d48ef1aef97acbb58b18f95684450ca interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51360 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.96 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=fd466243769dad4faea644c7eab4bd0cc7b5b9403a218ef2e614487e765ee42c Backup: KEYMASK-before-vpn_test-20260607-182031 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:20:31+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=61b549fdce3d84512daae8c1f24a9cdb66181e102fce79fbc8a8357efc345dbc === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=192.021 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=183.316 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=183.426 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=192.269 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=183.573 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 183.316/186.921/192.269 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=178.139 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=238.757 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=177.354 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=239.466 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=177.760 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 177.354/202.295/239.466 ms ### FILE /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=c614e2f40812128b66734b3e689ec888f819295018abf886aada863ec4bac918 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45501 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-181002/results.tsv -rw-r--r-- 1 root root 11918 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/results.tsv sha256=b651c9b0dddc36f79452627f10ec197cc828a309794c43b9562bbd08f91b7ada status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.88 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 107.849 /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.82 KiB sent 9.9.9.9:0%,1.1.1.1:0% 139.921 /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 403.902 /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.52 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.80 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt FAIL_PING_LOSS 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 18 seconds ago transfer: 860 B received, 1.71 KiB sent 9.9.9.9:40%,1.1.1.1:40% 146.261 /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.07 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.76 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt FAIL_PING_LOSS 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 18 seconds ago transfer: 988 B received, 1.78 KiB sent 9.9.9.9:20%,1.1.1.1:40% 250.942 /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 236.768 /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.88 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:20% 44.565 /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt FAIL_PING_LOSS 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 11 seconds ago transfer: 1.21 KiB received, 2.04 KiB sent 9.9.9.9:20%,1.1.1.1:0% 149.517 /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 59.812 /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 52.579 /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 137.135 /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.69 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 99.496 /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_PING_LOSS 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent 9.9.9.9:20%,1.1.1.1:0% 193.413 /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf 194.135.119.55:35962 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 739.506 /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.48 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 8 seconds ago transfer: 232.18 KiB received, 86.52 KiB sent 9.9.9.9:0%,1.1.1.1:0% 154.912 /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.96 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 186.921 /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 8 04:20 /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=89452f649f5aa664c910b573ada41727dadda34ffca03e7b48c9e532d13adc40 Backup: KEYMASK-before-vpn_test-20260608-042050 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:20:50+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=14dbf10ceed33c8f00384f480245c7b8ec334d121324abde1b6e4cedfefc832b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53830 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.96 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=5f60819de54c53d7c2522bd7ee9895cbf99f27ac883cfe275eccab157d4f95ea Backup: KEYMASK-before-vpn_test-20260608-042112 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:21:12+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=70a8dd4ab59555365747e39beb5f74205a54d2e576e43ef01f72e30ad40672bd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42790 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=98ed5226e6c698f8de36c8c2d11850c93d5697e6832c292cc5d2e7c4bc00b704 === probe 9.9.9.9 dev vpn1 === 9.9.9.9 dev vpn1 src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=60.959 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=61.317 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=61.782 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=61.131 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=61.528 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.959/61.343/61.782 ms === probe 1.1.1.1 dev vpn1 === 1.1.1.1 dev vpn1 src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=61.725 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=60.839 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=61.228 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=61.296 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=61.037 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.839/61.225/61.725 ms ### FILE /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=a2577246e3a521230f0066e6c1205974e752bb46c3c1d3c83dc960dd0f2cf424 interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 53355 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 39 seconds ago transfer: 1.25 MiB received, 886.23 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=624293de76e4d4a3c1c44062c684b20049ce3511009ea17c45e22fec216a2f94 Backup: KEYMASK-before-vpn_test-20260608-042145 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:21:45+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=d399d2bf1d768aa19ffe3479e1f3f0a9761e87c2a20fd62b2d4f7bfd085c93b9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48177 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.58 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=934de10ea08849e268813c8ec14a4b61c3af1dbbca54bbecebac7816d98a249d Backup: KEYMASK-before-vpn_test-20260608-042207 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:22:07+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=b908ee8a4a7fa2220d8157105ae31eb7bfac4adff2c9dd25c66d367e32e6116b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=56.687 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=56.267 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=56.523 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=56.432 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=56.226 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.226/56.427/56.687 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=61.785 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=62.614 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=62.951 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=62.558 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=62.379 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.785/62.457/62.951 ms ### FILE /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=bb7cdd564f6a7a9f9b4c990bfdc156ada74180ffecfe51f79e2c2b5a81cbdec4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58889 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=8f3e66798c4a8ba41aee92316d668c320426da5921670d944309614c8b67755d Backup: KEYMASK-before-vpn_test-20260608-042225 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:22:25+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=fe38ef8cf223a453590e3c88950682516f4417964d48646586ea2775d5dee1bd === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=375.663 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=376.531 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=374.389 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=374.268 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=375.502 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 374.268/375.270/376.531 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=379.409 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=375.898 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=375.028 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=375.397 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=400.068 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 375.028/381.160/400.068 ms ### FILE /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=4639e2779f6e1e798d3aec4e997e3ed849d5afc92105cddc7d4bc4c87074afcf interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47673 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=545e08e6c4a62b065d7ec2ad23fc8f69e605efea87a3f4beb130ee86da820f40 Backup: KEYMASK-before-vpn_test-20260608-042244 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:22:44+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=623d64e9bfa3e2f1ac5fed5c3a41b6739c643cbad4b02e4e778dc28edd090fb7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43286 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=fc105e7c2de86d44920994b9ae5915a6f3a70b8a975b60c20d1c33c6d20975ec Backup: KEYMASK-before-vpn_test-20260608-042306 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:23:06+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=a5195a93c6c65dc30d72127eac11bbb9a7b5b15aa2bc84abe89d877a1e1f085b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34871 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.75 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=496d3fafc9e49f6771a03c84ff55eb01f6af3187d3784003c8501324734067f3 Backup: KEYMASK-before-vpn_test-20260608-042328 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:23:28+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=cf81528c8af64f4d3bdedf9bc5f58431ab2854ba561e998036dca37587d6a3e1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=192.042 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=100.970 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=83.955 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=82.980 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=83.828 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 82.980/108.755/192.042 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=83.568 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=145.798 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=83.088 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=88.800 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=83.392 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 83.088/96.929/145.798 ms ### FILE /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=dbf04978c7e692dc410e566c9e5668a08f165b4281bf059a8595864bc61715dd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56747 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=6f71f2150aed5dcdd6c76ade20e74bd9604322599c28c1f2e9b5c7e3a8a33717 Backup: KEYMASK-before-vpn_test-20260608-042346 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:23:46+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=e099940a0230f2826ad8664bb9065dbfe3e67a7c3ad9e4e85a738e95e0b5f9d1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=148.205 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=133.778 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=45.906 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=170.151 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=187.552 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 45.906/137.118/187.552 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=196.313 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=61.996 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=53.154 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=85.721 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=109.136 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 53.154/101.264/196.313 ms ### FILE /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=5e6cbd873e87059c1e0d7bab97ef9765326f2b570fd5a001c3292d21b1b0f12b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57521 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=5f6523f9a97b82b77041257d92f58912f9ac70224ea33dbce22150b9732aff00 Backup: KEYMASK-before-vpn_test-20260608-042405 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:24:05+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=5c95a74d94bb5f5295d61dc1d640987b8dbfa2b7a2d782b5976be11bba6ea992 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40671 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.51 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=fe0a6c37a1564e0f1e32ab90e69a9387d9a3a1f3eaddcb591a33839e7b983f73 Backup: KEYMASK-before-vpn_test-20260608-042427 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:24:27+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=16b45bd12c0fdb34511661cddee2d2cc753a862f5a5f956348a10eee80192733 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40390 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.56 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=c314481a244a7f5e9406bf64de191b4fef37c46c4f64356477fcc702cbd53007 Backup: KEYMASK-before-vpn_test-20260608-042449 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:24:49+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=716f80279c6e04432dc815c119ed9a169686a26515936dca1673d903cb9a5993 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42937 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.06 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=469f8d5d2f7d740171c17a11b5d25f09969c87ac9351805ec2ac2fee060896bf Backup: KEYMASK-before-vpn_test-20260608-042511 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:25:11+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=f9f856ca207dc37a9dad19a98eb34e327ac9e7d87595e1dfe58e433b52c67020 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34420 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.72 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=bc83404ffef5e5db75f547cc5b43d7772b499e31ba16981790498fca5eb8c319 Backup: KEYMASK-before-vpn_test-20260608-042533 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:25:33+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=a37117a0093fc00d3a1c020b614ca4b0615de7167f1350ac312ef0317596ac88 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=71.089 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=73.140 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=114.443 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=71.781 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=71.627 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 71.089/80.416/114.443 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=63.777 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=63.760 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=63.975 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=68.062 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=63.459 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.459/64.606/68.062 ms ### FILE /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=4157d36e8a2a26f00f63f16f134f6f7f60ebe333f8d090abd9d1f06c353789ae interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51245 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=6a576378a5f696183a066fda8d3bb8534a7f17fc03ec9e7765b00d3911a14b2e Backup: KEYMASK-before-vpn_test-20260608-042552 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:25:52+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=e7ef781c3e43ea0c894006dea23b702545c7a3ae3b69c2be38118b52bc74e89c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42673 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.90 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=53e646c64f5790473ed69df80640866688bcc9950c9e0f87133d8efd42cf9313 Backup: KEYMASK-before-vpn_test-20260608-042614 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:26:14+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=a29081292b697df1f5848a66ac8740e8e0120624a53bb8e3307cb4f99bebabac interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52881 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.76 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=b2d8c2f2dd30f032e9b50aaf6172be554cf52ecd31694bce2d8fbc932a4179da Backup: KEYMASK-before-vpn_test-20260608-042636 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:26:36+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=6fa1dc3fe811433d09416123b3ade7c39c922921916ea1cf5a2f263476a12480 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=126.130 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=125.452 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=123.965 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=125.060 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=124.531 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 123.965/125.027/126.130 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=124.058 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=191.799 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=124.002 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=123.647 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=124.709 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 123.647/137.643/191.799 ms ### FILE /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=89986155dd7228316e19874152462dc71d1ec4e3399d6ee8ef519a3595f895a7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52735 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=b01965f4d6a54b4b3feed1a56b378d1f2076c7c18a02f8525d377ba490949e99 Backup: KEYMASK-before-vpn_test-20260608-042654 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:26:54+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=b41691182632f500e60346de75e1bf71dbb81f5723a7bea3cc5144cebf676a34 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=30.715 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=31.695 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=29.416 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=39.528 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=32.038 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 29.416/32.678/39.528 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=30.822 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=28.050 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=90.705 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=30.596 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=99.913 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.050/56.017/99.913 ms ### FILE /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=945fa779f5b1c5352018ce55475c6857172f33aef794467bbd4f5585db375c4e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35509 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=72e055bd7270654182de25b090ba8aa2ec63426fe01c8f3ef2aa811f6ee54656 Backup: KEYMASK-before-vpn_test-20260608-042713 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:27:13+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1061 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=eec60e1b6b3ed9c83dc0d0741c59ffb61275d656d2277c29787f3823bdfd80ac === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=212.857 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=212.543 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=213.485 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=213.013 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=213.464 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 212.543/213.072/213.485 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=38.226 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=117.397 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=37.956 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=38.139 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=38.703 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 37.956/54.084/117.397 ms ### FILE /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=09bd0152822edad43122737298f192760953373148a6bfb9a07782b9a0953d90 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41649 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=996dbfa1440a3d5bbc5f67acdacef350d6945ebc6c707979fe9bd4860fc43b8d Backup: KEYMASK-before-vpn_test-20260608-042731 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:27:31+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=09046442277a0ea7ef02d4faf137bb8a517b30fe2a76426a06cc21efb076bf84 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41461 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.80 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=3675c34356c70d8387328e2d961c18401b4f2ad75aaa136c772d4b4c5436a5a2 Backup: KEYMASK-before-vpn_test-20260608-042753 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:27:53+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=c497621ef6d06b2acd152f4f0a0c3640518cb6ce5fad9303d9a1d2382627fc9a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=93.054 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=34.854 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=33.211 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=36.552 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=34.876 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 33.211/46.509/93.054 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=33.656 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=33.399 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=32.726 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=47.364 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 32.726/36.786/47.364 ms ### FILE /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=2d95ea68fdcc9bb7a923509db6ced4f013d19f1aac0dd8f315ce4de3ad3a9c14 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56369 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=3faf7931c345ecc207a9941b2f1ae08a6623b4aa755031215458920189f67100 Backup: KEYMASK-before-vpn_test-20260608-042812 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:28:12+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=2d070bd531ec7130555a5b5c17d4f73e615c91ec889cca006e8d7c298220543f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54711 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=e2d8186f15c642507024b8a9d1368c16e606fcbf37c07184dbd790ab960e92d4 Backup: KEYMASK-before-vpn_test-20260608-042834 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:28:34+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=c780dbc821cb4928ec7ba3fdf64c5d4bafdb21e7a93e8395721af77b85fdbac8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=62.693 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=58.427 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=66.074 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=79.718 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=69.574 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.427/67.297/79.718 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=62.759 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=88.353 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=66.381 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=62.360 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=61.526 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.526/68.275/88.353 ms ### FILE /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=565cc8e8bb2dfe93904a1274efea80c000d07a96494cfbfb6fdd19b91b754f7e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39801 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=7764413ced75034b0886336f84440deae98c4a5ff6ade42f6d7163ab55ff03df Backup: KEYMASK-before-vpn_test-20260608-042853 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:28:53+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1052 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=9f7274ecd2e340dd7c43ff613ff6f76cb0d2c36c37bca566d224d440cab0ecfa === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=59.976 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=102.860 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=101.117 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=57.983 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=65.664 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.983/77.520/102.860 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=69.727 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=59.279 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=57.368 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=58.601 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=58.471 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.368/60.689/69.727 ms ### FILE /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=1eaf29ac8318df018a7ef2aba62841e59803b1494ba120db4df6cbe9a92f2b27 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39340 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=57635019d664d5c04673483016a22dd42e20c106aba17603daa7b45592f619cd Backup: KEYMASK-before-vpn_test-20260608-042911 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:29:11+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=b218bb1243311457b4db099b83e878a64cb05f6e11a5c404f593a928e678ec0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=49.432 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=49.724 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=49.322 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=49.082 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=49.098 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.082/49.331/49.724 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=49.144 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=50.030 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=48.800 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=58.318 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=50.349 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.800/51.328/58.318 ms ### FILE /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=b4297ed415794f3d92ae28d375276f5190cde1d5879c8fe940e4d82cdbf487f3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49834 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=ff5b3b429ec899ed510513c17eacdc354162b545bd324c6d0205673c8172f8ba Backup: KEYMASK-before-vpn_test-20260608-042929 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:29:29+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=2c098ac0f97b399a9498f2480f7c6a30ffb7606938ac39986c0a4c90bf5eb82d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=63.101 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=64.914 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=90.192 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=112.259 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=64.512 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.101/78.995/112.259 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=64.849 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=64.990 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=64.941 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=63.988 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=86.966 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.988/69.146/86.966 ms ### FILE /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=f3614b9b5ed3b5f09e7893f6cf25a77a2319412ed6aa840cbc14e26beaf57078 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59123 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=5bbcbee86aae5dbc8af9239b387d97c90047f713ba3d5f5a37d44a82fa23cb3e Backup: KEYMASK-before-vpn_test-20260608-042947 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:29:47+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=4ec553f85897ad173cb29819d380b43d39bc64add5dd803f5906d83df1d7fc99 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39160 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.76 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=818034af870a20b05c113ceb22e30514910da3e9e900285962fa46cc38655503 Backup: KEYMASK-before-vpn_test-20260608-043010 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:30:10+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1060 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=5c5445133411891c761df050b0e95ace3e85028b0ccaef00ac551e8d0e2ede54 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=62.255 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=62.187 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=62.372 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=61.276 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=147.757 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.276/79.169/147.757 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=143.629 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=118.679 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=83.423 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=62.386 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=108.863 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.386/103.396/143.629 ms ### FILE /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=df1fdecf4f3607304651a26a9afa0b160207ee92c1e23c4bf82a086b11c0daef interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41384 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=705648a85b2b3f18dfe268cd1c87ccab0683e8a40b9b840d27bc73a7f38d63b8 Backup: KEYMASK-before-vpn_test-20260608-043028 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:30:28+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1061 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=05329867d2a693182e7fb9cb2fe4019ee2bc8b8aaa10daef17c9e83da40fb424 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=274.461 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=163.156 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=160.563 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=161.798 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=206.270 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 160.563/193.249/274.461 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=98.333 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=97.979 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=96.745 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=97.138 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=97.403 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 96.745/97.519/98.333 ms ### FILE /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=ffa3c1f3801ecf5f3626b7a38b8e26bcf5bba2df75b2b8230cf4a1f7c9998024 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38832 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.83 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=445f2d18da6f910748a8519b4387c1a8f50f2725f74b1b3fd6f3fadcacfea7b7 Backup: KEYMASK-before-vpn_test-20260608-043046 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:30:46+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=baf6a24048e046679d89d645ab8532fb4fb1d870b29372b1dbd5fd898a4aa09c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=271.296 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=333.333 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=271.098 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=271.736 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=272.616 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 271.098/284.015/333.333 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=234.751 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=240.563 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=235.660 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=235.213 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=235.101 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 234.751/236.257/240.563 ms ### FILE /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=eafa97dc02757325bf94d65b4247f523e5b6cf242f2beac2bfdf262f2a790583 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46399 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=ee93d456f3ca41e73e06ffff1d5daf792114e408bda3e3380d5fa217f6928f5e Backup: KEYMASK-before-vpn_test-20260608-043105 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:31:05+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=a1e6e177ee8df2ba1c6c8bc97d99b18f2b81d4cdfe2de85c55f59a2ae34d23cb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35926 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=416cb06c05dfa31a0e288e536f3217c277d20129a61d00655b903bc309f12d77 Backup: KEYMASK-before-vpn_test-20260608-043127 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:31:27+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=72f2e05a45f11d47b07941fce73452f0313eefc0a0a269037648457f8d7db2fe === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=1 ttl=57 time=144.086 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=156.669 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=123.170 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=182.503 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 123.170/151.607/182.503 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=173.481 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=161.610 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=160.575 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=169.715 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=165.419 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 160.575/166.160/173.481 ms ### FILE /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=feda2448ba4bb96129b0b42712355ceeb46e715e32ac7d1b55e82551caf4e6fd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41949 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 11 seconds ago transfer: 1.21 KiB received, 2.00 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=502b9e354bf8561d242d4e7d1c25a627170a6111fe089dde7df83eb446acba61 Backup: KEYMASK-before-vpn_test-20260608-043146 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:31:47+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=81199aa7cbfa5cc7fb977954d249fb0744d0109702cee4f3edb4dcfe139253ca interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53088 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.97 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=e68d8d0731a80d1f8c41e3a7d41fe74b6862907bdd1187d3aae2d44710da9c60 Backup: KEYMASK-before-vpn_test-20260608-043209 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:32:09+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=3f4dd0eb266fd005d552a2ab32aaba63f4b49b41431906b39f211f8e9343cceb === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=229.692 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=185.295 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=179.054 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=179.132 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=178.821 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 178.821/190.398/229.692 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=173.305 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=173.128 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=173.130 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=173.758 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=194.294 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 173.128/177.523/194.294 ms ### FILE /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=e313d8a28d02a4f09aa3a588ccec5950175ae472ffb31e51a4bd29b44d38c024 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55719 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260608-042050/results.tsv -rw-r--r-- 1 root root 13021 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/results.tsv sha256=e4e329a699f6652511b40cc0c4bdf574e6f1fd5e5028e44c54ebb7970ae4c7af status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.96 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 39 seconds ago transfer: 1.25 MiB received, 886.23 KiB sent 9.9.9.9:0%,1.1.1.1:0% 61.343 /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.58 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 56.427 /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 375.270 /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.75 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 108.755 /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 137.118 /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.51 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.56 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.06 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.72 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 80.416 /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.90 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.76 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 125.027 /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 32.678 /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 213.072 /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.80 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:20% 46.509 /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 67.297 /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 77.520 /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 49.331 /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 78.995 /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.76 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 79.169 /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.83 KiB sent 9.9.9.9:0%,1.1.1.1:0% 193.249 /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 284.015 /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.54 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt FAIL_PING_LOSS 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 11 seconds ago transfer: 1.21 KiB received, 2.00 KiB sent 9.9.9.9:20%,1.1.1.1:0% 151.607 /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.97 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 190.398 /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt -rw-r--r-- 1 root root 1922 Jul 6 16:14 /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt sha256=9b8f08a24ba706aa351db446b11e6500c098c63b9e1be6153cfd50be2c00f64c Backup: KEYMASK-before-vpn_test-20260706-161434 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf Parsed: Address: 10.119.249.139/32 Endpoint: 192.36.27.17:35500 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.249.139/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:14:34+00:00' network.vpn_test.hmn_endpoint='192.36.27.17:35500' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.36.27.17' network.@amneziawg_vpn_test[0].endpoint_port='35500' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 6 16:14 /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt sha256=ede852c6dde15f9f249aecd0c4b2ed97b66ac4591869a4a512df4b6e0ab4599b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.249.139 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.249.139 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 6 16:14 /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt sha256=53263bb415cdaa5bfacfc64c174b7f1705f422cd8d924bfec3142a5962d7db28 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36040 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 192.36.27.17:35500 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.88 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 1918 Jul 6 16:14 /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=ac31bd2a2f546aa3a69c2bb2a9be1f5821c6a923a27b667fdd19fae39123ecd5 Backup: KEYMASK-before-vpn_test-20260706-161456 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.60.219/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.60.219/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:14:56+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=c779bde1b9033d9331fb286bae953c683f132db58571967146436df76fca5d0b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.60.219 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.60.219 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=39f2dc58cd8c2fc7fadd5e97c4dcfe1a2115842d02aba4b6ea1d2681549a4250 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59337 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.50 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=5e5e323f30ce07196f24d6796a610d9950bb80052fce9f68f776d387a99f9653 === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=83.040 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=80.464 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=73.715 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=95.008 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=82.401 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 73.715/82.925/95.008 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=79.972 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=96.994 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=92.429 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=86.437 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=70.125 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.125/85.191/96.994 ms ### FILE /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=2736e9de2fab00110b651f9ec0972da18f201f34bf6c6b152e550948e1feb8a5 interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 54216 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 19 seconds ago transfer: 313.23 KiB received, 87.88 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 1925 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=e276ce6d2f8a44ed44f4d01db97cf24400f5313940a12f8e6c3372c2b3231160 Backup: KEYMASK-before-vpn_test-20260706-161529 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.254.15/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.254.15/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:15:29+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=db3c71ff5ecbf71d6faab97e93b918860969205d9d640c7132e174bc69860de2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.254.15 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=219.055 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=216.569 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=235.120 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=228.495 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=218.203 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 216.569/223.488/235.120 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.254.15 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=73.291 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=92.885 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=72.025 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=86.599 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=86.418 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 72.025/82.243/92.885 ms ### FILE /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=c20d0ed335aa372d4a976ccb825ff0a69acfd1818190cb2f980981dd54998e8c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53049 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1897 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=ae24d0482564ea55c6ec2c50d0d709a9cf983bb5bbd01569fc02a72c4b139603 Backup: KEYMASK-before-vpn_test-20260706-161547 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.61.41/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.61.41/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:15:47+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=f8d9990df4deec456a522e7c32c375b1584666e3fa8df5bb32f7abbf4b6afa9f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.61.41 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=432.596 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=439.908 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=396.938 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=392.848 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=383.761 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 383.761/409.210/439.908 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.61.41 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=376.905 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=389.815 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=384.717 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=390.964 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=448.927 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 376.905/398.265/448.927 ms ### FILE /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=1ea3dae4bbdddd6e7da2e3623ca5a9e66afd0ccfab339aeae9fcac1f2d67dc19 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52478 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt -rw-r--r-- 1 root root 1927 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt sha256=f6b7d0342358799dd6f7432bb17b4d0f91b693097c6c9c993f85d6152ff7b8aa Backup: KEYMASK-before-vpn_test-20260706-161606 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf Parsed: Address: 10.103.56.214/32 Endpoint: 107.172.187.100:39480 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.56.214/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:16:06+00:00' network.vpn_test.hmn_endpoint='107.172.187.100:39480' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.100' network.@amneziawg_vpn_test[0].endpoint_port='39480' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt sha256=23b5cb1cccde5530fa547b3ec480227b6d4842a27a704f370a055bdc927030a0 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.56.214 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=182.031 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=183.663 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=196.489 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=182.947 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=182.320 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 182.031/185.490/196.489 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.56.214 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=200.332 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=182.458 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=183.258 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=182.099 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 182.099/187.036/200.332 ms ### FILE /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt sha256=06498bf455abe615f6432886c5b04e61f6b8b935c4f6bc284eb04fc3def0676e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34025 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.100:39480 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 1929 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=9f1eb5ad27210270bb020ce8a10257a13bdabdb015d668d960505a43adc3f364 Backup: KEYMASK-before-vpn_test-20260706-161625 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.109/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.109/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:16:25+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=8d3311913aa9ea4726e40fd3b1fc878892eccf7f760018850c67817fa58892a1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.109 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=45.195 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=45.953 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=45.989 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=47.143 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=46.661 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 45.195/46.188/47.143 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.109 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=52.692 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=55.554 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=53.919 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=51.534 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=70.944 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.534/56.928/70.944 ms ### FILE /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=679b22fc3764a4b671579e3f997c499da9ac0e1e19f9c15f4f3d070be7008dc8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55439 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt sha256=9bf39261b150c6c487570bd48c020477003b8cd7f98cb0ab658a45cbc3eed430 Backup: KEYMASK-before-vpn_test-20260706-161644 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf Parsed: Address: 10.107.43.173/32 Endpoint: 107.175.93.59:31095 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.43.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:16:44+00:00' network.vpn_test.hmn_endpoint='107.175.93.59:31095' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='107.175.93.59' network.@amneziawg_vpn_test[0].endpoint_port='31095' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt sha256=c58eae2cde14b94cc90b4e8d044250c78c955de907f4b57bf1bb45d42592e083 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.43.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=145.168 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=136.709 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=138.505 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=182.710 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=134.158 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 134.158/147.450/182.710 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.43.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=51 time=142.303 ms 64 bytes from 1.1.1.1: seq=1 ttl=51 time=140.087 ms 64 bytes from 1.1.1.1: seq=2 ttl=51 time=142.325 ms 64 bytes from 1.1.1.1: seq=3 ttl=51 time=142.571 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 140.087/141.821/142.571 ms ### FILE /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt sha256=e39777a43572f6a774b09d182cf1badab7a2dadad13e5292473ce4addbfcbd0b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 32962 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 107.175.93.59:31095 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.67 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt sha256=147d3561b57fb483327220561f26cde1acd57d3337968ed19d7316af3e703f17 Backup: KEYMASK-before-vpn_test-20260706-161703 Loading config into vpn_test: KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf Parsed: Address: 10.107.108.112/32 Endpoint: 107.174.226.51:44839 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.108.112/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:17:03+00:00' network.vpn_test.hmn_endpoint='107.174.226.51:44839' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='107.174.226.51' network.@amneziawg_vpn_test[0].endpoint_port='44839' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt -rw-r--r-- 1 root root 1018 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt sha256=090335419c057b6ce238def056cbb7980e0ae79b7881cf9825f036000260dd5f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.108.112 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=166.702 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=166.816 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=212.174 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=166.020 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=165.680 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 165.680/175.478/212.174 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.108.112 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=167.576 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=184.696 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=165.299 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=179.856 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 165.299/174.356/184.696 ms ### FILE /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt sha256=f47de1e22ab4a771d365164543d733f3c4f42ea30befb63bd4bae91974b70c84 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42044 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 107.174.226.51:44839 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.78 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=98f8acfaeda0358f9edff6903a99538eb39db0ca5bdd592d4141211a4431283e Backup: KEYMASK-before-vpn_test-20260706-161722 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.238.215/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.238.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:17:22+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=03884188042d62f08aa257476e80f53666f1c4583a953be670c36496ea695d1e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.238.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.238.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=8ff77cdbe7637c583eea1e6f23871ee61f9d5fa1984a9d5411b15e3c7ce81721 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35230 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=6d4b68f81b6ec14172e9bf08077d487f3464ed808667aed176baaf8403979ba7 Backup: KEYMASK-before-vpn_test-20260706-161745 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.111.97/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.111.97/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:17:45+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=864d69901bc35865355c30bed731c05049a3ed724eba91ce4eed94dfe35f80eb === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.111.97 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=72.436 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=76.082 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=79.583 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=81.049 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=70.171 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.171/75.864/81.049 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.111.97 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=61.564 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=65.109 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=60.985 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=62.654 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=69.201 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.985/63.902/69.201 ms ### FILE /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=0d4d69f5147ff88b2292ed6507ec01ea9cfa5fc3d8f3baab232764a1e212a663 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57258 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1901 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=6fbb701b4e2c5a485fed540472ace82410226ded036f9598a42c5e06bb5daa98 Backup: KEYMASK-before-vpn_test-20260706-161803 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.239.94/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.239.94/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:18:03+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=fda0ca561a76e7a5d953321d0943cc53305493b0e7240b41f08c55cfc5b7a513 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.239.94 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.239.94 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=44a4cfa6ec84bbf0bf467c5c4e21f39f0b43262bca393ef48ce129ae4670fe6a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57376 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.80 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt -rw-r--r-- 1 root root 1919 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt sha256=cfe0103b026f2ee66bb03856e3d6da616fd3d39603a8fce4a000aa3acdb09c7b Backup: KEYMASK-before-vpn_test-20260706-161825 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf Parsed: Address: 10.83.41.157/32 Endpoint: 185.14.97.234:37492 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.41.157/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:18:25+00:00' network.vpn_test.hmn_endpoint='185.14.97.234:37492' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.234' network.@amneziawg_vpn_test[0].endpoint_port='37492' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt sha256=b5d28861ba94605c706d05ec5d3fcc8c06b01d3ede19bb9ad912d525c438d907 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.41.157 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.41.157 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt sha256=965eed9aa4812e29b60b5683360d955eab2639072cb220f3774be04d3f756b6b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 32778 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.234:37492 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.85 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1921 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=cad64346599ad6df90c4307824c95323fed627ac4ea82618a4d110eb40d38b3c Backup: KEYMASK-before-vpn_test-20260706-161847 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.142/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.142/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:18:47+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=1a268e49ed843e7c00060e09cafdd7dc8e07101d117d2d74a831192692dd4788 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.142 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=197.252 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=169.981 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=125.355 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=124.812 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=213.873 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 124.812/166.254/213.873 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.142 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=171.589 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=127.792 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=215.363 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=158.176 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=123.705 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 123.705/159.325/215.363 ms ### FILE /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=2402ce86c16c84e1bc1fa6d88bb4c412d163b4bda14f5f039ae9877b68f63d79 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56971 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=cc90002156270fff29f3f5700fe007e423f2ba791e1172e782ef027f6d6e9637 Backup: KEYMASK-before-vpn_test-20260706-161906 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.235.104/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.235.104/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:19:06+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1008 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=ac9ce76a647ca049c83cdb2b0f0e37d92a51bfd79f0256e67f584f5e023494b1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.235.104 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=82.732 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=56.925 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=168.279 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=67.949 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 56.925/93.971/168.279 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.235.104 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=112.551 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=202.577 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=87.042 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=75.062 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=172.369 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 75.062/129.920/202.577 ms ### FILE /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=58c1b971abdb0df05f01cf9b6484438fdb69fc3e333fbadf6fd6860a80b32ed6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57213 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=ec8091964f53c8892963caca5006a564ef3705bcabbe98425e3237a482137a3a Backup: KEYMASK-before-vpn_test-20260706-161925 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.108.200/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.108.200/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:19:25+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=c260c9ec01bc6ecf930f456b5a847ffa81e5f56c005eaf75efbe942a2f0a44e7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.108.200 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=50.630 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=131.497 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=49.424 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=48.751 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=62.745 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.751/68.609/131.497 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.108.200 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=66.928 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=66.028 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=48.685 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=69.690 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=48.690 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.685/60.004/69.690 ms ### FILE /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=e9bb94914bc0445a0b8b892009ad20d7fcd2bf82205a7d1aed2f2764b5ff8704 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45958 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt sha256=c334e012a52f1627324eb2d1346b17af8e357c64d19391862b8e60f63ec27866 Backup: KEYMASK-before-vpn_test-20260706-161943 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf Parsed: Address: 10.86.172.73/32 Endpoint: 89.46.232.39:40316 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.172.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:19:43+00:00' network.vpn_test.hmn_endpoint='89.46.232.39:40316' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.46.232.39' network.@amneziawg_vpn_test[0].endpoint_port='40316' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt sha256=658d9be88f15cb3815e7cf04a4b70429662a407f381240d6131e2229b9380c3b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.172.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.172.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt sha256=f9b9a88c8a706420082b9b52e2969edd29c53d0c4b38a4cc63746cd5d245766e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50886 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 89.46.232.39:40316 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.97 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=9edb15f4a4335172030016673654e50ea1642e8951cb0a9b926d18cb72d6c1db Backup: KEYMASK-before-vpn_test-20260706-162005 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.170.125/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.170.125/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:20:05+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=cdc6ec7b0718668d43ffefe40234d5c5f38889e7b8117ccc06c7efafa1d157a5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.170.125 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=28.855 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=29.446 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=30.325 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=46.144 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=30.233 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.855/33.000/46.144 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.170.125 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=28.854 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=29.945 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=36.165 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=28.473 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 28.473/30.859/36.165 ms ### FILE /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=e0ea10be99c6e3e6f96c24804e96c05a5253112ff06ca4b54ff8e2a1ce0d7155 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46917 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt sha256=c7d44efa6509c05a2cfd4288a160c614b6797a1926c273dc1c8242289cebb0a5 Backup: KEYMASK-before-vpn_test-20260706-162025 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf Parsed: Address: 10.89.174.45/32 Endpoint: 194.71.126.45:32821 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:20:25+00:00' network.vpn_test.hmn_endpoint='194.71.126.45:32821' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='194.71.126.45' network.@amneziawg_vpn_test[0].endpoint_port='32821' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt sha256=ddb01a3c192d3310286491aa5344ced0020d9686bbaf5acfb3ab690095ed4760 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt sha256=d155ed7e58c8863b910b749ac0f1baca7adab2771f8b3136da4bdbfc97c1d614 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39584 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 194.71.126.45:32821 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.56 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=4bc87827b9484ff4b13c02e6e0d28f7d854db6ebc34896bc66f77cddcd658779 Backup: KEYMASK-before-vpn_test-20260706-162047 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.235.244/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.235.244/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:20:47+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1056 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=2fac1452139f379a01e03776de856be2c436f963e6b484dd48d7d17a878a559d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.235.244 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=70.335 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=79.654 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=62.380 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=115.022 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=84.710 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.380/82.420/115.022 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.235.244 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=76.933 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=115.670 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=115.648 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=67.138 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=61.222 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.222/87.322/115.670 ms ### FILE /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=a0dbc17707994c49446c922e6e49beb551e70b7448bf65c5161e8f65674a4bae interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34055 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt sha256=b99247a51b854dd65f8c385432c794f6b32cec902a59b5db00fe216a452c2f56 Backup: KEYMASK-before-vpn_test-20260706-162105 Loading config into vpn_test: KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf Parsed: Address: 10.91.43.12/32 Endpoint: 23.158.72.87:45460 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=143 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='143' network.vpn_test.awg_h1='1943142100' network.vpn_test.awg_h2='1154665998' network.vpn_test.awg_h3='1159227869' network.vpn_test.awg_h4='2081036883' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.43.12/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:21:05+00:00' network.vpn_test.hmn_endpoint='23.158.72.87:45460' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='23.158.72.87' network.@amneziawg_vpn_test[0].endpoint_port='45460' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt sha256=c5eaddf1dbafc2cd3fc06c55f2ee5d4a7ef578cd260499bc9faca72257751b4c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.43.12 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=215.302 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=213.405 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=226.409 ms 64 bytes from 9.9.9.9: seq=3 ttl=58 time=214.113 ms 64 bytes from 9.9.9.9: seq=4 ttl=58 time=216.750 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 213.405/217.195/226.409 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.43.12 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=168.262 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=180.117 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=168.470 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=171.449 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=185.358 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.262/174.731/185.358 ms ### FILE /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt sha256=6fdb43538cb272ede44295440f9157378cf52218546e9bfe3fa16f4fe49d79ab interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37050 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 143 h1: 1943142100 h2: 1154665998 h3: 1159227869 h4: 2081036883 peer: KEYMASK endpoint: 23.158.72.87:45460 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=2d6482bb9032a0a1e8b5799443b2e30c87024fc053e8ea552d9c948d77a78568 Backup: KEYMASK-before-vpn_test-20260706-162124 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.168.223/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.168.223/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:21:24+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=574b3f7e9bcaec87471d1d4935ae9e9b8c4ff720f6c648467e788af070cebc30 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.168.223 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=59.335 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=60.137 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=59.883 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=60.832 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=60.271 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.335/60.091/60.832 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.168.223 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=60.462 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=59.741 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=59.710 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=60.461 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=135.335 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.710/75.141/135.335 ms ### FILE /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=b7ada8f8700c59424fa960c0a8f8a0512d38e11b9a785a62d2a16aae4b91776c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54022 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 1933 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=d99cebb2c7cc66bca2c89006dffbbef99fd03e7c05bc63649f92fa61a70e38c3 Backup: KEYMASK-before-vpn_test-20260706-162142 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.233.132/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.233.132/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:21:42+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=8c94bdc0445561d709a1a20ee56a25b8bd1d91b3e93e7af94331ad30d901f0c3 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.233.132 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=50.431 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=50.676 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=63.972 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=50.201 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=50.890 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.201/53.234/63.972 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.233.132 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=53.216 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=53.599 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=52.742 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=73.051 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=62.821 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 52.742/59.085/73.051 ms ### FILE /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=933f70fb29b1824679cfe431cd2e03509263194b666290f2f06bf5575e5b7df6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44855 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 1924 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=1ce882327f1911e010a0cc030609a5ab0251f08db3119d51a8d51ce4e94a8a2f Backup: KEYMASK-before-vpn_test-20260706-162200 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.173.35/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.173.35/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:22:00+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=da2d69f99734b0bd62236b9a5988a1cfcbcb7e8f0de36b4163579e5186ca048d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.173.35 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=74.319 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=68.486 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=70.465 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=67.785 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=107.129 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 67.785/77.636/107.129 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.173.35 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=79.247 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=96.426 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=74.099 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=71.260 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=85.130 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 71.260/81.232/96.426 ms ### FILE /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=885c07ea3787d8277e83cedfd771991cfd8411d790b76c0153fe61fc189012e8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56119 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt -rw-r--r-- 1 root root 1926 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt sha256=75ae0de01d91a8712fa5cd626bda369f24479136cbce68dab55236d642b03a59 Backup: KEYMASK-before-vpn_test-20260706-162219 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf Parsed: Address: 10.77.236.75/32 Endpoint: 109.248.198.4:37129 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=51 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='51' network.vpn_test.awg_h1='144970534' network.vpn_test.awg_h2='210374235' network.vpn_test.awg_h3='1100727461' network.vpn_test.awg_h4='1885204570' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.77.236.75/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:22:19+00:00' network.vpn_test.hmn_endpoint='109.248.198.4:37129' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='109.248.198.4' network.@amneziawg_vpn_test[0].endpoint_port='37129' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt sha256=a0e386f3ef25bcc18c7ec5dc49ca7a958e9abdf169ba7ff27c33baca56ba1971 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.77.236.75 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=193.002 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=189.771 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=188.586 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=188.129 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=191.963 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 188.129/190.290/193.002 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.77.236.75 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=107.261 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=112.464 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=105.191 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=107.049 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=107.218 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 105.191/107.836/112.464 ms ### FILE /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt sha256=29bad8282b78e48e8337c41b81c298c983fb16e5986bba21787a95276b457147 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56443 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 51 h1: 144970534 h2: 210374235 h3: 1100727461 h4: 1885204570 peer: KEYMASK endpoint: 109.248.198.4:37129 allowed ips: 0.0.0.0/0 latest handshake: 11 seconds ago transfer: 1.34 KiB received, 2.30 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=a6bf4c908f64eb7fb014540d7dd4b6b63349146a56882ba129342d3086f9f38c Backup: KEYMASK-before-vpn_test-20260706-162237 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.237.218/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.237.218/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:22:37+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=b657b0faf4bd7b1245e90dc68f12894d687a04c5ef3fa0b2e899f81ca4d4ee87 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.237.218 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=59.045 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=60.279 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=60.048 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=79.220 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=72.992 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.045/66.316/79.220 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.237.218 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=63.547 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=60.403 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=68.573 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=65.385 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=57.765 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.765/63.134/68.573 ms ### FILE /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=a127b78ff1c6ce9133761b36ba1b63cd847ed67b83718dd81ba644f0d66b39a1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59980 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 1936 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=63c3a27a167f394c722e540f1a26bc94dbb0f0c1ea785380f11cff89f26920e9 Backup: KEYMASK-before-vpn_test-20260706-162255 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.47.73/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.47.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:22:55+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=c945e619b91769cdf47ce06be7078933b5401d8bf1c081b4422adbcf3b64dde4 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.47.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=271.886 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=357.338 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=275.845 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=270.527 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=268.598 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 268.598/288.838/357.338 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.47.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=233.212 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=234.564 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=233.930 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=232.949 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=235.529 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 232.949/234.036/235.529 ms ### FILE /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=bbbe549753837a3e17a3d7b8a786b551e85d1d9c6c3abe5e529465cd6b865994 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35007 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt sha256=eaefa318d25614e321566ff763778f5a12fc651e2e7b47d4ddcd6db4d6027b44 Backup: KEYMASK-before-vpn_test-20260706-162314 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf Parsed: Address: 10.65.43.208/32 Endpoint: 89.40.104.201:36979 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.43.208/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:23:14+00:00' network.vpn_test.hmn_endpoint='89.40.104.201:36979' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.40.104.201' network.@amneziawg_vpn_test[0].endpoint_port='36979' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt sha256=6994f54909c11ff656615490413670ed00c9f420e3709aca5579ed95a0e00a25 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.43.208 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.43.208 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt sha256=fe4d8f28c06e01b2a7f3933dd5c8c4ac75564f11f5091b4dacdb6c0696f9b1e0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47881 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 89.40.104.201:36979 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.42 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1903 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt sha256=04a76f07032a65cfb3a7406751aa41f01c923002e17173a76a3f3784449aa098 Backup: KEYMASK-before-vpn_test-20260706-162336 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf Parsed: Address: 10.66.44.225/32 Endpoint: 77.67.8.84:43378 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=49 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='49' network.vpn_test.awg_h1='679240017' network.vpn_test.awg_h2='1624207748' network.vpn_test.awg_h3='139122664' network.vpn_test.awg_h4='1720133880' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.66.44.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:23:36+00:00' network.vpn_test.hmn_endpoint='77.67.8.84:43378' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='77.67.8.84' network.@amneziawg_vpn_test[0].endpoint_port='43378' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1062 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt sha256=075e48e153973d70327313064ba9f89c56415a0a09ef1bc1d2083a04de99bdf4 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.66.44.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=174.049 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=186.357 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=209.032 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=174.803 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=174.578 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 174.049/183.763/209.032 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.66.44.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=98.241 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=103.350 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=95.791 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=111.215 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=106.880 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 95.791/103.095/111.215 ms ### FILE /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt sha256=c620185aa2c2052e9459166642fafb8f5fae3c9f7dc928b210721ddc54adbb06 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55354 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 49 h1: 679240017 h2: 1624207748 h3: 139122664 h4: 1720133880 peer: KEYMASK endpoint: 77.67.8.84:43378 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=f6f79b0e2614828b6afaecee6ea1f8593a0e24202b8fc50bdfd33ed3c8bedc64 Backup: KEYMASK-before-vpn_test-20260706-162355 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.234.5/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.234.5/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:23:55+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 6 16:24 /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=735b11ebe4f60592b5683a8bedbf6e56a2194cbaaeb7dd6de067591a599099a1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.234.5 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=122.562 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=121.017 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=119.706 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=123.658 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=121.326 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 119.706/121.653/123.658 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.234.5 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=179.677 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=174.540 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=172.560 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=175.311 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=192.853 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 172.560/178.988/192.853 ms ### FILE /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:24 /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=3e04d0659fcf64dd190efc612fcababd117c95f756b90b063ae68bad0e01d4a9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55249 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260706-161434/results.tsv -rw-r--r-- 1 root root 11395 Jul 6 16:24 /root/hmn/test-runs/20260706-161434/results.tsv sha256=207e9820c8312e8d787d6e21504d71f7e750dcdbd3514b9679bbf90c0ac89826 status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 192.36.27.17:35500 transfer: 0 B received, 1.88 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.50 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 19 seconds ago transfer: 313.23 KiB received, 87.88 KiB sent 9.9.9.9:0%,1.1.1.1:0% 82.925 /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent 9.9.9.9:0%,1.1.1.1:0% 223.488 /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 409.210 /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_PING_LOSS 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 107.172.187.100:39480 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:20% 185.490 /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 46.188 /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_PING_LOSS 087-US-USA-New-York-S1-107.175.93.59-awg1.conf 107.175.93.59:31095 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:20% 147.450 /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt FAIL_PING_LOSS 088-US-USA-Dallas-107.174.226.51-awg1.conf 107.174.226.51:44839 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:20% 175.478 /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 75.864 /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.80 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 185.14.97.234:37492 transfer: 0 B received, 1.85 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 166.254 /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt FAIL_PING_LOSS 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:20%,1.1.1.1:0% 93.971 /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 68.609 /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 89.46.232.39:40316 transfer: 0 B received, 1.97 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:20% 33.000 /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 194.71.126.45:32821 transfer: 0 B received, 1.56 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 82.420 /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 217.195 /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 60.091 /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 53.234 /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 77.636 /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt OK 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 latest handshake: 11 seconds ago transfer: 1.34 KiB received, 2.30 KiB sent 9.9.9.9:0%,1.1.1.1:0% 190.290 /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 66.316 /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 288.838 /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 89.40.104.201:36979 transfer: 0 B received, 1.42 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt OK 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 183.763 /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent 9.9.9.9:0%,1.1.1.1:0% 121.653 /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt -rw-r--r-- 1 root root 1922 Jul 7 04:20 /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt sha256=bf6cc7a1707f272d848ddf0c3805a157af6e17bac1be9b74b1f5926d4525aa4a Backup: KEYMASK-before-vpn_test-20260707-042048 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf Parsed: Address: 10.119.249.139/32 Endpoint: 192.36.27.17:35500 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.249.139/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:20:48+00:00' network.vpn_test.hmn_endpoint='192.36.27.17:35500' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.36.27.17' network.@amneziawg_vpn_test[0].endpoint_port='35500' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt sha256=ede852c6dde15f9f249aecd0c4b2ed97b66ac4591869a4a512df4b6e0ab4599b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.249.139 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.249.139 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt sha256=4328a7b196c1dace375d98f666dad05497f2c6574b3053793547a031bd6ac034 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45322 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 192.36.27.17:35500 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.90 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 1918 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=e38061e7b5d4fe6bb3ece31a2621a1911112370f34fc524408b88635a8d0fa10 Backup: KEYMASK-before-vpn_test-20260707-042110 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.60.219/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.60.219/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:21:10+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=c779bde1b9033d9331fb286bae953c683f132db58571967146436df76fca5d0b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.60.219 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.60.219 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=9220f94e41fe638c4ce01b445ceb3c4c366294ddd1f96c54c464015b7cd46633 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37369 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.60 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=587b105cd752cdf62a22218f0ca781eafae959526eb1193a17566f1904cb481b Backup: KEYMASK-before-vpn_test-20260707-042132 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.187.205/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.187.205/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:21:32+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=e077a8ebef55027bc7d4a557bf1d438e9a8ca598e4124e92dd7953b8c8793764 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.187.205 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=58.414 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=59.583 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=61.436 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=59.403 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=66.279 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.414/61.023/66.279 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.187.205 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=61.016 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=58.110 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=59.059 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=58.553 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=59.565 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.110/59.260/61.016 ms ### FILE /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=474fe39aedd947f9bae7e56474a429e0793ceeb243b77996081f22a448d1e1bf interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51791 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 1925 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=04d93c5ed3fcaeae3231de42ea16e69549389e3da7f1816d45f0961245c63263 Backup: KEYMASK-before-vpn_test-20260707-042151 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.254.15/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.254.15/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:21:51+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=3558c41dc470ffba91695b6d79975a2157e7a167f8e89f237cda4db734d27f06 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.254.15 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=220.250 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=220.105 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=221.559 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=223.734 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=220.668 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 220.105/221.263/223.734 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.254.15 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=76.731 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=74.374 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=76.845 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=74.666 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=97.484 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 74.374/80.020/97.484 ms ### FILE /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=6f5e4ddb20a460ae1bab023688cb6959f68f95474b62824a73d9192c66568f44 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60250 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1897 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=1c48b30f4f2ea5c4a5b781f60afa46e7f6019d0b9be6015d0a0c5afa4f1e00c3 Backup: KEYMASK-before-vpn_test-20260707-042209 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.61.41/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.61.41/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:22:09+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=3044eabbd2e85dbedb265733a456b4d58fec39b80ca7489005db71f77460327d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.61.41 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=377.826 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=379.021 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=377.500 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=377.382 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=378.400 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 377.382/378.025/379.021 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.61.41 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=378.664 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=378.299 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=379.235 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=380.215 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=379.012 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 378.299/379.085/380.215 ms ### FILE /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=9df962e5bca57f92ecfa029672449c7e49885687528d29b2be22a17cadeefffd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35601 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1934 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.load.txt sha256=bb6ed5065455111ba5278910f8701c5a71c91a3e38b8243dcafe54dfe6e19076 Backup: KEYMASK-before-vpn_test-20260707-042228 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf Parsed: Address: 10.102.248.214/32 Endpoint: 193.235.207.39:38330 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.214/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:22:28+00:00' network.vpn_test.hmn_endpoint='193.235.207.39:38330' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.39' network.@amneziawg_vpn_test[0].endpoint_port='38330' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 1003 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt sha256=1f31a8a6d5da6d8ea5d4932adc699f8e799fd88701f09d4d973694004a3701b2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.214 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=53 time=69.666 ms 64 bytes from 9.9.9.9: seq=1 ttl=53 time=69.200 ms 64 bytes from 9.9.9.9: seq=2 ttl=53 time=70.323 ms 64 bytes from 9.9.9.9: seq=3 ttl=53 time=71.869 ms 64 bytes from 9.9.9.9: seq=4 ttl=53 time=70.462 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 69.200/70.304/71.869 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.214 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=58.653 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=54.984 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=58.392 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=59.926 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 54.984/57.988/59.926 ms ### FILE /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt sha256=004cfd72f2c9380bcc81bc5868ebee0f79c841a7ab985c60b7176972a9f0abbd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50444 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.39:38330 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt -rw-r--r-- 1 root root 1927 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt sha256=e6f89e899d0e366b4fe982700f97298504c3e366e513c4318b26e3b2004505c8 Backup: KEYMASK-before-vpn_test-20260707-042247 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf Parsed: Address: 10.103.56.214/32 Endpoint: 107.172.187.100:39480 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.56.214/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:22:47+00:00' network.vpn_test.hmn_endpoint='107.172.187.100:39480' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.100' network.@amneziawg_vpn_test[0].endpoint_port='39480' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt sha256=17fda9d5fe02a63649f84c1c2308d6ca544d629a9abfbc321a967040cbce42a9 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.56.214 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=197.765 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=195.396 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=195.285 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=195.436 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=196.939 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 195.285/196.164/197.765 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.56.214 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=194.629 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=194.947 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=198.056 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=194.743 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 194.629/195.593/198.056 ms ### FILE /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt sha256=a79f06fd347a59a7c6a845ec4eb15a9c08b101e5a7419f10848b155c0803d1ba interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39516 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.100:39480 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.load.txt -rw-r--r-- 1 root root 1927 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.load.txt sha256=0960521ba2b42322db15f9e61a48d9c4f6126cf120743dd609a6c38e9360aa38 Backup: KEYMASK-before-vpn_test-20260707-042307 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf Parsed: Address: 10.103.120.171/32 Endpoint: 78.31.250.16:41729 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=132 S2=22 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='132' network.vpn_test.awg_s2='22' network.vpn_test.awg_h1='1314107157' network.vpn_test.awg_h2='894303025' network.vpn_test.awg_h3='687987321' network.vpn_test.awg_h4='1498765620' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.120.171/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:23:07+00:00' network.vpn_test.hmn_endpoint='78.31.250.16:41729' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='78.31.250.16' network.@amneziawg_vpn_test[0].endpoint_port='41729' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt sha256=a35eb01a6cc0cb5869e9fb03b5555133d947c1aecf566a436434b6af1cd7ca06 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.120.171 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=43.420 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=46.252 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=45.033 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=45.423 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=44.060 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 43.420/44.837/46.252 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.120.171 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=45.326 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=45.546 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=44.208 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=45.194 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=46.301 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 44.208/45.315/46.301 ms ### FILE /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt sha256=ec97c3ad3b9c1d009b1659028a9a44ef368f38570cf096d0d5d92a5bd59f3a0c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36889 jc: 3 jmin: 50 jmax: 100 s1: 132 s2: 22 h1: 1314107157 h2: 894303025 h3: 687987321 h4: 1498765620 peer: KEYMASK endpoint: 78.31.250.16:41729 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=613fdb139c062f2ae7197fd14b7d5182dcf2687f4d1a95ef70eaba3613fcc363 Backup: KEYMASK-before-vpn_test-20260707-042325 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.187.191/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.187.191/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:23:25+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=d440819bd5abaf9e403ec186ae0e0749f7b196fa30f91c6991fe29df796c15ab === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.187.191 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=52 time=84.608 ms 64 bytes from 9.9.9.9: seq=1 ttl=52 time=82.788 ms 64 bytes from 9.9.9.9: seq=2 ttl=52 time=84.422 ms 64 bytes from 9.9.9.9: seq=3 ttl=52 time=83.241 ms 64 bytes from 9.9.9.9: seq=4 ttl=52 time=82.763 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 82.763/83.564/84.608 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.187.191 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=83.354 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=83.781 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=85.157 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=83.985 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=83.308 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 83.308/83.917/85.157 ms ### FILE /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=a5ffa3f7b195e7115e6008f3528ccce50f058173c52dedea9ad69176c146ea31 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41143 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.45 KiB received, 1.64 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=6aabbe58a4af108875c529530ff1f63eda83f6651449323e909bbc67c3e9b143 === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.104.58.109 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=44.706 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=44.352 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=46.384 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=49.000 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=45.965 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 44.352/46.081/49.000 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.104.58.109 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=52.670 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=50.854 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=53.738 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=53.037 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=53.157 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.854/52.691/53.738 ms ### FILE /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=9b96953a116da174d2f0bca8f662273dbf296777eaade2105d1e8b9872e711da interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 49822 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 856.14 KiB received, 645.24 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.load.txt sha256=51c18a1b5d63049580f4e79577f65521b5246a473adb870e59f8983a65fc7449 Backup: KEYMASK-before-vpn_test-20260707-042353 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf Parsed: Address: 10.104.120.117/32 Endpoint: 149.154.157.24:35090 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.120.117/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:23:53+00:00' network.vpn_test.hmn_endpoint='149.154.157.24:35090' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.24' network.@amneziawg_vpn_test[0].endpoint_port='35090' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt -rw-r--r-- 1 root root 1011 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt sha256=0b4bd1a81241e8f3c6f1d315ef032df0ea763694449c69a6864f11b2859838e8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.120.117 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=351.681 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=229.149 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=231.045 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=231.339 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=230.247 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 229.149/254.692/351.681 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.120.117 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=67.242 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=67.241 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=66.778 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=66.965 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 66.778/67.056/67.242 ms ### FILE /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt sha256=a5e45aa5bb5b8a58e800ac942d9dfcc03cd6993710dff97ccd584dbbb662c5f0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60387 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.24:35090 allowed ips: 0.0.0.0/0 latest handshake: 18 seconds ago transfer: 1.21 KiB received, 1.69 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt sha256=3e28d449146c0664ca543042dbda8315d3d4d4ba64d9e0f23b41b646a6932907 Backup: KEYMASK-before-vpn_test-20260707-042413 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf Parsed: Address: 10.107.43.173/32 Endpoint: 107.175.93.59:31095 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.43.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:24:13+00:00' network.vpn_test.hmn_endpoint='107.175.93.59:31095' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='107.175.93.59' network.@amneziawg_vpn_test[0].endpoint_port='31095' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt sha256=26e56933d874ea5520f75223e83440f6d54011528c8d903e100076659f584c38 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.43.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=148.466 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=150.897 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=147.977 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=151.745 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=148.196 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 147.977/149.456/151.745 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.43.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=51 time=158.923 ms 64 bytes from 1.1.1.1: seq=1 ttl=51 time=155.699 ms 64 bytes from 1.1.1.1: seq=2 ttl=51 time=154.148 ms 64 bytes from 1.1.1.1: seq=3 ttl=51 time=153.936 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 153.936/155.676/158.923 ms ### FILE /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt sha256=82a3e2dc85075fa75f5ec47ea335d5016134f4f9d192a6aaaf53a27b3f467e0d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36809 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 107.175.93.59:31095 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt sha256=8103ca18eaa7ae9bde3afcaf57c961935129931c5083869066191e9a4ac82195 Backup: KEYMASK-before-vpn_test-20260707-042432 Loading config into vpn_test: KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf Parsed: Address: 10.107.108.112/32 Endpoint: 107.174.226.51:44839 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.108.112/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:24:32+00:00' network.vpn_test.hmn_endpoint='107.174.226.51:44839' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='107.174.226.51' network.@amneziawg_vpn_test[0].endpoint_port='44839' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt -rw-r--r-- 1 root root 1018 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt sha256=fa45725e3c88e9c90c4fee784806ac2ab24ef61bd779111ea40b574b6cb2ff13 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.108.112 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=170.318 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=170.548 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=170.533 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=168.135 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=170.689 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.135/170.044/170.689 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.108.112 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=170.520 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=171.569 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=169.790 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=172.293 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 169.790/171.043/172.293 ms ### FILE /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt sha256=08d858c10a5c2b8d84302c9ca8a8b5a9b3bdd4db0e5370c9003de7d1f1e13858 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55855 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 107.174.226.51:44839 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=1ed68249b2aaa1d3a1e9a296c5ac32bb66794b1d1d1322cb3ab7a6703740679f Backup: KEYMASK-before-vpn_test-20260707-042451 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.238.215/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.238.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:24:51+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=03884188042d62f08aa257476e80f53666f1c4583a953be670c36496ea695d1e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.238.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.238.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=9c2ef52df4f091df219b123805acbaa7688418ba091c74b7a24ce2180f1281db interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59584 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=44fad7066ec4546e55c28d1429c2e3629677b53a766491071b5fe3dffb359337 Backup: KEYMASK-before-vpn_test-20260707-042513 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.111.97/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.111.97/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:25:13+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=4e3f5f708a359f9827000093638d57c58e53634dfa6d6889479558fb0b169515 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.111.97 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=80.064 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=79.960 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=79.511 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=86.930 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=81.943 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 79.511/81.681/86.930 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.111.97 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=71.144 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=69.866 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=72.301 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=70.313 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=71.297 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 69.866/70.984/72.301 ms ### FILE /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=31547abb285b4b6ba4ebc1d19777a47bdfe560b71d99a393961a9df7786b2550 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50603 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1901 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=2b7954574422c7f2591575ac59f8e712f7b68a6b0fa2aeed028543e07ad070a4 Backup: KEYMASK-before-vpn_test-20260707-042532 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.239.94/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.239.94/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:25:32+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=fda0ca561a76e7a5d953321d0943cc53305493b0e7240b41f08c55cfc5b7a513 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.239.94 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.239.94 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=92f3017636206fe3c91ac7046513cbd805ff83cf8124dae4be822a03853bd603 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39669 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.79 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt -rw-r--r-- 1 root root 1919 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt sha256=210bc7549ddcd785784ee754fef097ea04fa1dafa6fbc6ce354458af7853436a Backup: KEYMASK-before-vpn_test-20260707-042554 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf Parsed: Address: 10.83.41.157/32 Endpoint: 185.14.97.234:37492 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.41.157/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:25:54+00:00' network.vpn_test.hmn_endpoint='185.14.97.234:37492' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.234' network.@amneziawg_vpn_test[0].endpoint_port='37492' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt sha256=b5d28861ba94605c706d05ec5d3fcc8c06b01d3ede19bb9ad912d525c438d907 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.41.157 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.41.157 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt sha256=4788ee1a9376ec270d19da3ba9164c23ab4971bf8668ed4464465b3393fcb3a1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55365 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.234:37492 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.79 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1921 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=aca4449822bfda5e735769594cd05c6554aff7b04882bd9b79d13c0c03202d5d Backup: KEYMASK-before-vpn_test-20260707-042616 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.142/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.142/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:26:16+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=feed7dd9c3a6643eb809489c95d400cf96d93055d78a87c95d5d36491670e6a5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.142 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=124.643 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=125.451 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=125.554 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=126.077 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=128.678 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 124.643/126.080/128.678 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.142 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=122.662 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=124.509 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=123.210 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=122.616 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=123.656 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 122.616/123.330/124.509 ms ### FILE /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=135b37e9dcaca3e1081228af5a296a8e81f016b09c05759c784b629fbb61440b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45492 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=8b32676dd7d6377c67c028d12eeb1a79018c6703862f6cd50fec5e89e45f92b3 Backup: KEYMASK-before-vpn_test-20260707-042634 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.235.104/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.235.104/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:26:34+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=1321a876ce7e89e608e05f2eb4a7d53512e7dc2ad078d7655752276bb72ed5fe === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.235.104 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=32.837 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=30.906 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=29.641 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=31.576 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=28.764 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.764/30.744/32.837 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.235.104 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=26.195 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=26.463 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=25.830 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=33.152 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=28.989 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 25.830/28.125/33.152 ms ### FILE /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=da221428c340b982f05ea14cab61cd2100e718f60e127a55cdaf4ec61ddd4ee6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51865 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=5cac734d668135629b30e2b5261b1a8bd0cbec44def610cfcc8a82aaa4f2e245 Backup: KEYMASK-before-vpn_test-20260707-042653 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.108.200/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.108.200/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:26:53+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=c656a7fb2ae7ed04cf676a6b426a34de7a33f57f030190becddfb5cd0aee72d5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.108.200 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=46.159 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=43.533 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=45.106 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=43.487 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=46.159 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 43.487/44.888/46.159 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.108.200 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=43.752 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=45.030 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=45.407 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=45.324 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=44.858 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 43.752/44.874/45.407 ms ### FILE /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=f028a139fecab9b5dda812f3a205cdc5a4208953061d329a564cbdc24da07cba interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57771 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt sha256=5432b3a7039e4103481783f275a7baf1d11272cd9f072a31376d16c6c04e666f Backup: KEYMASK-before-vpn_test-20260707-042711 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf Parsed: Address: 10.86.172.73/32 Endpoint: 89.46.232.39:40316 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.172.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:27:11+00:00' network.vpn_test.hmn_endpoint='89.46.232.39:40316' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='89.46.232.39' network.@amneziawg_vpn_test[0].endpoint_port='40316' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt sha256=658d9be88f15cb3815e7cf04a4b70429662a407f381240d6131e2229b9380c3b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.172.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.172.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt sha256=6392aefe98736482bf93ffbd12c4a53b9f7223471342b87593ab0c3c26054e54 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46189 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 89.46.232.39:40316 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.91 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=8204fdff5e2fbf5847e278639e48cfcf7625d50ea54bdc9d3daf4fe01d0f2280 Backup: KEYMASK-before-vpn_test-20260707-042733 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.170.125/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.170.125/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:27:33+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=71fe6fd63d13713ec35e97134e84b7312d0dd0f940a1e8ccd6295e88fa06e271 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.170.125 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=33.511 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=33.721 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=32.473 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=32.941 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=33.373 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.473/33.203/33.721 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.170.125 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=34.771 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=34.121 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=34.277 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=33.880 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 33.880/34.262/34.771 ms ### FILE /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=514f15ccfeb0030a9d6c181880b26f4ec1549f3a9e5f0fbfe83264269aa623df interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35244 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.73 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt sha256=b1917b0a8f075f9593d34d5f0fd61c80fe5124a34677467d2ab3aecd84d9b4f3 Backup: KEYMASK-before-vpn_test-20260707-042752 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf Parsed: Address: 10.89.174.45/32 Endpoint: 194.71.126.45:32821 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:27:52+00:00' network.vpn_test.hmn_endpoint='194.71.126.45:32821' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='194.71.126.45' network.@amneziawg_vpn_test[0].endpoint_port='32821' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt sha256=ddb01a3c192d3310286491aa5344ced0020d9686bbaf5acfb3ab690095ed4760 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt sha256=2c23c23832f6aef307f901b6d7fb5925f5a7f02ff0902e13782a6d64efd81d4a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55501 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 194.71.126.45:32821 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=df682d1e45f045f60e1f04779d8fc16685b123aa52cb9606c278ef3abccca0d4 Backup: KEYMASK-before-vpn_test-20260707-042814 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.235.244/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.235.244/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:28:14+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=fe2ad753e43a557e4442ad5d15d641815a55ec6230135dee0f1bfad1bce8a003 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.235.244 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=56.346 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=57.439 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=54.576 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=63.415 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=58.853 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.576/58.125/63.415 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.235.244 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=60.613 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=61.968 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=55.567 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=55.186 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=57.141 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.186/58.095/61.968 ms ### FILE /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=c26f894017812802a6da2182f8c3440f95a027e0974b79d3d7896e1fd1151c3d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42329 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt sha256=ab58e8964868a1f3467d6e0c62fdc2ea832465219d71481712fa50e6dadb5199 Backup: KEYMASK-before-vpn_test-20260707-042833 Loading config into vpn_test: KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf Parsed: Address: 10.91.43.12/32 Endpoint: 23.158.72.87:45460 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=143 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='143' network.vpn_test.awg_h1='1943142100' network.vpn_test.awg_h2='1154665998' network.vpn_test.awg_h3='1159227869' network.vpn_test.awg_h4='2081036883' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.43.12/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:28:33+00:00' network.vpn_test.hmn_endpoint='23.158.72.87:45460' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='23.158.72.87' network.@amneziawg_vpn_test[0].endpoint_port='45460' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt sha256=3601640804edc49408a62d56e7c297a35294c585b3669a75053cf5306516d990 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.43.12 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=179.426 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=180.126 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=179.819 ms 64 bytes from 9.9.9.9: seq=3 ttl=58 time=179.433 ms 64 bytes from 9.9.9.9: seq=4 ttl=58 time=180.561 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 179.426/179.873/180.561 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.43.12 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=167.500 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=169.737 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=167.914 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=168.389 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=166.619 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 166.619/168.031/169.737 ms ### FILE /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt sha256=96a63387e35a4b42449bd3b2ee96b66e39007db3d6a21aad179790f141bbfb0a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40065 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 143 h1: 1943142100 h2: 1154665998 h3: 1159227869 h4: 2081036883 peer: KEYMASK endpoint: 23.158.72.87:45460 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=7db422b08a8dda06a24beb7bc5a534dd4fb97062ca52b459fba76c4c93906151 Backup: KEYMASK-before-vpn_test-20260707-042851 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.168.223/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.168.223/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:28:51+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=61b326fa107c5d9c927f98fc4b4367c5a1a0bf51f7a1c0605ed96d3d688d400a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.168.223 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=57.238 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=59.750 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=57.360 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=61.513 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=56.851 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.851/58.542/61.513 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.168.223 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=54.940 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=55.667 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=57.020 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=55.823 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=59.437 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.940/56.577/59.437 ms ### FILE /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=2e44dd5d18b8eccd6d32aa48c913af1fe03a3c4470a80fc7e0852c904755922a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59478 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 1933 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=7d28d2205c4a339d59dec14a2a50c2246b475b97e15aae235027acd054bb0816 Backup: KEYMASK-before-vpn_test-20260707-042909 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.233.132/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.233.132/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:29:09+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=f2a665494376c4605808dbeec244cfd9f0bbaa6d8f90e11e91e11f8acf20e499 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.233.132 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=51.945 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=48.599 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=49.427 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=51.140 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=51.333 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.599/50.488/51.945 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.233.132 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=53.106 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=53.239 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=52.099 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=54.853 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=51.527 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.527/52.964/54.853 ms ### FILE /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=1e209e80595322b5b9358594dd497970da81fae1dad167c94f94dcdf8014bdf8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46203 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 1924 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=178e3f6e6d9ff06498ca7cd38f0deca754f9a353d175062fc93d9442616ba9c5 Backup: KEYMASK-before-vpn_test-20260707-042928 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.173.35/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.173.35/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:29:28+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=38c91a33ccf25485c620b70be45414a24d00503a56709ddddc727de97bb18e36 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.173.35 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=94.333 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=65.492 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=66.157 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=65.949 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=67.634 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.492/71.913/94.333 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.173.35 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=66.901 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=65.674 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=65.962 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=67.664 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=67.779 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.674/66.796/67.779 ms ### FILE /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=6fd1bf46db962fb1b16cf8a2fe4c12e59f875cac82b157b95b0ffafbb826b28c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53488 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt -rw-r--r-- 1 root root 1926 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt sha256=aea46521895a251257ff18becdcd1f086487baa7b8c8082c9f74fe8ea2c0ab2f Backup: KEYMASK-before-vpn_test-20260707-042946 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf Parsed: Address: 10.77.236.75/32 Endpoint: 109.248.198.4:37129 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=51 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='51' network.vpn_test.awg_h1='144970534' network.vpn_test.awg_h2='210374235' network.vpn_test.awg_h3='1100727461' network.vpn_test.awg_h4='1885204570' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.77.236.75/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:29:46+00:00' network.vpn_test.hmn_endpoint='109.248.198.4:37129' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='109.248.198.4' network.@amneziawg_vpn_test[0].endpoint_port='37129' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt sha256=742a8a2302ae6528f46559905095e62ff23b8e254aeeec0d456f5f119bbd490e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.77.236.75 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=168.037 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=170.371 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=168.856 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=172.273 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=169.228 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.037/169.753/172.273 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.77.236.75 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=86.983 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=89.032 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=89.766 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=87.299 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=88.807 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 86.983/88.377/89.766 ms ### FILE /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt sha256=69878ba9e67ab28be082a38e8133ad1925134294288fd2bd4d3b2a00179c8582 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43442 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 51 h1: 144970534 h2: 210374235 h3: 1100727461 h4: 1885204570 peer: KEYMASK endpoint: 109.248.198.4:37129 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=49e3aa0702c13e710628f5f3a49df5bef530ffffaae3bb31ddba07e2b76655bf Backup: KEYMASK-before-vpn_test-20260707-043004 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.237.218/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.237.218/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:30:04+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=0be11c0b3b5d7f43b6c68cfb7eb697a7f0d28721f8e7c04161c717acf53901d3 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.237.218 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=68.329 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=68.238 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=68.809 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=69.754 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=63.164 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.164/67.658/69.754 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.237.218 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=64.302 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=68.337 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=67.474 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=66.326 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=64.784 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.302/66.244/68.337 ms ### FILE /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=2b526df7aea6fcc436ecd037608ea3fcdbe52b59e2f63898b6027a8973eafd70 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34053 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 1936 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=5a84ac0282e51bac159cefd4836c178e041c32a326c92b6642eb14f645cf3c43 Backup: KEYMASK-before-vpn_test-20260707-043023 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.47.73/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.47.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:30:23+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=7c98d1715e7aea19c552d1603744d03fe2e56ac28cc531332e05d11af82e97ac === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.47.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=265.267 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=265.328 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=267.037 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=266.208 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=266.971 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 265.267/266.162/267.037 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.47.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=229.346 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=229.135 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=230.812 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=230.888 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=230.622 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 229.135/230.160/230.888 ms ### FILE /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=14462ac483f3a3693225300cf9f479b15c91ccfececad8f5f55540171d63aeab interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39572 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt sha256=0125ff5b3bf383c61ad201615422a5e9116f88084acabeee62253de29ac591c7 Backup: KEYMASK-before-vpn_test-20260707-043041 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf Parsed: Address: 10.65.43.208/32 Endpoint: 89.40.104.201:36979 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.43.208/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:30:41+00:00' network.vpn_test.hmn_endpoint='89.40.104.201:36979' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.40.104.201' network.@amneziawg_vpn_test[0].endpoint_port='36979' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt sha256=6994f54909c11ff656615490413670ed00c9f420e3709aca5579ed95a0e00a25 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.43.208 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.43.208 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt sha256=9f146d49ff1b28ac8c0678eb9d7c333059dd1b0f06409ca2e6e7bb2cf2089174 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58181 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 89.40.104.201:36979 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1903 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt sha256=8ad80da4d95ce96eb54ad293913dc1e8d8e48659e1f8dd059fac504389ede39d Backup: KEYMASK-before-vpn_test-20260707-043103 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf Parsed: Address: 10.66.44.225/32 Endpoint: 77.67.8.84:43378 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=49 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='49' network.vpn_test.awg_h1='679240017' network.vpn_test.awg_h2='1624207748' network.vpn_test.awg_h3='139122664' network.vpn_test.awg_h4='1720133880' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.66.44.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:31:03+00:00' network.vpn_test.hmn_endpoint='77.67.8.84:43378' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='77.67.8.84' network.@amneziawg_vpn_test[0].endpoint_port='43378' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt sha256=5f9238783191b503f3fde4368d7000d0cf9347b86c0ea2445002080d863faa98 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.66.44.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=168.571 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=169.548 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=167.326 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=169.601 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=169.536 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 167.326/168.916/169.601 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.66.44.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=93.207 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=92.432 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=90.661 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=90.553 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=90.176 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 90.176/91.405/93.207 ms ### FILE /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt sha256=bf0355cb30a127b9d34c5fe7d817b88a733d29d7d40f351d22275f8cfa91bbf5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47684 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 49 h1: 679240017 h2: 1624207748 h3: 139122664 h4: 1720133880 peer: KEYMASK endpoint: 77.67.8.84:43378 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=8121d61fc1b6d60e6c66e9556aa5914338cd8fa9f62ed628999c7d7b62810eff Backup: KEYMASK-before-vpn_test-20260707-043122 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.234.5/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.234.5/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:31:22+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=9904e352f53bb2854669ce75961e6bcc203991bd3977b87952db15c10b9c832a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.234.5 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=109.642 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=106.179 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=105.176 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=104.115 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=332.194 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 104.115/151.461/332.194 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.234.5 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=292.951 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=158.283 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=157.837 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=159.421 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=156.779 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 156.779/185.054/292.951 ms ### FILE /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=9bf2569d2c05d26e93b0fb24f6a6d7e3091a7bb72e23e1830e247eef16754a44 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 32772 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260707-042048/results.tsv -rw-r--r-- 1 root root 12954 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/results.tsv sha256=8b4902cada5dd36d59b9cdf7b05a734419c622da4bc47cdd151a2d327b27e0ed status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 192.36.27.17:35500 transfer: 0 B received, 1.90 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.60 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 61.023 /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent 9.9.9.9:0%,1.1.1.1:0% 221.263 /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 378.025 /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_PING_LOSS 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 193.235.207.39:38330 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:20% 70.304 /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt FAIL_PING_LOSS 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 107.172.187.100:39480 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:20% 196.164 /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt OK 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 44.837 /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.45 KiB received, 1.64 KiB sent 9.9.9.9:0%,1.1.1.1:0% 83.564 /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 17 seconds ago transfer: 856.14 KiB received, 645.24 KiB sent 9.9.9.9:0%,1.1.1.1:0% 46.081 /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_PING_LOSS 076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 149.154.157.24:35090 latest handshake: 18 seconds ago transfer: 1.21 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:20% 254.692 /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt FAIL_PING_LOSS 087-US-USA-New-York-S1-107.175.93.59-awg1.conf 107.175.93.59:31095 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:20% 149.456 /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt FAIL_PING_LOSS 088-US-USA-Dallas-107.174.226.51-awg1.conf 107.174.226.51:44839 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:20% 170.044 /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 81.681 /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.79 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 185.14.97.234:37492 transfer: 0 B received, 1.79 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 126.080 /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 30.744 /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 44.888 /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 89.46.232.39:40316 transfer: 0 B received, 1.91 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:20% 33.203 /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 194.71.126.45:32821 transfer: 0 B received, 1.54 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 58.125 /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 179.873 /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 58.542 /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.488 /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 71.913 /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt OK 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 169.753 /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 67.658 /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 266.162 /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 89.40.104.201:36979 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt OK 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 168.916 /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent 9.9.9.9:0%,1.1.1.1:0% 151.461 /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt -rw-r--r-- 1 root root 1922 Jul 8 04:20 /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt sha256=75dd9ca8afbc9f673e0f75f7857a7303f7763d114a2507a06c77d46b0be0d064 Backup: KEYMASK-before-vpn_test-20260708-042045 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf Parsed: Address: 10.119.249.139/32 Endpoint: 192.36.27.17:35500 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.249.139/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:20:45+00:00' network.vpn_test.hmn_endpoint='192.36.27.17:35500' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.36.27.17' network.@amneziawg_vpn_test[0].endpoint_port='35500' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt sha256=ede852c6dde15f9f249aecd0c4b2ed97b66ac4591869a4a512df4b6e0ab4599b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.249.139 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.249.139 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt sha256=3ae787b81c6ba75e17023ef0adb6fed3b678b13bf1f3b651497f29d80928388d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42741 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 192.36.27.17:35500 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.94 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 1918 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=9fc43acc73731f09f0e578c7f33153a7c3d189e6587661a251204a806b11f2f2 Backup: KEYMASK-before-vpn_test-20260708-042107 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.60.219/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.60.219/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:21:07+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=c779bde1b9033d9331fb286bae953c683f132db58571967146436df76fca5d0b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.60.219 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.60.219 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=c8e638ebf84e92f34ec20897720e99a2a54b7fcd0b618844c9e618ddef9c8e73 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58535 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=e0a38272b5fb8bfca489ea7e68771c26658be948ba3f1bfd506f6e32aafd0698 Backup: KEYMASK-before-vpn_test-20260708-042129 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.187.205/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.187.205/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:21:29+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=e76aa13980ce2bdf237a021fd9194d87f230a15da5f2f0ba5066bb5c376b2418 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.187.205 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=57.378 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=57.156 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=57.193 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=57.323 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=57.447 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.156/57.299/57.447 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.187.205 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=57.549 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=57.748 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=57.701 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=57.912 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=57.521 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.521/57.686/57.912 ms ### FILE /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=236dff1d9f1f7c7dd8f46d8e77e76e249af5edeac19e6f9193b1cafb1eb3eec3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51687 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.load.txt -rw-r--r-- 1 root root 1919 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.load.txt sha256=1585fca05a99804f10a964b48c126edfb2792c0817d64afef1f12572ad620729 Backup: KEYMASK-before-vpn_test-20260708-042147 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf Parsed: Address: 10.98.185.144/32 Endpoint: 192.71.247.18:35999 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.144/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:21:47+00:00' network.vpn_test.hmn_endpoint='192.71.247.18:35999' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='192.71.247.18' network.@amneziawg_vpn_test[0].endpoint_port='35999' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.ping.txt sha256=6c941d6fc9aaacf12e5762a594749b235c2cfe453385ec05db37e8992fec83a1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.144 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.144 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.show-after-ping.txt sha256=be68add97b21d3b24761675332c3747201c36f20a1548f69cae195b6dbfb8355 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34458 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 192.71.247.18:35999 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.59 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 1925 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=756698b588d5bd121d21fc4262a711959b3f9e6f49f6fab774175c2cc600feb0 Backup: KEYMASK-before-vpn_test-20260708-042209 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.254.15/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.254.15/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:22:09+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=8626bf59ebbba5a2f6f80d8ac8399b2386706c46500af5330519d8f20dfedf2c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.254.15 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=218.941 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=218.926 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=219.113 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=219.066 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=218.998 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 218.926/219.008/219.113 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.254.15 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=73.620 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=73.594 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=73.521 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=73.751 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=73.854 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 73.521/73.668/73.854 ms ### FILE /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=8baf588d81ab4769b65a0c6fd77915be23382445d4d9121c233fec987458e7a3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47441 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1897 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=af10de3990b4e316a95c4a9e524e4d218a3d0d71ca8ab34b169b1665d95818a4 Backup: KEYMASK-before-vpn_test-20260708-042228 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.61.41/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.61.41/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:22:28+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=2665a2623343e2ad0b71e0636a8a85204bcc51c0d434b50317b969fdaeb22080 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.61.41 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=247.569 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=248.383 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=247.678 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=247.161 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=247.456 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 247.161/247.649/248.383 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.61.41 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=247.504 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=247.791 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=247.585 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=247.680 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=247.617 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 247.504/247.635/247.791 ms ### FILE /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=fc27996c8fe08ca7aeecd0bbeb2dabb192c9cb04de4825c3f5850f0f8efe5ab0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50754 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1934 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.load.txt sha256=35381b8a78c3b0be95b3c2476104eaf069dae34ca2070ea9e2ff29519d8b1c7d Backup: KEYMASK-before-vpn_test-20260708-042246 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf Parsed: Address: 10.102.248.214/32 Endpoint: 193.235.207.39:38330 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.214/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:22:46+00:00' network.vpn_test.hmn_endpoint='193.235.207.39:38330' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.39' network.@amneziawg_vpn_test[0].endpoint_port='38330' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 1003 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt sha256=4f3e326b63de3ac42de93083c11abe88932e9369745a3ef3e6b2acb10a0db111 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.214 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=53 time=66.910 ms 64 bytes from 9.9.9.9: seq=1 ttl=53 time=66.716 ms 64 bytes from 9.9.9.9: seq=2 ttl=53 time=66.854 ms 64 bytes from 9.9.9.9: seq=3 ttl=53 time=66.780 ms 64 bytes from 9.9.9.9: seq=4 ttl=53 time=67.197 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 66.716/66.891/67.197 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.214 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=55.039 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=54.848 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=55.032 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=55.236 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 54.848/55.038/55.236 ms ### FILE /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt sha256=6bbaeea24f0fc7160f33f72c37a2f1587a4711d9f1b44efaa68b79b43cf1dd1d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52590 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.39:38330 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt -rw-r--r-- 1 root root 1927 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt sha256=ddefa7c8f2b79e59a0f4417179049d54c59412e0cc6973524bc9e461dcc0eaaf Backup: KEYMASK-before-vpn_test-20260708-042306 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf Parsed: Address: 10.103.56.214/32 Endpoint: 107.172.187.100:39480 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.56.214/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:23:06+00:00' network.vpn_test.hmn_endpoint='107.172.187.100:39480' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.100' network.@amneziawg_vpn_test[0].endpoint_port='39480' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt sha256=a0b5404dbb5a89d588d3466a243278b6002019f3604d3a7d47d7129b1e431e19 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.56.214 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=193.194 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=193.267 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=192.847 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=193.001 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=193.117 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 192.847/193.085/193.267 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.56.214 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=193.103 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=193.322 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=192.799 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=193.096 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 192.799/193.080/193.322 ms ### FILE /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt sha256=799628b50bfe5f47325c7e87547981fd3ad198fb05aadb829f72f6b9f8ec96e0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44790 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.100:39480 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.load.txt -rw-r--r-- 1 root root 1927 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.load.txt sha256=0fe4756b85fb60534523e5b7905907377468fa3125bbd6f61e378f6ab41d9ea5 Backup: KEYMASK-before-vpn_test-20260708-042325 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf Parsed: Address: 10.103.120.171/32 Endpoint: 78.31.250.16:41729 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=132 S2=22 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='132' network.vpn_test.awg_s2='22' network.vpn_test.awg_h1='1314107157' network.vpn_test.awg_h2='894303025' network.vpn_test.awg_h3='687987321' network.vpn_test.awg_h4='1498765620' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.120.171/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:23:25+00:00' network.vpn_test.hmn_endpoint='78.31.250.16:41729' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='78.31.250.16' network.@amneziawg_vpn_test[0].endpoint_port='41729' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt sha256=8490e18f1f36c31bc451ad7577812cd3c6d7742430a90ccd4bd69612fccceca9 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.120.171 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=46.387 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=46.262 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=46.257 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=46.477 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=46.522 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 46.257/46.381/46.522 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.120.171 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=46.435 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=46.386 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=46.273 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=46.542 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=46.523 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 46.273/46.431/46.542 ms ### FILE /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt sha256=a08585783eb33770771358c8118595e7c0ba1301d67877dc2b3060661473a4ae interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55995 jc: 3 jmin: 50 jmax: 100 s1: 132 s2: 22 h1: 1314107157 h2: 894303025 h3: 687987321 h4: 1498765620 peer: KEYMASK endpoint: 78.31.250.16:41729 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=a568612f87893a18439575755d9bd2491290fa7a68b68e86a0cc1464307cdabe Backup: KEYMASK-before-vpn_test-20260708-042343 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.187.191/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.187.191/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:23:43+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=4519936c1d839e49f8d8035e1d4a804b1fa23fc942e33e358dbc4c15cc1a9666 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.187.191 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=52 time=75.289 ms 64 bytes from 9.9.9.9: seq=1 ttl=52 time=75.455 ms 64 bytes from 9.9.9.9: seq=2 ttl=52 time=75.067 ms 64 bytes from 9.9.9.9: seq=3 ttl=52 time=75.185 ms 64 bytes from 9.9.9.9: seq=4 ttl=52 time=75.365 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 75.067/75.272/75.455 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.187.191 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=76.687 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=75.805 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=75.835 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=76.109 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=76.125 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 75.805/76.112/76.687 ms ### FILE /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=b658145b315eb179c548902d17a507e6e56acfba375303507581b1033c3ba722 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49074 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=7991c2b1146f3dc3691eeaa96e800238854526f5cee0de08e3ec1efcd580f518 === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.104.58.109 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=43.362 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=43.192 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=43.299 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=43.418 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=43.252 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 43.192/43.304/43.418 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.104.58.109 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=49.764 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=49.725 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=50.665 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=49.777 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=49.799 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.725/49.946/50.665 ms ### FILE /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=da4643df9917e06f0fa720c9043272b29af67909c1092e6dfc68ad5969ca1f53 interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 42543 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 38 seconds ago transfer: 2.00 MiB received, 1.15 MiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.load.txt sha256=618f094a0e50b713bfee911402a4a9eed340fc9a2723eb72e9ab18046a2eb88a Backup: KEYMASK-before-vpn_test-20260708-042412 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf Parsed: Address: 10.104.120.117/32 Endpoint: 149.154.157.24:35090 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.120.117/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:24:12+00:00' network.vpn_test.hmn_endpoint='149.154.157.24:35090' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.24' network.@amneziawg_vpn_test[0].endpoint_port='35090' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt -rw-r--r-- 1 root root 1011 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt sha256=1001f454599f86b9304c12299ccb5c3d760682cbd03216f3b5d7684a415641d5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.120.117 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=235.974 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=235.842 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=236.493 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=235.931 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=235.699 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 235.699/235.987/236.493 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.120.117 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=73.481 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=77.346 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=74.213 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=73.620 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 73.481/74.665/77.346 ms ### FILE /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt sha256=d8e38876591dd19f8353ebd7c8feb173764cc7a5bddc7a984c540d5fb8a1c691 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46518 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.24:35090 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt sha256=1155b511ee94d864742f0e2623553ff2cc0055824b626221cca608a6b8629a1a Backup: KEYMASK-before-vpn_test-20260708-042431 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf Parsed: Address: 10.107.43.173/32 Endpoint: 107.175.93.59:31095 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.43.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:24:31+00:00' network.vpn_test.hmn_endpoint='107.175.93.59:31095' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='107.175.93.59' network.@amneziawg_vpn_test[0].endpoint_port='31095' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt sha256=4f143f7656f835e9a179c59aae50e419fe250be5eb7ca6b1693411ce1f68cf3b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.43.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=137.932 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=137.915 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=137.916 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=137.874 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=137.618 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 137.618/137.851/137.932 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.43.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=51 time=144.120 ms 64 bytes from 1.1.1.1: seq=1 ttl=51 time=144.153 ms 64 bytes from 1.1.1.1: seq=2 ttl=51 time=144.572 ms 64 bytes from 1.1.1.1: seq=3 ttl=51 time=144.341 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 144.120/144.296/144.572 ms ### FILE /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt sha256=a8eaeed0376d325ffe719fece06f29bd1d59a9f668e98332798724dae29518e9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47481 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 107.175.93.59:31095 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.64 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt sha256=154f492f60b92fbebc755d8610cf9eab34ddcf6b27c6fb69ace7ac5336238fa4 Backup: KEYMASK-before-vpn_test-20260708-042450 Loading config into vpn_test: KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf Parsed: Address: 10.107.108.112/32 Endpoint: 107.174.226.51:44839 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.108.112/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:24:50+00:00' network.vpn_test.hmn_endpoint='107.174.226.51:44839' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='107.174.226.51' network.@amneziawg_vpn_test[0].endpoint_port='44839' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt -rw-r--r-- 1 root root 1018 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt sha256=d23f6ed24bfbd8a53da5a058846d94c7c2f2167f7a1922e26e12d21ea8301fad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.108.112 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=165.298 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=165.662 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=165.277 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=165.404 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=165.341 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 165.277/165.396/165.662 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.108.112 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=166.707 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=166.584 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=166.230 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=166.601 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 166.230/166.530/166.707 ms ### FILE /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt sha256=c038f89e7cd1c84bf3202f9f489325e46ec2cc02c501464e9f42b0a26501cf4b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48314 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 107.174.226.51:44839 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.81 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=fa016891e013398a28f966bd2520592f354bade221ba698cb3d741fdfbd79076 Backup: KEYMASK-before-vpn_test-20260708-042510 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.238.215/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.238.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:25:10+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=03884188042d62f08aa257476e80f53666f1c4583a953be670c36496ea695d1e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.238.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.238.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=e3a9ff45273870964fb9f711561a5d990821b23a4de2334a275bc0ebc841b182 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44907 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.71 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=6b73ffba914fe4e01053861a444f68f7bba4865bedd903ea6cea805110700b55 Backup: KEYMASK-before-vpn_test-20260708-042532 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.111.97/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.111.97/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:25:32+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=8727d12e7be7a96433db68a6eff4dab9223bf2f320ea56c410c1a3f15dd8747c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.111.97 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=75.705 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=75.556 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=75.526 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=76.186 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=75.405 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 75.405/75.675/76.186 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.111.97 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=68.870 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=68.960 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=68.906 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=68.901 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=68.629 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.629/68.853/68.960 ms ### FILE /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=9af845cc57fa9932c334e1989c47e18eb611a109ce1e68432073481c9b02517f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41574 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1901 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=017b559a90e32750b00f54aaf82b4bac58c3d48171e940f0f295aa2b964babe0 Backup: KEYMASK-before-vpn_test-20260708-042550 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.239.94/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.239.94/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:25:50+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=fda0ca561a76e7a5d953321d0943cc53305493b0e7240b41f08c55cfc5b7a513 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.239.94 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.239.94 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=11e5f3ee330a88d0535fbe30cbc61b226e2456547ccec9220a5a26d6416a1316 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54322 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.79 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt -rw-r--r-- 1 root root 1919 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt sha256=87bca068cf50b84d048d6e3f6ea937e9bb1b3f389a06072924a4c7a947773bfa Backup: KEYMASK-before-vpn_test-20260708-042612 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf Parsed: Address: 10.83.41.157/32 Endpoint: 185.14.97.234:37492 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.41.157/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:26:12+00:00' network.vpn_test.hmn_endpoint='185.14.97.234:37492' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.234' network.@amneziawg_vpn_test[0].endpoint_port='37492' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt sha256=b5d28861ba94605c706d05ec5d3fcc8c06b01d3ede19bb9ad912d525c438d907 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.41.157 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.41.157 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt sha256=cd60f21ca225fd50d0db65e2665ee658cb90428463d62991c9233dd23d1c26a3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48773 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.234:37492 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1921 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=cd9565f3dc0caf9a4eedd30b41ca42c2bac78895197c5d0da6b62a96777e2866 Backup: KEYMASK-before-vpn_test-20260708-042634 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.142/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.142/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:26:34+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=d28a83b7cf496bbf769090690695a18a3c7ec7dc4d632ed0eb29a3fab917265a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.142 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=129.316 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=129.026 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=129.198 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=129.783 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=129.281 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 129.026/129.320/129.783 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.142 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=127.252 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=127.169 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=127.330 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=127.464 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=127.266 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 127.169/127.296/127.464 ms ### FILE /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=585d7e9ea14de6800731c423bda62c000ceeb4442093868e26c75c75a87a667e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58353 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=356b43fc9dcb48f81f891e36b118c11c1243ef5acaa34a4d56540fec74cbedc4 Backup: KEYMASK-before-vpn_test-20260708-042653 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.235.104/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.235.104/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:26:53+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=b882aec1b5f661fea601d4b1079d1e443a429e192cbcea885df518614c200774 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.235.104 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=26.386 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=31.465 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=30.544 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=24.258 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=26.075 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 24.258/27.745/31.465 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.235.104 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=24.050 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=24.573 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=22.806 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=29.227 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=23.098 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 22.806/24.750/29.227 ms ### FILE /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=2c602c6545ca6033591e420ed6ac7106542fb08deb6d3b861b060338c4078b42 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59196 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=fdfc6336aaef1df3a75ae9241762eccedf72fd7ff352527b9e2596b4f55298b4 Backup: KEYMASK-before-vpn_test-20260708-042711 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.108.200/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.108.200/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:27:11+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=3e2c4c0ffefd35bd925b2bb3886f2f3f793f2cf82552d2c21a88d964989da443 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.108.200 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=38.939 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=38.875 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=38.723 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=38.849 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=39.013 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 38.723/38.879/39.013 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.108.200 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=39.014 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=39.086 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=39.327 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=39.005 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=39.042 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 39.005/39.094/39.327 ms ### FILE /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=9800c91ed7d2f257c9ba9a992e6f837e6e37fd88155d2b12f75d74abcaee540f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43629 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt sha256=28cfbcbb0abd85cd1a516b95201ce50a441f07b66ef0cff2785cef1d366f5bd7 Backup: KEYMASK-before-vpn_test-20260708-042729 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf Parsed: Address: 10.86.172.73/32 Endpoint: 89.46.232.39:40316 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.172.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:27:29+00:00' network.vpn_test.hmn_endpoint='89.46.232.39:40316' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='89.46.232.39' network.@amneziawg_vpn_test[0].endpoint_port='40316' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt sha256=658d9be88f15cb3815e7cf04a4b70429662a407f381240d6131e2229b9380c3b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.172.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.172.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt sha256=8c537f4cae30695e7c0bf67a0b701659d069e9cb274ee62d2c6879e765990e94 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55153 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 89.46.232.39:40316 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.88 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=5c5d1c0abe1a3cc2cd50ee92bed01708060168df78b3e5609ec32b65f81ab630 Backup: KEYMASK-before-vpn_test-20260708-042751 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.170.125/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.170.125/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:27:51+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=ffbc9d2a984a957298efbe9b20ea0386bddcf96d6456d6cb8980cb1d8288a602 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.170.125 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=63.287 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=63.128 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=63.253 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=63.288 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=63.223 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.128/63.235/63.288 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.170.125 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=63.284 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=63.372 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=63.316 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=63.321 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 63.284/63.323/63.372 ms ### FILE /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=ee0f3d2cc5b10cb2bd8dab3e2f5c3756e44ca797e35bbdc5beafc91f58d4cd5d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46257 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt sha256=5a8621a45b7c6b3cef85c2c5e0d5d2d4b9876530ec3d4fc7945389a81cb88ce0 Backup: KEYMASK-before-vpn_test-20260708-042811 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf Parsed: Address: 10.89.174.45/32 Endpoint: 194.71.126.45:32821 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:28:11+00:00' network.vpn_test.hmn_endpoint='194.71.126.45:32821' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='194.71.126.45' network.@amneziawg_vpn_test[0].endpoint_port='32821' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt sha256=ddb01a3c192d3310286491aa5344ced0020d9686bbaf5acfb3ab690095ed4760 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt sha256=3999b13c00b184ec026e83f62b4cf56b5c626df64e6c68b05fb4d71a7d2bbe10 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58525 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 194.71.126.45:32821 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.63 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=a8a29d60b6f93ece40ccaf539457a2b8efdc8fb096203636237ded1d017bf89a Backup: KEYMASK-before-vpn_test-20260708-042833 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.235.244/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.235.244/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:28:33+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=51bfa7b4f1f5d3553b6ac669d77e3f4849dbc22cac2d3252dff0c6a7132aa351 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.235.244 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=56.336 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=67.532 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=56.541 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=61.264 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=70.140 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.336/62.362/70.140 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.235.244 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=54.784 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=66.998 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=55.092 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=55.530 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=56.893 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.784/57.859/66.998 ms ### FILE /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=362ceb5454019297bd80aa68d5bbfa188b6c838bd1c5fdaa62d8b7f1394d2290 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52788 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt sha256=96ebf83262e9ee95cfe15a1ac59e8798ee7388b598bc8c58371db404bb68f936 Backup: KEYMASK-before-vpn_test-20260708-042851 Loading config into vpn_test: KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf Parsed: Address: 10.91.43.12/32 Endpoint: 23.158.72.87:45460 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=143 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='143' network.vpn_test.awg_h1='1943142100' network.vpn_test.awg_h2='1154665998' network.vpn_test.awg_h3='1159227869' network.vpn_test.awg_h4='2081036883' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.43.12/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:28:51+00:00' network.vpn_test.hmn_endpoint='23.158.72.87:45460' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='23.158.72.87' network.@amneziawg_vpn_test[0].endpoint_port='45460' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt sha256=5acae962e534cf3ed54d959d203537241f37eb5e4e397c6de01e7669ce656e71 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.43.12 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=185.309 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=184.428 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=184.813 ms 64 bytes from 9.9.9.9: seq=3 ttl=58 time=184.640 ms 64 bytes from 9.9.9.9: seq=4 ttl=58 time=184.552 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 184.428/184.748/185.309 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.43.12 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=172.141 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=171.649 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=172.301 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=173.042 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=172.190 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 171.649/172.264/173.042 ms ### FILE /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt sha256=1ae5757d345e8d7c8835723e7a96e7a434fff2406db9fd55d60c7b450bcde286 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58137 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 143 h1: 1943142100 h2: 1154665998 h3: 1159227869 h4: 2081036883 peer: KEYMASK endpoint: 23.158.72.87:45460 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=891f137f13e775446e81dfa3f44768885d8f4689788a07b74d326dfa97be9356 Backup: KEYMASK-before-vpn_test-20260708-042909 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.168.223/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.168.223/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:29:10+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=e49e1c689db17340aac64995d13922a81ffe5db331e6191fa1f50a4da82828b4 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.168.223 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=59.441 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=59.415 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=59.225 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=59.483 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=59.411 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.225/59.395/59.483 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.168.223 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=58.660 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=58.625 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=58.919 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=58.780 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=58.756 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.625/58.748/58.919 ms ### FILE /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=31ce67d1a45f41f2b260ef6bee11e4319fb67707aabfe3d6d950db6db2cd85f4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35724 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 1933 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=c9ea4223687b05620ddc3f50ed043edf628faad7e86e3930c322d01b2515f375 Backup: KEYMASK-before-vpn_test-20260708-042928 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.233.132/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.233.132/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:29:28+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=49f3f500ece8e61867b90edece5603df39074ec363af4855a1735c1beeea8388 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.233.132 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=50.051 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=50.041 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=50.091 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=50.099 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=50.203 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.041/50.097/50.203 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.233.132 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=52.694 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=52.976 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=52.666 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=52.902 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=52.904 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 52.666/52.828/52.976 ms ### FILE /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=736c3417f5ca1f016aea76391984dff892c6e06dd98fb157ea5ce825857975dc interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48499 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 1924 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=46cf19d7d00f78fb0d7d9d99c1ddbdcaabd12890c681485587ffa4092ac6f7dc Backup: KEYMASK-before-vpn_test-20260708-042946 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.173.35/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.173.35/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:29:46+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=27339af591e600025429d828f1a571e07f272e6072820f96b57bc8a7afcdb5fb === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.173.35 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=65.880 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=65.781 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=65.700 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=65.840 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=65.688 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.688/65.777/65.880 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.173.35 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=66.163 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=65.881 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=65.965 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=66.118 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=66.116 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.881/66.048/66.163 ms ### FILE /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=dde34182747e17749998c717329965dab52e11396aab5c058d40ea5547d03288 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40604 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt -rw-r--r-- 1 root root 1926 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt sha256=341d8f8e51294a9d28b10efc63a2a28fb99df2e5c6a6a2c7d27b0cf2e5486de1 Backup: KEYMASK-before-vpn_test-20260708-043004 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf Parsed: Address: 10.77.236.75/32 Endpoint: 109.248.198.4:37129 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=51 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='51' network.vpn_test.awg_h1='144970534' network.vpn_test.awg_h2='210374235' network.vpn_test.awg_h3='1100727461' network.vpn_test.awg_h4='1885204570' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.77.236.75/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:30:04+00:00' network.vpn_test.hmn_endpoint='109.248.198.4:37129' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='109.248.198.4' network.@amneziawg_vpn_test[0].endpoint_port='37129' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt sha256=7aed8ec00de44e9de4381ec7fbd4431e16d003467d32d7fd554b977c360e6961 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.77.236.75 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=186.431 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=186.138 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=186.486 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=185.842 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=185.872 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 185.842/186.153/186.486 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.77.236.75 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=128.667 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=128.783 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=128.722 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=128.814 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=128.702 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 128.667/128.737/128.814 ms ### FILE /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt sha256=2ba26a19102ec2046a1e12140b69f4ef2c6029937cd3fd8494fcb59deadf7a90 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43833 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 51 h1: 144970534 h2: 210374235 h3: 1100727461 h4: 1885204570 peer: KEYMASK endpoint: 109.248.198.4:37129 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=95b38e008b73d9e556ba5a182272624e20d37d11b58d3bb5b5eb39aac1c2ab73 Backup: KEYMASK-before-vpn_test-20260708-043023 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.237.218/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.237.218/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:30:23+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=8378d2ee12e1fca790d203b18a104434022ad1d3fa924dc5e08a11fa341b0e03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.237.218 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=66.551 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=66.635 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=66.494 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=66.468 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=66.420 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 66.420/66.513/66.635 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.237.218 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=66.165 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=66.989 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=66.250 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=66.296 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=66.479 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 66.165/66.435/66.989 ms ### FILE /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=aa26a57f044b6e3e6bb8598864befa7c9793bbd63fc3fb74e3e7d2da55749128 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35001 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 1936 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=9ac58aa9917882f347035f73219d8f311135ed65bff69686f2c4e89e2ff993d8 Backup: KEYMASK-before-vpn_test-20260708-043041 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.47.73/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.47.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:30:41+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=fbe40caff4f88e289e5ce03d086aa5d9941403a7679a5846169b42254ce9b43c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.47.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=194.274 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=194.249 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=194.715 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=194.303 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=195.525 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 194.249/194.613/195.525 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.47.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=158.214 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=158.398 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=159.132 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=158.352 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=158.750 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 158.214/158.569/159.132 ms ### FILE /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=28e6bc5998af9248d94bac228f5cf9d90c076469383f761fe70b9eac9384f38a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41920 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt sha256=e4ca1e2cd5e3be6fb5f4bbe49bdca204e7f414a857ac81f23f304b92472ed6e4 Backup: KEYMASK-before-vpn_test-20260708-043100 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf Parsed: Address: 10.65.43.208/32 Endpoint: 89.40.104.201:36979 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.43.208/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:31:00+00:00' network.vpn_test.hmn_endpoint='89.40.104.201:36979' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='89.40.104.201' network.@amneziawg_vpn_test[0].endpoint_port='36979' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt sha256=6994f54909c11ff656615490413670ed00c9f420e3709aca5579ed95a0e00a25 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.43.208 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.43.208 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt sha256=dbe8c5624f08329434744f91853ac760046fb542d726508b4812cf27878a79ba interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47229 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 89.40.104.201:36979 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.56 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1903 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt sha256=9671fc568186d846aea0c37ce219f3dc9ee5d37908807b87ab7d7ecb55636497 Backup: KEYMASK-before-vpn_test-20260708-043122 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf Parsed: Address: 10.66.44.225/32 Endpoint: 77.67.8.84:43378 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=49 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='49' network.vpn_test.awg_h1='679240017' network.vpn_test.awg_h2='1624207748' network.vpn_test.awg_h3='139122664' network.vpn_test.awg_h4='1720133880' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.66.44.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:31:22+00:00' network.vpn_test.hmn_endpoint='77.67.8.84:43378' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='77.67.8.84' network.@amneziawg_vpn_test[0].endpoint_port='43378' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt sha256=9a91bff250beb16064a769e45288c4689d623fe74d3d91be4643dc25f638c3e2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.66.44.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=161.833 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=161.620 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=161.466 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=161.677 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=161.379 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 161.379/161.595/161.833 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.66.44.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=94.007 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=93.763 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=94.201 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=93.343 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=94.255 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 93.343/93.913/94.255 ms ### FILE /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt sha256=4f6a7a252a5a36adbb6d5c51f8cab397f6b15fb22629af1afec9963bb24d06ce interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57950 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 49 h1: 679240017 h2: 1624207748 h3: 139122664 h4: 1720133880 peer: KEYMASK endpoint: 77.67.8.84:43378 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=8878f7703bba3a98557bc39f12f29667bbd1144a686856d79b51d8f7aa087854 Backup: KEYMASK-before-vpn_test-20260708-043140 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.234.5/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.234.5/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:31:40+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=7c910515ba71b248ded4185475b6e281485ccdb6464c363c7d7b4b8c73b0390f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.234.5 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=106.198 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=105.888 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=105.670 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=106.205 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=105.926 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 105.670/105.977/106.205 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.234.5 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=158.740 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=158.999 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=158.991 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=159.289 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=159.082 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 158.740/159.020/159.289 ms ### FILE /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=e6af1c388691d25e7257a2929766aac53da9dce4ce337e9d44826c5d647a66f4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40809 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260708-042044/results.tsv -rw-r--r-- 1 root root 13309 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/results.tsv sha256=791ddca9f67a00c0c85d365731bc4d5cad93c53da51e6e3d44e831d8658065e2 status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 192.36.27.17:35500 transfer: 0 B received, 1.94 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 57.299 /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf 192.71.247.18:35999 transfer: 0 B received, 1.59 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent 9.9.9.9:0%,1.1.1.1:0% 219.008 /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 247.649 /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_PING_LOSS 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 193.235.207.39:38330 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:20% 66.891 /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt FAIL_PING_LOSS 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 107.172.187.100:39480 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:20% 193.085 /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt OK 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 46.381 /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 75.272 /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 38 seconds ago transfer: 2.00 MiB received, 1.15 MiB sent 9.9.9.9:0%,1.1.1.1:0% 43.304 /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_PING_LOSS 076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 149.154.157.24:35090 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:20% 235.987 /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt FAIL_PING_LOSS 087-US-USA-New-York-S1-107.175.93.59-awg1.conf 107.175.93.59:31095 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.64 KiB sent 9.9.9.9:0%,1.1.1.1:20% 137.851 /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt FAIL_PING_LOSS 088-US-USA-Dallas-107.174.226.51-awg1.conf 107.174.226.51:44839 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.81 KiB sent 9.9.9.9:0%,1.1.1.1:20% 165.396 /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.71 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 75.675 /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.79 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 185.14.97.234:37492 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 129.320 /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 27.745 /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 38.879 /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 89.46.232.39:40316 transfer: 0 B received, 1.88 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:20% 63.235 /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 194.71.126.45:32821 transfer: 0 B received, 1.63 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 62.362 /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 184.748 /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent 9.9.9.9:0%,1.1.1.1:0% 59.395 /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.097 /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 65.777 /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt OK 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 186.153 /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 66.513 /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 194.613 /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 89.40.104.201:36979 transfer: 0 B received, 1.56 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt OK 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 161.595 /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent 9.9.9.9:0%,1.1.1.1:0% 105.977 /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt ### FILE /root/mgts-pre-renumber-backup/dhcp.20260706_093756 -rw------- 1 root root 771 Apr 21 20:20 /root/mgts-pre-renumber-backup/dhcp.20260706_093756 sha256=af6f7a67efdd9b60cbbfd119199a8950666c1f56fd6f5659b6ac617ac76f775f config dnsmasq option domainneeded '1' option boguspriv '1' option filterwin2k '0' option localise_queries '1' option rebind_protection '1' option rebind_localhost '1' option local '/lan/' option domain 'lan' option expandhosts '1' option nonegcache '0' option cachesize '1000' option authoritative '1' option readethers '1' option leasefile '/tmp/dhcp.leases' option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto' option nonwildcard '1' option localservice '1' option ednspacket_max '1232' option filter_aaaa '0' option filter_a '0' config dhcp 'wan' option interface 'wan' option ignore '1' config odhcpd 'odhcpd' option maindhcp '0' option leasefile '/tmp/hosts/odhcpd' option leasetrigger '/usr/sbin/odhcpd-update' option loglevel '4' ### FILE /root/mgts-pre-renumber-backup/firewall.20260706_093756 -rw-r--r-- 1 root root 3736 Jun 3 16:44 /root/mgts-pre-renumber-backup/firewall.20260706_093756 sha256=332159a6054bad6fe304106c48677f1ffd0e14f713d8b9b5422ca6ddb4f2cef3 config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option masq '1' list network 'mgmt' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn1' list network 'vpn2' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' ### FILE /root/mgts-pre-renumber-backup/network.20260706_093756 -rw------- 1 root root 3943 Jun 8 10:44 /root/mgts-pre-renumber-backup/network.20260706_093756 sha256=656b5de80b1e99b9477876d7536620d38585f6b7d5dad8b52923082cdd0b9552 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T20:59:30+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-08T04:32:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-08T10:44:29+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/mgts-pre-renumber-backup/network.before-renumber-vm101-20260706_094937 -rw------- 1 root root 3943 Jun 8 10:44 /root/mgts-pre-renumber-backup/network.before-renumber-vm101-20260706_094937 sha256=656b5de80b1e99b9477876d7536620d38585f6b7d5dad8b52923082cdd0b9552 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T20:59:30+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-08T04:32:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-08T10:44:29+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/mgts-wg-remote-dnat-backup/firewall.before-clean-wg-remote-dnat-20260706_101824 -rw-r--r-- 1 root root 3954 Jul 6 10:15 /root/mgts-wg-remote-dnat-backup/firewall.before-clean-wg-remote-dnat-20260706_101824 sha256=edb38994e5bdc998597187dded5d7a1f1f7388a7e52f0fcf882340a005cfd5c9 config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option masq '1' list network 'mgmt' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn1' list network 'vpn2' list network 'vpn_user' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' config redirect option name 'wg_remote_to_vm100' option src 'wan' option src_dport '51820' option dest_ip '10.71.100.1' option dest_port '51820' option proto 'udp' option target 'DNAT' ### FILE /root/mgts-wg-remote-dnat-backup/firewall.before-wg-remote-dnat-20260706_101546 -rw-r--r-- 1 root root 3761 Jul 6 10:00 /root/mgts-wg-remote-dnat-backup/firewall.before-wg-remote-dnat-20260706_101546 sha256=5061a7d74c8ff93e154d40fe591de7026cbbb0f517136f75a2b0195068c8c582 config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option masq '1' list network 'mgmt' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn1' list network 'vpn2' list network 'vpn_user' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' ### FILE /root/network.before-hmn-update.20260525-050529 -rw------- 1 root root 3569 May 25 05:05 /root/network.before-hmn-update.20260525-050529 sha256=ee7eee886029416b19d93ed85fedef7601a885c5148a6f62c68adeb4eaa206c5 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config device option name 'br-lan' option type 'bridge' list ports 'eth1' config interface 'wan' option device 'eth0' option proto 'dhcp' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '192.168.30.2' option netmask '255.255.255.0' config eth2 'device' config static 'proto' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' list ipaddr '10.200.0.2/24' config interface 'NethR5' option proto 'amneziawg' option private_key 'KEYMASK' list addresses '10.91.237.127/32' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' list dns '1.1.1.1' option auto '1' config amneziawg_NethR5 option description 'NetherlandsAmsterdamR5.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '178.215.227.55' option endpoint_port '30954' config interface 'NorwayS13' option proto 'amneziawg' option private_key 'KEYMASK' list addresses '10.78.175.160/32' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '101' option awg_s2 '104' option awg_h1 '961659898' option awg_h2 '1177255196' option awg_h3 '1465975700' option awg_h4 '255571402' list dns '1.1.1.1' option auto '1' config amneziawg_NorwayS13 option description 'NorwaySandefjordS13.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '195.16.73.7' option endpoint_port '33786' config interface 'HungaryS8' option proto 'amneziawg' option private_key 'KEYMASK' list addresses '10.101.190.6/32' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '95' option awg_s2 '20' option awg_h1 '1397747021' option awg_h2 '895386584' option awg_h3 '1292411806' option awg_h4 '1997591536' list dns '1.1.1.1' option auto '0' config amneziawg_HungaryS8 option description 'HungaryBudapestS8.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '23' option endpoint_host '192.71.211.205' option endpoint_port '42045' config interface 'NethS20' option proto 'amneziawg' option private_key 'KEYMASK' list addresses '10.127.237.64/32' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '54' option awg_s2 '111' option awg_h1 '1567201709' option awg_h2 '1235364462' option awg_h3 '1278665587' option awg_h4 '1399723028' list dns '1.1.1.1' option auto '0' config amneziawg_NethS20 option description 'NetherlandsKerkradeS20.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '45.131.111.118' option endpoint_port '33223' config route option interface 'mgmt' option target '10.250.0.0/24' option gateway '192.168.30.1' ### FILE /root/rollback-step036c-vpn2-table202-runtime.sh -rwx------ 1 root root 352 Jul 8 12:53 /root/rollback-step036c-vpn2-table202-runtime.sh sha256=d45726a3cae58a20516088ce423fd6dcb4ee10b686ac4f623db2027dac8b18b0 #!/bin/sh set +e while ip rule show | grep -E 'fwmark 0x202.*lookup 202|fwmark 0x202/0xffffffff.*lookup 202' >/dev/null; do ip rule del fwmark 0x202 lookup 202 2>/dev/null || ip rule del pref 10012 2>/dev/null || break done ip route flush table 202 2>/dev/null || true ifdown vpn2 2>/dev/null || true echo "rollback_step036c_vpn2_table202_done=1" ### FILE /root/rollback-step036e-vpn1-table201-runtime.sh -rwx------ 1 root root 320 Jul 8 12:56 /root/rollback-step036e-vpn1-table201-runtime.sh sha256=c3582174c8e3677aeaac64dd839de9d6a6805173fbd8160b034cff71dac4d937 #!/bin/sh set +e while ip rule show | grep -E 'fwmark 0x201.*lookup 201|fwmark 0x201/0xffffffff.*lookup 201' >/dev/null; do ip rule del fwmark 0x201 lookup 201 2>/dev/null || ip rule del pref 10011 2>/dev/null || break done ip route flush table 201 2>/dev/null || true echo "rollback_step036e_vpn1_table201_done=1" ### FILE /root/rollback-step036g-persist-5slot-policy.sh -rwx------ 1 root root 1703 Jul 8 13:00 /root/rollback-step036g-persist-5slot-policy.sh sha256=d17081b715e12424d5620bff81b7e8d41338fc50a8321c2a991c243d8fccd4db #!/bin/sh set +e /etc/init.d/router-egress-slots disable 2>/dev/null || true /etc/init.d/router-egress-slots stop 2>/dev/null || true if [ -f "/root/router-ops-backups/step036g-persist-5slot-policy-20260708-130020/router-egress-slots-apply.sh.before" ]; then cp -a "/root/router-ops-backups/step036g-persist-5slot-policy-20260708-130020/router-egress-slots-apply.sh.before" "/usr/local/sbin/router-egress-slots-apply.sh" chmod 755 "/usr/local/sbin/router-egress-slots-apply.sh" else rm -f "/usr/local/sbin/router-egress-slots-apply.sh" fi if [ -f "/root/router-ops-backups/step036g-persist-5slot-policy-20260708-130020/router-egress-slots.init.before" ]; then cp -a "/root/router-ops-backups/step036g-persist-5slot-policy-20260708-130020/router-egress-slots.init.before" "/etc/init.d/router-egress-slots" chmod 755 "/etc/init.d/router-egress-slots" else rm -f "/etc/init.d/router-egress-slots" fi # Restore only the known runtime state we had before persistence. ip route replace default dev vpn1 table 201 2>/dev/null || true ip route replace default dev vpn2 table 202 2>/dev/null || true ip route replace default dev vpn3 table 203 2>/dev/null || true ip route replace default dev vpn4 table 204 2>/dev/null || true ip route replace default dev vpn5 table 205 2>/dev/null || true for item in "10011 0x201 201" "10012 0x202 202" "10013 0x203 203" "10014 0x204 204" "10015 0x205 205"; do set -- $item pref="$1"; mark="$2"; table="$3" ip rule show | grep -E "fwmark $mark.*lookup $table|fwmark $mark/0xffffffff.*lookup $table" >/dev/null || ip rule add pref "$pref" fwmark "$mark" lookup "$table" 2>/dev/null || true done echo "rollback_step036g_persist_5slot_policy_done=1" ### FILE /root/router-egress-slots-before-step039b2-20260708-143436/slots.conf -rw-r--r-- 1 root root 753 Jul 8 14:32 /root/router-egress-slots-before-step039b2-20260708-143436/slots.conf sha256=826d8a51e6a047bbb84e4ab764153cf7fb99390b9cc9bf337016cf91a7b4cc26 # WG Paid / MGTS provider-neutral egress slot registry # STEP_039B_SLOT_REGISTRY_STATUS_FORMAT # # Fields: # slot_code selector_class fwmark table_id interface_name provider_type manager_id enabled allocation_weight label # # Current proven dataplane: # cs1 -> 0x203 -> table203 -> vpn3 # cs2 -> 0x204 -> table204 -> vpn4 # cs3 -> 0x205 -> table205 -> vpn5 # cs4 -> 0x201 -> table201 -> vpn1 # cs5 -> 0x202 -> table202 -> vpn2 vpn1 cs4 0x201 201 vpn1 hmn_amneziawg hmn_pool 1 100 canary_vpn1 vpn2 cs5 0x202 202 vpn2 hmn_amneziawg hmn_pool 1 100 canary_vpn2 vpn3 cs1 0x203 203 vpn3 hmn_amneziawg hmn_pool 1 100 canary_vpn3 vpn4 cs2 0x204 204 vpn4 hmn_amneziawg hmn_pool 1 100 canary_vpn4 vpn5 cs3 0x205 205 vpn5 hmn_amneziawg hmn_pool 1 100 canary_vpn5 ### FILE /root/router-ops-backups/20260708-082358-before-egress-rework/crontab-root -rw------- 1 root root 359 Jul 6 10:00 /root/router-ops-backups/20260708-082358-before-egress-rework/crontab-root sha256=cbe6763928e4516e91f853fdd3ccd126874666770a32bab4ff8c92d83088d7da * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh 10 3 * * * /root/hmn/hmn-clean-old-files.sh >/dev/null 2>&1 * * * * * /root/hmn/hmn-vpn-user-override.sh tick >/dev/null 2>&1 ### FILE /root/router-ops-backups/20260708-082358-before-egress-rework/etc-config-firewall -rw-r--r-- 1 root root 3990 Jul 6 14:45 /root/router-ops-backups/20260708-082358-before-egress-rework/etc-config-firewall sha256=97919e79dd2afd51b2395856532cc58b8ca8fe5551d648eb9d6a698b60a5f6e3 config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option masq '1' list network 'mgmt' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn1' list network 'vpn2' list network 'vpn_user' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' config redirect option name 'wg_remote_to_vm100' option src 'wan' option dest 'Management' option src_dport '51820' option dest_ip '10.71.100.1' option dest_port '51820' option proto 'udp' option target 'DNAT' config redirect 'dnat_wg_paid_51830' option name 'DNAT-WG-Paid-51830-to-VM100' option src 'wan' option src_dport '51830' option dest_ip '10.71.100.1' option dest_port '51830' option proto 'udp' option target 'DNAT' option dest 'Management' ### FILE /root/router-ops-backups/20260708-082358-before-egress-rework/etc-config-network -rw------- 1 root root 5018 Jul 8 06:15 /root/router-ops-backups/20260708-082358-before-egress-rework/etc-config-network sha256=b85d8570c028f73728f2ed53833477090c8074418cd0e4fcb7524893f53205f2 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:40+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-08T06:15:47+00:00' option hmn_endpoint '192.121.163.235:42530' config amneziawg_vpn2 option description '128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.121.163.235' option endpoint_port '42530' ### FILE /root/router-ops-backups/20260708-082358-before-egress-rework/etc-config-pbr -rw------- 1 root root 2289 May 10 10:09 /root/router-ops-backups/20260708-082358-before-egress-rework/etc-config-pbr sha256=46e72716c7fae8526daaebbcf75856b405232738fb9b037052cb10caafc070f6 config pbr 'config' option enabled '0' option fw_mask '00ff0000' option ipv6_enabled '0' option nft_rule_counter '0' option nft_set_auto_merge '1' option nft_set_counter '0' option nft_set_flags_interval '1' option nft_set_flags_timeout '0' option nft_set_policy 'performance' option nft_user_set_counter '0' option procd_boot_trigger_delay '5000' option procd_reload_delay '0' option resolver_set 'none' option strict_enforcement '1' option uplink_interface 'wan' option uplink_interface6 'wan6' option uplink_ip_rules_priority '30000' option uplink_mark '00010000' option verbosity '2' list lan_device 'br-lan' list resolver_instance '*' list webui_supported_protocol 'all' list webui_supported_protocol 'tcp' list webui_supported_protocol 'udp' list webui_supported_protocol 'tcp udp' list webui_supported_protocol 'icmp' option config_compat '25' option config_version '1.2.2-r12' option rule_create_option 'add' option webui_show_ignore_target '0' config include option path '/usr/share/pbr/pbr.user.dnsprefetch' option enabled '0' config include option path '/usr/share/pbr/pbr.user.aws' option enabled '0' config include option path '/usr/share/pbr/pbr.user.netflix' option enabled '0' config dns_policy option name 'Redirect Local IP DNS' option src_addr '192.168.1.5' option dest_dns '1.1.1.1' option enabled '0' config policy option name 'Ignore Local Requests' option interface 'ignore' option dest_addr '10.0.0.0/24 10.0.1.0/24 192.168.100.0/24 192.168.1.0/24' option enabled '0' config policy option name 'Plex/Emby Local Server' option interface 'wan' option src_port '8096 8920 32400' option enabled '0' config policy option name 'Plex/Emby Remote Servers' option interface 'wan' option dest_addr 'plex.tv my.plexapp.com emby.media app.emby.media tv.emby.media' option enabled '0' config policy option name 'PC_direct' option src_addr '192.168.30.148' option interface 'wan' option enabled '0' config include option enabled '1' option path '/etc/pbr.d/ru_to_wan.sh' config policy option name 'PC_Test_Amnezia' option interface 'wan' option enabled '0' config policy option name 'PC_via_S20' option src_addr '192.168.30.148' option interface 'AwgNethKerkS20' option enable '1' option enabled '0' ### FILE /root/router-ops-backups/20260708-082358-before-egress-rework/firewall.uci -rw-r--r-- 1 root root 4007 Jul 8 08:24 /root/router-ops-backups/20260708-082358-before-egress-rework/firewall.uci sha256=80c4d73bc2d59935656a79cb53833f8f694f8a75197d92513b2abec7eda6d278 package firewall config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option masq '1' list network 'mgmt' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn1' list network 'vpn2' list network 'vpn_user' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' config redirect option name 'wg_remote_to_vm100' option src 'wan' option dest 'Management' option src_dport '51820' option dest_ip '10.71.100.1' option dest_port '51820' option proto 'udp' option target 'DNAT' config redirect 'dnat_wg_paid_51830' option name 'DNAT-WG-Paid-51830-to-VM100' option src 'wan' option src_dport '51830' option dest_ip '10.71.100.1' option dest_port '51830' option proto 'udp' option target 'DNAT' option dest 'Management' ### FILE /root/router-ops-backups/20260708-082358-before-egress-rework/hmn-file-list.txt -rw-r--r-- 1 root root 15928 Jul 8 08:24 /root/router-ops-backups/20260708-082358-before-egress-rework/hmn-file-list.txt sha256=de79bb86ea61d356d6f3d47f5b6a648100d69a28fa3adc01d5827cb8a40f4c71 /root/hmn/backups/99-vpn-egress-manager.before-hotplug-lock-fix-20260601-123834 /root/hmn/backups/99-vpnin-policy-route.disabled-20260601-123640 /root/hmn/backups/hmn-download-all-awg.before-quarantine-reset-20260601-135846.sh /root/hmn/backups/hmn-rank-awg.before-quarantine-20260601-135559.sh /root/hmn/backups/hmn.env.20260706-161014 KEYMASK-before-load-vpn1-20260601-111640 KEYMASK-before-load-vpn1-20260601-130301 KEYMASK-before-load-vpn1-20260601-143639 KEYMASK-before-load-vpn1-20260601-143803 KEYMASK-before-load-vpn1-20260601-145208 KEYMASK-before-load-vpn1-20260603-163645 KEYMASK-before-load-vpn1-20260603-164822 KEYMASK-before-load-vpn1-20260603-171347 KEYMASK-before-load-vpn1-20260603-203331 KEYMASK-before-load-vpn1-20260605-054125 KEYMASK-before-load-vpn1-20260605-150225 KEYMASK-before-load-vpn1-20260606-054330 KEYMASK-before-load-vpn1-20260606-091029 KEYMASK-before-load-vpn1-20260606-161926 KEYMASK-before-load-vpn1-20260606-185025 KEYMASK-before-load-vpn1-20260606-204232 KEYMASK-before-load-vpn1-20260607-102826 KEYMASK-before-load-vpn1-20260607-112926 KEYMASK-before-load-vpn1-20260607-114826 KEYMASK-before-load-vpn1-20260607-115730 KEYMASK-before-load-vpn1-20260607-140125 KEYMASK-before-load-vpn1-20260607-143729 KEYMASK-before-load-vpn1-20260607-161629 KEYMASK-before-load-vpn1-20260607-180625 KEYMASK-before-load-vpn1-20260608-104429 KEYMASK-before-load-vpn1-20260706-160850 KEYMASK-before-load-vpn1-20260706-170753 KEYMASK-before-load-vpn2-20260601-110946 KEYMASK-before-load-vpn2-20260603-163701 KEYMASK-before-load-vpn2-20260603-170129 KEYMASK-before-load-vpn2-20260603-191530 KEYMASK-before-load-vpn2-20260604-063626 KEYMASK-before-load-vpn2-20260605-143129 KEYMASK-before-load-vpn2-20260605-161429 KEYMASK-before-load-vpn2-20260606-082739 KEYMASK-before-load-vpn2-20260606-160726 KEYMASK-before-load-vpn2-20260606-175725 KEYMASK-before-load-vpn2-20260606-191529 KEYMASK-before-load-vpn2-20260606-215625 KEYMASK-before-load-vpn2-20260607-112726 KEYMASK-before-load-vpn2-20260607-114426 KEYMASK-before-load-vpn2-20260607-115330 KEYMASK-before-load-vpn2-20260607-135925 KEYMASK-before-load-vpn2-20260607-142029 KEYMASK-before-load-vpn2-20260607-144825 KEYMASK-before-load-vpn2-20260607-175629 KEYMASK-before-load-vpn2-20260607-205930 KEYMASK-before-load-vpn2-20260706-101643 KEYMASK-before-load-vpn2-20260706-165654 KEYMASK-before-load-vpn2-20260708-061547 KEYMASK-before-vpn_test-20260706-161434 KEYMASK-before-vpn_test-20260706-161456 KEYMASK-before-vpn_test-20260706-161529 KEYMASK-before-vpn_test-20260706-161547 KEYMASK-before-vpn_test-20260706-161606 KEYMASK-before-vpn_test-20260706-161625 KEYMASK-before-vpn_test-20260706-161644 KEYMASK-before-vpn_test-20260706-161703 KEYMASK-before-vpn_test-20260706-161722 KEYMASK-before-vpn_test-20260706-161745 KEYMASK-before-vpn_test-20260706-161803 KEYMASK-before-vpn_test-20260706-161825 KEYMASK-before-vpn_test-20260706-161847 KEYMASK-before-vpn_test-20260706-161906 KEYMASK-before-vpn_test-20260706-161925 KEYMASK-before-vpn_test-20260706-161943 KEYMASK-before-vpn_test-20260706-162005 KEYMASK-before-vpn_test-20260706-162025 KEYMASK-before-vpn_test-20260706-162047 KEYMASK-before-vpn_test-20260706-162105 KEYMASK-before-vpn_test-20260706-162124 KEYMASK-before-vpn_test-20260706-162142 KEYMASK-before-vpn_test-20260706-162200 KEYMASK-before-vpn_test-20260706-162219 KEYMASK-before-vpn_test-20260706-162237 KEYMASK-before-vpn_test-20260706-162255 KEYMASK-before-vpn_test-20260706-162314 KEYMASK-before-vpn_test-20260706-162336 KEYMASK-before-vpn_test-20260706-162355 KEYMASK-before-vpn_test-20260707-042048 KEYMASK-before-vpn_test-20260707-042110 KEYMASK-before-vpn_test-20260707-042132 KEYMASK-before-vpn_test-20260707-042151 KEYMASK-before-vpn_test-20260707-042209 KEYMASK-before-vpn_test-20260707-042228 KEYMASK-before-vpn_test-20260707-042247 KEYMASK-before-vpn_test-20260707-042307 KEYMASK-before-vpn_test-20260707-042325 KEYMASK-before-vpn_test-20260707-042353 KEYMASK-before-vpn_test-20260707-042413 KEYMASK-before-vpn_test-20260707-042432 KEYMASK-before-vpn_test-20260707-042451 KEYMASK-before-vpn_test-20260707-042513 KEYMASK-before-vpn_test-20260707-042532 KEYMASK-before-vpn_test-20260707-042554 KEYMASK-before-vpn_test-20260707-042616 KEYMASK-before-vpn_test-20260707-042634 KEYMASK-before-vpn_test-20260707-042653 KEYMASK-before-vpn_test-20260707-042711 KEYMASK-before-vpn_test-20260707-042733 KEYMASK-before-vpn_test-20260707-042752 KEYMASK-before-vpn_test-20260707-042814 KEYMASK-before-vpn_test-20260707-042833 KEYMASK-before-vpn_test-20260707-042851 KEYMASK-before-vpn_test-20260707-042909 KEYMASK-before-vpn_test-20260707-042928 KEYMASK-before-vpn_test-20260707-042946 KEYMASK-before-vpn_test-20260707-043004 KEYMASK-before-vpn_test-20260707-043023 KEYMASK-before-vpn_test-20260707-043041 KEYMASK-before-vpn_test-20260707-043103 KEYMASK-before-vpn_test-20260707-043122 KEYMASK-before-vpn_test-20260708-042045 KEYMASK-before-vpn_test-20260708-042107 KEYMASK-before-vpn_test-20260708-042129 KEYMASK-before-vpn_test-20260708-042147 KEYMASK-before-vpn_test-20260708-042209 KEYMASK-before-vpn_test-20260708-042228 KEYMASK-before-vpn_test-20260708-042246 KEYMASK-before-vpn_test-20260708-042306 KEYMASK-before-vpn_test-20260708-042325 KEYMASK-before-vpn_test-20260708-042343 KEYMASK-before-vpn_test-20260708-042412 KEYMASK-before-vpn_test-20260708-042431 KEYMASK-before-vpn_test-20260708-042450 KEYMASK-before-vpn_test-20260708-042510 KEYMASK-before-vpn_test-20260708-042532 KEYMASK-before-vpn_test-20260708-042550 KEYMASK-before-vpn_test-20260708-042612 KEYMASK-before-vpn_test-20260708-042634 KEYMASK-before-vpn_test-20260708-042653 KEYMASK-before-vpn_test-20260708-042711 KEYMASK-before-vpn_test-20260708-042729 KEYMASK-before-vpn_test-20260708-042751 KEYMASK-before-vpn_test-20260708-042811 KEYMASK-before-vpn_test-20260708-042833 KEYMASK-before-vpn_test-20260708-042851 KEYMASK-before-vpn_test-20260708-042909 KEYMASK-before-vpn_test-20260708-042928 KEYMASK-before-vpn_test-20260708-042946 KEYMASK-before-vpn_test-20260708-043004 KEYMASK-before-vpn_test-20260708-043023 KEYMASK-before-vpn_test-20260708-043041 KEYMASK-before-vpn_test-20260708-043100 KEYMASK-before-vpn_test-20260708-043122 KEYMASK-before-vpn_test-20260708-043140 KEYMASK-before-vpn_user-20260706-172818 KEYMASK-before-vpn_user-20260706-173208 KEYMASK-before-vpn_user-20260706-173803 KEYMASK-before-vpn_user-20260706-173915 KEYMASK-before-vpn_user-20260706-174102 KEYMASK-awg1-latest.malformed-20260601-135456.tsv /root/hmn/backups/vpn-egress-manager-before-lock-fix-20260601-122802.sh /root/hmn/cache/fail-awg1-latest.tsv /root/hmn/cache/ok-awg1-strict-all-latest.tsv /root/hmn/cache/ok-awg1-strict-all-latest.tsv.before-validate-20260707-042048 /root/hmn/cache/ok-awg1-strict-all-latest.tsv.before-validate-20260708-042044 /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv.before-validate-20260707-042048 /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv.before-validate-20260708-042044 /root/hmn/cache/ok-awg1-strict-latest.tsv /root/hmn/cache/ok-awg1-strict-latest.tsv.before-validate-20260707-042048 /root/hmn/cache/ok-awg1-strict-latest.tsv.before-validate-20260708-042044 KEYMASK-awg1-latest.tsv KEYMASK-awg1-latest.tsv.before-validate-20260706-161434 KEYMASK-awg1-latest.tsv.before-validate-20260707-042048 KEYMASK-awg1-latest.tsv.before-validate-20260708-042044 /root/hmn/cache/ranked-awg1-20260601-110304.tsv /root/hmn/cache/ranked-awg1-20260601-110707.tsv /root/hmn/cache/ranked-awg1-20260601-135559.tsv /root/hmn/cache/ranked-awg1-20260601-145208.tsv /root/hmn/cache/ranked-awg1-20260601-152436.tsv /root/hmn/cache/ranked-awg1-latest.tsv KEYMASK-awg1-20260601-110707.tsv KEYMASK-awg1-20260601-135559.tsv KEYMASK-awg1-20260601-145208.tsv KEYMASK-awg1-20260601-152436.tsv KEYMASK-awg1-latest.tsv KEYMASK-awg1-latest.tsv.before-refill-20260706-165740 KEYMASK-awg1-latest.tsv.before-refill-20260706-170839 KEYMASK-awg1-latest.tsv.before-refill-20260708-061633 KEYMASK-awg1-loadpath-check.tsv KEYMASK-latest.json /root/hmn/cache/wg-candidates-latest.tsv /root/hmn/cache/working-awg1-latest.tsv KEYMASK-apply-selected-standby-only-20260601-143908.tar.gz KEYMASK-nightly-refresh-cron-20260601-152930.tar.gz KEYMASK-refresh-wrapper-standby-only-20260601-151334.tar.gz KEYMASK-safe-failover-vpn1-amsterdam-20260601-134555.tar.gz KEYMASK-safe-failover-vpn2-tallinn-20260601-142114.tar.gz KEYMASK-vpn1-amsterdam-20260601-131612.tar.gz /root/hmn/hmn-apply-selected.sh /root/hmn/hmn-clean-old-files.sh /root/hmn/hmn-code-test.sh /root/hmn/hmn-download-all-awg.sh /root/hmn/hmn-load-vpn-slot.sh /root/hmn/hmn-load-vpn-test.sh /root/hmn/hmn-load-vpn-user.sh /root/hmn/hmn-plan-selected.sh /root/hmn/hmn-plan-selected.sh.before-active-not-top2-fix-20260601-151230 /root/hmn/hmn-pool-low-watermark-check.sh /root/hmn/hmn-rank-awg.sh /root/hmn/hmn-refill-slot.sh /root/hmn/hmn-refresh-awg.sh /root/hmn/hmn-refresh-awg.sh.before-awk-lock-20260601-152842 /root/hmn/hmn-refresh-awg.sh.before-lock-20260601-152728 /root/hmn/hmn-refresh-pool-cron.sh /root/hmn/hmn-refresh-pool-safe.sh /root/hmn/hmn-refresh-retry-cron.sh /root/hmn/hmn-set-code.sh /root/hmn/hmn-test-all-awg.sh /root/hmn/hmn-validate-current-pool.sh /root/hmn/hmn-vpn-egress-revive.sh /root/hmn/hmn-vpn-user-override.sh /root/hmn/hmn.env /root/hmn/logs/cron-refresh-pool-safe-last.log /root/hmn/logs/cron-refresh-retry-last.log /root/hmn/logs/h42e-reboot-forensics-vm101-20260603-165459.txt /root/hmn/logs/low-watermark-last.log /root/hmn/logs/refresh-pool-safe-20260706-161226-12417.log /root/hmn/logs/refresh-pool-safe-20260707-042000-9733.log /root/hmn/logs/refresh-pool-safe-20260708-042000-24122.log /root/hmn/logs/validate-current-pool-20260706-161434.log /root/hmn/logs/validate-current-pool-20260707-042048.log /root/hmn/logs/validate-current-pool-20260708-042044.log /root/hmn/logs/vpn-egress-revive-last.log /root/hmn/logs/vpn-user-override.log /root/hmn/refill.log /root/hmn/reports/ok-awg1-strict-all-20260603-162225.tsv /root/hmn/reports/ok-awg1-strict-all-20260604-042130.tsv /root/hmn/reports/ok-awg1-strict-all-20260605-042129.tsv /root/hmn/reports/ok-awg1-strict-all-20260606-042128.tsv /root/hmn/reports/ok-awg1-strict-all-20260606-180839.tsv /root/hmn/reports/ok-awg1-strict-all-20260607-042129.tsv /root/hmn/reports/ok-awg1-strict-all-20260607-122354.tsv /root/hmn/reports/ok-awg1-strict-all-20260607-181002.tsv /root/hmn/reports/ok-awg1-strict-all-20260608-042050.tsv /root/hmn/reports/ok-awg1-strict-all-20260706-161434.tsv /root/hmn/reports/ok-awg1-strict-all-20260707-042048.tsv /root/hmn/reports/ok-awg1-strict-all-20260708-042044.tsv /root/hmn/reports/ok-awg1-strict-foreign-20260603-162225.tsv /root/hmn/reports/ok-awg1-strict-foreign-20260604-042130.tsv /root/hmn/reports/ok-awg1-strict-foreign-20260605-042129.tsv /root/hmn/reports/ok-awg1-strict-foreign-20260606-042128.tsv /root/hmn/reports/ok-awg1-strict-foreign-20260606-180839.tsv /root/hmn/reports/ok-awg1-strict-foreign-20260607-042129.tsv /root/hmn/reports/ok-awg1-strict-foreign-20260607-122354.tsv /root/hmn/reports/ok-awg1-strict-foreign-20260607-181002.tsv /root/hmn/reports/ok-awg1-strict-foreign-20260608-042050.tsv /root/hmn/reports/ok-awg1-strict-foreign-20260706-161434.tsv /root/hmn/reports/ok-awg1-strict-foreign-20260707-042048.tsv /root/hmn/reports/ok-awg1-strict-foreign-20260708-042044.tsv /root/hmn/state/active-slot /root/hmn/state/bad-endpoints-20260603.txt /root/hmn/state/bad-endpoints-20260604.txt ### FILE /root/router-ops-backups/20260708-082358-before-egress-rework/hotplug-99-vpn-egress-manager -rwxr-xr-x 1 root root 691 Jun 3 16:20 /root/router-ops-backups/20260708-082358-before-egress-rework/hotplug-99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### FILE /root/router-ops-backups/20260708-082358-before-egress-rework/hotplug-99-vpnin-policy-route -rwxr-xr-x 1 root root 95 Jun 3 16:20 /root/router-ops-backups/20260708-082358-before-egress-rework/hotplug-99-vpnin-policy-route sha256=d5ca9601daeab68242ca1dd02f7e4b2d26f04d76fc6493941f6a5387b66afc09 #!/bin/sh # Disabled. Active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### FILE /root/router-ops-backups/20260708-082358-before-egress-rework/ip-br-addr.txt -rw-r--r-- 1 root root 410 Jul 8 08:24 /root/router-ops-backups/20260708-082358-before-egress-rework/ip-br-addr.txt sha256=199e0eceade4a764588ec8520dbff974ac0a67e17c58351c933c68b1fd511fcf lo UNKNOWN 127.0.0.1/8 ::1/128 eth0 UP 95.165.105.4/20 fe80::be24:11ff:fe42:83cf/64 eth1 UP 10.200.0.2/24 fe80::be24:11ff:fe09:4e2c/64 eth2 UP 10.71.100.2/24 fe80::be24:11ff:fe4d:7a71/64 eth3 UP 10.201.0.2/24 fe80::be24:11ff:fec8:2ee1/64 vpn1 UNKNOWN 10.91.233.132/32 ### FILE /root/router-ops-backups/20260708-082358-before-egress-rework/ip-route-all.txt -rw-r--r-- 1 root root 3047 Jul 8 08:24 /root/router-ops-backups/20260708-082358-before-egress-rework/ip-route-all.txt sha256=6500280b7a64ea53c2c1a0de9b60b53d8da5c7784f7b51634d5ad9cb54e71218 default dev vpn1 table 200 scope link 10.200.0.0/24 dev eth1 table 200 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 table 200 scope link src 10.201.0.2 default via 95.165.96.1 dev eth0 proto static src 95.165.105.4 9.9.9.9 dev vpn1 scope link 10.71.100.0/24 dev eth2 proto kernel scope link src 10.71.100.2 10.200.0.0/24 dev eth1 proto kernel scope link src 10.200.0.2 10.201.0.0/24 dev eth3 proto kernel scope link src 10.201.0.2 10.250.100.0/24 via 10.71.100.1 dev eth2 proto static 95.165.96.0/20 dev eth0 proto kernel scope link src 95.165.105.4 95.211.68.119 via 95.165.96.1 dev eth0 proto static 178.215.227.13 via 95.165.96.1 dev eth0 proto static 192.71.27.64 via 95.165.96.1 dev eth0 proto static 192.121.163.235 via 95.165.96.1 dev eth0 proto static local 10.71.100.2 dev eth2 table local proto kernel scope host src 10.71.100.2 broadcast 10.71.100.255 dev eth2 table local proto kernel scope link src 10.71.100.2 local 10.91.233.132 dev vpn1 table local proto kernel scope host src 10.91.233.132 local 10.200.0.2 dev eth1 table local proto kernel scope host src 10.200.0.2 broadcast 10.200.0.255 dev eth1 table local proto kernel scope link src 10.200.0.2 local 10.201.0.2 dev eth3 table local proto kernel scope host src 10.201.0.2 broadcast 10.201.0.255 dev eth3 table local proto kernel scope link src 10.201.0.2 local 95.165.105.4 dev eth0 table local proto kernel scope host src 95.165.105.4 broadcast 95.165.111.255 dev eth0 table local proto kernel scope link src 95.165.105.4 local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1 local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1 broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1 fe80::/64 dev eth3 proto kernel metric 256 pref medium fe80::/64 dev eth2 proto kernel metric 256 pref medium fe80::/64 dev eth1 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium local ::1 dev lo table local proto kernel metric 0 pref medium anycast fe80:: dev eth3 table local proto kernel metric 0 pref medium anycast fe80:: dev eth1 table local proto kernel metric 0 pref medium anycast fe80:: dev eth2 table local proto kernel metric 0 pref medium anycast fe80:: dev eth0 table local proto kernel metric 0 pref medium local fe80::be24:11ff:fe09:4e2c dev eth1 table local proto kernel metric 0 pref medium local fe80::be24:11ff:fe42:83cf dev eth0 table local proto kernel metric 0 pref medium local fe80::be24:11ff:fe4d:7a71 dev eth2 table local proto kernel metric 0 pref medium local fe80::be24:11ff:fec8:2ee1 dev eth3 table local proto kernel metric 0 pref medium multicast ff00::/8 dev eth3 table local proto kernel metric 256 pref medium multicast ff00::/8 dev eth2 table local proto kernel metric 256 pref medium multicast ff00::/8 dev eth1 table local proto kernel metric 256 pref medium multicast ff00::/8 dev eth0 table local proto kernel metric 256 pref medium multicast ff00::/8 dev vpn1 table local proto kernel metric 256 pref medium ### FILE /root/router-ops-backups/20260708-082358-before-egress-rework/network.uci -rw-r--r-- 1 root root 5034 Jul 8 08:24 /root/router-ops-backups/20260708-082358-before-egress-rework/network.uci sha256=493a79a05267d99b30666f51bef64a45a5dfc9b3c2f854b46213233aee703849 package network config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:40+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-08T06:15:47+00:00' option hmn_endpoint '192.121.163.235:42530' config amneziawg_vpn2 option description '128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.121.163.235' option endpoint_port '42530' ### FILE /root/router-ops-backups/20260708-082358-before-egress-rework/nft-ruleset.txt -rw-r--r-- 1 root root 12173 Jul 8 08:24 /root/router-ops-backups/20260708-082358-before-egress-rework/nft-ruleset.txt sha256=a98929d801c16ce06b99e0d658c99a9937f28e15423edcbcb2e87b98d6c75084 table inet fw4 { chain wg_guest_snat { type nat hook postrouting priority srcnat - 1; policy accept; iifname "eth0" oifname "eth2" ip daddr 192.168.30.189 udp dport 51821 counter packets 0 bytes 0 snat ip to 192.168.30.2 comment "WG_GUEST_51821_SNAT" } chain input { type filter hook input priority filter; policy drop; iif "lo" accept comment "!fw4: Accept traffic from loopback" ct state vmap { established : accept, related : accept } comment "!fw4: Handle inbound flows" tcp flags & (fin | syn | rst | ack) == syn jump syn_flood comment "!fw4: Rate limit TCP syn packets" iifname "eth0" jump input_wan comment "!fw4: Handle wan IPv4/IPv6 input traffic" iifname "eth2" jump input_Management comment "!fw4: Handle Management IPv4/IPv6 input traffic" iifname "eth3" jump input_direct_in comment "!fw4: Handle direct_in IPv4/IPv6 input traffic" iifname "eth1" jump input_vpn_in comment "!fw4: Handle vpn_in IPv4/IPv6 input traffic" iifname { "vpn1", "vpn2" } jump input_vpn_out comment "!fw4: Handle vpn_out IPv4/IPv6 input traffic" jump handle_reject } chain forward { type filter hook forward priority filter; policy drop; ct state vmap { established : accept, related : accept } comment "!fw4: Handle forwarded flows" iifname "eth0" jump forward_wan comment "!fw4: Handle wan IPv4/IPv6 forward traffic" iifname "eth2" jump forward_Management comment "!fw4: Handle Management IPv4/IPv6 forward traffic" iifname "eth3" jump forward_direct_in comment "!fw4: Handle direct_in IPv4/IPv6 forward traffic" iifname "eth1" jump forward_vpn_in comment "!fw4: Handle vpn_in IPv4/IPv6 forward traffic" iifname { "vpn1", "vpn2" } jump forward_vpn_out comment "!fw4: Handle vpn_out IPv4/IPv6 forward traffic" jump handle_reject } chain output { type filter hook output priority filter; policy accept; oif "lo" accept comment "!fw4: Accept traffic towards loopback" ct state vmap { established : accept, related : accept } comment "!fw4: Handle outbound flows" oifname "eth0" jump output_wan comment "!fw4: Handle wan IPv4/IPv6 output traffic" oifname "eth2" jump output_Management comment "!fw4: Handle Management IPv4/IPv6 output traffic" oifname "eth3" jump output_direct_in comment "!fw4: Handle direct_in IPv4/IPv6 output traffic" oifname "eth1" jump output_vpn_in comment "!fw4: Handle vpn_in IPv4/IPv6 output traffic" oifname { "vpn1", "vpn2" } jump output_vpn_out comment "!fw4: Handle vpn_out IPv4/IPv6 output traffic" } chain prerouting { type filter hook prerouting priority filter; policy accept; iifname "eth3" jump helper_direct_in comment "!fw4: Handle direct_in IPv4/IPv6 helper assignment" iifname "eth1" jump helper_vpn_in comment "!fw4: Handle vpn_in IPv4/IPv6 helper assignment" } chain handle_reject { meta l4proto tcp reject with tcp reset comment "!fw4: Reject TCP traffic" reject comment "!fw4: Reject any other traffic" } chain syn_flood { limit rate 25/second burst 50 packets return comment "!fw4: Accept SYN packets below rate-limit" drop comment "!fw4: Drop excess packets" } chain input_wan { meta nfproto ipv4 udp dport 68 counter packets 0 bytes 0 accept comment "!fw4: Allow-DHCP-Renew" icmp type echo-request counter packets 9 bytes 352 accept comment "!fw4: Allow-Ping" meta nfproto ipv4 meta l4proto igmp counter packets 0 bytes 0 accept comment "!fw4: Allow-IGMP" meta nfproto ipv6 udp dport 546 counter packets 0 bytes 0 accept comment "!fw4: Allow-DHCPv6" ip6 saddr fe80::/10 icmpv6 type . icmpv6 code { mld-listener-query . 0, mld-listener-report . 0, mld-listener-done . 0, mld2-listener-report . 0 } counter packets 0 bytes 0 accept comment "!fw4: Allow-MLD" icmpv6 type { destination-unreachable, time-exceeded, echo-request, echo-reply, nd-router-solicit, nd-router-advert } limit rate 1000/second burst 5 packets counter packets 2 bytes 112 accept comment "!fw4: Allow-ICMPv6-Input" icmpv6 type . icmpv6 code { packet-too-big . 0, parameter-problem . 0, nd-neighbor-solicit . 0, nd-neighbor-advert . 0, parameter-problem . 1 } limit rate 1000/second burst 5 packets counter packets 0 bytes 0 accept comment "!fw4: Allow-ICMPv6-Input" ct status dnat accept comment "!fw4: Accept port redirections" jump reject_from_wan } chain output_wan { jump accept_to_wan } chain forward_wan { icmpv6 type { destination-unreachable, time-exceeded, echo-request, echo-reply } limit rate 1000/second burst 5 packets counter packets 0 bytes 0 accept comment "!fw4: Allow-ICMPv6-Forward" icmpv6 type . icmpv6 code { packet-too-big . 0, parameter-problem . 0, parameter-problem . 1 } limit rate 1000/second burst 5 packets counter packets 0 bytes 0 accept comment "!fw4: Allow-ICMPv6-Forward" ct status dnat accept comment "!fw4: Accept port forwards" jump reject_to_wan } chain accept_to_wan { meta nfproto ipv4 oifname "eth0" ct state invalid counter packets 1 bytes 40 drop comment "!fw4: Prevent NAT leakage" oifname "eth0" counter packets 75 bytes 18560 accept comment "!fw4: accept wan IPv4/IPv6 traffic" } chain reject_from_wan { iifname "eth0" counter packets 3381 bytes 171867 jump handle_reject comment "!fw4: reject wan IPv4/IPv6 traffic" } chain reject_to_wan { oifname "eth0" counter packets 0 bytes 0 jump handle_reject comment "!fw4: reject wan IPv4/IPv6 traffic" } chain input_Management { ct status dnat accept comment "!fw4: Accept port redirections" jump accept_from_Management } chain output_Management { jump accept_to_Management } chain forward_Management { ct status dnat accept comment "!fw4: Accept port forwards" jump reject_to_Management } chain accept_from_Management { iifname "eth2" counter packets 18 bytes 1072 accept comment "!fw4: accept Management IPv4/IPv6 traffic" } chain accept_to_Management { meta nfproto ipv4 oifname "eth2" ct state invalid counter packets 0 bytes 0 drop comment "!fw4: Prevent NAT leakage" oifname "eth2" counter packets 0 bytes 0 accept comment "!fw4: accept Management IPv4/IPv6 traffic" } chain reject_to_Management { oifname "eth2" counter packets 0 bytes 0 jump handle_reject comment "!fw4: reject Management IPv4/IPv6 traffic" } chain input_direct_in { jump accept_from_direct_in } chain output_direct_in { jump accept_to_direct_in } chain forward_direct_in { jump accept_to_wan comment "!fw4: Accept direct_in to wan forwarding" jump reject_to_direct_in } chain helper_direct_in { } chain accept_from_direct_in { iifname "eth3" counter packets 2 bytes 112 accept comment "!fw4: accept direct_in IPv4/IPv6 traffic" } chain accept_to_direct_in { oifname "eth3" counter packets 0 bytes 0 accept comment "!fw4: accept direct_in IPv4/IPv6 traffic" } chain reject_to_direct_in { oifname "eth3" counter packets 0 bytes 0 jump handle_reject comment "!fw4: reject direct_in IPv4/IPv6 traffic" } chain input_vpn_in { icmp type echo-request counter packets 0 bytes 0 accept comment "!fw4: Allow-ICMP-from-vpn_in-to-router" jump accept_from_vpn_in } chain output_vpn_in { jump accept_to_vpn_in } chain forward_vpn_in { jump accept_to_vpn_out comment "!fw4: Accept vpn_in to vpn_out forwarding" jump accept_to_wan comment "!fw4: Accept vpn_in to wan forwarding" jump reject_to_vpn_in } chain helper_vpn_in { } chain accept_from_vpn_in { iifname "eth1" counter packets 3 bytes 168 accept comment "!fw4: accept vpn_in IPv4/IPv6 traffic" } chain accept_to_vpn_in { oifname "eth1" counter packets 0 bytes 0 accept comment "!fw4: accept vpn_in IPv4/IPv6 traffic" } chain reject_to_vpn_in { oifname "eth1" counter packets 0 bytes 0 jump handle_reject comment "!fw4: reject vpn_in IPv4/IPv6 traffic" } chain input_vpn_out { jump reject_from_vpn_out } chain output_vpn_out { jump accept_to_vpn_out } chain forward_vpn_out { jump reject_to_vpn_out } chain accept_to_vpn_out { meta nfproto ipv4 oifname { "vpn1", "vpn2" } ct state invalid counter packets 0 bytes 0 drop comment "!fw4: Prevent NAT leakage" oifname { "vpn1", "vpn2" } counter packets 257 bytes 21588 accept comment "!fw4: accept vpn_out IPv4/IPv6 traffic" } chain reject_from_vpn_out { iifname { "vpn1", "vpn2" } counter packets 0 bytes 0 jump handle_reject comment "!fw4: reject vpn_out IPv4/IPv6 traffic" } chain reject_to_vpn_out { oifname { "vpn1", "vpn2" } counter packets 0 bytes 0 jump handle_reject comment "!fw4: reject vpn_out IPv4/IPv6 traffic" } chain dstnat { type nat hook prerouting priority dstnat; policy accept; iifname "eth0" jump dstnat_wan comment "!fw4: Handle wan IPv4/IPv6 dstnat traffic" iifname "eth2" jump dstnat_Management comment "!fw4: Handle Management IPv4/IPv6 dstnat traffic" } chain srcnat { type nat hook postrouting priority srcnat; policy accept; oifname "eth0" jump srcnat_wan comment "!fw4: Handle wan IPv4/IPv6 srcnat traffic" oifname "eth2" jump srcnat_Management comment "!fw4: Handle Management IPv4/IPv6 srcnat traffic" oifname { "vpn1", "vpn2" } jump srcnat_vpn_out comment "!fw4: Handle vpn_out IPv4/IPv6 srcnat traffic" } chain dstnat_wan { meta nfproto ipv4 udp dport 51821 counter packets 0 bytes 0 dnat ip to 10.71.1.189:51821 comment "!fw4: WG_easy_51821_to_VM103" meta nfproto ipv4 udp dport 51820 counter packets 0 bytes 0 dnat ip to 10.71.100.1:51820 comment "!fw4: wg_remote_to_vm100" meta nfproto ipv4 udp dport 51830 counter packets 0 bytes 0 dnat ip to 10.71.100.1:51830 comment "!fw4: DNAT-WG-Paid-51830-to-VM100" } chain srcnat_wan { meta nfproto ipv4 masquerade comment "!fw4: Masquerade IPv4 wan traffic" } chain dstnat_Management { ip saddr 10.71.100.0/24 ip daddr 95.165.105.4 udp dport 51821 dnat ip to 10.71.1.189:51821 comment "!fw4: WG_easy_51821_to_VM103 (reflection)" ip saddr 10.71.100.0/24 ip daddr 95.165.105.4 udp dport 51820 dnat ip to 10.71.100.1:51820 comment "!fw4: wg_remote_to_vm100 (reflection)" ip saddr 10.71.100.0/24 ip daddr 95.165.105.4 udp dport 51830 dnat ip to 10.71.100.1:51830 comment "!fw4: DNAT-WG-Paid-51830-to-VM100 (reflection)" } chain srcnat_Management { ip saddr 10.71.100.0/24 ip daddr 10.71.1.189 udp dport 51821 snat ip to 10.71.100.2 comment "!fw4: WG_easy_51821_to_VM103 (reflection)" ip saddr 10.71.100.0/24 ip daddr 10.71.100.1 udp dport 51820 snat ip to 10.71.100.2 comment "!fw4: wg_remote_to_vm100 (reflection)" ip saddr 10.71.100.0/24 ip daddr 10.71.100.1 udp dport 51830 snat ip to 10.71.100.2 comment "!fw4: DNAT-WG-Paid-51830-to-VM100 (reflection)" ip daddr 192.168.30.186 tcp dport 65000-65535 counter packets 0 bytes 0 masquerade comment "!fw4: OMR_SERVER_SNAT_TO_MGMT" ip daddr 192.168.30.186 udp dport 65000-65535 counter packets 0 bytes 0 masquerade comment "!fw4: OMR_SERVER_SNAT_TO_MGMT" meta nfproto ipv4 masquerade comment "!fw4: Masquerade IPv4 Management traffic" } chain srcnat_vpn_out { meta nfproto ipv4 masquerade comment "!fw4: Masquerade IPv4 vpn_out traffic" } chain raw_prerouting { type filter hook prerouting priority raw; policy accept; } chain raw_output { type filter hook output priority raw; policy accept; } chain mangle_prerouting { type filter hook prerouting priority mangle; policy accept; } chain mangle_postrouting { type filter hook postrouting priority mangle; policy accept; oifname "eth0" tcp flags & (fin | syn | rst) == syn tcp option maxseg size set rt mtu comment "!fw4: Zone wan IPv4/IPv6 egress MTU fixing" ### FILE /root/router-ops-backups/20260708-082358-before-egress-rework/vpn-egress-manager.sh -rwxr-xr-x 1 root root 9700 Jul 6 10:00 /root/router-ops-backups/20260708-082358-before-egress-rework/vpn-egress-manager.sh sha256=499688044940ff193e078c4198f17e361d59f58a2d84ce5821d77d607288d7d7 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" # HMN_VPN_USER_OVERRIDE_MANAGER_GUARD_V1 # If timed vpn_user override is active, do not let the normal egress manager # overwrite table 200 back to vpn1/vpn2. if [ -x /root/hmn/hmn-vpn-user-override.sh ]; then if /root/hmn/hmn-vpn-user-override.sh manager-guard >/dev/null 2>&1; then logger -t vpn-user-override "active override: vpn-egress-manager skipped" exit 0 fi fi # END_HMN_VPN_USER_OVERRIDE_MANAGER_GUARD_V1 REFRESH_LOCK="/tmp/hmn-refresh-pool-safe.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 # Strict runtime health: # both probe IPs must pass with 0% packet loss. # One lost ping means this tunnel is considered bad right now. for IP in "$PROBE_IP1" "$PROBE_IP2"; do probe_cleanup "$DEV" ip route replace "$IP/32" dev "$DEV" 2>/dev/null if [ "$?" != "0" ]; then probe_cleanup "$DEV" logger -t "${LOGTAG:-vpn-egress}" "strict health failed for $DEV: cannot add probe route to $IP" return 1 fi OUT="$(ping -4 -I "$DEV" -c 5 -W 2 "$IP" 2>/dev/null || true)" probe_cleanup "$DEV" LOSS_LINE="$(echo "$OUT" | grep 'packet loss' | tail -n1)" echo "$LOSS_LINE" | grep -q ' 0% packet loss' if [ "$?" != "0" ]; then logger -t "${LOGTAG:-vpn-egress}" "strict health failed for $DEV on $IP: ${LOSS_LINE:-no ping result}" return 1 fi done return 0 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } refill_failed_slot() { FAILED="$1" ACTIVE_NOW="$2" [ -n "$FAILED" ] || return 0 [ -n "$ACTIVE_NOW" ] || return 0 [ "$FAILED" = "$ACTIVE_NOW" ] && return 0 REFILL_HELPER="/root/hmn/hmn-refill-slot.sh" REFILL_LOG="/root/hmn/refill.log" if [ ! -x "$REFILL_HELPER" ]; then logger -t "$LOGTAG" "refill helper missing, skip refill for failed=$FAILED active=$ACTIVE_NOW" return 0 fi logger -t "$LOGTAG" "refill start: failed=$FAILED active=$ACTIVE_NOW" RC=0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "manager_refill failed_slot=$FAILED active_slot=$ACTIVE_NOW" "$REFILL_HELPER" "$FAILED" "$ACTIVE_NOW" RC="$?" echo "refill_rc=$RC" echo } >> "$REFILL_LOG" 2>&1 if [ "$RC" = "0" ]; then logger -t "$LOGTAG" "refill success: failed=$FAILED active=$ACTIVE_NOW" else logger -t "$LOGTAG" "refill failed rc=$RC: failed=$FAILED active=$ACTIVE_NOW" fi set_active_slot "$ACTIVE_NOW" ip route replace default dev "$ACTIVE_NOW" table "$TABLE" 2>/dev/null || true /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache return 0 } try_slot() { DEV="$1" ### FILE /root/router-ops-backups/20260708-083241-step029c1-freeze-legacy-cron/crontab.after -rw-r--r-- 1 root root 491 Jul 8 08:32 /root/router-ops-backups/20260708-083241-step029c1-freeze-legacy-cron/crontab.after sha256=c8bfdbe5025b8d41f46e389c0ebdc828f5d411479419bb6c16a1c3aebbe8b887 # STEP_029C1_DISABLED * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 # STEP_029C1_DISABLED 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh # STEP_029C1_DISABLED 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 # STEP_029C1_DISABLED 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh # STEP_029C1_DISABLED 10 3 * * * /root/hmn/hmn-clean-old-files.sh >/dev/null 2>&1 # STEP_029C1_DISABLED * * * * * /root/hmn/hmn-vpn-user-override.sh tick >/dev/null 2>&1 ### FILE /root/router-ops-backups/20260708-083241-step029c1-freeze-legacy-cron/crontab.before -rw-r--r-- 1 root root 359 Jul 8 08:32 /root/router-ops-backups/20260708-083241-step029c1-freeze-legacy-cron/crontab.before sha256=cbe6763928e4516e91f853fdd3ccd126874666770a32bab4ff8c92d83088d7da * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh 10 3 * * * /root/hmn/hmn-clean-old-files.sh >/dev/null 2>&1 * * * * * /root/hmn/hmn-vpn-user-override.sh tick >/dev/null 2>&1 ### FILE /root/router-ops-backups/20260708-083241-step029c1-freeze-legacy-cron/crontab.installed -rw-r--r-- 1 root root 491 Jul 8 08:32 /root/router-ops-backups/20260708-083241-step029c1-freeze-legacy-cron/crontab.installed sha256=c8bfdbe5025b8d41f46e389c0ebdc828f5d411479419bb6c16a1c3aebbe8b887 # STEP_029C1_DISABLED * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 # STEP_029C1_DISABLED 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh # STEP_029C1_DISABLED 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 # STEP_029C1_DISABLED 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh # STEP_029C1_DISABLED 10 3 * * * /root/hmn/hmn-clean-old-files.sh >/dev/null 2>&1 # STEP_029C1_DISABLED * * * * * /root/hmn/hmn-vpn-user-override.sh tick >/dev/null 2>&1 ### FILE /root/router-ops-backups/STEP_029C2_hotplug/99-vpn-egress-manager.before -rwxr-xr-x 1 root root 691 Jun 3 16:20 /root/router-ops-backups/STEP_029C2_hotplug/99-vpn-egress-manager.before sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### FILE /root/router-ops-backups/STEP_029C2_hotplug/99-vpnin-policy-route.before -rwxr-xr-x 1 root root 95 Jun 3 16:20 /root/router-ops-backups/STEP_029C2_hotplug/99-vpnin-policy-route.before sha256=d5ca9601daeab68242ca1dd02f7e4b2d26f04d76fc6493941f6a5387b66afc09 #!/bin/sh # Disabled. Active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### FILE /root/router-ops-backups/firewall-before-step032b-20260708-105638 -rw------- 1 root root 3990 Jul 8 10:56 /root/router-ops-backups/firewall-before-step032b-20260708-105638 sha256=97919e79dd2afd51b2395856532cc58b8ca8fe5551d648eb9d6a698b60a5f6e3 config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option masq '1' list network 'mgmt' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn1' list network 'vpn2' list network 'vpn_user' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' config redirect option name 'wg_remote_to_vm100' option src 'wan' option dest 'Management' option src_dport '51820' option dest_ip '10.71.100.1' option dest_port '51820' option proto 'udp' option target 'DNAT' config redirect 'dnat_wg_paid_51830' option name 'DNAT-WG-Paid-51830-to-VM100' option src 'wan' option src_dport '51830' option dest_ip '10.71.100.1' option dest_port '51830' option proto 'udp' option target 'DNAT' option dest 'Management' ### FILE /root/router-ops-backups/step035f-vm101-multiclass-mapper-20260708-124527/router-wgpay-canary-apply.sh.before -rwxr-xr-x 1 root root 1380 Jul 8 12:27 /root/router-ops-backups/step035f-vm101-multiclass-mapper-20260708-124527/router-wgpay-canary-apply.sh.before sha256=92ad60265c921682ea31ff465423f44a48fa9c7f03aa486a2610e7030f0a333f #!/bin/sh set -u TABLE="router_egress_dscp_canary" case "${1:-start}" in start|restart|reload) ip rule show | grep -E 'fwmark 0x203.*lookup 203|fwmark 0x203/0xffffffff.*lookup 203' >/dev/null || { echo "BLOCK: fwmark_rule_203_missing" exit 2 } ip route show table 203 | grep -E 'default .* dev vpn3|default dev vpn3' >/dev/null || { echo "BLOCK: table203_not_vpn3" exit 3 } nft delete table inet "$TABLE" 2>/dev/null || true nft add table inet "$TABLE" nft add chain inet "$TABLE" prerouting '{ type filter hook prerouting priority mangle; policy accept; }' nft add chain inet "$TABLE" postrouting '{ type filter hook postrouting priority mangle; policy accept; }' nft add rule inet "$TABLE" prerouting iifname "eth1" ip saddr 10.200.0.1 ip dscp cs1 meta mark set 0x203 counter comment "STEP_034M_PERSIST_DSCP_CS1_TO_FW_MARK_0x203" nft add rule inet "$TABLE" postrouting meta mark 0x203 ip dscp cs1 ip dscp set cs0 counter comment "STEP_034M_PERSIST_CLEAR_DSCP_ON_MARKED_EGRESS" echo "applied_vm101_router_egress_dscp_canary=1" ;; stop) nft delete table inet "$TABLE" 2>/dev/null || true echo "stopped_vm101_router_egress_dscp_canary=1" ;; status) nft list table inet "$TABLE" 2>/dev/null ;; *) echo "usage: $0 {start|stop|restart|reload|status}" exit 1 ;; esac ### FILE /root/router-ops-backups/step035f-vm101-multiclass-mapper-20260708-124527/router-wgpay-canary.init.before -rwxr-xr-x 1 root root 233 Jul 8 12:27 /root/router-ops-backups/step035f-vm101-multiclass-mapper-20260708-124527/router-wgpay-canary.init.before sha256=305468309ddd0e0c242d5b187701f86351a60f8e13a083c343ecdf998ec2a2ed #!/bin/sh /etc/rc.common START=99 STOP=10 start() { /usr/local/sbin/router-wgpay-canary-apply.sh start } stop() { /usr/local/sbin/router-wgpay-canary-apply.sh stop } restart() { stop start } reload_service() { start } ### FILE /root/router-ops-backups/step036c-ifup-vpn2-table202-20260708-125352/ip-br-before.txt -rw-r--r-- 1 root root 560 Jul 8 12:53 /root/router-ops-backups/step036c-ifup-vpn2-table202-20260708-125352/ip-br-before.txt sha256=684cacbad542e427375a43172445ed7cd84557b96aaffd1fa6ce604fcf66e06b lo UNKNOWN 127.0.0.1/8 ::1/128 eth0 UP 95.165.105.4/20 fe80::be24:11ff:fe42:83cf/64 eth1 UP 10.200.0.2/24 fe80::be24:11ff:fe09:4e2c/64 eth2 UP 10.71.100.2/24 fe80::be24:11ff:fe4d:7a71/64 eth3 UP 10.201.0.2/24 fe80::be24:11ff:fec8:2ee1/64 vpn1 UNKNOWN 10.91.233.132/32 vpn3 UNKNOWN 10.104.58.24/32 vpn4 UNKNOWN 10.103.120.171/32 vpn5 UNKNOWN 10.97.189.145/32 ### FILE /root/router-ops-backups/step036c-ifup-vpn2-table202-20260708-125352/mark202-route-after.txt -rw-r--r-- 1 root root 74 Jul 8 12:53 /root/router-ops-backups/step036c-ifup-vpn2-table202-20260708-125352/mark202-route-after.txt sha256=205dd6ce7e8a4992e0fbc1a9ef8e6285227a20351c7603ded73a3abf33d05b38 1.1.1.1 dev vpn2 table 202 src 10.86.108.200 mark 0x202 uid 0 cache ### FILE /root/router-ops-backups/step036c-ifup-vpn2-table202-20260708-125352/table200-after.txt -rw-r--r-- 1 root root 129 Jul 8 12:53 /root/router-ops-backups/step036c-ifup-vpn2-table202-20260708-125352/table200-after.txt sha256=5e526096f08b0d98bd06a8b1f0666bd901caf384541185aa8eb17aa337259bcb default dev vpn1 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 ### FILE /root/router-ops-backups/step036e-vpn1-table201-20260708-125651/ip-br-before.txt -rw-r--r-- 1 root root 610 Jul 8 12:56 /root/router-ops-backups/step036e-vpn1-table201-20260708-125651/ip-br-before.txt sha256=76256e1de4b05d68f16326bee0516f6671ff44301fcd2a49a2166dd3febb8743 lo UNKNOWN 127.0.0.1/8 ::1/128 eth0 UP 95.165.105.4/20 fe80::be24:11ff:fe42:83cf/64 eth1 UP 10.200.0.2/24 fe80::be24:11ff:fe09:4e2c/64 eth2 UP 10.71.100.2/24 fe80::be24:11ff:fe4d:7a71/64 eth3 UP 10.201.0.2/24 fe80::be24:11ff:fec8:2ee1/64 vpn1 UNKNOWN 10.91.233.132/32 vpn3 UNKNOWN 10.104.58.24/32 vpn4 UNKNOWN 10.103.120.171/32 vpn5 UNKNOWN 10.97.189.145/32 vpn2 UNKNOWN 10.86.108.200/32 ### FILE /root/router-ops-backups/step036e-vpn1-table201-20260708-125651/mark201-route-after.txt -rw-r--r-- 1 root root 74 Jul 8 12:56 /root/router-ops-backups/step036e-vpn1-table201-20260708-125651/mark201-route-after.txt sha256=5eb2bc16f3b81fbc49d3c301e76d3c582b1ef0b1d2c3fd6a90d34405d97bf42b 1.1.1.1 dev vpn1 table 201 src 10.91.233.132 mark 0x201 uid 0 cache ### FILE /root/router-ops-backups/step036e-vpn1-table201-20260708-125651/table200-after.txt -rw-r--r-- 1 root root 129 Jul 8 12:56 /root/router-ops-backups/step036e-vpn1-table201-20260708-125651/table200-after.txt sha256=5e526096f08b0d98bd06a8b1f0666bd901caf384541185aa8eb17aa337259bcb default dev vpn1 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 ### FILE /root/router-ops-backups/step036e-vpn1-table201-20260708-125651/table200-before.txt -rw-r--r-- 1 root root 129 Jul 8 12:56 /root/router-ops-backups/step036e-vpn1-table201-20260708-125651/table200-before.txt sha256=5e526096f08b0d98bd06a8b1f0666bd901caf384541185aa8eb17aa337259bcb default dev vpn1 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 ### FILE /root/router-ops-backups/step036g-persist-5slot-policy-20260708-130020/table200-before.txt -rw-r--r-- 1 root root 129 Jul 8 13:00 /root/router-ops-backups/step036g-persist-5slot-policy-20260708-130020/table200-before.txt sha256=5e526096f08b0d98bd06a8b1f0666bd901caf384541185aa8eb17aa337259bcb default dev vpn1 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 ### FILE /root/router-ops-backups/step036g-persist-5slot-policy-20260708-130020/table201-before.txt -rw-r--r-- 1 root root 29 Jul 8 13:00 /root/router-ops-backups/step036g-persist-5slot-policy-20260708-130020/table201-before.txt sha256=50ed08ddabc3132a5ccb4c2c81f690c5bd15964909d09c8cfef222bba8f7b8cb default dev vpn1 scope link ### FILE /root/router-ops-backups/step036g-persist-5slot-policy-20260708-130020/table202-before.txt -rw-r--r-- 1 root root 29 Jul 8 13:00 /root/router-ops-backups/step036g-persist-5slot-policy-20260708-130020/table202-before.txt sha256=02b43ffd2e985a67e51ace8418724d9f2758255b6a6ef67b49a20139b035a64e default dev vpn2 scope link ### FILE /root/router-ops-backups/step036g-persist-5slot-policy-20260708-130020/table203-before.txt -rw-r--r-- 1 root root 29 Jul 8 13:00 /root/router-ops-backups/step036g-persist-5slot-policy-20260708-130020/table203-before.txt sha256=2ef39f22f004fd1a00f0fde256fc1057037db4b4facf9a1b2fc6656491e07b5b default dev vpn3 scope link ### FILE /root/router-ops-backups/step036g-persist-5slot-policy-20260708-130020/table204-before.txt -rw-r--r-- 1 root root 29 Jul 8 13:00 /root/router-ops-backups/step036g-persist-5slot-policy-20260708-130020/table204-before.txt sha256=27d2f79f7861436134f13ae6294e4b059128ce9e5c4c24516a60718418837a3a default dev vpn4 scope link ### FILE /root/router-ops-backups/step036g-persist-5slot-policy-20260708-130020/table205-before.txt -rw-r--r-- 1 root root 29 Jul 8 13:00 /root/router-ops-backups/step036g-persist-5slot-policy-20260708-130020/table205-before.txt sha256=825b0f26615d3cef29683b3282b9116e5f199a2cccf5ae385904b7f02e139eb3 default dev vpn5 scope link ### FILE /root/router-ops-backups/step036i-vm101-5class-mapper-20260708-130358/router-wgpay-canary-apply.sh.before -rwxr-xr-x 1 root root 2088 Jul 8 12:45 /root/router-ops-backups/step036i-vm101-5class-mapper-20260708-130358/router-wgpay-canary-apply.sh.before sha256=dc2d429973a971c0534ba3ea0b627c0b45efe97b653855ba5539991963fbb3e8 #!/bin/sh set -u TABLE="router_egress_dscp_canary" case "${1:-start}" in start|restart|reload) ip route show table 203 | grep -E 'default .* dev vpn3|default dev vpn3' >/dev/null || { echo "BLOCK: table203_not_vpn3" exit 2 } ip route show table 204 | grep -E 'default .* dev vpn4|default dev vpn4' >/dev/null || { echo "BLOCK: table204_not_vpn4" exit 3 } ip route show table 205 | grep -E 'default .* dev vpn5|default dev vpn5' >/dev/null || { echo "BLOCK: table205_not_vpn5" exit 4 } nft delete table inet "$TABLE" 2>/dev/null || true nft add table inet "$TABLE" nft add chain inet "$TABLE" prerouting '{ type filter hook prerouting priority mangle; policy accept; }' nft add chain inet "$TABLE" postrouting '{ type filter hook postrouting priority mangle; policy accept; }' nft add rule inet "$TABLE" prerouting iifname "eth1" ip saddr 10.200.0.1 ip dscp cs1 meta mark set 0x203 counter comment "STEP_035F_DSCP_CS1_TO_FW_MARK_0x203" nft add rule inet "$TABLE" prerouting iifname "eth1" ip saddr 10.200.0.1 ip dscp cs2 meta mark set 0x204 counter comment "STEP_035F_DSCP_CS2_TO_FW_MARK_0x204" nft add rule inet "$TABLE" prerouting iifname "eth1" ip saddr 10.200.0.1 ip dscp cs3 meta mark set 0x205 counter comment "STEP_035F_DSCP_CS3_TO_FW_MARK_0x205" nft add rule inet "$TABLE" postrouting meta mark 0x203 ip dscp cs1 ip dscp set cs0 counter comment "STEP_035F_CLEAR_DSCP_CS1_MARK_0x203" nft add rule inet "$TABLE" postrouting meta mark 0x204 ip dscp cs2 ip dscp set cs0 counter comment "STEP_035F_CLEAR_DSCP_CS2_MARK_0x204" nft add rule inet "$TABLE" postrouting meta mark 0x205 ip dscp cs3 ip dscp set cs0 counter comment "STEP_035F_CLEAR_DSCP_CS3_MARK_0x205" echo "applied_vm101_multiclass_mapper=1" ;; stop) nft delete table inet "$TABLE" 2>/dev/null || true echo "stopped_vm101_multiclass_mapper=1" ;; status) nft list table inet "$TABLE" 2>/dev/null ;; *) echo "usage: $0 {start|stop|restart|reload|status}" exit 1 ;; esac ### FILE /root/router-ops-backups/step036i-vm101-5class-mapper-20260708-130358/router-wgpay-canary.init.before -rwxr-xr-x 1 root root 233 Jul 8 12:27 /root/router-ops-backups/step036i-vm101-5class-mapper-20260708-130358/router-wgpay-canary.init.before sha256=305468309ddd0e0c242d5b187701f86351a60f8e13a083c343ecdf998ec2a2ed #!/bin/sh /etc/rc.common START=99 STOP=10 start() { /usr/local/sbin/router-wgpay-canary-apply.sh start } stop() { /usr/local/sbin/router-wgpay-canary-apply.sh stop } restart() { stop start } reload_service() { start } ### FILE /root/router-ops-backups/step036i-vm101-5class-mapper-20260708-130358/table200-before.txt -rw-r--r-- 1 root root 129 Jul 8 13:03 /root/router-ops-backups/step036i-vm101-5class-mapper-20260708-130358/table200-before.txt sha256=5e526096f08b0d98bd06a8b1f0666bd901caf384541185aa8eb17aa337259bcb default dev vpn1 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 ### FILE /root/router-ops-disabled-hotplug/STEP_029C2_hotplug/99-vpn-egress-manager.disabled -rwxr-xr-x 1 root root 691 Jun 3 16:20 /root/router-ops-disabled-hotplug/STEP_029C2_hotplug/99-vpn-egress-manager.disabled sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### FILE /root/router-ops-disabled-hotplug/STEP_029C2_hotplug/99-vpnin-policy-route.disabled -rwxr-xr-x 1 root root 95 Jun 3 16:20 /root/router-ops-disabled-hotplug/STEP_029C2_hotplug/99-vpnin-policy-route.disabled sha256=d5ca9601daeab68242ca1dd02f7e4b2d26f04d76fc6493941f6a5387b66afc09 #!/bin/sh # Disabled. Active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### FILE /root/router-ops-step032b-firewall/APPLY_FIREWALL_VPN_OUT_VPN3_4_5.sh -rwx------ 1 root root 803 Jul 8 10:56 /root/router-ops-step032b-firewall/APPLY_FIREWALL_VPN_OUT_VPN3_4_5.sh sha256=4b54aad84c07ec7fb916e31fe7624122e91b65d271093a03b6237ed563c560bc #!/bin/ash set -eu echo "STEP_032B apply firewall vpn_out integration" IDX="$(uci show firewall | sed -n "s/^firewall\.@zone\[\([0-9][0-9]*\)\]\.name='vpn_out'/\1/p" | head -n1)" [ -n "$IDX" ] || { echo "ERROR: vpn_out zone not found"; exit 1; } BACK="/root/router-ops-backups/firewall-before-step032b-$(date +%Y%m%d-%H%M%S)" mkdir -p /root/router-ops-backups cp /etc/config/firewall "$BACK" chmod 600 "$BACK" echo "backup=$BACK" echo "vpn_out before:" uci show firewall.@zone[$IDX] for n in vpn3 vpn4 vpn5; do if uci -q get firewall.@zone[$IDX].network | grep -qw "$n"; then echo "$n already present" else uci add_list firewall.@zone[$IDX].network="$n" echo "added $n" fi done uci commit firewall /etc/init.d/firewall reload echo "vpn_out after:" uci show firewall.@zone[$IDX] ### FILE /root/router-ops-step032b-firewall/ROLLBACK_FIREWALL_VPN_OUT_VPN3_4_5.sh -rwx------ 1 root root 499 Jul 8 10:56 /root/router-ops-step032b-firewall/ROLLBACK_FIREWALL_VPN_OUT_VPN3_4_5.sh sha256=03fe0743da6c501083de8c3f4426bd37fab2a3ce6696935410bc9110c3f9069d #!/bin/ash set -eu echo "STEP_032B rollback firewall vpn_out integration" IDX="$(uci show firewall | sed -n "s/^firewall\.@zone\[\([0-9][0-9]*\)\]\.name='vpn_out'/\1/p" | head -n1)" [ -n "$IDX" ] || { echo "ERROR: vpn_out zone not found"; exit 1; } for n in vpn3 vpn4 vpn5; do while uci -q del_list firewall.@zone[$IDX].network="$n" 2>/dev/null; do echo "removed $n" done done uci commit firewall /etc/init.d/firewall reload echo "vpn_out after rollback:" uci show firewall.@zone[$IDX] ### FILE /root/router-ops-step032b-firewall/VERIFY_AFTER_FIREWALL_INTEGRATION.sh -rwx------ 1 root root 609 Jul 8 10:56 /root/router-ops-step032b-firewall/VERIFY_AFTER_FIREWALL_INTEGRATION.sh sha256=1b62f1f08c3f314ffa3c1e7f3dbff857917ee53cabc47d275e13f02e0f3e388c #!/bin/ash set -u echo "=== vpn_out ===" uci show firewall | grep -E "vpn_out|vpn3|vpn4|vpn5" || true echo echo "=== ip rule ===" ip rule echo echo "=== table 200 ===" ip route show table 200 2>/dev/null || true echo echo "=== tables 203-205 ===" for t in 203 204 205; do echo "TABLE $t" ip route show table "$t" 2>/dev/null || true done echo echo "=== explicit ping probes ===" for i in vpn3 vpn4 vpn5; do echo "### $i" ping -I "$i" -c 2 -W 2 1.1.1.1 echo "PING_${i}_RC=$?" done echo echo "=== uci pending ===" uci changes network 2>/dev/null || true uci changes firewall 2>/dev/null || true ### FILE /root/router-ops-step033d-canary/APPLY_CANARY_VM100_ETH2_TO_VPN3_RUNTIME.sh -rwx------ 1 root root 881 Jul 8 11:13 /root/router-ops-step033d-canary/APPLY_CANARY_VM100_ETH2_TO_VPN3_RUNTIME.sh sha256=dd7d2e173f3d25cd32fd422bc795c47668ebf289469ffc88d354c87b556e135a #!/bin/ash set -eu echo "Apply runtime canary: VM100 eth2/10.200.0.1 -> VM101 eth1 -> mark 0x203 -> vpn3" nft list table inet router_egress_canary >/dev/null 2>&1 || nft add table inet router_egress_canary nft list chain inet router_egress_canary prerouting >/dev/null 2>&1 || \ nft 'add chain inet router_egress_canary prerouting { type filter hook prerouting priority mangle; policy accept; }' if nft list chain inet router_egress_canary prerouting 2>/dev/null | grep -q 'STEP_033D_VM100_ETH2_TO_VPN3'; then echo "canary rule already present" else nft add rule inet router_egress_canary prerouting \ iifname "eth1" ip saddr 10.200.0.1 \ meta mark set 0x203 counter \ comment \"STEP_033D_VM100_ETH2_TO_VPN3\" echo "canary rule added" fi nft list table inet router_egress_canary ip rule ip route get 1.1.1.1 from 10.200.0.1 iif eth1 mark 0x203 2>&1 || true ### FILE /root/vpn-egress-manager.backup.20260525-080707 -rwxr-xr-x 1 root root 3657 May 25 08:07 /root/vpn-egress-manager.backup.20260525-080707 sha256=d28692bf4e198716bde4fe368534a7f6c399a066b14f1945f75d8a32986984d5 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" PRIMARY="NethR5" HOT_STANDBY="NorwayS13" COLD1="NethS20" COLD2="HungaryS8" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_FILE="/tmp/vpn-egress-current.state" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "route: $ROUTE" for IF in "$PRIMARY" "$HOT_STANDBY" "$COLD1" "$COLD2" eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" ip route flush cache log_change "VPN $DEV" } use_wan() { WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi ip route flush cache log_change "WAN fallback" } down_cold_reserves() { ifdown "$COLD1" >/dev/null 2>&1 ifdown "$COLD2" >/dev/null 2>&1 } try_cold() { DEV="$1" logger -t "$LOGTAG" "trying cold reserve $DEV" ifup "$DEV" >/dev/null 2>&1 sleep 12 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "cold reserve $DEV failed" ifdown "$DEV" >/dev/null 2>&1 return 1 } ensure_rules if [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$PRIMARY skipped by test flag" else ensure_up "$PRIMARY" fi ensure_up "$HOT_STANDBY" sleep 2 if [ ! -e "$SKIP_PRIMARY_FILE" ]; then if is_alive "$PRIMARY"; then use_vpn "$PRIMARY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "$PRIMARY is down, checking $HOT_STANDBY" else logger -t "$LOGTAG" "$PRIMARY skipped, checking $HOT_STANDBY" fi if is_alive "$HOT_STANDBY"; then use_vpn "$HOT_STANDBY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "active VPNs are down, trying cold reserves" if try_cold "$COLD1"; then exit 0 fi if try_cold "$COLD2"; then exit 0 fi logger -t "$LOGTAG" "all VPNs are down, using WAN fail-open" use_wan exit 0 ### FILE /root/vpn-egress-manager.before-hmn-update.20260525-050530 -rwxr-xr-x 1 root root 3657 May 25 05:05 /root/vpn-egress-manager.before-hmn-update.20260525-050530 sha256=d28692bf4e198716bde4fe368534a7f6c399a066b14f1945f75d8a32986984d5 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" PRIMARY="NethR5" HOT_STANDBY="NorwayS13" COLD1="NethS20" COLD2="HungaryS8" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_FILE="/tmp/vpn-egress-current.state" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "route: $ROUTE" for IF in "$PRIMARY" "$HOT_STANDBY" "$COLD1" "$COLD2" eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" ip route flush cache log_change "VPN $DEV" } use_wan() { WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi ip route flush cache log_change "WAN fallback" } down_cold_reserves() { ifdown "$COLD1" >/dev/null 2>&1 ifdown "$COLD2" >/dev/null 2>&1 } try_cold() { DEV="$1" logger -t "$LOGTAG" "trying cold reserve $DEV" ifup "$DEV" >/dev/null 2>&1 sleep 12 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "cold reserve $DEV failed" ifdown "$DEV" >/dev/null 2>&1 return 1 } ensure_rules if [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$PRIMARY skipped by test flag" else ensure_up "$PRIMARY" fi ensure_up "$HOT_STANDBY" sleep 2 if [ ! -e "$SKIP_PRIMARY_FILE" ]; then if is_alive "$PRIMARY"; then use_vpn "$PRIMARY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "$PRIMARY is down, checking $HOT_STANDBY" else logger -t "$LOGTAG" "$PRIMARY skipped, checking $HOT_STANDBY" fi if is_alive "$HOT_STANDBY"; then use_vpn "$HOT_STANDBY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "active VPNs are down, trying cold reserves" if try_cold "$COLD1"; then exit 0 fi if try_cold "$COLD2"; then exit 0 fi logger -t "$LOGTAG" "all VPNs are down, using WAN fail-open" use_wan exit 0 ### FILE /root/vpn-egress-manager.before-replace.20260525-081145 -rwxr-xr-x 1 root root 3657 May 25 08:11 /root/vpn-egress-manager.before-replace.20260525-081145 sha256=d28692bf4e198716bde4fe368534a7f6c399a066b14f1945f75d8a32986984d5 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" PRIMARY="NethR5" HOT_STANDBY="NorwayS13" COLD1="NethS20" COLD2="HungaryS8" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_FILE="/tmp/vpn-egress-current.state" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "route: $ROUTE" for IF in "$PRIMARY" "$HOT_STANDBY" "$COLD1" "$COLD2" eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" ip route flush cache log_change "VPN $DEV" } use_wan() { WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi ip route flush cache log_change "WAN fallback" } down_cold_reserves() { ifdown "$COLD1" >/dev/null 2>&1 ifdown "$COLD2" >/dev/null 2>&1 } try_cold() { DEV="$1" logger -t "$LOGTAG" "trying cold reserve $DEV" ifup "$DEV" >/dev/null 2>&1 sleep 12 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "cold reserve $DEV failed" ifdown "$DEV" >/dev/null 2>&1 return 1 } ensure_rules if [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$PRIMARY skipped by test flag" else ensure_up "$PRIMARY" fi ensure_up "$HOT_STANDBY" sleep 2 if [ ! -e "$SKIP_PRIMARY_FILE" ]; then if is_alive "$PRIMARY"; then use_vpn "$PRIMARY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "$PRIMARY is down, checking $HOT_STANDBY" else logger -t "$LOGTAG" "$PRIMARY skipped, checking $HOT_STANDBY" fi if is_alive "$HOT_STANDBY"; then use_vpn "$HOT_STANDBY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "active VPNs are down, trying cold reserves" if try_cold "$COLD1"; then exit 0 fi if try_cold "$COLD2"; then exit 0 fi logger -t "$LOGTAG" "all VPNs are down, using WAN fail-open" use_wan exit 0 ### FILE /root/vpn-egress-manager.sh.backup-local-routes-20260531-081821 -rwxr-xr-x 1 root root 4324 May 31 08:18 /root/vpn-egress-manager.sh.backup-local-routes-20260531-081821 sha256=0bc38a268b8eb1de9ab08994339ae281b61801f2ca690c19010ea36de66e8808 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" PRIMARY="NethR5" HOT_STANDBY="NorwayS13" COLD1="NethS20" COLD2="HungaryS8" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_FILE="/tmp/vpn-egress-current.state" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$PRIMARY" "$HOT_STANDBY" "$COLD1" "$COLD2" eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" ip route flush cache log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi ip route flush cache log_change "WAN fallback" } down_cold_reserves() { ifdown "$COLD1" >/dev/null 2>&1 ifdown "$COLD2" >/dev/null 2>&1 } try_cold() { DEV="$1" logger -t "$LOGTAG" "trying cold reserve $DEV" ifup "$DEV" >/dev/null 2>&1 sleep 12 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "cold reserve $DEV failed" ifdown "$DEV" >/dev/null 2>&1 return 1 } ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi if [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$PRIMARY skipped by test flag" else ensure_up "$PRIMARY" fi ensure_up "$HOT_STANDBY" sleep 2 if [ ! -e "$SKIP_PRIMARY_FILE" ]; then if is_alive "$PRIMARY"; then use_vpn "$PRIMARY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "$PRIMARY is down, checking $HOT_STANDBY" else logger -t "$LOGTAG" "$PRIMARY skipped, checking $HOT_STANDBY" fi if is_alive "$HOT_STANDBY"; then use_vpn "$HOT_STANDBY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "active VPNs are down, trying cold reserves" if try_cold "$COLD1"; then exit 0 fi if try_cold "$COLD2"; then exit 0 fi logger -t "$LOGTAG" "all VPNs are down, using WAN fail-open" use_wan exit 0 ### FILE /root/vpn-egress-manager.sh.backup-table200-local-20260531-081128 -rwxr-xr-x 1 root root 4324 May 31 08:11 /root/vpn-egress-manager.sh.backup-table200-local-20260531-081128 sha256=0bc38a268b8eb1de9ab08994339ae281b61801f2ca690c19010ea36de66e8808 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" PRIMARY="NethR5" HOT_STANDBY="NorwayS13" COLD1="NethS20" COLD2="HungaryS8" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_FILE="/tmp/vpn-egress-current.state" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$PRIMARY" "$HOT_STANDBY" "$COLD1" "$COLD2" eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" ip route flush cache log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi ip route flush cache log_change "WAN fallback" } down_cold_reserves() { ifdown "$COLD1" >/dev/null 2>&1 ifdown "$COLD2" >/dev/null 2>&1 } try_cold() { DEV="$1" logger -t "$LOGTAG" "trying cold reserve $DEV" ifup "$DEV" >/dev/null 2>&1 sleep 12 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "cold reserve $DEV failed" ifdown "$DEV" >/dev/null 2>&1 return 1 } ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi if [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$PRIMARY skipped by test flag" else ensure_up "$PRIMARY" fi ensure_up "$HOT_STANDBY" sleep 2 if [ ! -e "$SKIP_PRIMARY_FILE" ]; then if is_alive "$PRIMARY"; then use_vpn "$PRIMARY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "$PRIMARY is down, checking $HOT_STANDBY" else logger -t "$LOGTAG" "$PRIMARY skipped, checking $HOT_STANDBY" fi if is_alive "$HOT_STANDBY"; then use_vpn "$HOT_STANDBY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "active VPNs are down, trying cold reserves" if try_cold "$COLD1"; then exit 0 fi if try_cold "$COLD2"; then exit 0 fi logger -t "$LOGTAG" "all VPNs are down, using WAN fail-open" use_wan exit 0 ### FILE /root/vpn-egress-manager.sh.bak -rwxr-xr-x 1 root root 2570 May 3 07:50 /root/vpn-egress-manager.sh.bak sha256=969221b0b8b45562647fb68f4f2f40e18654670b06f1a1853ed27eeaa1e721b5 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" PRIMARY="NethR5" HOT_STANDBY="NorwayS13" COLD1="NethS20" COLD2="HungaryS8" LOGTAG="vpn-egress" ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" ip route flush cache logger -t "$LOGTAG" "table $TABLE -> VPN $DEV" } use_wan() { WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" logger -t "$LOGTAG" "table $TABLE -> WAN fallback via $WAN_GW dev $WAN_DEV" else ip route replace default dev "$WAN_DEV" table "$TABLE" logger -t "$LOGTAG" "table $TABLE -> WAN fallback dev $WAN_DEV" fi ip route flush cache } down_cold_reserves() { ifdown "$COLD1" >/dev/null 2>&1 ifdown "$COLD2" >/dev/null 2>&1 } try_cold() { DEV="$1" logger -t "$LOGTAG" "trying cold reserve $DEV" ifup "$DEV" >/dev/null 2>&1 sleep 12 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "cold reserve $DEV failed" ifdown "$DEV" >/dev/null 2>&1 return 1 } ensure_rules ensure_up "$PRIMARY" ensure_up "$HOT_STANDBY" sleep 2 if is_alive "$PRIMARY"; then use_vpn "$PRIMARY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "$PRIMARY is down, checking $HOT_STANDBY" if is_alive "$HOT_STANDBY"; then use_vpn "$HOT_STANDBY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "active VPNs are down, trying cold reserves" if try_cold "$COLD1"; then exit 0 fi if try_cold "$COLD2"; then exit 0 fi logger -t "$LOGTAG" "all VPNs are down, using WAN fail-open" use_wan exit 0 ### FILE /root/vpn-egress-manager.sh.before-disable-20260531-084111 -rwxr-xr-x 1 root root 4424 May 31 08:18 /root/vpn-egress-manager.sh.before-disable-20260531-084111 sha256=c216baa92574a60b6602d6f42be71f2a490cedd71ceddbda2e98f9e834db7ed5 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" PRIMARY="NethR5" HOT_STANDBY="NorwayS13" COLD1="NethS20" COLD2="HungaryS8" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_FILE="/tmp/vpn-egress-current.state" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$PRIMARY" "$HOT_STANDBY" "$COLD1" "$COLD2" eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true fi ip route flush cache log_change "WAN fallback" } down_cold_reserves() { ifdown "$COLD1" >/dev/null 2>&1 ifdown "$COLD2" >/dev/null 2>&1 } try_cold() { DEV="$1" logger -t "$LOGTAG" "trying cold reserve $DEV" ifup "$DEV" >/dev/null 2>&1 sleep 12 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "cold reserve $DEV failed" ifdown "$DEV" >/dev/null 2>&1 return 1 } ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi if [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$PRIMARY skipped by test flag" else ensure_up "$PRIMARY" fi ensure_up "$HOT_STANDBY" sleep 2 if [ ! -e "$SKIP_PRIMARY_FILE" ]; then if is_alive "$PRIMARY"; then use_vpn "$PRIMARY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "$PRIMARY is down, checking $HOT_STANDBY" else logger -t "$LOGTAG" "$PRIMARY skipped, checking $HOT_STANDBY" fi if is_alive "$HOT_STANDBY"; then use_vpn "$HOT_STANDBY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "active VPNs are down, trying cold reserves" if try_cold "$COLD1"; then exit 0 fi if try_cold "$COLD2"; then exit 0 fi logger -t "$LOGTAG" "all VPNs are down, using WAN fail-open" use_wan exit 0 ### FILE /root/vpn-egress-switches.log -rw-r--r-- 1 root root 35552 Jul 8 06:15 /root/vpn-egress-switches.log sha256=ffbf465cc2246e7afdfaa385efd642b3de171cae694630e2b7cca42bed655cda ---- 2026-05-31 08:16:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=177208 tx=1410 NorwayS13 state=unknown rx=0 tx=3371 NethS20 state=unknown rx=220 tx=607 eth0 state=up rx=3316884 tx=406721 eth1 state=up rx=5598 tx=5272 eth3 state=up rx=161735 tx=354949 ---- 2026-05-31 08:16:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=177336 tx=1538 NorwayS13 state=unknown rx=0 tx=3848 NethS20 state=unknown rx=220 tx=607 eth0 state=up rx=3322150 tx=408046 eth1 state=up rx=5598 tx=5272 eth3 state=up rx=162245 tx=355267 ---- 2026-05-31 08:17:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=178836 tx=2364 NorwayS13 state=unknown rx=0 tx=8531 NethS20 state=unknown rx=220 tx=559 eth0 state=up rx=3404667 tx=416790 eth1 state=up rx=5598 tx=5272 eth3 state=up rx=169511 tx=374503 ---- 2026-05-31 08:17:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=178964 tx=2492 NorwayS13 state=unknown rx=0 tx=9022 NethS20 state=unknown rx=220 tx=559 eth0 state=up rx=3410535 tx=418087 eth1 state=up rx=5598 tx=5272 eth3 state=up rx=169979 tx=374779 ---- 2026-05-31 08:18:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=179056 tx=3250 NorwayS13 state=unknown rx=0 tx=13866 NethS20 state=unknown rx=220 tx=621 eth0 state=up rx=3484854 tx=426932 eth1 state=up rx=5976 tx=5650 eth3 state=up rx=178051 tx=399299 ---- 2026-05-31 08:18:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=179184 tx=3378 NorwayS13 state=unknown rx=0 tx=14379 NethS20 state=unknown rx=220 tx=621 eth0 state=up rx=3490242 tx=428251 eth1 state=up rx=5976 tx=5650 eth3 state=up rx=178519 tx=399575 ---- 2026-05-31 08:19:19 ---- target: WAN fallback route: default via 192.168.30.1 dev eth0 main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=180060 tx=4418 NorwayS13 state=unknown rx=0 tx=18648 eth0 state=up rx=3554295 tx=439495 eth1 state=up rx=5976 tx=5650 eth3 state=up rx=180229 tx=402535 ---- 2026-05-31 08:20:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=180152 tx=5258 NorwayS13 state=unknown rx=0 tx=24414 NethS20 state=unknown rx=412 tx=581 eth0 state=up rx=3661134 tx=450156 eth1 state=up rx=6354 tx=6028 eth3 state=up rx=182837 tx=409033 ---- 2026-05-31 08:20:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=180280 tx=5386 NorwayS13 state=unknown rx=0 tx=24909 NethS20 state=unknown rx=508 tx=581 eth0 state=up rx=3670866 tx=451499 eth1 state=up rx=6354 tx=6028 eth3 state=up rx=183305 tx=409309 ---- 2026-05-31 08:21:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=180372 tx=6219 NorwayS13 state=unknown rx=0 tx=29675 NethS20 state=unknown rx=220 tx=567 eth0 state=up rx=3747075 tx=460107 eth1 state=up rx=6354 tx=6028 eth3 state=up rx=183563 tx=409567 ---- 2026-05-31 08:21:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=180500 tx=6347 NorwayS13 state=unknown rx=0 tx=30107 NethS20 state=unknown rx=1324 tx=567 eth0 state=up rx=3754713 tx=461759 eth1 state=up rx=6354 tx=6028 eth3 state=up rx=184121 tx=409933 ---- 2026-05-31 08:22:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=181648 tx=7111 NorwayS13 state=unknown rx=0 tx=34881 NethS20 state=unknown rx=220 tx=569 eth0 state=up rx=3830630 tx=471162 eth1 state=up rx=6354 tx=6028 eth3 state=up rx=184121 tx=409933 ---- 2026-05-31 08:22:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=181920 tx=7239 NorwayS13 state=unknown rx=0 tx=35354 NethS20 state=unknown rx=220 tx=569 eth0 state=up rx=3836240 tx=472495 eth1 state=up rx=6354 tx=6028 eth3 state=up rx=184589 tx=410209 ---- 2026-05-31 08:23:23 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=182300 tx=8021 NorwayS13 state=unknown rx=0 tx=40151 NethS20 state=unknown rx=220 tx=554 eth0 state=up rx=3929291 tx=481070 eth1 state=up rx=6424 tx=6028 eth3 state=up rx=184673 tx=410293 ---- 2026-05-31 08:23:28 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=182428 tx=8149 NorwayS13 state=unknown rx=0 tx=40629 NethS20 state=unknown rx=204320 tx=166022 eth0 state=up rx=4273443 tx=704450 eth1 state=up rx=160902 tx=202455 eth3 state=up rx=217427 tx=519236 ---- 2026-05-31 08:26:22 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=27440680 tx=3324850 NorwayS13 state=unknown rx=0 tx=53512 NethS20 state=unknown rx=1084 tx=588 eth0 state=up rx=36368517 tx=4781095 eth1 state=up rx=3235490 tx=26261847 eth3 state=up rx=433782 tx=2125252 ---- 2026-05-31 08:27:27 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=28164496 tx=3862805 NorwayS13 state=unknown rx=0 tx=59190 NethS20 state=unknown rx=298416 tx=96487 eth0 state=up rx=39156735 tx=5826124 eth1 state=up rx=4119961 tx=27510837 eth3 state=up rx=477970 tx=2145727 ---- 2026-05-31 08:30:22 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=31578240 tx=5331290 NorwayS13 state=unknown rx=0 tx=73120 NethS20 state=unknown rx=13384 tx=641 eth0 state=up rx=46890907 tx=7679678 eth1 state=up rx=5494477 tx=28577808 eth3 state=up rx=533615 tx=2279200 ---- 2026-05-31 08:30:27 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=31578368 tx=5331418 NorwayS13 state=unknown rx=0 tx=73615 NethS20 state=unknown rx=341308 tx=147257 eth0 state=up rx=47275159 tx=7858943 eth1 state=up rx=5630954 tx=28886196 eth3 state=up rx=539796 tx=2307626 ---- 2026-05-31 08:34:22 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=40363472 tx=7267866 NorwayS13 state=unknown rx=0 tx=91908 NethS20 state=unknown rx=4316 tx=595 eth0 state=up rx=65817922 tx=10338221 eth1 state=up rx=7425841 tx=36404541 eth3 state=up rx=664685 tx=2962354 ---- 2026-05-31 08:36:27 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=41424664 tx=7548130 NorwayS13 state=unknown rx=0 tx=102823 NethS20 state=unknown rx=692264 tx=167424 eth0 state=up rx=69883682 tx=11451981 eth1 state=up rx=8295493 tx=38360703 eth3 state=up rx=687591 tx=2997458 ---- 2026-05-31 08:40:22 ---- target: VPN NethS20 route: default dev NethS20 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=755720 tx=1549872 NorwayS13 state=unknown rx=0 tx=7058 NethS20 state=unknown rx=4652 tx=641 eth0 state=up rx=76184307 tx=15490311 eth1 state=up rx=11808352 tx=40566087 eth3 state=up rx=725712 tx=3040271 ---- 2026-05-31 08:41:34 ---- target: WAN fallback route: default via 192.168.30.1 dev eth0 main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 eth0 state=up rx=79705013 tx=17616137 eth1 state=up rx=13769899 tx=43318637 eth3 state=up rx=751266 tx=3065453 ---- 2026-05-31 09:01:02 ---- target: VPN NethR5 route: default dev NethR5 scope link main: default via 192.168.30.1 dev eth0 proto static src 192.168.30.218 NethR5 state=unknown rx=20028 tx=10541 NorwayS13 state=unknown rx=0 tx=469 eth0 state=up rx=84044169 tx=20565840 eth1 state=up rx=16440795 tx=46052956 eth3 state=up rx=1027649 tx=3289442 ---- 2026-05-31 09:14:04 ---- ### FILE /root/vpn-force-wan-off.sh -rwxr-xr-x 1 root root 230 May 25 08:13 /root/vpn-force-wan-off.sh sha256=5d0ab0f027c982259ed0da58622eeaee2254a1f1364ef3f3cf326bd2553c4f75 #!/bin/sh echo "=== FORCE WAN FALLBACK OFF ===" date rm -f /tmp/vpn-egress-force-wan /usr/bin/vpn-egress-manager.sh ip route show table 200 cat /tmp/vpn-egress-current.state 2>/dev/null logger -t vpn-egress "manual FORCE WAN OFF" ### FILE /root/vpn-force-wan-on.sh -rwxr-xr-x 1 root root 228 May 25 08:13 /root/vpn-force-wan-on.sh sha256=16b71aaa83190e69c89834374e12c5ec3e878f898d0d3f0a929013a66e699272 #!/bin/sh echo "=== FORCE WAN FALLBACK ON ===" date touch /tmp/vpn-egress-force-wan /usr/bin/vpn-egress-manager.sh ip route show table 200 cat /tmp/vpn-egress-current.state 2>/dev/null logger -t vpn-egress "manual FORCE WAN ON" ### FILE /root/vpn-force-wan-persistent-off.sh -rwxr-xr-x 1 root root 253 May 25 08:13 /root/vpn-force-wan-persistent-off.sh sha256=7e1283476cb84df30f9e29831e8b4e20ef7636f91500715502d53e8bb6f8a35d #!/bin/sh echo "=== PERSISTENT FORCE WAN FALLBACK OFF ===" date rm -f /root/vpn-egress-force-wan /usr/bin/vpn-egress-manager.sh ip route show table 200 cat /tmp/vpn-egress-current.state 2>/dev/null logger -t vpn-egress "manual PERSISTENT FORCE WAN OFF" ### FILE /root/vpn-force-wan-persistent-on.sh -rwxr-xr-x 1 root root 251 May 25 08:13 /root/vpn-force-wan-persistent-on.sh sha256=9fbcbb114f89b752f17e9dc3a855b026fcf85bdc9297648f99424fdc4eb19548 #!/bin/sh echo "=== PERSISTENT FORCE WAN FALLBACK ON ===" date touch /root/vpn-egress-force-wan /usr/bin/vpn-egress-manager.sh ip route show table 200 cat /tmp/vpn-egress-current.state 2>/dev/null logger -t vpn-egress "manual PERSISTENT FORCE WAN ON" ### FILE /root/vpn-rename-backup-20260601-074311/99-vpn-egress-manager -rwxr-xr-x 1 root root 363 Apr 25 19:45 /root/vpn-rename-backup-20260601-074311/99-vpn-egress-manager sha256=98b604b5905ba70893d1679abeaa6e3399346f155b24e28ca911c9289f2187e9 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|NethR5|NorwayS13|NethS20|HungaryS8) ;; *) exit 0 ;; esac LOCK="/tmp/vpn-egress-manager.lock" mkdir "$LOCK" 2>/dev/null || exit 0 ( sleep 15 /usr/bin/vpn-egress-manager.sh rmdir "$LOCK" 2>/dev/null ) & exit 0 ### FILE /root/vpn-rename-backup-20260601-074311/99-vpnin-policy-route -rwxr-xr-x 1 root root 936 Apr 25 16:06 /root/vpn-rename-backup-20260601-074311/99-vpnin-policy-route sha256=c3d6361bdb376d1fa7368168aab1f3b07b2f917930233e2e0dda90dc5249227e #!/bin/sh # Rebuild routing rule for traffic entering VM101 from vpn_in. # Current topology: # vpn_in = eth1 = 10.200.0.2/24 # vpn_out tunnel = NethR5 # table 200 = VPN egress table VPN_DEV="NethR5" VPNIN_DEV="eth1" TABLE="200" # Run only on interface up/update events. [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 # VPN device must exist. ip link show "$VPN_DEV" >/dev/null 2>&1 || exit 0 # Route all traffic in table 200 through the VPN tunnel. ip route replace default dev "$VPN_DEV" table "$TABLE" # Avoid duplicate rules. ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from 10.200.0.0/24 lookup "$TABLE" 2>/dev/null # Main rule: anything entering through vpn_in goes to VPN table. ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 # Extra safety rule for traffic sourced from vpn transit network. ip rule add from 10.200.0.0/24 lookup "$TABLE" pref 10020 ip route flush cache ### FILE /root/vpn-rename-backup-20260601-074311/firewall -rw-r--r-- 1 root root 3801 May 31 08:15 /root/vpn-rename-backup-20260601-074311/firewall sha256=7d883f650296d5e38660224b785203d80584c7f8effde9282b2eababcea56d1e config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' option network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'mgmt' option masq '1' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'HungaryS8' list network 'NethR5' list network 'NethS20' list network 'NorwayS13' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' ### FILE /root/vpn-rename-backup-20260601-074311/network -rw------- 1 root root 3493 May 31 08:59 /root/vpn-rename-backup-20260601-074311/network sha256=66ec3efdef518b281a3a47325889a62d75da51f2e26f09e33d3790d0c8e6a939 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'NethR5' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' list dns '1.1.1.1' option auto '0' list addresses '10.91.235.78/32' config interface 'NorwayS13' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '80' option awg_s2 '113' option awg_h1 '1671317470' option awg_h2 '469282168' option awg_h3 '844208806' option awg_h4 '4169549' list dns '1.1.1.1' option auto '0' list addresses '10.83.46.58/32' config interface 'HungaryS8' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'NethS20' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_HungaryS8 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_NethR5 option description 'NetherlandsAmsterdamR5.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' config amneziawg_NethS20 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config amneziawg_NorwayS13 option description 'NorwaySandefjordS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '185.14.97.151' option endpoint_port '42180' ### FILE /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh -rwxr-xr-x 1 root root 4424 May 31 08:18 /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh sha256=c216baa92574a60b6602d6f42be71f2a490cedd71ceddbda2e98f9e834db7ed5 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" PRIMARY="NethR5" HOT_STANDBY="NorwayS13" COLD1="NethS20" COLD2="HungaryS8" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_FILE="/tmp/vpn-egress-current.state" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$PRIMARY" "$HOT_STANDBY" "$COLD1" "$COLD2" eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true fi ip route flush cache log_change "WAN fallback" } down_cold_reserves() { ifdown "$COLD1" >/dev/null 2>&1 ifdown "$COLD2" >/dev/null 2>&1 } try_cold() { DEV="$1" logger -t "$LOGTAG" "trying cold reserve $DEV" ifup "$DEV" >/dev/null 2>&1 sleep 12 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "cold reserve $DEV failed" ifdown "$DEV" >/dev/null 2>&1 return 1 } ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi if [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$PRIMARY skipped by test flag" else ensure_up "$PRIMARY" fi ensure_up "$HOT_STANDBY" sleep 2 if [ ! -e "$SKIP_PRIMARY_FILE" ]; then if is_alive "$PRIMARY"; then use_vpn "$PRIMARY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "$PRIMARY is down, checking $HOT_STANDBY" else logger -t "$LOGTAG" "$PRIMARY skipped, checking $HOT_STANDBY" fi if is_alive "$HOT_STANDBY"; then use_vpn "$HOT_STANDBY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "active VPNs are down, trying cold reserves" if try_cold "$COLD1"; then exit 0 fi if try_cold "$COLD2"; then exit 0 fi logger -t "$LOGTAG" "all VPNs are down, using WAN fail-open" use_wan exit 0 ### FILE /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh.real -rwxr-xr-x 1 root root 4424 May 31 08:18 /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh.real sha256=c216baa92574a60b6602d6f42be71f2a490cedd71ceddbda2e98f9e834db7ed5 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" PRIMARY="NethR5" HOT_STANDBY="NorwayS13" COLD1="NethS20" COLD2="HungaryS8" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_FILE="/tmp/vpn-egress-current.state" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$PRIMARY" "$HOT_STANDBY" "$COLD1" "$COLD2" eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true fi ip route flush cache log_change "WAN fallback" } down_cold_reserves() { ifdown "$COLD1" >/dev/null 2>&1 ifdown "$COLD2" >/dev/null 2>&1 } try_cold() { DEV="$1" logger -t "$LOGTAG" "trying cold reserve $DEV" ifup "$DEV" >/dev/null 2>&1 sleep 12 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "cold reserve $DEV failed" ifdown "$DEV" >/dev/null 2>&1 return 1 } ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi if [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$PRIMARY skipped by test flag" else ensure_up "$PRIMARY" fi ensure_up "$HOT_STANDBY" sleep 2 if [ ! -e "$SKIP_PRIMARY_FILE" ]; then if is_alive "$PRIMARY"; then use_vpn "$PRIMARY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "$PRIMARY is down, checking $HOT_STANDBY" else logger -t "$LOGTAG" "$PRIMARY skipped, checking $HOT_STANDBY" fi if is_alive "$HOT_STANDBY"; then use_vpn "$HOT_STANDBY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "active VPNs are down, trying cold reserves" if try_cold "$COLD1"; then exit 0 fi if try_cold "$COLD2"; then exit 0 fi logger -t "$LOGTAG" "all VPNs are down, using WAN fail-open" use_wan exit 0 DIR=/root/hmn ### FILE /root/hmn/backups/99-vpn-egress-manager.before-hotplug-lock-fix-20260601-123834 -rwxr-xr-x 1 root root 348 Jun 1 12:38 /root/hmn/backups/99-vpn-egress-manager.before-hotplug-lock-fix-20260601-123834 sha256=8be3b6ef4ee05a337912e3f46384e2afb48e2632fd0d42d5b75b49e586c5bc35 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2|vpn3|vpn4) ;; *) exit 0 ;; esac LOCK="/tmp/vpn-egress-manager.lock" mkdir "$LOCK" 2>/dev/null || exit 0 ( sleep 15 /usr/bin/vpn-egress-manager.sh rmdir "$LOCK" 2>/dev/null ) & exit 0 ### FILE /root/hmn/backups/99-vpnin-policy-route.disabled-20260601-123640 -rwxr-xr-x 1 root root 932 Jun 1 12:36 /root/hmn/backups/99-vpnin-policy-route.disabled-20260601-123640 sha256=6278ab3440b2b15f069520c3fe986dc9aa1de83b168e37d945683da3915ac012 #!/bin/sh # Rebuild routing rule for traffic entering VM101 from vpn_in. # Current topology: # vpn_in = eth1 = 10.200.0.2/24 # vpn_out tunnel = vpn1 # table 200 = VPN egress table VPN_DEV="vpn1" VPNIN_DEV="eth1" TABLE="200" # Run only on interface up/update events. [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 # VPN device must exist. ip link show "$VPN_DEV" >/dev/null 2>&1 || exit 0 # Route all traffic in table 200 through the VPN tunnel. ip route replace default dev "$VPN_DEV" table "$TABLE" # Avoid duplicate rules. ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from 10.200.0.0/24 lookup "$TABLE" 2>/dev/null # Main rule: anything entering through vpn_in goes to VPN table. ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 # Extra safety rule for traffic sourced from vpn transit network. ip rule add from 10.200.0.0/24 lookup "$TABLE" pref 10020 ip route flush cache ### FILE /root/hmn/backups/client001-before-h42a-import-20260603-162047/crontab.before -rw-r--r-- 1 root root 150 Jun 3 16:20 /root/hmn/backups/client001-before-h42a-import-20260603-162047/crontab.before sha256=5f7616f7630aa241808b801b6002048db3ecce29f9099f83e9666e8f87781517 * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-awg.sh run >/root/hmn/logs/hmn-refresh-awg-nightly.log 2>&1 ### FILE /root/hmn/backups/client001-before-h42a-import-20260603-162047/firewall.uci.before -rw-r--r-- 1 root root 3803 Jun 3 16:20 /root/hmn/backups/client001-before-h42a-import-20260603-162047/firewall.uci.before sha256=5cd98dab4cb41ce7a3fcd8dc82b37e06ef7f8d770c505830ccdd0d8fe7719691 package firewall config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' option network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'mgmt' option masq '1' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn4' list network 'vpn1' list network 'vpn3' list network 'vpn2' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' ### FILE /root/hmn/backups/client001-before-h42a-import-20260603-162047/network.uci.before -rw-r--r-- 1 root root 5283 Jun 3 16:20 /root/hmn/backups/client001-before-h42a-import-20260603-162047/network.uci.before sha256=5879904db5a8906e805b1f1323a369d71bf32c214ba0325ffeb7bc432c507006 package network config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T14:52:08+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn1 option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-01T15:24:24+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/client001-before-h42c-load-slots-20260603-163645/network.uci.before -rw-r--r-- 1 root root 5283 Jun 3 16:36 /root/hmn/backups/client001-before-h42c-load-slots-20260603-163645/network.uci.before sha256=b310d121c570932a96e1f2aa5c6318b4c94fc42e4b5b93b72d2e8bc82b46d8f2 package network config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T14:52:08+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn1 option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/client001-before-h42c-load-slots-20260603-163645/selected-awg1-latest.tsv.before -rw-r--r-- 1 root root 372 Jun 1 15:24 /root/hmn/backups/client001-before-h42c-load-slots-20260603-163645/selected-awg1-latest.tsv.before sha256=39e1fac154d276d43c0ff677152f081d4e8b2059161c96ee454ff6d801abb082 slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000030.679 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000034.051 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf ### FILE /root/hmn/backups/client001-before-h42d-selected-cache-20260603-163829/selected-awg1-latest.tsv.before -rw-r--r-- 1 root root 372 Jun 1 15:24 /root/hmn/backups/client001-before-h42d-selected-cache-20260603-163829/selected-awg1-latest.tsv.before sha256=39e1fac154d276d43c0ff677152f081d4e8b2059161c96ee454ff6d801abb082 slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000030.679 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000034.051 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf ### FILE /root/hmn/backups/failover-manager-before-fix-20260601-132034/99-vpn-egress-manager -rwxr-xr-x 1 root root 691 Jun 1 12:38 /root/hmn/backups/failover-manager-before-fix-20260601-132034/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### FILE /root/hmn/backups/failover-manager-before-fix-20260601-132034/99-vpnin-policy-route -rwxr-xr-x 1 root root 168 Jun 1 12:36 /root/hmn/backups/failover-manager-before-fix-20260601-132034/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### FILE /root/hmn/backups/failover-manager-before-fix-20260601-132034/active-slot -rw-r--r-- 1 root root 5 Jun 1 13:20 /root/hmn/backups/failover-manager-before-fix-20260601-132034/active-slot sha256=a5d46f9f74cb971c15698484e3d1a909e3e42da65b38f2e934600e47dfb43d25 vpn1 ### FILE /root/hmn/backups/failover-manager-before-fix-20260601-132034/network -rw------- 1 root root 5288 Jun 1 13:03 /root/hmn/backups/failover-manager-before-fix-20260601-132034/network sha256=f7194f7a27bc53716a2dcf73980f2c48b333bd48457de8418f46a23502e08599 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T12:19:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-01T13:03:01+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/failover-manager-before-fix-20260601-132034/vpn-egress-manager.sh -rwxr-xr-x 1 root root 6189 Jun 1 12:28 /root/hmn/backups/failover-manager-before-fix-20260601-132034/vpn-egress-manager.sh sha256=6ed154c4b4586f55ec063cefe50af7bf313f3c6f4ebb1d381330cd11f9b9924d #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } if [ -e "$MAINTENANCE_FILE" ]; then logger -t "$LOGTAG" "maintenance flag present, exiting" exit 0 fi if ! mkdir "$LOCKDIR" 2>/dev/null; then logger -t "$LOGTAG" "another manager instance is running, exiting" exit 0 fi trap manager_cleanup EXIT INT TERM ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi logger -t "$LOGTAG" "both VPN slots are down, using WAN fail-open" use_wan ### FILE /root/hmn/backups/hmn-download-all-awg.before-quarantine-reset-20260601-135846.sh -rwxr-xr-x 1 root root 8362 Jun 1 10:06 /root/hmn/backups/hmn-download-all-awg.before-quarantine-reset-20260601-135846.sh sha256=d61a2cea021f03ae4fdf4b4f42e81cc075d6764763a53f215de7b3ecc03ced7c #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" echo "3/4 Скачиваю конфиги для всех WG-кандидатов..." echo N=0 OK=0 FAIL=0 while IFS="$(printf '\t')" read -r SERVER_ID COUNTRY_CODE SERVER_NAME WG_IP WG_PORT; do N=$((N + 1)) EXPECTED_ENDPOINT="${WG_IP}:${WG_PORT}" SAFE_NAME="$(printf '%03d-%s-%s-%s' "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" \ | tr ' /,' '---' \ | tr -cd 'A-Za-z0-9_.-' \ | sed 's/--*/-/g')" TMP_CONFIG="$RUN_DIR/tmp-${SAFE_NAME}.conf" CONFIG_FILE="$CONFIG_DIR/${SAFE_NAME}-awg${AWG_PARAM}.conf" echo "[$N/$TOTAL] $COUNTRY_CODE | $SERVER_NAME | $EXPECTED_ENDPOINT" if curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 8 --max-time 35 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data-urlencode "server=$WG_IP" \ --data "awg=$AWG_PARAM" \ "$CONFIG_URL" \ -o "$TMP_CONFIG"; then if grep -q '^\[Interface\]' "$TMP_CONFIG" && grep -q '^\[Peer\]' "$TMP_CONFIG"; then ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" ADDRESS="$(awk -F'= *' '/^Address[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" if [ "$ENDPOINT" = "$EXPECTED_ENDPOINT" ]; then MATCH="yes" else MATCH="NO_expected_${EXPECTED_ENDPOINT}" fi mv "$TMP_CONFIG" "$CONFIG_FILE" chmod 600 "$CONFIG_FILE" printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ "$ENDPOINT" "$MATCH" "$ADDRESS" "$CONFIG_FILE" \ >> "$WORKING_FILE" OK=$((OK + 1)) echo " OK -> $ENDPOINT | address=$ADDRESS | match=$MATCH" else REASON="$(head -n 1 "$TMP_CONFIG" | tr '\t' ' ' | cut -c1-180)" rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" "$REASON" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: $REASON" fi else rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\tcurl_failed\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: curl_failed" fi echo sleep 1 done < "$CANDIDATES_FILE" rm -f "$RUN_DIR"/tmp-*.conf 2>/dev/null || true rm -f "$LATEST_DIR" ln -s "$CONFIG_DIR" "$LATEST_DIR" cp "$WORKING_FILE" "$BASE/cache/working-awg${AWG_PARAM}-latest.tsv" cp "$FAIL_FILE" "$BASE/cache/fail-awg${AWG_PARAM}-latest.tsv" cp "$CANDIDATES_FILE" "$BASE/cache/wg-candidates-latest.tsv" chmod 600 "$BASE/cache/"*.tsv 2>/dev/null || true { echo "HideMyName AWG download summary" echo "timestamp=$TS" echo "awg=$AWG_PARAM" echo "request_iface=$ACTIVE" echo "total_candidates=$TOTAL" echo "ok=$OK" echo "fail=$FAIL" echo "config_dir=$CONFIG_DIR" echo "working_file=$WORKING_FILE" ### FILE /root/hmn/backups/hmn-load-egress-slot.sh.before-step031b3-20260708-103114 -rw------- 1 root root 4415 Jul 8 10:28 /root/hmn/backups/hmn-load-egress-slot.sh.before-step031b3-20260708-103114 sha256=f81d1cdae5845caf09dbc8653bff1f6072187542a6ced70d5172fc84af7897b6 #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-dry-run}" case "$SLOT" in vpn1|vpn2|vpn3|vpn4|vpn5) ;; *) echo "ERROR: slot must be vpn1..vpn5" >&2 echo "Usage:" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf dry-run" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load-up" >&2 exit 1 ;; esac case "$ACTION" in dry-run|load|load-up) ;; *) echo "ERROR: action must be dry-run, load, or load-up" >&2 exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: config not found: $CONF" >&2 exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } '\'' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: config parse failed" >&2 echo "CONF=$CONF" >&2 echo "Address=$ADDRESS" >&2 echo "Endpoint=$ENDPOINT" >&2 exit 1 fi echo "HMN generic egress slot loader" echo "slot=$SLOT" echo "config=$CONF" echo "endpoint=$ENDPOINT" echo "address=$ADDRESS" echo "action=$ACTION" if [ "$ACTION" = "dry-run" ]; then echo "DRY_RUN=YES" echo "No changes applied." exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-egress-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup: $BACKUP" ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='\''interface'\'' uci set network."$SLOT".proto='\''amneziawg'\'' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='\''0'\'' uci set network."$SLOT".disabled='\''0'\'' uci set network."$SLOT".delegate='\''0'\'' uci set network."$SLOT".peerdns='\''0'\'' uci set network."$SLOT".defaultroute='\''0'\'' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS='\'','\'' for D in $DNS; do D="$(echo "$D" | sed '\''s/^[[:space:]]*//; s/[[:space:]]*$//'\'')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS='\'','\'' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed '\''s/^[[:space:]]*//; s/[[:space:]]*$//'\'')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='\''0'\'' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network."$SLOT".hmn_role='\''egress_pool_slot'\'' uci set network."$SLOT".hmn_source_config="$CONF" uci set network."$SLOT".hmn_loaded_at="$(date -Iseconds)" uci set network."$SLOT".hmn_endpoint="$ENDPOINT" uci commit network echo "Loaded slot $SLOT." echo "Slot remains down unless action=load-up." if [ "$ACTION" = "load-up" ]; then echo "Bringing $SLOT up..." ifup "$SLOT" sleep 10 /usr/bin/amneziawg show "$SLOT" 2>/dev/null || true fi ### FILE /root/hmn/backups/hmn-load-egress-slot.sh.before-step031b4-20260708-103325 -rw------- 1 root root 4415 Jul 8 10:28 /root/hmn/backups/hmn-load-egress-slot.sh.before-step031b4-20260708-103325 sha256=f81d1cdae5845caf09dbc8653bff1f6072187542a6ced70d5172fc84af7897b6 #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-dry-run}" case "$SLOT" in vpn1|vpn2|vpn3|vpn4|vpn5) ;; *) echo "ERROR: slot must be vpn1..vpn5" >&2 echo "Usage:" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf dry-run" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load-up" >&2 exit 1 ;; esac case "$ACTION" in dry-run|load|load-up) ;; *) echo "ERROR: action must be dry-run, load, or load-up" >&2 exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: config not found: $CONF" >&2 exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } '\'' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: config parse failed" >&2 echo "CONF=$CONF" >&2 echo "Address=$ADDRESS" >&2 echo "Endpoint=$ENDPOINT" >&2 exit 1 fi echo "HMN generic egress slot loader" echo "slot=$SLOT" echo "config=$CONF" echo "endpoint=$ENDPOINT" echo "address=$ADDRESS" echo "action=$ACTION" if [ "$ACTION" = "dry-run" ]; then echo "DRY_RUN=YES" echo "No changes applied." exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-egress-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup: $BACKUP" ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='\''interface'\'' uci set network."$SLOT".proto='\''amneziawg'\'' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='\''0'\'' uci set network."$SLOT".disabled='\''0'\'' uci set network."$SLOT".delegate='\''0'\'' uci set network."$SLOT".peerdns='\''0'\'' uci set network."$SLOT".defaultroute='\''0'\'' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS='\'','\'' for D in $DNS; do D="$(echo "$D" | sed '\''s/^[[:space:]]*//; s/[[:space:]]*$//'\'')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS='\'','\'' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed '\''s/^[[:space:]]*//; s/[[:space:]]*$//'\'')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='\''0'\'' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network."$SLOT".hmn_role='\''egress_pool_slot'\'' uci set network."$SLOT".hmn_source_config="$CONF" uci set network."$SLOT".hmn_loaded_at="$(date -Iseconds)" uci set network."$SLOT".hmn_endpoint="$ENDPOINT" uci commit network echo "Loaded slot $SLOT." echo "Slot remains down unless action=load-up." if [ "$ACTION" = "load-up" ]; then echo "Bringing $SLOT up..." ifup "$SLOT" sleep 10 /usr/bin/amneziawg show "$SLOT" 2>/dev/null || true fi ### FILE /root/hmn/backups/hmn-rank-awg.before-quarantine-20260601-135559.sh -rwxr-xr-x 1 root root 2683 Jun 1 11:06 /root/hmn/backups/hmn-rank-awg.before-quarantine-20260601-135559.sh sha256=6f3922d2e4a1e9a0fa98f0ddb3856f9886ca3efec8299dd0388da5be16d99a69 #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Потом это можно сделать настройкой в hmn.env. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" ' NR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### FILE /root/hmn/backups/hmn.env.20260706-161014 -rw------- 1 root root 434 Jul 6 16:10 /root/hmn/backups/hmn.env.20260706-161014 sha256=8adfa267e6e39f9a9d259945b88c91ed7a54a1e30620af424f891af94fbdc399 # HideMyName local secrets/settings # Created: 2026-06-01T10:04:02+00:00 HMN_ACCESS_CODE=MASKED # Current working default for VM101/client001 HMN_AWG_PARAM='1' HMN_PROTOCOL='amneziawg1' # HideMyName API HMN_SERVERLIST_URL='https://hide-my-name.net/api/serverlist.php?out=js&wg' HMN_CONFIG_URL='https://hide-my-name.net/api/vpn_get_config_wg.php' # auto = use default dev from routing table 200 HMN_REQUEST_IFACE='auto' ### FILE /root/hmn/backups/network-before-egress-load-vpn3-20260708-103448 -rw------- 1 root root 5018 Jul 8 10:34 /root/hmn/backups/network-before-egress-load-vpn3-20260708-103448 sha256=b85d8570c028f73728f2ed53833477090c8074418cd0e4fcb7524893f53205f2 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:40+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-08T06:15:47+00:00' option hmn_endpoint '192.121.163.235:42530' config amneziawg_vpn2 option description '128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.121.163.235' option endpoint_port '42530' ### FILE /root/hmn/backups/network-before-egress-load-vpn4-20260708-104101 -rw------- 1 root root 6090 Jul 8 10:41 /root/hmn/backups/network-before-egress-load-vpn4-20260708-104101 sha256=4aac9845a92210a5cd878552e6458b230500ab404b7a1053157b7355a34d5ff3 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:40+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-08T06:15:47+00:00' option hmn_endpoint '192.121.163.235:42530' config amneziawg_vpn2 option description '128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.121.163.235' option endpoint_port '42530' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'egress_pool_slot' option hmn_source_config 'KEYMASK-100614/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-08T10:34:48+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn3 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/network-before-egress-load-vpn5-20260708-104257 -rw------- 1 root root 7160 Jul 8 10:42 /root/hmn/backups/network-before-egress-load-vpn5-20260708-104257 sha256=26968a28cd0e11c2aab4794bfc8aeacf28eab8d211afd364ddc0faf5f7449d3f config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:40+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-08T06:15:47+00:00' option hmn_endpoint '192.121.163.235:42530' config amneziawg_vpn2 option description '128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.121.163.235' option endpoint_port '42530' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'egress_pool_slot' option hmn_source_config 'KEYMASK-100614/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-08T10:34:48+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn3 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '132' option awg_s2 '22' option awg_h1 '1314107157' option awg_h2 '894303025' option awg_h3 '687987321' option awg_h4 '1498765620' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.120.171/32' list dns '1.1.1.1' option hmn_role 'egress_pool_slot' option hmn_source_config 'KEYMASK-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' option hmn_loaded_at '2026-07-08T10:41:01+00:00' option hmn_endpoint '78.31.250.16:41729' config amneziawg_vpn4 option description '072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '78.31.250.16' option endpoint_port '41729' ### FILE /root/hmn/backups/network-before-load-vpn1-20260601-111640 -rw------- 1 root root 4890 Jun 1 11:16 /root/hmn/backups/network-before-load-vpn1-20260601-111640 sha256=7275505a9d301416932904395389ce08575bb6e9ca84486f23c015209beabeff config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' list dns '1.1.1.1' option auto '0' list addresses '10.91.235.78/32' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn1 option description 'NetherlandsAmsterdamR5.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-01T10:35:04+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' ### FILE /root/hmn/backups/network-before-load-vpn1-20260601-130301 -rw------- 1 root root 5276 Jun 1 13:03 /root/hmn/backups/network-before-load-vpn1-20260601-130301 sha256=425d7aba154de098d8e1c7c7efd1c9eddf7e5157540715843c2bacb06fa4cfd3 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T11:16:40+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn1 option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T12:19:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' ### FILE /root/hmn/backups/network-before-load-vpn1-20260601-143639 -rw------- 1 root root 5288 Jun 1 14:36 /root/hmn/backups/network-before-load-vpn1-20260601-143639 sha256=f7194f7a27bc53716a2dcf73980f2c48b333bd48457de8418f46a23502e08599 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T12:19:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-01T13:03:01+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/network-before-load-vpn1-20260601-143803 -rw------- 1 root root 5291 Jun 1 14:38 /root/hmn/backups/network-before-load-vpn1-20260601-143803 sha256=f73cbf87a959c23665ff413180a3b142484c7639e6af3ff391c099c62aba8cc4 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T12:19:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-01T14:36:39+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-load-vpn1-20260601-145208 -rw------- 1 root root 5279 Jun 1 14:52 /root/hmn/backups/network-before-load-vpn1-20260601-145208 sha256=6a89e873fc3843eabc5306d48172510f3054d40e97b665cdb8cff0f0a5f6c453 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-01T14:38:03+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-01T14:51:55+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn1-20260603-163645 -rw------- 1 root root 5267 Jun 3 16:36 /root/hmn/backups/network-before-load-vpn1-20260603-163645 sha256=4949f8af1cb2912bb12bbf00217456d8ad131534662fb8855545300eeca4a312 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T14:52:08+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn1 option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn1-20260603-164822 -rw------- 1 root root 3948 Jun 3 16:48 /root/hmn/backups/network-before-load-vpn1-20260603-164822 sha256=6124dacf8dc9a78c35ec1849ff5ad45bdd332381c265d2442797346ee1ab81f6 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-03T16:36:45+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-03T16:37:01+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-load-vpn1-20260603-171347 -rw------- 1 root root 3929 Jun 3 17:13 /root/hmn/backups/network-before-load-vpn1-20260603-171347 sha256=78bcc68239c3be5b3183d9c3ad781385069f33b534d43d8ecdd441d253c5d7e2 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-03T16:48:22+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-03T17:01:29+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-load-vpn1-20260603-203331 -rw------- 1 root root 3928 Jun 3 20:33 /root/hmn/backups/network-before-load-vpn1-20260603-203331 sha256=4c4bfd020f999c36af5dd149cb85cbbbaf3967ea9501d142f03e9e86162a9a8f config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-03T17:13:47+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-03T19:15:30+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn2 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.244.202' option endpoint_port '45735' ### FILE /root/hmn/backups/network-before-load-vpn1-20260605-054125 -rw------- 1 root root 3934 Jun 5 05:41 /root/hmn/backups/network-before-load-vpn1-20260605-054125 sha256=c6913f285900218c270be4ea4077f5702b185ec9724f40f62949ea00a9778caa config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-03T20:33:31+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn1 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '151.236.30.139' option endpoint_port '33998' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-04T06:36:26+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-05T04:33:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn1-20260605-150225 -rw------- 1 root root 3937 Jun 5 15:02 /root/hmn/backups/network-before-load-vpn1-20260605-150225 sha256=4fd46924741f174e5a317bff164014f177c4738b343bf4b24595020f08200296 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-05T04:33:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-05T05:41:25+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-05T14:31:29+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-load-vpn1-20260606-054330 -rw------- 1 root root 3928 Jun 6 05:43 /root/hmn/backups/network-before-load-vpn1-20260606-054330 sha256=7b8cad5cd59aa79477313124a6d1f21b9342f43c1189f6d05aa7818e8acb34c6 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-05T15:02:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-05T16:14:29+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn2 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.71.244.202' option endpoint_port '45735' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn1-20260606-091029 -rw------- 1 root root 3948 Jun 6 09:10 /root/hmn/backups/network-before-load-vpn1-20260606-091029 sha256=91c25dfb7157b0726e907fd24eab8cbe86138ed9d7d898649367f4f9429df4eb config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-06T05:43:30+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-06T08:27:39+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/network-before-load-vpn1-20260606-161926 -rw------- 1 root root 3923 Jun 6 16:19 /root/hmn/backups/network-before-load-vpn1-20260606-161926 sha256=e4ea9672b4b6b7c71f14d59ce5dcd9ee39f3a929addcd6ceb15edbbacdbec1fd config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-06T09:10:29+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn1 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '151.236.30.139' option endpoint_port '33998' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-06T16:07:26+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-load-vpn1-20260606-185025 -rw------- 1 root root 3925 Jun 6 18:50 /root/hmn/backups/network-before-load-vpn1-20260606-185025 sha256=6e8ed61f5c046521da8e05726e2dec26a8bdd1757bfd360fc33a063998c58ec6 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-06T16:19:26+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.110.248/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-06-06T17:57:25+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn2 option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '89.46.237.14' option endpoint_port '38594' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T18:20:24+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn1-20260606-204232 -rw------- 1 root root 3948 Jun 6 20:42 /root/hmn/backups/network-before-load-vpn1-20260606-204232 sha256=dce805508dc9edda0caeb243b4de02a3d7c717183b8c0d2f50b3f9de90e1a20b config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T18:20:24+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-06T18:50:25+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-06T19:15:29+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-load-vpn1-20260607-102826 -rw------- 1 root root 3920 Jun 7 10:28 /root/hmn/backups/network-before-load-vpn1-20260607-102826 sha256=1103105f9c6911d7dae0ef6f1e1f395f2ffb2ea904ff1793f05e7a75045c1bf5 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-06T20:42:32+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn1 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '157.173.25.198' option endpoint_port '34340' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-06T21:56:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn1-20260607-112926 -rw------- 1 root root 3948 Jun 7 11:29 /root/hmn/backups/network-before-load-vpn1-20260607-112926 sha256=42ddb3ce0a05323805d612f56f15dccf03fab5357f1c705557af51f93bdd157f config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-07T10:28:26+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T11:27:26+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-load-vpn1-20260607-114826 -rw------- 1 root root 3929 Jun 7 11:48 /root/hmn/backups/network-before-load-vpn1-20260607-114826 sha256=efc994f8b9619f110eec8f4989ba43355edbe627d303d6e747f46ab08aa0b341 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-07T11:29:26+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-07T11:44:26+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn2 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### FILE /root/hmn/backups/network-before-load-vpn1-20260607-115730 -rw------- 1 root root 3927 Jun 7 11:57 /root/hmn/backups/network-before-load-vpn1-20260607-115730 sha256=7b4a0a1f5d3e980efc345324e0325481f313ba42189c5a98267ecf24f27a8e99 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-07T11:48:26+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn1 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.71.244.202' option endpoint_port '45735' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.110.248/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-06-07T11:53:30+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn2 option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '89.46.237.14' option endpoint_port '38594' ### FILE /root/hmn/backups/network-before-load-vpn1-20260607-140125 -rw------- 1 root root 3921 Jun 7 14:01 /root/hmn/backups/network-before-load-vpn1-20260607-140125 sha256=4064fcff90105e2af56a387a7973e7621a2cd24f55c3aa394b84b84233b36a3d config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '52' option awg_s2 '88' option awg_h1 '247439890' option awg_h2 '1157952265' option awg_h3 '469264248' option awg_h4 '95652034' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.189.240/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option hmn_loaded_at '2026-06-07T11:57:30+00:00' option hmn_endpoint '84.32.230.159:43808' config amneziawg_vpn1 option description '073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '84.32.230.159' option endpoint_port '43808' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-07T13:59:25+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-load-vpn1-20260607-143729 -rw------- 1 root root 3943 Jun 7 14:37 /root/hmn/backups/network-before-load-vpn1-20260607-143729 sha256=4ce608535486854815c0c91c5d80b768b5a9b806dac20bb843c49bed8d275625 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-07T14:01:25+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T14:20:29+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-load-vpn1-20260607-161629 -rw------- 1 root root 3931 Jun 7 16:16 /root/hmn/backups/network-before-load-vpn1-20260607-161629 sha256=981b4b937cc6fbe455565dcd12ab9eae5ee8abe7ec8a7fbf22bee600bd5a9b78 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-07T14:37:29+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn1 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.71.244.202' option endpoint_port '45735' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-07T14:48:25+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn2 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### FILE /root/hmn/backups/network-before-load-vpn1-20260607-180625 -rw------- 1 root root 3927 Jun 7 18:06 /root/hmn/backups/network-before-load-vpn1-20260607-180625 sha256=1bd0ba0ce6bd96b8cbf9d3d063030ab719d27fbea6f243d7dbcfb269d0d93cb8 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-06-07T16:16:29+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.235.136/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-06-07T17:56:29+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn2 option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.71.27.64' option endpoint_port '40044' ### FILE /root/hmn/backups/network-before-load-vpn1-20260608-104429 -rw------- 1 root root 3934 Jun 8 10:44 /root/hmn/backups/network-before-load-vpn1-20260608-104429 sha256=ce22cfe4f71f07d30a1d333ca4d334906ccb5005033f0b62063d3b28376a5141 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-07T18:06:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T20:59:30+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-08T04:32:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn1-20260706-160850 -rw------- 1 root root 4149 Jul 6 16:08 /root/hmn/backups/network-before-load-vpn1-20260706-160850 sha256=821ae07a0bd91bda95b0d44e9d6405abb620a7aee44db11d69f6c3c240648f28 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-08T04:32:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-08T10:44:29+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' ### FILE /root/hmn/backups/network-before-load-vpn1-20260706-170753 -rw------- 1 root root 4170 Jul 6 17:07 /root/hmn/backups/network-before-load-vpn1-20260706-170753 sha256=6a7d519e0e0b37257f5aaabeaea52b0305b0dd73fdfe720d36daa4a371730286 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/network-before-load-vpn2-20260601-110946 -rw------- 1 root root 4506 Jun 1 11:09 /root/hmn/backups/network-before-load-vpn2-20260601-110946 sha256=efaaae1256e0ef9bf6da810779a753b9d6db865dc4e0be99f75524aa261d5e05 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' list dns '1.1.1.1' option auto '0' list addresses '10.91.235.78/32' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '80' option awg_s2 '113' option awg_h1 '1671317470' option awg_h2 '469282168' option awg_h3 '844208806' option awg_h4 '4169549' list dns '1.1.1.1' option auto '0' list addresses '10.83.46.58/32' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn1 option description 'NetherlandsAmsterdamR5.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config amneziawg_vpn2 option description 'NorwaySandefjordS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '185.14.97.151' option endpoint_port '42180' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-01T10:35:04+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn2-20260603-163701 -rw------- 1 root root 5279 Jun 3 16:37 /root/hmn/backups/network-before-load-vpn2-20260603-163701 sha256=8bd7be73cdab1674776399811fed862c6590ad1d5e2ce07130eee7d969d83cbe config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-03T16:36:45+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/network-before-load-vpn2-20260603-170129 -rw------- 1 root root 3943 Jun 3 17:01 /root/hmn/backups/network-before-load-vpn2-20260603-170129 sha256=a1794c244e0b28c3e6ae304187e94eeb4f8636d4883090619c924283291624fa config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-03T16:37:01+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-03T16:48:22+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/hmn/backups/network-before-load-vpn2-20260603-191530 -rw------- 1 root root 3920 Jun 3 19:15 /root/hmn/backups/network-before-load-vpn2-20260603-191530 sha256=1902a985bc3dc35616bc9bb5588e182931691389daff163f72ee3ff3aa40726c config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-03T17:01:29+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.25.198' option endpoint_port '34340' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-03T17:13:47+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '157.173.27.69' option endpoint_port '41797' ### FILE /root/hmn/backups/network-before-load-vpn2-20260604-063626 -rw------- 1 root root 3931 Jun 4 06:36 /root/hmn/backups/network-before-load-vpn2-20260604-063626 sha256=96852be710234877ba415d7dfb48fb8c1d72667ce3ed20da34f8065330c5ac92 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-03T19:15:30+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn2 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.244.202' option endpoint_port '45735' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-03T20:33:31+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn1 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '151.236.30.139' option endpoint_port '33998' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-04T04:33:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn2-20260605-143129 -rw------- 1 root root 3948 Jun 5 14:31 /root/hmn/backups/network-before-load-vpn2-20260605-143129 sha256=c2f41d5909ad06d00412b61e11069cb595b17cedc50f10f9df67ee1ab6b182b7 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-04T06:36:26+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-05T04:33:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-05T05:41:25+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-load-vpn2-20260605-161429 -rw------- 1 root root 3920 Jun 5 16:14 /root/hmn/backups/network-before-load-vpn2-20260605-161429 sha256=074c0e320e1f641250ae25224fefb80cd0e5e24f59c22156e2edd805730b302b config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-05T04:33:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-05T14:31:29+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.25.198' option endpoint_port '34340' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-05T15:02:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.27.69' option endpoint_port '41797' ### FILE /root/hmn/backups/network-before-load-vpn2-20260606-082739 -rw------- 1 root root 3945 Jun 6 08:27 /root/hmn/backups/network-before-load-vpn2-20260606-082739 sha256=8db03963b00093e7be76cff35f881456e082a19faf2baf1eb86d5cd475102b47 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-05T16:14:29+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn2 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.71.244.202' option endpoint_port '45735' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-06T05:43:30+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-load-vpn2-20260606-160726 -rw------- 1 root root 3934 Jun 6 16:07 /root/hmn/backups/network-before-load-vpn2-20260606-160726 sha256=e6ac908cfa232a2a63a98d592e9353f9230f4f180b4d0768355da19104201f75 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-06T08:27:39+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-06T09:10:29+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn1 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### FILE /root/hmn/backups/network-before-load-vpn2-20260606-175725 -rw------- 1 root root 3929 Jun 6 17:57 /root/hmn/backups/network-before-load-vpn2-20260606-175725 sha256=02ed012c4e797f7e4104475b4958fcf424e101f0c8abefb3b48d17d3376c5841 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-06T16:07:26+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.25.198' option endpoint_port '34340' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-06T16:19:26+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/hmn/backups/network-before-load-vpn2-20260606-191529 -rw------- 1 root root 3930 Jun 6 19:15 /root/hmn/backups/network-before-load-vpn2-20260606-191529 sha256=3d0bd9a03e1ad049161f350cea8ba1a26aecf56f64334c480e49ac13ce4eebb8 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.110.248/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-06-06T17:57:25+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn2 option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '89.46.237.14' option endpoint_port '38594' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T18:20:24+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-06T18:50:25+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/network-before-load-vpn2-20260606-215625 -rw------- 1 root root 3937 Jun 6 21:56 /root/hmn/backups/network-before-load-vpn2-20260606-215625 sha256=b55626cb7482e833c1613e8399622cb317e4a48e2adb89e4be9ac2e142debf7b config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T18:20:24+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-06T19:15:29+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-06T20:42:32+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn1 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-load-vpn2-20260607-112726 -rw------- 1 root root 3931 Jun 7 11:27 /root/hmn/backups/network-before-load-vpn2-20260607-112726 sha256=35c6cf6c282181d70e46cc7b229faabc4e5c5dc6cafca29f896ec6e0625f91ca config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-06T21:56:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-07T10:28:26+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/network-before-load-vpn2-20260607-114426 -rw------- 1 root root 3943 Jun 7 11:44 /root/hmn/backups/network-before-load-vpn2-20260607-114426 sha256=982e8133ee7f6efe9f865f96a8f986dd529e882ec60ff3b0eb4de27a6e9ea142 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T11:27:26+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-07T11:29:26+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/hmn/backups/network-before-load-vpn2-20260607-115330 -rw------- 1 root root 3931 Jun 7 11:53 /root/hmn/backups/network-before-load-vpn2-20260607-115330 sha256=7c4b6d02fc672642b63f75c9ad99549d2a11cf9f8f1bccfc35561edef0a45dd3 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-07T11:44:26+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn2 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '151.236.30.139' option endpoint_port '33998' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-07T11:48:26+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn1 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.71.244.202' option endpoint_port '45735' ### FILE /root/hmn/backups/network-before-load-vpn2-20260607-135925 -rw------- 1 root root 3917 Jun 7 13:59 /root/hmn/backups/network-before-load-vpn2-20260607-135925 sha256=68ff08d343f71cc9e9da059d5e788b811b5d4cbc2f31397a4ada7916640b0cfc config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.110.248/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-06-07T11:53:30+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn2 option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '89.46.237.14' option endpoint_port '38594' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '52' option awg_s2 '88' option awg_h1 '247439890' option awg_h2 '1157952265' option awg_h3 '469264248' option awg_h4 '95652034' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.189.240/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option hmn_loaded_at '2026-06-07T11:57:30+00:00' option hmn_endpoint '84.32.230.159:43808' config amneziawg_vpn1 option description '073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '84.32.230.159' option endpoint_port '43808' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn2-20260607-142029 -rw------- 1 root root 3929 Jun 7 14:20 /root/hmn/backups/network-before-load-vpn2-20260607-142029 sha256=2c7e0b179ce125a8a4f259aa51c24dbc1f5caa0ae852a0e0ad1d02fc757bb3e3 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-07T13:59:25+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '157.173.25.198' option endpoint_port '34340' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-07T14:01:25+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/hmn/backups/network-before-load-vpn2-20260607-144825 -rw------- 1 root root 3945 Jun 7 14:48 /root/hmn/backups/network-before-load-vpn2-20260607-144825 sha256=ce571aed4d932a3c80d7d07770208e993a4f86d7e7497596a060a80382366ff2 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T14:20:29+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-07T14:37:29+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn1 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.71.244.202' option endpoint_port '45735' ### FILE /root/hmn/backups/network-before-load-vpn2-20260607-175629 -rw------- 1 root root 3930 Jun 7 17:56 /root/hmn/backups/network-before-load-vpn2-20260607-175629 sha256=3144f7db5727f11f41dadd3398246f9b5862b8feb4c7d007790a185a2f448f4c config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-07T14:48:25+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn2 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '151.236.30.139' option endpoint_port '33998' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-06-07T16:16:29+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '37.235.54.96' option endpoint_port '38971' ### FILE /root/hmn/backups/network-before-load-vpn2-20260607-205930 -rw------- 1 root root 3917 Jun 7 20:59 /root/hmn/backups/network-before-load-vpn2-20260607-205930 sha256=4b97827a9c4e1bb666d609074e72f9b96b6992564d820edb271216eca91318c1 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.235.136/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-06-07T17:56:29+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn2 option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-07T18:06:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T18:20:31+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/network-before-load-vpn2-20260706-101643 -rw------- 1 root root 4166 Jul 6 10:16 /root/hmn/backups/network-before-load-vpn2-20260706-101643 sha256=a2e7e9b2cf99a1d5fa1ff08826b133dc52a1683041af5793f3279654922cde45 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T20:59:30+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-08T04:32:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-08T10:44:29+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' ### FILE /root/hmn/backups/network-before-load-vpn2-20260706-165654 -rw------- 1 root root 4155 Jul 6 16:56 /root/hmn/backups/network-before-load-vpn2-20260706-165654 sha256=8b2fbaa9e8b847bc9f5ddd14aff2d65e60fc53d6e9a7b1cef6a12f748f3d9b94 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' ### FILE /root/hmn/backups/network-before-load-vpn2-20260708-061547 -rw------- 1 root root 5028 Jul 8 06:15 /root/hmn/backups/network-before-load-vpn2-20260708-061547 sha256=41e3f4279391f1710bffd121ba53bd776a6170e9e9c1f7494d7f3a6532657a4d config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:40+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.71.27.64' option endpoint_port '40044' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161434 -rw------- 1 root root 4150 Jul 6 16:14 /root/hmn/backups/network-before-vpn_test-20260706-161434 sha256=981163433cd9a207c2991651adfe1122ed406ed989ee2337dfc3745baff3a249 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-08T04:32:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161456 -rw------- 1 root root 4163 Jul 6 16:14 /root/hmn/backups/network-before-vpn_test-20260706-161456 sha256=639d107ae23c4c2f51b39041a411cf084783850602d976993fbabb94c1e45380 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '135' option awg_h1 '1422669011' option awg_h2 '543679791' option awg_h3 '382041125' option awg_h4 '953428777' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.119.249.139/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' option hmn_loaded_at '2026-07-06T16:14:34+00:00' option hmn_endpoint '192.36.27.17:35500' config amneziawg_vpn_test option description '012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.36.27.17' option endpoint_port '35500' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161529 -rw------- 1 root root 4159 Jul 6 16:15 /root/hmn/backups/network-before-vpn_test-20260706-161529 sha256=b49d26d150a9be34aa2d38accef23f112b633287654fdab8b39e377a8e70cd97 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '30' option awg_s2 '131' option awg_h1 '1837495102' option awg_h2 '940542036' option awg_h3 '1582281868' option awg_h4 '1143305597' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.112.60.219/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' option hmn_loaded_at '2026-07-06T16:14:56+00:00' option hmn_endpoint '38.244.192.244:45389' config amneziawg_vpn_test option description '029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '38.244.192.244' option endpoint_port '45389' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161547 -rw------- 1 root root 4166 Jul 6 16:15 /root/hmn/backups/network-before-vpn_test-20260706-161547 sha256=1c9f76cf732048d7cf50266648f0ef08dc9a8999572090dfc41bc9509b5353c5 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.254.15/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-07-06T16:15:29+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn_test option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161606 -rw------- 1 root root 4142 Jul 6 16:16 /root/hmn/backups/network-before-vpn_test-20260706-161606 sha256=6b3e1f3091dbfaffc3647551470d681c5ed53ee3ca7329eda07a80e78f0a43a5 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '61' option awg_s2 '136' option awg_h1 '1795991743' option awg_h2 '307629285' option awg_h3 '522608605' option awg_h4 '127610214' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.101.61.41/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' option hmn_loaded_at '2026-07-06T16:15:47+00:00' option hmn_endpoint '38.7.197.83:38465' config amneziawg_vpn_test option description '063-CL-Chile-Santiago-38.7.197.83-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '38.7.197.83' option endpoint_port '38465' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161625 -rw------- 1 root root 4168 Jul 6 16:16 /root/hmn/backups/network-before-vpn_test-20260706-161625 sha256=2bda754c8f62ee9e96361f1a3674875078bc5ea6e58f56211c756b5c2860e128 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '90' option awg_s2 '37' option awg_h1 '822986125' option awg_h2 '1999522532' option awg_h3 '1189897438' option awg_h4 '1647357381' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.56.214/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' option hmn_loaded_at '2026-07-06T16:16:06+00:00' option hmn_endpoint '107.172.187.100:39480' config amneziawg_vpn_test option description '071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '107.172.187.100' option endpoint_port '39480' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161644 -rw------- 1 root root 4172 Jul 6 16:16 /root/hmn/backups/network-before-vpn_test-20260706-161644 sha256=8c0817b50abe3d744ac01b707c5b9ffea4027843af6876ebc57a6bab7dddc812 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:16:25+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn_test option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161703 -rw------- 1 root root 4152 Jul 6 16:17 /root/hmn/backups/network-before-vpn_test-20260706-161703 sha256=64fae9a27444123de61d498681134c97133b017deee654750c4e61ca5e8a71ef config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '42' option awg_s2 '60' option awg_h1 '1186737533' option awg_h2 '874365716' option awg_h3 '213670866' option awg_h4 '812342967' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.43.173/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' option hmn_loaded_at '2026-07-06T16:16:44+00:00' option hmn_endpoint '107.175.93.59:31095' config amneziawg_vpn_test option description '087-US-USA-New-York-S1-107.175.93.59-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '107.175.93.59' option endpoint_port '31095' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161722 -rw------- 1 root root 4149 Jul 6 16:17 /root/hmn/backups/network-before-vpn_test-20260706-161722 sha256=d421294c4ddfbe906f5185e8608ff3a1eb8d26eab460a6c16a97411e412f584a config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '149' option awg_s2 '146' option awg_h1 '567924200' option awg_h2 '647841499' option awg_h3 '1891448980' option awg_h4 '319702062' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.108.112/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' option hmn_loaded_at '2026-07-06T16:17:03+00:00' option hmn_endpoint '107.174.226.51:44839' config amneziawg_vpn_test option description '088-US-USA-Dallas-107.174.226.51-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '107.174.226.51' option endpoint_port '44839' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161745 -rw------- 1 root root 4150 Jul 6 16:17 /root/hmn/backups/network-before-vpn_test-20260706-161745 sha256=2451352c4dcd2c61835dff057f4098daaf7dede3d99a4c905dbe6e1e0ffb5eaa config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '54' option awg_s2 '132' option awg_h1 '993118416' option awg_h2 '384584260' option awg_h3 '2084033864' option awg_h4 '961714636' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.108.238.215/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' option hmn_loaded_at '2026-07-06T16:17:22+00:00' option hmn_endpoint '192.121.162.75:45945' config amneziawg_vpn_test option description '094-JP-Japan-Tokyo-192.121.162.75-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.121.162.75' option endpoint_port '45945' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161803 -rw------- 1 root root 4155 Jul 6 16:18 /root/hmn/backups/network-before-vpn_test-20260706-161803 sha256=bd822a1d3b03ba00e521e6ba7d4f1eeedb31c304da8aa0a2e1bed454b503e3b3 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.111.97/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-07-06T16:17:45+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn_test option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '89.46.237.14' option endpoint_port '38594' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161825 -rw------- 1 root root 4143 Jul 6 16:18 /root/hmn/backups/network-before-vpn_test-20260706-161825 sha256=d3c0fe31a934161351cdc2cba0df96dc01b0a41ddaf3af08f3728c3fc4f3c483 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '103' option awg_s2 '128' option awg_h1 '1411727827' option awg_h2 '1159928711' option awg_h3 '1509131242' option awg_h4 '754832080' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.82.239.94/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' option hmn_loaded_at '2026-07-06T16:18:03+00:00' option hmn_endpoint '103.57.251.39:37380' config amneziawg_vpn_test option description '114-PS-UAE-Dubai-103.57.251.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '103.57.251.39' option endpoint_port '37380' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161847 -rw------- 1 root root 4162 Jul 6 16:18 /root/hmn/backups/network-before-vpn_test-20260706-161847 sha256=77464d9ad94d095c89bab21a9c66958400da2564ef8e20c7e21a1c929da9726f config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '80' option awg_s2 '113' option awg_h1 '1671317470' option awg_h2 '469282168' option awg_h3 '844208806' option awg_h4 '4169549' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.41.157/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' option hmn_loaded_at '2026-07-06T16:18:25+00:00' option hmn_endpoint '185.14.97.234:37492' config amneziawg_vpn_test option description '115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '185.14.97.234' option endpoint_port '37492' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161906 -rw------- 1 root root 4164 Jul 6 16:19 /root/hmn/backups/network-before-vpn_test-20260706-161906 sha256=e95164126e6001f6e84932387008fcb7d6327a64b10549850e31aab3bd3e2c7a config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '58' option awg_h1 '1055152911' option awg_h2 '214072845' option awg_h3 '1395608927' option awg_h4 '1408422343' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.172.142/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' option hmn_loaded_at '2026-07-06T16:18:47+00:00' option hmn_endpoint '64.253.89.235:37402' config amneziawg_vpn_test option description '117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '64.253.89.235' option endpoint_port '37402' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161925 -rw------- 1 root root 4158 Jul 6 16:19 /root/hmn/backups/network-before-vpn_test-20260706-161925 sha256=cd22bc2aeef416f80bd2cf4010ddf88ca145b4fb0131f87fa466897a62e5ab39 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '122' option awg_s2 '126' option awg_h1 '1690265964' option awg_h2 '1702612724' option awg_h3 '722801417' option awg_h4 '1734153820' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.235.104/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' option hmn_loaded_at '2026-07-06T16:19:06+00:00' option hmn_endpoint '141.98.189.83:39408' config amneziawg_vpn_test option description '118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '141.98.189.83' option endpoint_port '39408' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-161943 -rw------- 1 root root 4162 Jul 6 16:19 /root/hmn/backups/network-before-vpn_test-20260706-161943 sha256=fbfcfbd663fc2ec34f07949d0bd808480cc5c773753e0bd25ab19a16e1365682 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-06T16:19:25+00:00' option hmn_endpoint '192.121.163.235:42530' config amneziawg_vpn_test option description '128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.121.163.235' option endpoint_port '42530' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162005 -rw------- 1 root root 4161 Jul 6 16:20 /root/hmn/backups/network-before-vpn_test-20260706-162005 sha256=4e3d3286c978b3575bcf1397ecf897cc30c1859f72a3993e3394814f83a5fe9a config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '101' option awg_s2 '35' option awg_h1 '106053217' option awg_h2 '1373084354' option awg_h3 '1879635090' option awg_h4 '623143754' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.172.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' option hmn_loaded_at '2026-07-06T16:19:43+00:00' option hmn_endpoint '89.46.232.39:40316' config amneziawg_vpn_test option description '129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '89.46.232.39' option endpoint_port '40316' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162025 -rw------- 1 root root 4159 Jul 6 16:20 /root/hmn/backups/network-before-vpn_test-20260706-162025 sha256=4349054e9a94c47f4a09cca4c24b0149e76db7716f5b947931b0129bdbcde34a config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.170.125/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-07-06T16:20:05+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '46.246.127.84' option endpoint_port '36230' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162047 -rw------- 1 root root 4158 Jul 6 16:20 /root/hmn/backups/network-before-vpn_test-20260706-162047 sha256=29ac02d72db1bfb36f657691a410c3d4fe7809ba6f9fa9dd1e558242fa48d468 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '29' option awg_s2 '133' option awg_h1 '388560523' option awg_h2 '1003136170' option awg_h3 '559651682' option awg_h4 '777607441' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.89.174.45/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' option hmn_loaded_at '2026-07-06T16:20:25+00:00' option hmn_endpoint '194.71.126.45:32821' config amneziawg_vpn_test option description '141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '194.71.126.45' option endpoint_port '32821' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162105 -rw------- 1 root root 4167 Jul 6 16:21 /root/hmn/backups/network-before-vpn_test-20260706-162105 sha256=d92e7c9283fd7c9057ffb46dc08d5a3f63b199249413b65bec1a8067c29a360a config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:20:47+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_test option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162124 -rw------- 1 root root 4162 Jul 6 16:21 /root/hmn/backups/network-before-vpn_test-20260706-162124 sha256=896b6c0530045cde68bab55a568f3a24f539a76d26f3e47e286c6374897d1e92 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '143' option awg_h1 '1943142100' option awg_h2 '1154665998' option awg_h3 '1159227869' option awg_h4 '2081036883' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.43.12/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' option hmn_loaded_at '2026-07-06T16:21:05+00:00' option hmn_endpoint '23.158.72.87:45460' config amneziawg_vpn_test option description '147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '23.158.72.87' option endpoint_port '45460' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162142 -rw------- 1 root root 4161 Jul 6 16:21 /root/hmn/backups/network-before-vpn_test-20260706-162142 sha256=80fc278b6de8b6aa0dcfeec7b94386f95768e58b15af379b10c9ba179de3d3e4 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.168.223/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-07-06T16:21:24+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn_test option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162200 -rw------- 1 root root 4175 Jul 6 16:22 /root/hmn/backups/network-before-vpn_test-20260706-162200 sha256=e1bd81de8f216b50551ca44f5ebf114429684bdcd1281706c89ab7d49dc43646 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T16:21:42+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn_test option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162219 -rw------- 1 root root 4167 Jul 6 16:22 /root/hmn/backups/network-before-vpn_test-20260706-162219 sha256=644613f877596efbf5d766c2548ef5646f7dfb537eabb4b99c197c94fabf5b36 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.173.35/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-07-06T16:22:00+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn_test option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.244.202' option endpoint_port '45735' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162237 -rw------- 1 root root 4169 Jul 6 16:22 /root/hmn/backups/network-before-vpn_test-20260706-162237 sha256=652286ddb6d1e61a24ac92199a01eef2f4c6a059820ec8632adc6bc072db5210 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '51' option awg_h1 '144970534' option awg_h2 '210374235' option awg_h3 '1100727461' option awg_h4 '1885204570' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.77.236.75/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' option hmn_loaded_at '2026-07-06T16:22:19+00:00' option hmn_endpoint '109.248.198.4:37129' config amneziawg_vpn_test option description '162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '109.248.198.4' option endpoint_port '37129' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162255 -rw------- 1 root root 4160 Jul 6 16:22 /root/hmn/backups/network-before-vpn_test-20260706-162255 sha256=d4f7219bf35d78e088a65c005ebc970b6081013527ad7bc095cc03da911284e1 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.237.218/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-07-06T16:22:37+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn_test option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162314 -rw------- 1 root root 4180 Jul 6 16:23 /root/hmn/backups/network-before-vpn_test-20260706-162314 sha256=4d097d61a32ae716f5924fbd617e4d813722a9af7ffac9a81ee818c3ea33b921 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '100' option awg_s2 '44' option awg_h1 '130876854' option awg_h2 '243485631' option awg_h3 '1201804100' option awg_h4 '1701356678' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.95.47.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' option hmn_loaded_at '2026-07-06T16:22:55+00:00' option hmn_endpoint '112.120.98.53:46369' config amneziawg_vpn_test option description '206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '112.120.98.53' option endpoint_port '46369' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162336 -rw------- 1 root root 4159 Jul 6 16:23 /root/hmn/backups/network-before-vpn_test-20260706-162336 sha256=ee41bcf73ad56107725a68cff5f3f9cdd738802050f63850bdb30d51fd474bbc config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.43.208/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:14+00:00' option hmn_endpoint '89.40.104.201:36979' config amneziawg_vpn_test option description '214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '89.40.104.201' option endpoint_port '36979' ### FILE /root/hmn/backups/network-before-vpn_test-20260706-162355 -rw------- 1 root root 4150 Jul 6 16:23 /root/hmn/backups/network-before-vpn_test-20260706-162355 sha256=8f534d40bf162578e7a0c1ad8697b3c012319a0d8bc6798aac05ff5dd578a973 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '34' option awg_s2 '49' option awg_h1 '679240017' option awg_h2 '1624207748' option awg_h3 '139122664' option awg_h4 '1720133880' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.66.44.225/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:36+00:00' option hmn_endpoint '77.67.8.84:43378' config amneziawg_vpn_test option description '218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '77.67.8.84' option endpoint_port '43378' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042048 -rw------- 1 root root 5028 Jul 7 04:20 /root/hmn/backups/network-before-vpn_test-20260707-042048 sha256=bfc6c05e938f278e9c33e56a12ef4c4c9b70f7bede4de932430734e9dd317d84 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042110 -rw------- 1 root root 5036 Jul 7 04:21 /root/hmn/backups/network-before-vpn_test-20260707-042110 sha256=36915d7b562c10ca973eb057319c3137af468d8b9c0d7adf85502b7f44d456af config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '135' option awg_h1 '1422669011' option awg_h2 '543679791' option awg_h3 '382041125' option awg_h4 '953428777' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.119.249.139/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' option hmn_loaded_at '2026-07-07T04:20:48+00:00' option hmn_endpoint '192.36.27.17:35500' config amneziawg_vpn_test option description '012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.36.27.17' option endpoint_port '35500' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042132 -rw------- 1 root root 5032 Jul 7 04:21 /root/hmn/backups/network-before-vpn_test-20260707-042132 sha256=10a087fef74a606a4d5e3a0a83544df007382afdb24fb3bb303fcdc8eedfbe1a config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '30' option awg_s2 '131' option awg_h1 '1837495102' option awg_h2 '940542036' option awg_h3 '1582281868' option awg_h4 '1143305597' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.112.60.219/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' option hmn_loaded_at '2026-07-07T04:21:10+00:00' option hmn_endpoint '38.244.192.244:45389' config amneziawg_vpn_test option description '029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '38.244.192.244' option endpoint_port '45389' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042151 -rw------- 1 root root 5030 Jul 7 04:21 /root/hmn/backups/network-before-vpn_test-20260707-042151 sha256=ba7a7f97c5dc8bbf5f3c385820666ea799a027e3fb4e6585772640d0cae20dd2 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.187.205/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-07T04:21:32+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn_test option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '157.173.27.69' option endpoint_port '41797' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042209 -rw------- 1 root root 5039 Jul 7 04:22 /root/hmn/backups/network-before-vpn_test-20260707-042209 sha256=50dfe77bd7dd15ff6b8f37f52b6696afb7daeab4249d81d0fd516b7a7721932b config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.254.15/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-07-07T04:21:51+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn_test option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042228 -rw------- 1 root root 5015 Jul 7 04:22 /root/hmn/backups/network-before-vpn_test-20260707-042228 sha256=3f3c80a034f5a44002ce39c682d87fc4f3912faf3b7028f8daf69655df5fcee8 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '61' option awg_s2 '136' option awg_h1 '1795991743' option awg_h2 '307629285' option awg_h3 '522608605' option awg_h4 '127610214' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.101.61.41/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' option hmn_loaded_at '2026-07-07T04:22:09+00:00' option hmn_endpoint '38.7.197.83:38465' config amneziawg_vpn_test option description '063-CL-Chile-Santiago-38.7.197.83-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '38.7.197.83' option endpoint_port '38465' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042247 -rw------- 1 root root 5048 Jul 7 04:22 /root/hmn/backups/network-before-vpn_test-20260707-042247 sha256=569b1e394e028c3b6979d956abf066892fa69f6f4434922f9160116b3d028232 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '34' option awg_s2 '16' option awg_h1 '252047467' option awg_h2 '456418039' option awg_h3 '1815241126' option awg_h4 '377746471' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.102.248.214/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf' option hmn_loaded_at '2026-07-07T04:22:28+00:00' option hmn_endpoint '193.235.207.39:38330' config amneziawg_vpn_test option description '070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '193.235.207.39' option endpoint_port '38330' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042307 -rw------- 1 root root 5041 Jul 7 04:23 /root/hmn/backups/network-before-vpn_test-20260707-042307 sha256=45c97337f08f28e460c9b04773d76a98c656b7cd2445b2907ea5026c6004b62d config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '90' option awg_s2 '37' option awg_h1 '822986125' option awg_h2 '1999522532' option awg_h3 '1189897438' option awg_h4 '1647357381' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.56.214/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' option hmn_loaded_at '2026-07-07T04:22:47+00:00' option hmn_endpoint '107.172.187.100:39480' config amneziawg_vpn_test option description '071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '107.172.187.100' option endpoint_port '39480' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042325 -rw------- 1 root root 5042 Jul 7 04:23 /root/hmn/backups/network-before-vpn_test-20260707-042325 sha256=d3e6fb7dc2d61c3d4fc78619bb5716e18e851bae9c012f93a4185983e507fca9 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '132' option awg_s2 '22' option awg_h1 '1314107157' option awg_h2 '894303025' option awg_h3 '687987321' option awg_h4 '1498765620' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.120.171/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' option hmn_loaded_at '2026-07-07T04:23:07+00:00' option hmn_endpoint '78.31.250.16:41729' config amneziawg_vpn_test option description '072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '78.31.250.16' option endpoint_port '41729' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042353 -rw------- 1 root root 5031 Jul 7 04:23 /root/hmn/backups/network-before-vpn_test-20260707-042353 sha256=3b0a32fa8a33876803a47e633e29a191a69bc6b7af6f449214dc3d6320b49669 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '52' option awg_s2 '88' option awg_h1 '247439890' option awg_h2 '1157952265' option awg_h3 '469264248' option awg_h4 '95652034' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.187.191/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option hmn_loaded_at '2026-07-07T04:23:25+00:00' option hmn_endpoint '84.32.230.159:43808' config amneziawg_vpn_test option description '073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '84.32.230.159' option endpoint_port '43808' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042413 -rw------- 1 root root 5029 Jul 7 04:24 /root/hmn/backups/network-before-vpn_test-20260707-042413 sha256=eb066392f23d80fbbe69f5e6ba7f026dc0740d034def490eb702089dffc77ad7 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '27' option awg_s2 '36' option awg_h1 '1855558697' option awg_h2 '940493219' option awg_h3 '2052923685' option awg_h4 '112204269' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.120.117/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf' option hmn_loaded_at '2026-07-07T04:23:53+00:00' option hmn_endpoint '149.154.157.24:35090' config amneziawg_vpn_test option description '076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '149.154.157.24' option endpoint_port '35090' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042432 -rw------- 1 root root 5025 Jul 7 04:24 /root/hmn/backups/network-before-vpn_test-20260707-042432 sha256=8e77165fb3254e6cc8ec6dc0c2d0b47cde80c17706c0a1d2817fb88ac94f8e5c config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '42' option awg_s2 '60' option awg_h1 '1186737533' option awg_h2 '874365716' option awg_h3 '213670866' option awg_h4 '812342967' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.43.173/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' option hmn_loaded_at '2026-07-07T04:24:13+00:00' option hmn_endpoint '107.175.93.59:31095' config amneziawg_vpn_test option description '087-US-USA-New-York-S1-107.175.93.59-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '107.175.93.59' option endpoint_port '31095' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042451 -rw------- 1 root root 5022 Jul 7 04:24 /root/hmn/backups/network-before-vpn_test-20260707-042451 sha256=80e95b293f7863dd380f3f329672ce7188f7c95a6c990a7224df3c98a4b693a9 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '149' option awg_s2 '146' option awg_h1 '567924200' option awg_h2 '647841499' option awg_h3 '1891448980' option awg_h4 '319702062' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.108.112/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' option hmn_loaded_at '2026-07-07T04:24:32+00:00' option hmn_endpoint '107.174.226.51:44839' config amneziawg_vpn_test option description '088-US-USA-Dallas-107.174.226.51-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '107.174.226.51' option endpoint_port '44839' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042513 -rw------- 1 root root 5023 Jul 7 04:25 /root/hmn/backups/network-before-vpn_test-20260707-042513 sha256=4a915d646e087e32c0d4dbfe24d084dcc09fbe75bfd3e8713d93c96f1d54926b config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '54' option awg_s2 '132' option awg_h1 '993118416' option awg_h2 '384584260' option awg_h3 '2084033864' option awg_h4 '961714636' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.108.238.215/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' option hmn_loaded_at '2026-07-07T04:24:51+00:00' option hmn_endpoint '192.121.162.75:45945' config amneziawg_vpn_test option description '094-JP-Japan-Tokyo-192.121.162.75-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.121.162.75' option endpoint_port '45945' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042532 -rw------- 1 root root 5028 Jul 7 04:25 /root/hmn/backups/network-before-vpn_test-20260707-042532 sha256=272173dab1883d0a720269f1b47ae721d9e4f3b7304daa5fb77afe75ca76e6d3 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.111.97/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-07-07T04:25:13+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn_test option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '89.46.237.14' option endpoint_port '38594' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042554 -rw------- 1 root root 5016 Jul 7 04:25 /root/hmn/backups/network-before-vpn_test-20260707-042554 sha256=62294ce90ea55f366b74f3bb532f8e66b1b0cee8e2e5c00899675a0c6914e6cd config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '103' option awg_s2 '128' option awg_h1 '1411727827' option awg_h2 '1159928711' option awg_h3 '1509131242' option awg_h4 '754832080' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.82.239.94/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' option hmn_loaded_at '2026-07-07T04:25:32+00:00' option hmn_endpoint '103.57.251.39:37380' config amneziawg_vpn_test option description '114-PS-UAE-Dubai-103.57.251.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '103.57.251.39' option endpoint_port '37380' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042616 -rw------- 1 root root 5035 Jul 7 04:26 /root/hmn/backups/network-before-vpn_test-20260707-042616 sha256=f3ef64ff928354e6c8c8d70a021aa7c3203e0395e5ffbee3a74d55ae93ead1d9 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '80' option awg_s2 '113' option awg_h1 '1671317470' option awg_h2 '469282168' option awg_h3 '844208806' option awg_h4 '4169549' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.41.157/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' option hmn_loaded_at '2026-07-07T04:25:54+00:00' option hmn_endpoint '185.14.97.234:37492' config amneziawg_vpn_test option description '115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '185.14.97.234' option endpoint_port '37492' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042634 -rw------- 1 root root 5037 Jul 7 04:26 /root/hmn/backups/network-before-vpn_test-20260707-042634 sha256=f13260480f1c5969c80a6546bedb9751d3cb0d2b918fa3e7b0267ac1cb214572 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '58' option awg_h1 '1055152911' option awg_h2 '214072845' option awg_h3 '1395608927' option awg_h4 '1408422343' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.172.142/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' option hmn_loaded_at '2026-07-07T04:26:16+00:00' option hmn_endpoint '64.253.89.235:37402' config amneziawg_vpn_test option description '117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '64.253.89.235' option endpoint_port '37402' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042653 -rw------- 1 root root 5031 Jul 7 04:26 /root/hmn/backups/network-before-vpn_test-20260707-042653 sha256=8faeb378d1ebff45c905b84f1332a4480287eec98137708943016aae41f1211c config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '122' option awg_s2 '126' option awg_h1 '1690265964' option awg_h2 '1702612724' option awg_h3 '722801417' option awg_h4 '1734153820' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.235.104/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' option hmn_loaded_at '2026-07-07T04:26:34+00:00' option hmn_endpoint '141.98.189.83:39408' config amneziawg_vpn_test option description '118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '141.98.189.83' option endpoint_port '39408' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042711 -rw------- 1 root root 5035 Jul 7 04:27 /root/hmn/backups/network-before-vpn_test-20260707-042711 sha256=3f895ed2c7304da9ed56312341d0331ceb77b318a306f7018b896d6a1ace9222 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-07T04:26:53+00:00' option hmn_endpoint '192.121.163.235:42530' config amneziawg_vpn_test option description '128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.121.163.235' option endpoint_port '42530' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042733 -rw------- 1 root root 5034 Jul 7 04:27 /root/hmn/backups/network-before-vpn_test-20260707-042733 sha256=e5a8ca6bdfc653b7ab6f5d4d93cbff41282e9ab4c4a6ca1d365a8dd63fb40d6e config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '101' option awg_s2 '35' option awg_h1 '106053217' option awg_h2 '1373084354' option awg_h3 '1879635090' option awg_h4 '623143754' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.172.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' option hmn_loaded_at '2026-07-07T04:27:11+00:00' option hmn_endpoint '89.46.232.39:40316' config amneziawg_vpn_test option description '129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '89.46.232.39' option endpoint_port '40316' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042752 -rw------- 1 root root 5032 Jul 7 04:27 /root/hmn/backups/network-before-vpn_test-20260707-042752 sha256=d7fce958f79e0dd3952381eed6c82d2c20317cc770f8fc0a90e69531a121cbbd config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.170.125/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-07-07T04:27:33+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '46.246.127.84' option endpoint_port '36230' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042814 -rw------- 1 root root 5031 Jul 7 04:28 /root/hmn/backups/network-before-vpn_test-20260707-042814 sha256=ed4b71f71634311385ea57b9f9dbddf262e5c4a61d67c282cefc51b50a686ec1 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '29' option awg_s2 '133' option awg_h1 '388560523' option awg_h2 '1003136170' option awg_h3 '559651682' option awg_h4 '777607441' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.89.174.45/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' option hmn_loaded_at '2026-07-07T04:27:52+00:00' option hmn_endpoint '194.71.126.45:32821' config amneziawg_vpn_test option description '141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '194.71.126.45' option endpoint_port '32821' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042833 -rw------- 1 root root 5040 Jul 7 04:28 /root/hmn/backups/network-before-vpn_test-20260707-042833 sha256=4ef98381429488f12b83ef81061d504c1f86427168ae47ac5484fce5fe4d3f86 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-07T04:28:14+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_test option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '37.235.54.96' option endpoint_port '38971' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042851 -rw------- 1 root root 5035 Jul 7 04:28 /root/hmn/backups/network-before-vpn_test-20260707-042851 sha256=34330daf360154aa59465924df2fcc32090b368d6c6b55361163585449321b14 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '143' option awg_h1 '1943142100' option awg_h2 '1154665998' option awg_h3 '1159227869' option awg_h4 '2081036883' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.43.12/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' option hmn_loaded_at '2026-07-07T04:28:33+00:00' option hmn_endpoint '23.158.72.87:45460' config amneziawg_vpn_test option description '147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '23.158.72.87' option endpoint_port '45460' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042909 -rw------- 1 root root 5034 Jul 7 04:29 /root/hmn/backups/network-before-vpn_test-20260707-042909 sha256=12a240d8f706eff713b6513c871567478f4ce28243592827f92c0572ffd15726 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.168.223/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-07-07T04:28:51+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn_test option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042928 -rw------- 1 root root 5048 Jul 7 04:29 /root/hmn/backups/network-before-vpn_test-20260707-042928 sha256=dea122ad3fc178203da4a5c771b219147584a4411707b929a4ebfe2dedf4d47a config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-07T04:29:09+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn_test option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-042946 -rw------- 1 root root 5040 Jul 7 04:29 /root/hmn/backups/network-before-vpn_test-20260707-042946 sha256=b1a6bffc6921d29570342869bbcbb00e656b662d169419eee16add3228fca0ab config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.173.35/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-07-07T04:29:28+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn_test option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '192.71.244.202' option endpoint_port '45735' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-043004 -rw------- 1 root root 5042 Jul 7 04:30 /root/hmn/backups/network-before-vpn_test-20260707-043004 sha256=8ec7fbdfaa3e24300d2e84960a561dc1871e5c58e9d497ae6bd298720667f4c5 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '51' option awg_h1 '144970534' option awg_h2 '210374235' option awg_h3 '1100727461' option awg_h4 '1885204570' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.77.236.75/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' option hmn_loaded_at '2026-07-07T04:29:46+00:00' option hmn_endpoint '109.248.198.4:37129' config amneziawg_vpn_test option description '162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '109.248.198.4' option endpoint_port '37129' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-043023 -rw------- 1 root root 5033 Jul 7 04:30 /root/hmn/backups/network-before-vpn_test-20260707-043023 sha256=bdd7ca9fa83b519b7b6a59832f9dd1e17d8db2d7d27dcb1b9b6be1b4c3db4cfb config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.237.218/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-07-07T04:30:04+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn_test option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-043041 -rw------- 1 root root 5053 Jul 7 04:30 /root/hmn/backups/network-before-vpn_test-20260707-043041 sha256=17094d8d8a36b09c48a26c9309820a9e47dbb1945ee71674c39082f4f8fecd4d config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '100' option awg_s2 '44' option awg_h1 '130876854' option awg_h2 '243485631' option awg_h3 '1201804100' option awg_h4 '1701356678' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.95.47.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' option hmn_loaded_at '2026-07-07T04:30:23+00:00' option hmn_endpoint '112.120.98.53:46369' config amneziawg_vpn_test option description '206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '112.120.98.53' option endpoint_port '46369' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-043103 -rw------- 1 root root 5032 Jul 7 04:31 /root/hmn/backups/network-before-vpn_test-20260707-043103 sha256=b8b6c2a7a5afc98cfb7c7286abedc603402d9a4d3c541e3b3188369996f40cf8 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.43.208/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' option hmn_loaded_at '2026-07-07T04:30:41+00:00' option hmn_endpoint '89.40.104.201:36979' config amneziawg_vpn_test option description '214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '89.40.104.201' option endpoint_port '36979' ### FILE /root/hmn/backups/network-before-vpn_test-20260707-043122 -rw------- 1 root root 5023 Jul 7 04:31 /root/hmn/backups/network-before-vpn_test-20260707-043122 sha256=6da1239a6c974548bf4a00078c0bf2f487606f16ca2f99d1ea8e9f25f9707077 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '34' option awg_s2 '49' option awg_h1 '679240017' option awg_h2 '1624207748' option awg_h3 '139122664' option awg_h4 '1720133880' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.66.44.225/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' option hmn_loaded_at '2026-07-07T04:31:03+00:00' option hmn_endpoint '77.67.8.84:43378' config amneziawg_vpn_test option description '218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '77.67.8.84' option endpoint_port '43378' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042045 -rw------- 1 root root 5028 Jul 8 04:20 /root/hmn/backups/network-before-vpn_test-20260708-042045 sha256=a7fefae78024b65475b542d4654b9d9e84483e2948de9be9217be37bc67e4219 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-07T04:31:22+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042107 -rw------- 1 root root 5036 Jul 8 04:21 /root/hmn/backups/network-before-vpn_test-20260708-042107 sha256=dc43cf1b90bd016cf214d13ab4fb9fd241c22034ae85e4bc256a217b22384887 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '135' option awg_h1 '1422669011' option awg_h2 '543679791' option awg_h3 '382041125' option awg_h4 '953428777' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.119.249.139/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' option hmn_loaded_at '2026-07-08T04:20:45+00:00' option hmn_endpoint '192.36.27.17:35500' config amneziawg_vpn_test option description '012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.36.27.17' option endpoint_port '35500' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042129 -rw------- 1 root root 5032 Jul 8 04:21 /root/hmn/backups/network-before-vpn_test-20260708-042129 sha256=feca7713f3cfbb0e3003b907d14ea0b45a270ad5bf4f5d6827c252bf3248df46 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '30' option awg_s2 '131' option awg_h1 '1837495102' option awg_h2 '940542036' option awg_h3 '1582281868' option awg_h4 '1143305597' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.112.60.219/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' option hmn_loaded_at '2026-07-08T04:21:07+00:00' option hmn_endpoint '38.244.192.244:45389' config amneziawg_vpn_test option description '029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '38.244.192.244' option endpoint_port '45389' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042147 -rw------- 1 root root 5030 Jul 8 04:21 /root/hmn/backups/network-before-vpn_test-20260708-042147 sha256=3b351bea1163a34c5526b066485d977213a23cdd0369c5172ec988e9992761b8 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.187.205/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-08T04:21:29+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn_test option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '157.173.27.69' option endpoint_port '41797' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042209 -rw------- 1 root root 5035 Jul 8 04:22 /root/hmn/backups/network-before-vpn_test-20260708-042209 sha256=f335114b1d923cb987959e924109fa6e6ca63c8d08535028ccf3e8ba293e878b config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '27' option awg_s2 '50' option awg_h1 '210752714' option awg_h2 '1301278135' option awg_h3 '1533848134' option awg_h4 '1470285624' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.98.185.144/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf' option hmn_loaded_at '2026-07-08T04:21:47+00:00' option hmn_endpoint '192.71.247.18:35999' config amneziawg_vpn_test option description '053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '192.71.247.18' option endpoint_port '35999' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042228 -rw------- 1 root root 5039 Jul 8 04:22 /root/hmn/backups/network-before-vpn_test-20260708-042228 sha256=cddd6ff2a892ebc13b9c99d35c82ae29bd24100af5f2325153b4e57c50a10257 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.254.15/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-07-08T04:22:09+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn_test option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042246 -rw------- 1 root root 5015 Jul 8 04:22 /root/hmn/backups/network-before-vpn_test-20260708-042246 sha256=03feeae13641bdd67f965ca207bc74e7fc80ef3957d73920784c41c94880d722 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '61' option awg_s2 '136' option awg_h1 '1795991743' option awg_h2 '307629285' option awg_h3 '522608605' option awg_h4 '127610214' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.101.61.41/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' option hmn_loaded_at '2026-07-08T04:22:28+00:00' option hmn_endpoint '38.7.197.83:38465' config amneziawg_vpn_test option description '063-CL-Chile-Santiago-38.7.197.83-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '38.7.197.83' option endpoint_port '38465' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042306 -rw------- 1 root root 5048 Jul 8 04:23 /root/hmn/backups/network-before-vpn_test-20260708-042306 sha256=8197cc5a60163db73332ecec6f3ad1db71e89fb78bf1832930005903714b22c6 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '34' option awg_s2 '16' option awg_h1 '252047467' option awg_h2 '456418039' option awg_h3 '1815241126' option awg_h4 '377746471' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.102.248.214/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf' option hmn_loaded_at '2026-07-08T04:22:46+00:00' option hmn_endpoint '193.235.207.39:38330' config amneziawg_vpn_test option description '070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '193.235.207.39' option endpoint_port '38330' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042325 -rw------- 1 root root 5041 Jul 8 04:23 /root/hmn/backups/network-before-vpn_test-20260708-042325 sha256=809041f8511441b0e24be48ab4b4fd641f00e561259b81ad6d6a1c403e1ebf49 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '90' option awg_s2 '37' option awg_h1 '822986125' option awg_h2 '1999522532' option awg_h3 '1189897438' option awg_h4 '1647357381' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.56.214/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' option hmn_loaded_at '2026-07-08T04:23:06+00:00' option hmn_endpoint '107.172.187.100:39480' config amneziawg_vpn_test option description '071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '107.172.187.100' option endpoint_port '39480' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042343 -rw------- 1 root root 5042 Jul 8 04:23 /root/hmn/backups/network-before-vpn_test-20260708-042343 sha256=d470c09b18204a3ab63d44a3ccf69e2139302d13b32697d9ac20a7ccf1691a60 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '132' option awg_s2 '22' option awg_h1 '1314107157' option awg_h2 '894303025' option awg_h3 '687987321' option awg_h4 '1498765620' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.120.171/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' option hmn_loaded_at '2026-07-08T04:23:25+00:00' option hmn_endpoint '78.31.250.16:41729' config amneziawg_vpn_test option description '072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '78.31.250.16' option endpoint_port '41729' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042412 -rw------- 1 root root 5031 Jul 8 04:24 /root/hmn/backups/network-before-vpn_test-20260708-042412 sha256=9088529f5863c707b97df394d5d1df7585771676af9ea6525a94973bf340acbf config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '52' option awg_s2 '88' option awg_h1 '247439890' option awg_h2 '1157952265' option awg_h3 '469264248' option awg_h4 '95652034' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.187.191/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option hmn_loaded_at '2026-07-08T04:23:43+00:00' option hmn_endpoint '84.32.230.159:43808' config amneziawg_vpn_test option description '073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '84.32.230.159' option endpoint_port '43808' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042431 -rw------- 1 root root 5029 Jul 8 04:24 /root/hmn/backups/network-before-vpn_test-20260708-042431 sha256=1fb2ca7a8c1b3ccb0fcb6063bc3c6131b2ea18019bbfa242bb610f48ccd71a73 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '27' option awg_s2 '36' option awg_h1 '1855558697' option awg_h2 '940493219' option awg_h3 '2052923685' option awg_h4 '112204269' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.120.117/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf' option hmn_loaded_at '2026-07-08T04:24:12+00:00' option hmn_endpoint '149.154.157.24:35090' config amneziawg_vpn_test option description '076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '149.154.157.24' option endpoint_port '35090' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042450 -rw------- 1 root root 5025 Jul 8 04:24 /root/hmn/backups/network-before-vpn_test-20260708-042450 sha256=f8f2d0b02ac45088b39471ff83892fd507eafdf41b1f46c9109a55a2cf02819d config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '42' option awg_s2 '60' option awg_h1 '1186737533' option awg_h2 '874365716' option awg_h3 '213670866' option awg_h4 '812342967' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.43.173/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' option hmn_loaded_at '2026-07-08T04:24:31+00:00' option hmn_endpoint '107.175.93.59:31095' config amneziawg_vpn_test option description '087-US-USA-New-York-S1-107.175.93.59-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '107.175.93.59' option endpoint_port '31095' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042510 -rw------- 1 root root 5022 Jul 8 04:25 /root/hmn/backups/network-before-vpn_test-20260708-042510 sha256=2d45a41643fa54bdc854f1402bd373fdb465f697dea117d062c7c39ad7b6c985 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '149' option awg_s2 '146' option awg_h1 '567924200' option awg_h2 '647841499' option awg_h3 '1891448980' option awg_h4 '319702062' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.108.112/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' option hmn_loaded_at '2026-07-08T04:24:50+00:00' option hmn_endpoint '107.174.226.51:44839' config amneziawg_vpn_test option description '088-US-USA-Dallas-107.174.226.51-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '107.174.226.51' option endpoint_port '44839' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042532 -rw------- 1 root root 5023 Jul 8 04:25 /root/hmn/backups/network-before-vpn_test-20260708-042532 sha256=b44abd0809b33ae6a0760095222768ed397d34c2ac15157ba8c140fc8522d6d9 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '54' option awg_s2 '132' option awg_h1 '993118416' option awg_h2 '384584260' option awg_h3 '2084033864' option awg_h4 '961714636' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.108.238.215/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' option hmn_loaded_at '2026-07-08T04:25:10+00:00' option hmn_endpoint '192.121.162.75:45945' config amneziawg_vpn_test option description '094-JP-Japan-Tokyo-192.121.162.75-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.121.162.75' option endpoint_port '45945' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042550 -rw------- 1 root root 5028 Jul 8 04:25 /root/hmn/backups/network-before-vpn_test-20260708-042550 sha256=d85bd8fc5f65bbaa3086384ca9c534f504c20f4b8524a7be097d1db62b42c8ed config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.111.97/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-07-08T04:25:32+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn_test option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '89.46.237.14' option endpoint_port '38594' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042612 -rw------- 1 root root 5016 Jul 8 04:26 /root/hmn/backups/network-before-vpn_test-20260708-042612 sha256=63ad3f1a98779e3203d913dcb5ef54b324f5f0db8fc2d367e2825cc883f9a5b4 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '103' option awg_s2 '128' option awg_h1 '1411727827' option awg_h2 '1159928711' option awg_h3 '1509131242' option awg_h4 '754832080' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.82.239.94/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' option hmn_loaded_at '2026-07-08T04:25:50+00:00' option hmn_endpoint '103.57.251.39:37380' config amneziawg_vpn_test option description '114-PS-UAE-Dubai-103.57.251.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '103.57.251.39' option endpoint_port '37380' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042634 -rw------- 1 root root 5035 Jul 8 04:26 /root/hmn/backups/network-before-vpn_test-20260708-042634 sha256=bb031b1bc9908e65c2d3ad04fee92ba6babea6b618d732e318c950b61f46e14f config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '80' option awg_s2 '113' option awg_h1 '1671317470' option awg_h2 '469282168' option awg_h3 '844208806' option awg_h4 '4169549' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.41.157/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' option hmn_loaded_at '2026-07-08T04:26:12+00:00' option hmn_endpoint '185.14.97.234:37492' config amneziawg_vpn_test option description '115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '185.14.97.234' option endpoint_port '37492' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042653 -rw------- 1 root root 5037 Jul 8 04:26 /root/hmn/backups/network-before-vpn_test-20260708-042653 sha256=e9857e2694c69cca0eb0c48fa91334b21cdd846352381013ba91150d2f042062 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '58' option awg_h1 '1055152911' option awg_h2 '214072845' option awg_h3 '1395608927' option awg_h4 '1408422343' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.172.142/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' option hmn_loaded_at '2026-07-08T04:26:34+00:00' option hmn_endpoint '64.253.89.235:37402' config amneziawg_vpn_test option description '117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '64.253.89.235' option endpoint_port '37402' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042711 -rw------- 1 root root 5031 Jul 8 04:27 /root/hmn/backups/network-before-vpn_test-20260708-042711 sha256=f6970ed4aa1f7bc86895d8d07c727fb74e7a85c8adcb10bbc73296e6adb3b176 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '122' option awg_s2 '126' option awg_h1 '1690265964' option awg_h2 '1702612724' option awg_h3 '722801417' option awg_h4 '1734153820' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.235.104/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' option hmn_loaded_at '2026-07-08T04:26:53+00:00' option hmn_endpoint '141.98.189.83:39408' config amneziawg_vpn_test option description '118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '141.98.189.83' option endpoint_port '39408' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042729 -rw------- 1 root root 5035 Jul 8 04:27 /root/hmn/backups/network-before-vpn_test-20260708-042729 sha256=c64519e2b4fae56f8648562ff6dadb20cd3d1ae8e332ae34c1ac562cd6cde048 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-08T04:27:11+00:00' option hmn_endpoint '192.121.163.235:42530' config amneziawg_vpn_test option description '128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.121.163.235' option endpoint_port '42530' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042751 -rw------- 1 root root 5034 Jul 8 04:27 /root/hmn/backups/network-before-vpn_test-20260708-042751 sha256=f74a19345ded15967bfd3f51b4dd65afad40206029896f09ac673dad6d3847ff config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '101' option awg_s2 '35' option awg_h1 '106053217' option awg_h2 '1373084354' option awg_h3 '1879635090' option awg_h4 '623143754' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.172.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' option hmn_loaded_at '2026-07-08T04:27:29+00:00' option hmn_endpoint '89.46.232.39:40316' config amneziawg_vpn_test option description '129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '89.46.232.39' option endpoint_port '40316' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042811 -rw------- 1 root root 5032 Jul 8 04:28 /root/hmn/backups/network-before-vpn_test-20260708-042811 sha256=b71792f5b25c2414d5c7bf4ca1503e2698750f98c318b57bef481b70a341bcb9 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.170.125/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-07-08T04:27:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '46.246.127.84' option endpoint_port '36230' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042833 -rw------- 1 root root 5031 Jul 8 04:28 /root/hmn/backups/network-before-vpn_test-20260708-042833 sha256=599694ac0a166d4112773e7796aac29a539d38c3e10013351bf5b276423ec2b5 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '29' option awg_s2 '133' option awg_h1 '388560523' option awg_h2 '1003136170' option awg_h3 '559651682' option awg_h4 '777607441' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.89.174.45/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' option hmn_loaded_at '2026-07-08T04:28:11+00:00' option hmn_endpoint '194.71.126.45:32821' config amneziawg_vpn_test option description '141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '194.71.126.45' option endpoint_port '32821' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042851 -rw------- 1 root root 5040 Jul 8 04:28 /root/hmn/backups/network-before-vpn_test-20260708-042851 sha256=70f9f3fd97be7bb5629e165a14df73f1cda6b1e2cf6b8766a73ac115fc9ccadb config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-08T04:28:33+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_test option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '37.235.54.96' option endpoint_port '38971' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042909 -rw------- 1 root root 5035 Jul 8 04:29 /root/hmn/backups/network-before-vpn_test-20260708-042909 sha256=42c5fe7d99faa5891893f24118b0bd5669990b4bfdcf8727476754785b548ccc config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '143' option awg_h1 '1943142100' option awg_h2 '1154665998' option awg_h3 '1159227869' option awg_h4 '2081036883' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.43.12/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' option hmn_loaded_at '2026-07-08T04:28:51+00:00' option hmn_endpoint '23.158.72.87:45460' config amneziawg_vpn_test option description '147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '23.158.72.87' option endpoint_port '45460' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042928 -rw------- 1 root root 5034 Jul 8 04:29 /root/hmn/backups/network-before-vpn_test-20260708-042928 sha256=6f46a8ec374dc686091791ee5ed85937ba77526ee18bac3101036312046d6801 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.168.223/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-07-08T04:29:10+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn_test option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-042946 -rw------- 1 root root 5048 Jul 8 04:29 /root/hmn/backups/network-before-vpn_test-20260708-042946 sha256=85cad1b8e624fb271fadb849685ff587d0e3abb454f68cdc83139a746d6de90b config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-08T04:29:28+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn_test option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-043004 -rw------- 1 root root 5040 Jul 8 04:30 /root/hmn/backups/network-before-vpn_test-20260708-043004 sha256=e9178e1c7135e18683ee8a011fa646c8e560ee83eaae6c7bcd0dbfc550d02f8a config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.173.35/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-07-08T04:29:46+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn_test option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.71.244.202' option endpoint_port '45735' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-043023 -rw------- 1 root root 5042 Jul 8 04:30 /root/hmn/backups/network-before-vpn_test-20260708-043023 sha256=910ab9e5ed28f181cb44e5d542e0f2e73d1459bff1407cdb313bf1849cf26014 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '51' option awg_h1 '144970534' option awg_h2 '210374235' option awg_h3 '1100727461' option awg_h4 '1885204570' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.77.236.75/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' option hmn_loaded_at '2026-07-08T04:30:04+00:00' option hmn_endpoint '109.248.198.4:37129' config amneziawg_vpn_test option description '162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '109.248.198.4' option endpoint_port '37129' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-043041 -rw------- 1 root root 5033 Jul 8 04:30 /root/hmn/backups/network-before-vpn_test-20260708-043041 sha256=2504b83fc8f258be6469042d5badf4a6ee6250d1fac38e4a4ea1bd1dd2d07430 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.237.218/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-07-08T04:30:23+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn_test option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-043100 -rw------- 1 root root 5053 Jul 8 04:31 /root/hmn/backups/network-before-vpn_test-20260708-043100 sha256=3fe7c7e6ae9f1dd599d46d92ad767a2749ba3c030eee98f0a52a55815fb70832 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '100' option awg_s2 '44' option awg_h1 '130876854' option awg_h2 '243485631' option awg_h3 '1201804100' option awg_h4 '1701356678' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.95.47.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' option hmn_loaded_at '2026-07-08T04:30:41+00:00' option hmn_endpoint '112.120.98.53:46369' config amneziawg_vpn_test option description '206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '112.120.98.53' option endpoint_port '46369' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-043122 -rw------- 1 root root 5032 Jul 8 04:31 /root/hmn/backups/network-before-vpn_test-20260708-043122 sha256=8cb5616595d52590035445d6cc48139aecdc4eabb4afb0452279329928c071f7 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.43.208/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:00+00:00' option hmn_endpoint '89.40.104.201:36979' config amneziawg_vpn_test option description '214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '89.40.104.201' option endpoint_port '36979' ### FILE /root/hmn/backups/network-before-vpn_test-20260708-043140 -rw------- 1 root root 5023 Jul 8 04:31 /root/hmn/backups/network-before-vpn_test-20260708-043140 sha256=68292546bcb4af2245585285e2404f1c50c78943949ce708f85fb06c4e4449ac config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '34' option awg_s2 '49' option awg_h1 '679240017' option awg_h2 '1624207748' option awg_h3 '139122664' option awg_h4 '1720133880' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.66.44.225/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:22+00:00' option hmn_endpoint '77.67.8.84:43378' config amneziawg_vpn_test option description '218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '77.67.8.84' option endpoint_port '43378' ### FILE /root/hmn/backups/network-before-vpn_user-20260706-172818 -rw------- 1 root root 4178 Jul 6 17:28 /root/hmn/backups/network-before-vpn_user-20260706-172818 sha256=b0307b808549ba6f42204de8d238b2f8cb0f45c09e182ad71b2c1f7a573dfbac config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### FILE /root/hmn/backups/network-before-vpn_user-20260706-173208 -rw------- 1 root root 5022 Jul 6 17:32 /root/hmn/backups/network-before-vpn_user-20260706-173208 sha256=6906ccb3e028aa2b17e49566d46bf3e01374082e18486b704a22b58289a7b6c7 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.168.223/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-07-06T17:28:18+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn_user option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### FILE /root/hmn/backups/network-before-vpn_user-20260706-173803 -rw------- 1 root root 5016 Jul 6 17:38 /root/hmn/backups/network-before-vpn_user-20260706-173803 sha256=4f0c5349f8a39e4f1ba733bb3fe967352db0deeea67e34d8d61464154a494dcf config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T17:32:08+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_user option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' ### FILE /root/hmn/backups/network-before-vpn_user-20260706-173915 -rw------- 1 root root 5016 Jul 6 17:39 /root/hmn/backups/network-before-vpn_user-20260706-173915 sha256=898a07ea75f173d186146ed31a093c91f9dc0e62d2afe25d5d296ebcd46b2600 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T17:38:03+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_user option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' ### FILE /root/hmn/backups/network-before-vpn_user-20260706-174102 -rw------- 1 root root 5021 Jul 6 17:41 /root/hmn/backups/network-before-vpn_user-20260706-174102 sha256=23adaf94e1a5a89ca0bc115faecced3a739b8e4bbf7354fde7288cc9d6cfdfca config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.237.218/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-07-06T17:39:15+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn_user option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### FILE /root/hmn/backups/refresh-safe-before-20260604-042000-21898/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 4 04:20 /root/hmn/backups/refresh-safe-before-20260604-042000-21898/configs-latest-readlink.txt sha256=5aa58a51c505396575f4a3370594fd9cf7574e9b6262ff4ebc58ad7f91207044 KEYMASK-151531 ### FILE /root/hmn/backups/refresh-safe-before-20260604-042000-21898/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 4 04:20 /root/hmn/backups/refresh-safe-before-20260604-042000-21898/configs-latest-realpath.txt sha256=5aa58a51c505396575f4a3370594fd9cf7574e9b6262ff4ebc58ad7f91207044 KEYMASK-151531 ### FILE /root/hmn/backups/refresh-safe-before-20260604-042000-21898/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 2997 Jun 4 04:20 /root/hmn/backups/refresh-safe-before-20260604-042000-21898/ok-awg1-strict-all-latest.tsv sha256=cc35f9b30b8bb47770bd49ac62bc2ab29ec210ee3645255ca445be2079c23f01 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.322 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.783 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 62.549 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 67.251 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.509 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.869 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 86.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.713 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 130.066 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 197.817 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 203.001 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 15 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 268.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 16 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 374.632 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260604-042000-21898/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2267 Jun 4 04:20 /root/hmn/backups/refresh-safe-before-20260604-042000-21898/ok-awg1-strict-foreign-latest.tsv sha256=7afff6f70d981a44437603127ceef099252d0c4b4136b1fc0ac615315fc55175 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.322 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.783 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 62.549 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 67.251 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.509 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.869 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 86.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.713 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 203.001 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260604-042000-21898/selected-awg1-latest.tsv -rw-r--r-- 1 root root 368 Jun 4 04:20 /root/hmn/backups/refresh-safe-before-20260604-042000-21898/selected-awg1-latest.tsv sha256=f7153c2782d157a3267a5f1f26415cae7d5678eff0c2a370fafddd1e0b003030 slot file endpoint avg_ms config_path vpn1 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf vpn2 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 67.251 KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260605-042000-15413/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 5 04:20 /root/hmn/backups/refresh-safe-before-20260605-042000-15413/configs-latest-readlink.txt sha256=5e8c29eb5f10948c6b39dbeaf10bf8748ba5c2f2545567e08b5c51d29e4665b3 KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260605-042000-15413/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 5 04:20 /root/hmn/backups/refresh-safe-before-20260605-042000-15413/configs-latest-realpath.txt sha256=5e8c29eb5f10948c6b39dbeaf10bf8748ba5c2f2545567e08b5c51d29e4665b3 KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260605-042000-15413/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3361 Jun 5 04:20 /root/hmn/backups/refresh-safe-before-20260605-042000-15413/ok-awg1-strict-all-latest.tsv sha256=392e3918f6ebfb1b1ca356dbe568e37667c055705875b7b8b464436e0e7719cb rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.288 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 44.743 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.006 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 55.688 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.034 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.423 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.834 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.103 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 70.478 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 71.253 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 74.067 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 87.206 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 110.365 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 127.835 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 184.459 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 16 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.450 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 17 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 264.369 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 18 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 376.044 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260605-042000-15413/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2453 Jun 5 04:20 /root/hmn/backups/refresh-safe-before-20260605-042000-15413/ok-awg1-strict-foreign-latest.tsv sha256=4cc613422e21db0254c50db792015392cf3d4e48ea62b4387f8095aff569b5b9 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 44.743 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.006 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 55.688 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.034 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.423 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.834 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.103 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 8 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 70.478 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 71.253 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 74.067 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 87.206 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 110.365 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.450 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260605-042000-15413/selected-awg1-latest.tsv -rw-r--r-- 1 root root 373 Jun 5 04:20 /root/hmn/backups/refresh-safe-before-20260605-042000-15413/selected-awg1-latest.tsv sha256=e612fea84bb55871770df983c29b06a034d589f7abd73cf06e51e6220e1f293e slot file endpoint avg_ms config_path vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 44.743 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn1 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260606-042000-12109/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 6 04:20 /root/hmn/backups/refresh-safe-before-20260606-042000-12109/configs-latest-readlink.txt sha256=f07bcc32ce13ab50e04508c0862a397215bc5e553bf2c0011ef0ed4b67f2802a KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260606-042000-12109/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 6 04:20 /root/hmn/backups/refresh-safe-before-20260606-042000-12109/configs-latest-realpath.txt sha256=f07bcc32ce13ab50e04508c0862a397215bc5e553bf2c0011ef0ed4b67f2802a KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260606-042000-12109/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3361 Jun 6 04:20 /root/hmn/backups/refresh-safe-before-20260606-042000-12109/ok-awg1-strict-all-latest.tsv sha256=5143236f7a85b3cd72f449c117e3636536aaafabb61aa827c2371b8c62eb783d rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 39.933 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 49.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.701 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 56.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.575 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.672 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 68.666 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 71.942 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 73.130 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 89.391 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 93.065 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 108.572 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 136.294 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 182.630 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 16 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 17 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.730 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 18 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 375.786 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260606-042000-12109/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2453 Jun 6 04:20 /root/hmn/backups/refresh-safe-before-20260606-042000-12109/ok-awg1-strict-foreign-latest.tsv sha256=d4e1a92e3562b524077cc02d79abbf879f36ef2493cb95f912994fe785d3f785 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 49.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.701 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 56.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.575 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.672 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 68.666 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 71.942 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 73.130 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 89.391 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 93.065 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 108.572 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260606-042000-12109/selected-awg1-latest.tsv -rw-r--r-- 1 root root 369 Jun 6 04:20 /root/hmn/backups/refresh-safe-before-20260606-042000-12109/selected-awg1-latest.tsv sha256=fdbfc9b7d1be4912cbae80475e46596e0f71d93cd32c5217b2d8011c5be3ae56 slot file endpoint avg_ms config_path vpn2 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.672 KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf vpn1 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.575 KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260606-180709-17601/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 6 18:07 /root/hmn/backups/refresh-safe-before-20260606-180709-17601/configs-latest-readlink.txt sha256=f1b7ed799b986e85a486252a22eb912440e478228630ea969afddba4cd1b3858 KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260606-180709-17601/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 6 18:07 /root/hmn/backups/refresh-safe-before-20260606-180709-17601/configs-latest-realpath.txt sha256=f1b7ed799b986e85a486252a22eb912440e478228630ea969afddba4cd1b3858 KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260606-180709-17601/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 2988 Jun 6 18:07 /root/hmn/backups/refresh-safe-before-20260606-180709-17601/ok-awg1-strict-all-latest.tsv sha256=dde3f9ac833b807cb1a926a7c58d2ab3226836868afd7e28fa1ca99e2e812497 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.439 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 53.544 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.516 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 58.851 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 61.235 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.479 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 66.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 68.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 78.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 99.543 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 136.084 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 154.110 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 174.462 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 215.204 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 15 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 252.920 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 268.772 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260606-180709-17601/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2080 Jun 6 18:07 /root/hmn/backups/refresh-safe-before-20260606-180709-17601/ok-awg1-strict-foreign-latest.tsv sha256=fae1418f0b505bc0246ec184f647124f5ca8c0828c36f814c94f4b6a22bb5eb5 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.439 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 53.544 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.516 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 58.851 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 61.235 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.479 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 68.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 78.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 99.543 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 154.110 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 11 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 215.204 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260606-180709-17601/selected-awg1-latest.tsv -rw-r--r-- 1 root root 366 Jun 6 18:07 /root/hmn/backups/refresh-safe-before-20260606-180709-17601/selected-awg1-latest.tsv sha256=aabc87c9d93bef404761aac8047e79c2e00221a341f91001c60ae8d2ab85b59a slot file endpoint avg_ms config_path vpn2 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 78.849 KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf vpn1 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 68.338 KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-042000-18519/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 7 04:20 /root/hmn/backups/refresh-safe-before-20260607-042000-18519/configs-latest-readlink.txt sha256=a4706e3edf2a15187ceb1882e1358ddb3512c1e1585a0644e745d0bef287c39e KEYMASK-180709 ### FILE /root/hmn/backups/refresh-safe-before-20260607-042000-18519/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 7 04:20 /root/hmn/backups/refresh-safe-before-20260607-042000-18519/configs-latest-realpath.txt sha256=a4706e3edf2a15187ceb1882e1358ddb3512c1e1585a0644e745d0bef287c39e KEYMASK-180709 ### FILE /root/hmn/backups/refresh-safe-before-20260607-042000-18519/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 2625 Jun 7 04:20 /root/hmn/backups/refresh-safe-before-20260607-042000-18519/ok-awg1-strict-all-latest.tsv sha256=b7a95ffc4d04bb117be5dc697ea4e5b76d5a7d5c0ea0e95096b9db9f651cd293 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 50.319 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 58.536 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 64.178 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 66.231 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 68.166 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 71.013 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 85.627 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 103.058 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 116.477 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 202.867 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 11 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.805 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 220.333 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 286.723 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 14 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 405.093 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-042000-18519/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 1895 Jun 7 04:20 /root/hmn/backups/refresh-safe-before-20260607-042000-18519/ok-awg1-strict-foreign-latest.tsv sha256=4b2d27f92a00f15f596b21789f3a1ae4d9b349e2f771714b39c97eacb9941e5b rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 50.319 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 58.536 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 64.178 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 66.231 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 68.166 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 71.013 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 85.627 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 103.058 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 116.477 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.805 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-042000-18519/selected-awg1-latest.tsv -rw-r--r-- 1 root root 361 Jun 7 04:20 /root/hmn/backups/refresh-safe-before-20260607-042000-18519/selected-awg1-latest.tsv sha256=c54299f558449f1a2923bca3aebc7354051d440adf957087b2309feaa5e5f4cd slot file endpoint avg_ms config_path vpn2 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 68.166 KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf vpn1 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 64.178 KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-120709-11931/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 7 12:07 /root/hmn/backups/refresh-safe-before-20260607-120709-11931/configs-latest-readlink.txt sha256=faf637d1b426d995c79aadf7b37482877a6ad4d55807fafc47d3e6f3ee2099d0 KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260607-120709-11931/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 7 12:07 /root/hmn/backups/refresh-safe-before-20260607-120709-11931/configs-latest-realpath.txt sha256=faf637d1b426d995c79aadf7b37482877a6ad4d55807fafc47d3e6f3ee2099d0 KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260607-120709-11931/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3171 Jun 7 12:07 /root/hmn/backups/refresh-safe-before-20260607-120709-11931/ok-awg1-strict-all-latest.tsv sha256=ae40adb8e5b1908ea3a995e3fcdbe8a479ddb12b66440eafc3888cf39062517f rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 38.366 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 125.804 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 14 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 177.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 267.610 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 374.598 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-120709-11931/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2263 Jun 7 12:07 /root/hmn/backups/refresh-safe-before-20260607-120709-11931/ok-awg1-strict-foreign-latest.tsv sha256=6a7a4d6138d77b75602e17fc49dec6e482666d75ee6e124f93ccc947d2a98238 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-120709-11931/selected-awg1-latest.tsv -rw-r--r-- 1 root root 361 Jun 7 12:07 /root/hmn/backups/refresh-safe-before-20260607-120709-11931/selected-awg1-latest.tsv sha256=0eab141399919e402c58dc337e0a1b0cba2c8149cabafa8d961b4d90774f1ab3 slot file endpoint avg_ms config_path vpn1 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf vpn2 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-122209-3961/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 7 12:22 /root/hmn/backups/refresh-safe-before-20260607-122209-3961/configs-latest-readlink.txt sha256=91e9ba355e47dc3e14352c2e14a23ee248282f31c69eac198b729ee0296db673 KEYMASK-120709 ### FILE /root/hmn/backups/refresh-safe-before-20260607-122209-3961/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 7 12:22 /root/hmn/backups/refresh-safe-before-20260607-122209-3961/configs-latest-realpath.txt sha256=91e9ba355e47dc3e14352c2e14a23ee248282f31c69eac198b729ee0296db673 KEYMASK-120709 ### FILE /root/hmn/backups/refresh-safe-before-20260607-122209-3961/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3171 Jun 7 12:22 /root/hmn/backups/refresh-safe-before-20260607-122209-3961/ok-awg1-strict-all-latest.tsv sha256=ae40adb8e5b1908ea3a995e3fcdbe8a479ddb12b66440eafc3888cf39062517f rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 38.366 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 125.804 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 14 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 177.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 267.610 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 374.598 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-122209-3961/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2263 Jun 7 12:22 /root/hmn/backups/refresh-safe-before-20260607-122209-3961/ok-awg1-strict-foreign-latest.tsv sha256=6a7a4d6138d77b75602e17fc49dec6e482666d75ee6e124f93ccc947d2a98238 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-122209-3961/selected-awg1-latest.tsv -rw------- 1 root root 361 Jun 7 12:22 /root/hmn/backups/refresh-safe-before-20260607-122209-3961/selected-awg1-latest.tsv sha256=0eab141399919e402c58dc337e0a1b0cba2c8149cabafa8d961b4d90774f1ab3 slot file endpoint avg_ms config_path vpn1 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf vpn2 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-180718-22253/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 7 18:07 /root/hmn/backups/refresh-safe-before-20260607-180718-22253/configs-latest-readlink.txt sha256=5b11e2b099f8393248181a99271038938e1612da65c8ffeac7d4f4b6213429a3 KEYMASK-122209 ### FILE /root/hmn/backups/refresh-safe-before-20260607-180718-22253/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 7 18:07 /root/hmn/backups/refresh-safe-before-20260607-180718-22253/configs-latest-realpath.txt sha256=5b11e2b099f8393248181a99271038938e1612da65c8ffeac7d4f4b6213429a3 KEYMASK-122209 ### FILE /root/hmn/backups/refresh-safe-before-20260607-180718-22253/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3187 Jun 7 18:07 /root/hmn/backups/refresh-safe-before-20260607-180718-22253/ok-awg1-strict-all-latest.tsv sha256=3506aeeea8c0dac80a5c3908c5f2118fcd2ff9e2a7a58a8ae69fd871d80982e2 rank file endpoint avg_ms ping_loss config_path 1 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.291 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.159 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 70.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 70.662 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 5 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.965 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 78.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 84.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 112.705 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 119.815 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 148.473 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 11 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 12 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 160.712 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 13 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 172.476 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 14 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 182.734 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 207.944 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 272.700 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 383.294 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-180718-22253/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2457 Jun 7 18:07 /root/hmn/backups/refresh-safe-before-20260607-180718-22253/ok-awg1-strict-foreign-latest.tsv sha256=268a68b44281349e2a7fafdb109fe1675babea09bd588a9cae4e81fe79078248 rank file endpoint avg_ms ping_loss config_path 1 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.291 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.159 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 70.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 70.662 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 5 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.965 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 78.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 84.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 112.705 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 119.815 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 11 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 160.712 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 12 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 172.476 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 207.944 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260607-180718-22253/selected-awg1-latest.tsv -rw-r--r-- 1 root root 359 Jun 7 18:07 /root/hmn/backups/refresh-safe-before-20260607-180718-22253/selected-awg1-latest.tsv sha256=5e04aa5f24242430febc16fb90db3530dc1908e3f467743365da201f2276df75 slot file endpoint avg_ms config_path vpn1 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf vpn2 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 119.815 KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260608-042000-18279/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 8 04:20 /root/hmn/backups/refresh-safe-before-20260608-042000-18279/configs-latest-readlink.txt sha256=5a9f18d2b65431f2d56713fef50a5a3980f61159205a7f35ec15e310b0dbe55e KEYMASK-180718 ### FILE /root/hmn/backups/refresh-safe-before-20260608-042000-18279/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 8 04:20 /root/hmn/backups/refresh-safe-before-20260608-042000-18279/configs-latest-realpath.txt sha256=5a9f18d2b65431f2d56713fef50a5a3980f61159205a7f35ec15e310b0dbe55e KEYMASK-180718 ### FILE /root/hmn/backups/refresh-safe-before-20260608-042000-18279/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 2063 Jun 8 04:20 /root/hmn/backups/refresh-safe-before-20260608-042000-18279/ok-awg1-strict-all-latest.tsv sha256=39aff5c8da1c581e28ddab732ca6df03a89b98a44a6924b9329f3c94f4416470 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.812 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 99.496 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 107.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 137.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 139.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 154.912 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 8 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 186.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 9 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 236.768 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 10 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 403.902 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf 11 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 739.506 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260608-042000-18279/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 1521 Jun 8 04:20 /root/hmn/backups/refresh-safe-before-20260608-042000-18279/ok-awg1-strict-foreign-latest.tsv sha256=11e3c1db40539edc27eb268df1c1f5a2a0cb2edb5f69412c3017f67a5f3371f6 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.812 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 99.496 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 107.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 137.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 139.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 154.912 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 8 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 236.768 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260608-042000-18279/selected-awg1-latest.tsv -rw-r--r-- 1 root root 376 Jun 8 04:20 /root/hmn/backups/refresh-safe-before-20260608-042000-18279/selected-awg1-latest.tsv sha256=9d897ba91bd4489c2d9b0acb95a03ba63267ac11d44009626d253680b43dfd6e slot file endpoint avg_ms config_path vpn2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf vpn1 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260706-161226-12417/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jul 6 16:12 /root/hmn/backups/refresh-safe-before-20260706-161226-12417/configs-latest-readlink.txt sha256=1c778d9e41f80fab126201c47887a3afc0bb5ffaa1a89c5c4c2fd9ce47604b74 KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260706-161226-12417/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jul 6 16:12 /root/hmn/backups/refresh-safe-before-20260706-161226-12417/configs-latest-realpath.txt sha256=1c778d9e41f80fab126201c47887a3afc0bb5ffaa1a89c5c4c2fd9ce47604b74 KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3184 Jul 6 16:12 /root/hmn/backups/refresh-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv sha256=7f69751aff3daa88565edd5e469ee97aab6b919d7861a4cb6d0cc9c55eee9f68 rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 32.678 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 49.331 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 56.427 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 77.520 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 78.995 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 79.169 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 80.416 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 108.755 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 125.027 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 137.118 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 190.398 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 193.249 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 213.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 284.015 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 375.270 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2276 Jul 6 16:12 /root/hmn/backups/refresh-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv sha256=fd5a15bc378fe6790f12847792d19efcfe6d698aed85f743088011e0add11d15 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 49.331 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 56.427 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 77.520 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 78.995 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 79.169 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 80.416 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 108.755 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 137.118 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 193.249 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 213.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260706-161226-12417/selected-awg1-latest.tsv -rw-r--r-- 1 root root 386 Jul 6 16:12 /root/hmn/backups/refresh-safe-before-20260706-161226-12417/selected-awg1-latest.tsv sha256=34d44908e0375c0bbe95b3ee48f0b9334489cfc7522bca7d3f083e83eaa60a3f slot file endpoint avg_ms config_path vpn1 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf vpn2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260707-042000-9733/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jul 7 04:20 /root/hmn/backups/refresh-safe-before-20260707-042000-9733/configs-latest-readlink.txt sha256=cceb81d88ce696eabea40a29a99eba8be088fb4edc4d1297feef5bec888db830 KEYMASK-161226 ### FILE /root/hmn/backups/refresh-safe-before-20260707-042000-9733/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jul 7 04:20 /root/hmn/backups/refresh-safe-before-20260707-042000-9733/configs-latest-realpath.txt sha256=cceb81d88ce696eabea40a29a99eba8be088fb4edc4d1297feef5bec888db830 KEYMASK-161226 ### FILE /root/hmn/backups/refresh-safe-before-20260707-042000-9733/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3203 Jul 7 04:20 /root/hmn/backups/refresh-safe-before-20260707-042000-9733/ok-awg1-strict-all-latest.tsv sha256=251bba40fec8266351ce546c98d822a3f332f6a78c1c484f7e4d3effe9ee01c8 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 166.254 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 13 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 14 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 217.195 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 288.838 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 409.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260707-042000-9733/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2456 Jul 7 04:20 /root/hmn/backups/refresh-safe-before-20260707-042000-9733/ok-awg1-strict-foreign-latest.tsv sha256=cf0d9fe6eabbb299dd3b8c3f925833798bbe667eff288ab41ddf5d2e4150af53 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 12 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 13 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260707-042000-9733/selected-awg1-latest.tsv -rw-r--r-- 1 root root 391 Jul 7 04:20 /root/hmn/backups/refresh-safe-before-20260707-042000-9733/selected-awg1-latest.tsv sha256=9386fa56c53ac1c4e210cde060c37dfb3e31177f29abca0842044c5acb1eea5d slot file endpoint avg_ms config_path vpn1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260708-042000-24122/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jul 8 04:20 /root/hmn/backups/refresh-safe-before-20260708-042000-24122/configs-latest-readlink.txt sha256=6a761b22ecc1c1e13a7d391e25f12aec55876d0ac2e3fb2f4495fffdd23c9cef KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260708-042000-24122/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jul 8 04:20 /root/hmn/backups/refresh-safe-before-20260708-042000-24122/configs-latest-realpath.txt sha256=6a761b22ecc1c1e13a7d391e25f12aec55876d0ac2e3fb2f4495fffdd23c9cef KEYMASK-042000 ### FILE /root/hmn/backups/refresh-safe-before-20260708-042000-24122/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3754 Jul 8 04:20 /root/hmn/backups/refresh-safe-before-20260708-042000-24122/ok-awg1-strict-all-latest.tsv sha256=c44ac15898a32e1307518fa2c6511230e7a5d2081fb7045bc7a4676aace6b929 rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 3 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 4 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 126.080 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 14 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 17 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 179.873 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 18 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 19 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.162 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 378.025 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260708-042000-24122/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2829 Jul 8 04:20 /root/hmn/backups/refresh-safe-before-20260708-042000-24122/ok-awg1-strict-foreign-latest.tsv sha256=0e4bb249278c662737b596832867ec5261e36c4944132da3874bc6d0442c8a67 rank file endpoint avg_ms ping_loss config_path 1 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 14 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/backups/refresh-safe-before-20260708-042000-24122/selected-awg1-latest.tsv -rw------- 1 root root 391 Jul 8 04:20 /root/hmn/backups/refresh-safe-before-20260708-042000-24122/selected-awg1-latest.tsv sha256=9386fa56c53ac1c4e210cde060c37dfb3e31177f29abca0842044c5acb1eea5d slot file endpoint avg_ms config_path vpn1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### FILE /root/hmn/backups/stage1-before-active-spare-20260601-110029/crontab-root -rw-r--r-- 1 root root 57 Jun 1 11:00 /root/hmn/backups/stage1-before-active-spare-20260601-110029/crontab-root sha256=15c76ceaf261be0c6dafcd0cdaec401a9889c557426e738c4257762e764e6bca * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 ### FILE /root/hmn/backups/stage1-before-active-spare-20260601-110029/firewall -rw-r--r-- 1 root root 3786 Jun 1 11:00 /root/hmn/backups/stage1-before-active-spare-20260601-110029/firewall sha256=8c8c21c17fcfc96455c0aba7e03df8befe0f4ab7d651fadca8bbf0dd30fef06f config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' option network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'mgmt' option masq '1' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn4' list network 'vpn1' list network 'vpn3' list network 'vpn2' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' ### FILE /root/hmn/backups/stage1-before-active-spare-20260601-110029/network -rw------- 1 root root 4506 Jun 1 11:00 /root/hmn/backups/stage1-before-active-spare-20260601-110029/network sha256=efaaae1256e0ef9bf6da810779a753b9d6db865dc4e0be99f75524aa261d5e05 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' list dns '1.1.1.1' option auto '0' list addresses '10.91.235.78/32' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '80' option awg_s2 '113' option awg_h1 '1671317470' option awg_h2 '469282168' option awg_h3 '844208806' option awg_h4 '4169549' list dns '1.1.1.1' option auto '0' list addresses '10.83.46.58/32' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn1 option description 'NetherlandsAmsterdamR5.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config amneziawg_vpn2 option description 'NorwaySandefjordS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '185.14.97.151' option endpoint_port '42180' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-01T10:35:04+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### FILE /root/hmn/backups/stage1-before-active-spare-20260601-110029/vpn-egress-manager.sh -rwxr-xr-x 1 root root 4409 Jun 1 11:00 /root/hmn/backups/stage1-before-active-spare-20260601-110029/vpn-egress-manager.sh sha256=d3339e69d48f61ce04ab7b3dcf173ca103fefd5b2748dec5d68604a8c2592ad1 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" PRIMARY="vpn1" HOT_STANDBY="vpn2" COLD1="vpn3" COLD2="vpn4" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_FILE="/tmp/vpn-egress-current.state" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$PRIMARY" "$HOT_STANDBY" "$COLD1" "$COLD2" eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true fi ip route flush cache log_change "WAN fallback" } down_cold_reserves() { ifdown "$COLD1" >/dev/null 2>&1 ifdown "$COLD2" >/dev/null 2>&1 } try_cold() { DEV="$1" logger -t "$LOGTAG" "trying cold reserve $DEV" ifup "$DEV" >/dev/null 2>&1 sleep 12 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "cold reserve $DEV failed" ifdown "$DEV" >/dev/null 2>&1 return 1 } ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi if [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$PRIMARY skipped by test flag" else ensure_up "$PRIMARY" fi ensure_up "$HOT_STANDBY" sleep 2 if [ ! -e "$SKIP_PRIMARY_FILE" ]; then if is_alive "$PRIMARY"; then use_vpn "$PRIMARY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "$PRIMARY is down, checking $HOT_STANDBY" else logger -t "$LOGTAG" "$PRIMARY skipped, checking $HOT_STANDBY" fi if is_alive "$HOT_STANDBY"; then use_vpn "$HOT_STANDBY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "active VPNs are down, trying cold reserves" if try_cold "$COLD1"; then exit 0 fi if try_cold "$COLD2"; then exit 0 fi logger -t "$LOGTAG" "all VPNs are down, using WAN fail-open" use_wan exit 0 ### FILE /root/hmn/backups/stage1-before-active-spare-20260601-110029/vpn-egress-manager.sh.real -rwxr-xr-x 1 root root 4409 Jun 1 11:00 /root/hmn/backups/stage1-before-active-spare-20260601-110029/vpn-egress-manager.sh.real sha256=d3339e69d48f61ce04ab7b3dcf173ca103fefd5b2748dec5d68604a8c2592ad1 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" PRIMARY="vpn1" HOT_STANDBY="vpn2" COLD1="vpn3" COLD2="vpn4" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_FILE="/tmp/vpn-egress-current.state" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$PRIMARY" "$HOT_STANDBY" "$COLD1" "$COLD2" eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true fi ip route flush cache log_change "WAN fallback" } down_cold_reserves() { ifdown "$COLD1" >/dev/null 2>&1 ifdown "$COLD2" >/dev/null 2>&1 } try_cold() { DEV="$1" logger -t "$LOGTAG" "trying cold reserve $DEV" ifup "$DEV" >/dev/null 2>&1 sleep 12 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "cold reserve $DEV failed" ifdown "$DEV" >/dev/null 2>&1 return 1 } ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi if [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$PRIMARY skipped by test flag" else ensure_up "$PRIMARY" fi ensure_up "$HOT_STANDBY" sleep 2 if [ ! -e "$SKIP_PRIMARY_FILE" ]; then if is_alive "$PRIMARY"; then use_vpn "$PRIMARY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "$PRIMARY is down, checking $HOT_STANDBY" else logger -t "$LOGTAG" "$PRIMARY skipped, checking $HOT_STANDBY" fi if is_alive "$HOT_STANDBY"; then use_vpn "$HOT_STANDBY" down_cold_reserves exit 0 fi logger -t "$LOGTAG" "active VPNs are down, trying cold reserves" if try_cold "$COLD1"; then exit 0 fi if try_cold "$COLD2"; then exit 0 fi logger -t "$LOGTAG" "all VPNs are down, using WAN fail-open" use_wan exit 0 ### FILE /root/hmn/backups/vpn-egress-manager-before-lock-fix-20260601-122802.sh -rwxr-xr-x 1 root root 5373 Jun 1 12:28 /root/hmn/backups/vpn-egress-manager-before-lock-fix-20260601-122802.sh sha256=6f3fa7a1a4a92b339111e70f93b3b4fd51fd92c92611a1cfaf844bc3c02a3897 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" # Старый тестовый флаг оставляем как alias: если он есть, считаем active принудительно плохим. SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -4 -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -4 -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi logger -t "$LOGTAG" "both VPN slots are down, using WAN fail-open" use_wan exit 0 ### FILE /root/hmn/cache/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3754 Jul 8 04:31 /root/hmn/cache/ok-awg1-strict-all-latest.tsv sha256=eeb8b4cfd473891a338ae84e8bef6e1b48c010b700051b28bc31e44d9baf58bc rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 27.745 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 43.304 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 46.381 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.097 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.299 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.395 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 62.362 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.777 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.513 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 75.272 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.675 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 105.977 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 129.320 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 161.595 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 184.748 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 17 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 186.153 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 18 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 194.613 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 19 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 219.008 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 247.649 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/cache/ok-awg1-strict-all-latest.tsv.before-validate-20260707-042048 -rw------- 1 root root 3203 Jul 6 16:24 /root/hmn/cache/ok-awg1-strict-all-latest.tsv.before-validate-20260707-042048 sha256=251bba40fec8266351ce546c98d822a3f332f6a78c1c484f7e4d3effe9ee01c8 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 166.254 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 13 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 14 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 217.195 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 288.838 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 409.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/cache/ok-awg1-strict-all-latest.tsv.before-validate-20260708-042044 -rw------- 1 root root 3754 Jul 7 04:31 /root/hmn/cache/ok-awg1-strict-all-latest.tsv.before-validate-20260708-042044 sha256=c44ac15898a32e1307518fa2c6511230e7a5d2081fb7045bc7a4676aace6b929 rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 3 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 4 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 126.080 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 14 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 17 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 179.873 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 18 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 19 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.162 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 378.025 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2829 Jul 8 04:31 /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv sha256=dfc7b7b1a93457a3138fc0082717c6e76587e4110ee6a6224f4715bcd00ee9fa rank file endpoint avg_ms ping_loss config_path 1 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 43.304 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 46.381 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 4 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.097 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.299 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.395 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 62.362 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.777 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.513 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 75.272 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.675 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 105.977 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 161.595 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 14 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 186.153 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 219.008 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv.before-validate-20260707-042048 -rw------- 1 root root 2456 Jul 6 16:24 /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv.before-validate-20260707-042048 sha256=cf0d9fe6eabbb299dd3b8c3f925833798bbe667eff288ab41ddf5d2e4150af53 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 12 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 13 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv.before-validate-20260708-042044 -rw------- 1 root root 2829 Jul 7 04:31 /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv.before-validate-20260708-042044 sha256=0e4bb249278c662737b596832867ec5261e36c4944132da3874bc6d0442c8a67 rank file endpoint avg_ms ping_loss config_path 1 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 14 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/cache/ok-awg1-strict-latest.tsv -rw------- 1 root root 3754 Jul 8 04:31 /root/hmn/cache/ok-awg1-strict-latest.tsv sha256=eeb8b4cfd473891a338ae84e8bef6e1b48c010b700051b28bc31e44d9baf58bc rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 27.745 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 43.304 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 46.381 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.097 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.299 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.395 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 62.362 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.777 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.513 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 75.272 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.675 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 105.977 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 129.320 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 161.595 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 184.748 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 17 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 186.153 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 18 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 194.613 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 19 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 219.008 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 247.649 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/cache/ok-awg1-strict-latest.tsv.before-validate-20260707-042048 -rw------- 1 root root 3203 Jul 6 16:24 /root/hmn/cache/ok-awg1-strict-latest.tsv.before-validate-20260707-042048 sha256=251bba40fec8266351ce546c98d822a3f332f6a78c1c484f7e4d3effe9ee01c8 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 166.254 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 13 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 14 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 217.195 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 288.838 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 409.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/cache/ok-awg1-strict-latest.tsv.before-validate-20260708-042044 -rw------- 1 root root 3754 Jul 7 04:31 /root/hmn/cache/ok-awg1-strict-latest.tsv.before-validate-20260708-042044 sha256=c44ac15898a32e1307518fa2c6511230e7a5d2081fb7045bc7a4676aace6b929 rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 3 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 4 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 126.080 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 14 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 17 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 179.873 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 18 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 19 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.162 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 378.025 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/cache/ranked-awg1-20260601-110304.tsv -rw------- 1 root root 2410 Jun 1 11:03 /root/hmn/cache/ranked-awg1-20260601-110304.tsv sha256=2b4efc92abd22f7bc95076101e9572d3a2daaf68b0a7cd15c8e44bed22f13adf rank avg_ms file endpoint loss config_path 1 000028.642 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000032.042 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 3 000049.167 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 000054.398 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 000055.742 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 6 000058.725 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 000061.863 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 000064.119 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 000064.717 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 000069.894 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 11 000078.605 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 000083.776 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 000090.563 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 14 000206.049 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/cache/ranked-awg1-20260601-110707.tsv -rw------- 1 root root 2410 Jun 1 11:07 /root/hmn/cache/ranked-awg1-20260601-110707.tsv sha256=2b4efc92abd22f7bc95076101e9572d3a2daaf68b0a7cd15c8e44bed22f13adf rank avg_ms file endpoint loss config_path 1 000028.642 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000032.042 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 3 000049.167 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 000054.398 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 000055.742 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 6 000058.725 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 000061.863 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 000064.119 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 000064.717 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 000069.894 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 11 000078.605 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 000083.776 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 000090.563 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 14 000206.049 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/cache/ranked-awg1-20260601-135559.tsv -rw------- 1 root root 2241 Jun 1 13:55 /root/hmn/cache/ranked-awg1-20260601-135559.tsv sha256=54d20e688658070d7e1e2b56f3305ee6c5f66afc9f0a03bd4cfe9ae4f46f9121 rank avg_ms file endpoint loss config_path 1 000028.642 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000049.167 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 000054.398 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 000055.742 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 5 000058.725 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 000061.863 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 000064.119 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 000064.717 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000069.894 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 10 000078.605 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 000083.776 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 000090.563 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 13 000206.049 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/cache/ranked-awg1-20260601-145208.tsv -rw------- 1 root root 2920 Jun 1 14:52 /root/hmn/cache/ranked-awg1-20260601-145208.tsv sha256=9db04e6c82fb15097e54ff766130847f16846edd6a0888f5ffad5cecd9acaeae rank avg_ms file endpoint loss config_path 1 000031.403 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 2 000048.801 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 000053.748 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 000058.804 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 5 000058.891 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 000059.160 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 000060.048 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 000062.377 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 0% KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 9 000065.888 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 000069.356 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 11 000070.824 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 12 000072.932 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 13 000080.964 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 14 000081.250 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 15 000101.192 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 16 000204.156 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 0% KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf 17 000205.182 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/cache/ranked-awg1-20260601-152436.tsv -rw------- 1 root root 2410 Jun 1 15:24 /root/hmn/cache/ranked-awg1-20260601-152436.tsv sha256=87515343302f8d2124c47e37c67c011634a57527b569b59848f7a4c5ed81e657 rank avg_ms file endpoint loss config_path 1 000030.679 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000034.051 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 3 000048.800 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 000053.870 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 000057.491 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 000058.749 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 7 000061.337 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 000063.802 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000067.433 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 000072.246 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 000075.593 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 000083.255 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 000083.442 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 14 000206.996 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/cache/ranked-awg1-latest.tsv -rw------- 1 root root 2410 Jun 1 15:24 /root/hmn/cache/ranked-awg1-latest.tsv sha256=87515343302f8d2124c47e37c67c011634a57527b569b59848f7a4c5ed81e657 rank avg_ms file endpoint loss config_path 1 000030.679 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000034.051 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 3 000048.800 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 000053.870 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 000057.491 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 000058.749 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 7 000061.337 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 000063.802 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000067.433 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 000072.246 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 000075.593 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 000083.255 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 000083.442 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 14 000206.996 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/cache/selected-awg1-20260601-110707.tsv -rw------- 1 root root 372 Jun 1 11:07 /root/hmn/cache/selected-awg1-20260601-110707.tsv sha256=e82cef166477adc0ee8d3fb200c13eae1d3b33cff08a8b5d960698150bd7c5e8 slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000028.642 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000032.042 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf ### FILE /root/hmn/cache/selected-awg1-20260601-135559.tsv -rw------- 1 root root 384 Jun 1 13:55 /root/hmn/cache/selected-awg1-20260601-135559.tsv sha256=233f5d76ff4d61026aa651db5ddb74bf4574e691ce7281c94c849f8a089c58a9 slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000028.642 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000049.167 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### FILE /root/hmn/cache/selected-awg1-20260601-145208.tsv -rw------- 1 root root 386 Jun 1 14:52 /root/hmn/cache/selected-awg1-20260601-145208.tsv sha256=f749cf7455d19578778b60a6a7f7fbde52c7bcd6ae9781ba59f289268e28e348 slot file endpoint avg_ms config_path vpn1 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000031.403 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000048.801 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### FILE /root/hmn/cache/selected-awg1-20260601-152436.tsv -rw------- 1 root root 372 Jun 1 15:24 /root/hmn/cache/selected-awg1-20260601-152436.tsv sha256=39e1fac154d276d43c0ff677152f081d4e8b2059161c96ee454ff6d801abb082 slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000030.679 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000034.051 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf ### FILE /root/hmn/cache/selected-awg1-latest.tsv -rw-r--r-- 1 root root 375 Jul 8 06:16 /root/hmn/cache/selected-awg1-latest.tsv sha256=acecd501a7789cc8b967c65ca84a412a01c23feda3c0c15dfe474fb5f84d5e2f slot file endpoint avg_ms config_path vpn2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf vpn1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf ### FILE /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260706-165740 -rw------- 1 root root 386 Jul 6 16:09 /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260706-165740 sha256=34d44908e0375c0bbe95b3ee48f0b9334489cfc7522bca7d3f083e83eaa60a3f slot file endpoint avg_ms config_path vpn1 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf vpn2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf ### FILE /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260706-170839 -rw-r--r-- 1 root root 385 Jul 6 16:57 /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260706-170839 sha256=0fad36a4d94d1ee33ada64118c04c3c4b9d3d1e10f1adf30db8dc38944a63a60 slot file endpoint avg_ms config_path vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn1 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf ### FILE /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260708-061633 -rw------- 1 root root 391 Jul 6 17:08 /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260708-061633 sha256=9386fa56c53ac1c4e210cde060c37dfb3e31177f29abca0842044c5acb1eea5d slot file endpoint avg_ms config_path vpn1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### FILE /root/hmn/cache/selected-awg1-loadpath-check.tsv -rw------- 1 root root 385 Jun 1 14:35 /root/hmn/cache/selected-awg1-loadpath-check.tsv sha256=a77014dc9ca6a1b1913e32a2bc13687d0b1801064addd991da42dda2163da0b4 slot file endpoint avg_ms config_path vpn2 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000028.642 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 000054.398 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf ### FILE /root/hmn/cache/serverlist-latest.json -rw------- 1 root root 33274 Jul 8 04:20 /root/hmn/cache/serverlist-latest.json sha256=c434f9e353d6c8cdb785ddc1606febf997663f49160572953f7c27ebb1bdde1d {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.36.27.29","port":19016,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.36.27.29","port":33446,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.36.27.29","port":40886,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.36.27.29","port":56946,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"192.36.27.17","port":35500,"random_priority":"0"}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.247.19","port":24259,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.247.19","port":38689,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.247.19","port":46129,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.247.19","port":62189,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"192.71.247.18","port":35999,"random_priority":"0"}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"67":{"id":67,"country_code":"RU","name_en":"Russia, Moscow N5","name_ru":", N5","public_ips":["130.94.89.236"],"lan_ip":"10.102.0.1","services":{"httpd":{"ip":"130.94.89.236","port":16612},"pptp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.94.89.236","vpn_subnet":"10.102.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"130.94.89.236","port":20522,"vpn_subnet":"10.102.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"130.94.89.236","port":34952,"vpn_subnet":"10.102.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"130.94.89.236","port":42392,"vpn_subnet":"10.102.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"130.94.89.236","port":58452,"vpn_subnet":"10.102.40.1\/21"}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.39","port":19065,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.39","port":33495,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.39","port":40935,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.39","port":56995,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.39","port":38330}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.101","port":12316,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.101","port":26746,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.101","port":34186,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.101","port":50246,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.100","port":39480,"random_priority":"0"}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"3","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.25","port":25196,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.25","port":39626,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.25","port":47066,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.25","port":63126,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.24","port":35090,"random_priority":"0"}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.175.93.59","port":11832,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.175.93.59","port":26262,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.175.93.59","port":33702,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.175.93.59","port":49762,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"107.175.93.59","port":31095}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.174.226.52","port":17362,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.174.226.52","port":31792,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.174.226.52","port":39232,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.174.226.52","port":55292,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"107.174.226.51","port":44839,"random_priority":"0"}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.25","port":20511,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.25","port":34941,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.25","port":42381,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.25","port":58441,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380,"random_priority":"0"}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.138","port":22681,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.138","port":37111,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.138","port":44551,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.138","port":60611,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.234","port":37492}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.232.97","port":26420,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.232.97","port":40850,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.232.97","port":48290,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.232.97","port":64350,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"89.46.232.39","port":40316,"random_priority":"0"}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.73.210.13","port":16669,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.73.210.13","port":31099,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.73.210.13","port":38539,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.73.210.13","port":54599,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230,"random_priority":"0"}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.85","port":16185,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.85","port":30615,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.85","port":38055,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.85","port":54115,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"194.71.126.45","port":32821,"random_priority":"0"}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"147":{"id":147,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, Salt Lake City S2","name_ru":", -- S2","public_ips":["23.158.72.86"],"lan_ip":"10.91.0.1","services":{"httpd":{"ip":"23.158.72.19","port":12900},"pptp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"l2tp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"ipsec":{"service_id":4,"ip":"23.158.72.19","vpn_subnet":"10.91.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"23.158.72.88","port":22916,"vpn_subnet":"10.91.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"23.158.72.88","port":37346,"vpn_subnet":"10.91.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"23.158.72.88","port":44786,"vpn_subnet":"10.91.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"23.158.72.88","port":60846,"vpn_subnet":"10.91.24.1\/21"},"wg":{"ip":"23.158.72.87","port":45460,"random_priority":"0"}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"5","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"162":{"id":162,"lat":"49.842","lon":"73.106","country_code":"KZ","name_en":"Kazakhstan, Karaganda S1","name_ru":", S1","public_ips":["109.248.198.4"],"lan_ip":"10.77.192.1","services":{"httpd":{"ip":"109.248.198.4","port":13954},"pptp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"l2tp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"ipsec":{"service_id":4,"ip":"109.248.198.4","vpn_subnet":"10.77.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"109.248.198.4","port":17864,"vpn_subnet":"10.77.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"109.248.198.4","port":32294,"vpn_subnet":"10.77.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"109.248.198.4","port":39734,"vpn_subnet":"10.77.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"109.248.198.4","port":55794,"vpn_subnet":"10.77.216.1\/21"},"wg":{"ip":"109.248.198.4","port":37129}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.214.37.69","port":19964,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.214.37.181","port":32917,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.214.36.122","port":37592,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.139.225","port":59556,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"89.40.104.201","port":36979}}},"218":{"id":218,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M2","name_ru":", M2","public_ips":["77.67.8.84"],"lan_ip":"10.66.0.1","services":{"httpd":{"ip":"77.67.8.84","port":20203},"pptp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"l2tp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"ipsec":{"service_id":4,"ip":"77.67.8.84","vpn_subnet":"10.66.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"77.67.8.84","port":24113,"vpn_subnet":"10.66.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"77.67.8.84","port":38543,"vpn_subnet":"10.66.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"77.67.8.84","port":45983,"vpn_subnet":"10.66.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"77.67.8.84","port":62043,"vpn_subnet":"10.66.24.1\/21"},"wg":{"ip":"77.67.8.84","port":43378}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"20","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.48","port":24706,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.48","port":39136,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.48","port":46576,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.48","port":62636,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/cache/working-awg1-latest.tsv -rw------- 1 root root 6294 Jul 8 04:20 /root/hmn/cache/working-awg1-latest.tsv sha256=c1b6525733d9715b94d8f8dbd497f3f68a7635b696f8878fcdee96859156cecd id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 192.36.27.17 35500 192.36.27.17:35500 yes 10.119.249.139/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.60.219/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.187.205/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 192.71.247.18 35999 192.71.247.18:35999 yes 10.98.185.144/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.254.15/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.61.41/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.39 38330 193.235.207.39:38330 yes 10.102.248.214/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 71 US USA, Los Angeles S2 107.172.187.100 39480 107.172.187.100:39480 yes 10.103.56.214/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 78.31.250.16:41729 yes 10.103.120.171/32 KEYMASK-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.187.191/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.109/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.24 35090 149.154.157.24:35090 yes 10.104.120.117/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 87 US USA, New York S1 107.175.93.59 31095 107.175.93.59:31095 yes 10.107.43.173/32 KEYMASK-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 88 US USA, Dallas 107.174.226.51 44839 107.174.226.51:44839 yes 10.107.108.112/32 KEYMASK-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.238.215/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.111.97/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.239.94/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.234 37492 185.14.97.234:37492 yes 10.83.41.157/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.142/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.235.104/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.108.200/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 89.46.232.39 40316 89.46.232.39:40316 yes 10.86.172.73/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.170.125/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 194.71.126.45 32821 194.71.126.45:32821 yes 10.89.174.45/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.235.244/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 147 US USA, Salt Lake City S2 23.158.72.87 45460 23.158.72.87:45460 yes 10.91.43.12/32 KEYMASK-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.168.223/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.233.132/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.173.35/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 162 KZ Kazakhstan, Karaganda S1 109.248.198.4 37129 109.248.198.4:37129 yes 10.77.236.75/32 KEYMASK-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.237.218/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.47.73/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 89.40.104.201 36979 89.40.104.201:36979 yes 10.65.43.208/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 218 KZ Kazakhstan, Almaty M2 77.67.8.84 43378 77.67.8.84:43378 yes 10.66.44.225/32 KEYMASK-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.234.5/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/99-vpn-egress-manager -rw------- 1 root root 691 Jun 1 12:38 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/99-vpnin-policy-route -rw------- 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/STATUS.txt -rw------- 1 root root 1435 Jun 1 14:39 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/STATUS.txt sha256=47eb72bec9afb413ff3d3786c21eb332c8fb913f56f109a5eb71bf543829a530 timestamp=20260601-143908 cron: running maintenance: no maintenance flag active-slot: vpn2 table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 route get: 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache vpn1 endpoint/config: 95.211.68.119:45176 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn2 endpoint/config: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf planner: Selected file: KEYMASK-awg1-latest.tsv Runtime: active slot: vpn2 active endpoint: 95.156.206.18:37498 standby slot: vpn1 standby endpoint: 95.211.68.119:45176 Selected candidates: best: 95.156.206.18:37498 | 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf | avg=000028.642 second: 95.211.68.119:45176 | 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf | avg=000049.167 Plan: Active slot already has best candidate. Standby slot already has second candidate. Action: do nothing. No changes were made. main routes containing vpn1/vpn2: quarantine: endpoint file reason added_at 46.246.127.84:36230 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf suspicious_live_behavior_current_batch 2026-06-01T13:54:56+00:00 ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/active-slot -rw------- 1 root root 5 Jun 1 14:39 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/active-slot sha256=3c2c12cebae47c1a6b9b94019d5f6d77eca35fd7edcc3b8e5b2db1edc3d51218 vpn2 ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-apply-selected.sh -rw------- 1 root root 6765 Jun 1 14:32 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-apply-selected.sh sha256=ea283561a4acf7a781dd0abfeaab39467fec3a4abb2d3769cb98f9ca75f4c93e #!/bin/ash set -eu MODE="${1:-dry-run}" SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" QUARANTINE="${HMN_QUARANTINE_FILE:-KEYMASK-awg1-latest.tsv}" PING_IP="${HMN_STANDBY_PING_IP:-9.9.9.9}" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" case "$MODE" in dry-run|standby-only) ;; *) echo "ERROR: mode must be dry-run or standby-only" echo "Usage:" echo " /root/hmn/hmn-apply-selected.sh dry-run" echo " /root/hmn/hmn-apply-selected.sh standby-only" exit 1 ;; esac if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" if [ -z "$BEST_ENDPOINT" ] || [ -z "$BEST_CONFIG" ] || [ -z "$SECOND_ENDPOINT" ] || [ -z "$SECOND_CONFIG" ]; then echo "ERROR: selected file does not contain two candidates:" echo " $SELECTED" cat "$SELECTED" exit 1 fi if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then DESIRED_FILE="$SECOND_FILE" DESIRED_ENDPOINT="$SECOND_ENDPOINT" DESIRED_AVG="$SECOND_AVG" DESIRED_CONFIG="$SECOND_CONFIG" REASON="active_has_best_use_second_as_standby" elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_has_second_use_best_as_standby" else DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_not_in_selected_use_best_as_standby" fi if [ ! -f "$DESIRED_CONFIG" ]; then echo "ERROR: desired standby config not found:" echo " $DESIRED_CONFIG" exit 1 fi NEED_LOAD=0 if [ "$STANDBY_ENDPOINT" != "$DESIRED_ENDPOINT" ]; then NEED_LOAD=1 fi echo "Mode:" echo " $MODE" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " active config: $ACTIVE_CONFIG" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo " standby config: $STANDBY_CONFIG" echo echo "Selected:" echo " best: $BEST_ENDPOINT | avg=$BEST_AVG | $BEST_FILE" echo " second: $SECOND_ENDPOINT | avg=$SECOND_AVG | $SECOND_FILE" echo echo "Desired standby:" echo " slot: $STANDBY" echo " endpoint: $DESIRED_ENDPOINT" echo " avg: $DESIRED_AVG" echo " file: $DESIRED_FILE" echo " config: $DESIRED_CONFIG" echo " reason: $REASON" echo if [ "$NEED_LOAD" -eq 1 ]; then echo "Plan:" echo " load desired config into inactive slot $STANDBY" echo " bring $STANDBY up" echo " test ping through $STANDBY" echo " if OK: keep active untouched and shut standby back down" echo " if FAIL: quarantine desired endpoint for current batch and rerank" else echo "Plan:" echo " standby already has desired endpoint" echo " in standby-only mode: verify standby by bringing it up temporarily" fi echo if [ "$MODE" = "dry-run" ]; then echo "Dry-run only. No changes were made." exit 0 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi MAINT_WAS_PRESENT=0 if [ -e "$MAINTENANCE_FILE" ]; then MAINT_WAS_PRESENT=1 fi cleanup() { ip route del "$PING_IP/32" dev "$STANDBY" 2>/dev/null || true ifdown "$STANDBY" 2>/dev/null || true if [ "$MAINT_WAS_PRESENT" -eq 0 ]; then rm -f "$MAINTENANCE_FILE" fi rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$CRON_WAS_RUNNING" -eq 1 ]; then /etc/init.d/cron start >/dev/null 2>&1 || true fi } add_quarantine() { mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache if [ ! -f "$QUARANTINE" ]; then printf 'endpoint\tfile\treason\tadded_at\n' > "$QUARANTINE" fi if awk -F '\t' -v ep="$DESIRED_ENDPOINT" -v f="$DESIRED_FILE" ' NR > 1 && ($1 == ep || $2 == f) { found=1 } END { exit found ? 0 : 1 } ' "$QUARANTINE"; then echo "Quarantine already contains this endpoint/file." else ADDED_AT="$(date -Iseconds 2>/dev/null || date)" printf '%s\t%s\t%s\t%s\n' \ "$DESIRED_ENDPOINT" \ "$DESIRED_FILE" \ "standby_apply_failed_current_batch" \ "$ADDED_AT" >> "$QUARANTINE" chmod 600 "$QUARANTINE" echo "Added to quarantine:" echo " $DESIRED_ENDPOINT | $DESIRED_FILE" fi } trap cleanup EXIT INT TERM echo "Freezing automation while applying standby..." /etc/init.d/cron stop >/dev/null 2>&1 || true touch "$MAINTENANCE_FILE" rm -f /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$NEED_LOAD" -eq 1 ]; then echo echo "Loading desired config into standby slot..." /root/hmn/hmn-load-vpn-slot.sh "$STANDBY" "$DESIRED_CONFIG" else echo echo "No load needed; standby already points to desired endpoint." fi echo echo "Bringing standby up for verification..." ifup "$STANDBY" sleep 12 echo echo "Standby tunnel state:" /usr/bin/amneziawg show "$STANDBY" 2>/dev/null || true echo echo "Temporary route for standby ping:" ip route replace "$PING_IP/32" dev "$STANDBY" ip route get "$PING_IP" echo echo "Ping through standby:" if ping -4 -c 5 -W 2 -I "$STANDBY" "$PING_IP"; then echo echo "Standby verification OK." else echo echo "ERROR: standby verification failed." add_quarantine echo echo "Reranking after quarantine..." /root/hmn/hmn-rank-awg.sh || true exit 2 fi echo echo "Active slot was not changed:" cat /root/hmn/state/active-slot ip route show table 200 echo echo "Done. Cleanup will shut standby down and restore automation." ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-download-all-awg.sh -rw------- 1 root root 8926 Jun 1 13:58 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-download-all-awg.sh sha256=c20d8ff7feead493f2524c6da3c921bbf62cbdfb503a11a8ea75e4d15144e18f #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" echo "3/4 Скачиваю конфиги для всех WG-кандидатов..." echo N=0 OK=0 FAIL=0 while IFS="$(printf '\t')" read -r SERVER_ID COUNTRY_CODE SERVER_NAME WG_IP WG_PORT; do N=$((N + 1)) EXPECTED_ENDPOINT="${WG_IP}:${WG_PORT}" SAFE_NAME="$(printf '%03d-%s-%s-%s' "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" \ | tr ' /,' '---' \ | tr -cd 'A-Za-z0-9_.-' \ | sed 's/--*/-/g')" TMP_CONFIG="$RUN_DIR/tmp-${SAFE_NAME}.conf" CONFIG_FILE="$CONFIG_DIR/${SAFE_NAME}-awg${AWG_PARAM}.conf" echo "[$N/$TOTAL] $COUNTRY_CODE | $SERVER_NAME | $EXPECTED_ENDPOINT" if curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 8 --max-time 35 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data-urlencode "server=$WG_IP" \ --data "awg=$AWG_PARAM" \ "$CONFIG_URL" \ -o "$TMP_CONFIG"; then if grep -q '^\[Interface\]' "$TMP_CONFIG" && grep -q '^\[Peer\]' "$TMP_CONFIG"; then ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" ADDRESS="$(awk -F'= *' '/^Address[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" if [ "$ENDPOINT" = "$EXPECTED_ENDPOINT" ]; then MATCH="yes" else MATCH="NO_expected_${EXPECTED_ENDPOINT}" fi mv "$TMP_CONFIG" "$CONFIG_FILE" chmod 600 "$CONFIG_FILE" printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ "$ENDPOINT" "$MATCH" "$ADDRESS" "$CONFIG_FILE" \ >> "$WORKING_FILE" OK=$((OK + 1)) echo " OK -> $ENDPOINT | address=$ADDRESS | match=$MATCH" else REASON="$(head -n 1 "$TMP_CONFIG" | tr '\t' ' ' | cut -c1-180)" rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" "$REASON" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: $REASON" fi else rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\tcurl_failed\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: curl_failed" fi echo sleep 1 done < "$CANDIDATES_FILE" rm -f "$RUN_DIR"/tmp-*.conf 2>/dev/null || true rm -f "$LATEST_DIR" ln -s "$CONFIG_DIR" "$LATEST_DIR" cp "$WORKING_FILE" "$BASE/cache/working-awg${AWG_PARAM}-latest.tsv" cp "$FAIL_FILE" "$BASE/cache/fail-awg${AWG_PARAM}-latest.tsv" cp "$CANDIDATES_FILE" "$BASE/cache/wg-candidates-latest.tsv" chmod 600 "$BASE/cache/"*.tsv 2>/dev/null || true # Successful new config batch => reset temporary quarantine for this AWG batch. # If the download fails before this point, old latest/quarantine stay untouched. QUARANTINE_LATEST="$BASE/cache/quarantine-awg${AWG_PARAM}-latest.tsv" if [ -f "$QUARANTINE_LATEST" ]; then cp "$QUARANTINE_LATEST" "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true chmod 600 "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true fi { printf "endpoint\tfile\treason\tadded_at\n" } > "$QUARANTINE_LATEST" ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-load-vpn-slot.sh -rw------- 1 root root 5125 Jun 1 11:09 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-load-vpn-slot.sh sha256=f6171e7f682e5dc422a9e56c449b7413ea9225c23adef7b07d0802ed8bf93872 #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-}" case "$SLOT" in vpn1|vpn2) ;; *) echo "ERROR: slot должен быть vpn1 или vpn2" echo "Использование:" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf up" exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден config:" echo " $CONF" exit 1 fi ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ "$SLOT" = "$ACTIVE" ] && [ "${HMN_ALLOW_ACTIVE_RELOAD:-0}" != "1" ]; then echo "ERROR: refusing to reload active slot: $SLOT" echo "Current table 200 active slot: $ACTIVE" echo echo "Для blue/green сначала грузи конфиг в неактивный слот." echo "Если очень надо принудительно:" echo " HMN_ALLOW_ACTIVE_RELOAD=1 /root/hmn/hmn-load-vpn-slot.sh $SLOT $CONF" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading into slot:" echo " slot: $SLOT" echo " config: $CONF" echo " endpoint: $ENDPOINT" echo " address: $ADDRESS" echo " active table 200 before load: ${ACTIVE:-none}" echo ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='interface' uci set network."$SLOT".proto='amneziawg' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='0' uci set network."$SLOT".disabled='0' uci set network."$SLOT".delegate='0' uci set network."$SLOT".peerdns='0' uci set network."$SLOT".defaultroute='0' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network."$SLOT".hmn_role='active_spare_slot' uci set network."$SLOT".hmn_source_config="$CONF" uci set network."$SLOT".hmn_loaded_at="$(date -Iseconds)" uci set network."$SLOT".hmn_endpoint="$ENDPOINT" uci commit network echo "Loaded. Slot is still down unless ACTION=up." echo uci show network."$SLOT" | sed "s/private_key=MASKED echo uci show network | grep -E "=amneziawg_${SLOT}|@amneziawg_${SLOT}.*description|@amneziawg_${SLOT}.*allowed_ips|@amneziawg_${SLOT}.*route_allowed_ips|@amneziawg_${SLOT}.*endpoint_host|@amneziawg_${SLOT}.*endpoint_port|@amneziawg_${SLOT}.*persistent_keepalive" echo echo "table 200 after load:" ip route show table 200 if [ "$ACTION" = "up" ]; then echo echo "Bringing $SLOT up..." ifup "$SLOT" sleep 10 /usr/bin/amneziawg show "$SLOT" 2>/dev/null || true fi ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-plan-selected.sh -rw------- 1 root root 2908 Jun 1 14:00 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-plan-selected.sh sha256=ae8cb9b3ff62deb73e30a4ab2734a2a7898812b6bfe756fdf505ebba0776e510 #!/bin/ash set -eu SELECTED="${1:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_SLOT="$(awk -F '\t' 'NR==2 {print $1}' "$SELECTED")" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_SLOT="$(awk -F '\t' 'NR==3 {print $1}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot already has best candidate." if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ] && [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active has second candidate, standby has best candidate." echo " Action: no config load needed." echo " Optional: switch active to standby only after live test/policy decision." elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active has second candidate." echo " Standby should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." else echo " Active endpoint is not in top two selected candidates." echo " Safest action: load best candidate into standby, test it, then decide switch manually." echo " load $BEST_CONFIG into $STANDBY" fi echo echo "No changes were made." ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-rank-awg.sh -rw------- 1 root root 3169 Jun 1 13:55 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-rank-awg.sh sha256=7bf985300ce45a1003cfcaa1cf08d14de0751b39ff28ca2bf3f46713043faeec #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" QUARANTINE="${HMN_RANK_QUARANTINE:-KEYMASK-awg1-latest.tsv}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Временно плохие туннели текущего набора исключаются через QUARANTINE, # а не через вечный blacklist. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi if [ ! -f "$QUARANTINE" ]; then QUARANTINE="/dev/null" fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo " quarantine: $QUARANTINE" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" -v qfile="$QUARANTINE" ' FILENAME == qfile { if (FNR == 1) next if ($1 != "") q_endpoint[$1] = 1 if ($2 != "") q_file[$2] = 1 next } FILENAME != qfile && FNR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex && !($3 in q_endpoint) && !($2 in q_file) { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$QUARANTINE" "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $CFG_PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/ranked-awg1-latest.tsv -rw------- 1 root root 2241 Jun 1 13:55 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/ranked-awg1-latest.tsv sha256=54d20e688658070d7e1e2b56f3305ee6c5f66afc9f0a03bd4cfe9ae4f46f9121 rank avg_ms file endpoint loss config_path 1 000028.642 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000049.167 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 000054.398 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 000055.742 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 5 000058.725 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 000061.863 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 000064.119 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 000064.717 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000069.894 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 10 000078.605 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 000083.776 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 000090.563 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 13 000206.049 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/selected-awg1-latest.tsv -rw------- 1 root root 384 Jun 1 13:55 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/selected-awg1-latest.tsv sha256=233f5d76ff4d61026aa651db5ddb74bf4574e691ce7281c94c849f8a089c58a9 slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000028.642 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000049.167 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/vpn-egress-manager.sh -rw------- 1 root root 6626 Jun 1 13:24 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/vpn-egress-manager.sh sha256=b6099b2c44d6d404aa4e735b169c37e37cfa2ac030b05d4f83b32cb2ff21103d #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } if [ -e "$MAINTENANCE_FILE" ]; then logger -t "$LOGTAG" "maintenance flag present, exiting" exit 0 fi if ! mkdir "$LOCKDIR" 2>/dev/null; then logger -t "$LOGTAG" "another manager instance is running, exiting" exit 0 fi trap manager_cleanup EXIT INT TERM ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down or skipped, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi # Safety net: if standby failed but old active is still alive, # keep old active instead of falling through to WAN fallback. logger -t "$LOGTAG" "standby $STANDBY failed, re-checking old active $ACTIVE before WAN fallback" ### FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/vpn-table200-local-routes.sh -rw------- 1 root root 593 May 31 08:17 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/vpn-table200-local-routes.sh sha256=1826a52b28ae8590036d312be959919b35af4a6ab65218143414e070bb3a1bb5 #!/bin/sh # Local/direct routes that must always exist in table 200. # Otherwise local replies sourced from 10.200.0.2 go to VPN default. ip route replace 10.200.0.0/24 dev eth1 src 10.200.0.2 table 200 2>/dev/null || true ip route replace 10.201.0.0/24 dev eth3 src 10.201.0.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.71.1.0/24 dev eth2 src 10.71.1.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.250.1.0/24 via 10.71.1.1 dev eth2 table 200 2>/dev/null || true ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/99-vpn-egress-manager -rw------- 1 root root 691 Jun 1 12:38 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/99-vpnin-policy-route -rw------- 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/STATUS.txt -rw------- 1 root root 1423 Jun 1 15:29 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/STATUS.txt sha256=fdf20e99428868e528196af6df4e244bfdb3ad2acd1a4ebfb59599d4f49fcff0 timestamp=20260601-152930 cron table: * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-awg.sh run >/root/hmn/logs/hmn-refresh-awg-nightly.log 2>&1 cron status: running maintenance: no maintenance flag active-slot: vpn2 table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 route get: 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache vpn1 endpoint/config: 46.246.127.84:36230 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf vpn2 endpoint/config: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf planner: Selected file: KEYMASK-awg1-latest.tsv Runtime: active slot: vpn2 active endpoint: 95.156.206.18:37498 standby slot: vpn1 standby endpoint: 46.246.127.84:36230 Selected candidates: best: 95.156.206.18:37498 | 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf | avg=000030.679 second: 46.246.127.84:36230 | 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf | avg=000034.051 Plan: Active slot already has best candidate. Standby slot already has second candidate. Action: do nothing. No changes were made. main routes containing vpn1/vpn2/vpn_test: ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/active-slot -rw------- 1 root root 5 Jun 1 15:29 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/active-slot sha256=3c2c12cebae47c1a6b9b94019d5f6d77eca35fd7edcc3b8e5b2db1edc3d51218 vpn2 ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-apply-selected.sh -rw------- 1 root root 6765 Jun 1 14:32 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-apply-selected.sh sha256=ea283561a4acf7a781dd0abfeaab39467fec3a4abb2d3769cb98f9ca75f4c93e #!/bin/ash set -eu MODE="${1:-dry-run}" SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" QUARANTINE="${HMN_QUARANTINE_FILE:-KEYMASK-awg1-latest.tsv}" PING_IP="${HMN_STANDBY_PING_IP:-9.9.9.9}" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" case "$MODE" in dry-run|standby-only) ;; *) echo "ERROR: mode must be dry-run or standby-only" echo "Usage:" echo " /root/hmn/hmn-apply-selected.sh dry-run" echo " /root/hmn/hmn-apply-selected.sh standby-only" exit 1 ;; esac if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" if [ -z "$BEST_ENDPOINT" ] || [ -z "$BEST_CONFIG" ] || [ -z "$SECOND_ENDPOINT" ] || [ -z "$SECOND_CONFIG" ]; then echo "ERROR: selected file does not contain two candidates:" echo " $SELECTED" cat "$SELECTED" exit 1 fi if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then DESIRED_FILE="$SECOND_FILE" DESIRED_ENDPOINT="$SECOND_ENDPOINT" DESIRED_AVG="$SECOND_AVG" DESIRED_CONFIG="$SECOND_CONFIG" REASON="active_has_best_use_second_as_standby" elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_has_second_use_best_as_standby" else DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_not_in_selected_use_best_as_standby" fi if [ ! -f "$DESIRED_CONFIG" ]; then echo "ERROR: desired standby config not found:" echo " $DESIRED_CONFIG" exit 1 fi NEED_LOAD=0 if [ "$STANDBY_ENDPOINT" != "$DESIRED_ENDPOINT" ]; then NEED_LOAD=1 fi echo "Mode:" echo " $MODE" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " active config: $ACTIVE_CONFIG" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo " standby config: $STANDBY_CONFIG" echo echo "Selected:" echo " best: $BEST_ENDPOINT | avg=$BEST_AVG | $BEST_FILE" echo " second: $SECOND_ENDPOINT | avg=$SECOND_AVG | $SECOND_FILE" echo echo "Desired standby:" echo " slot: $STANDBY" echo " endpoint: $DESIRED_ENDPOINT" echo " avg: $DESIRED_AVG" echo " file: $DESIRED_FILE" echo " config: $DESIRED_CONFIG" echo " reason: $REASON" echo if [ "$NEED_LOAD" -eq 1 ]; then echo "Plan:" echo " load desired config into inactive slot $STANDBY" echo " bring $STANDBY up" echo " test ping through $STANDBY" echo " if OK: keep active untouched and shut standby back down" echo " if FAIL: quarantine desired endpoint for current batch and rerank" else echo "Plan:" echo " standby already has desired endpoint" echo " in standby-only mode: verify standby by bringing it up temporarily" fi echo if [ "$MODE" = "dry-run" ]; then echo "Dry-run only. No changes were made." exit 0 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi MAINT_WAS_PRESENT=0 if [ -e "$MAINTENANCE_FILE" ]; then MAINT_WAS_PRESENT=1 fi cleanup() { ip route del "$PING_IP/32" dev "$STANDBY" 2>/dev/null || true ifdown "$STANDBY" 2>/dev/null || true if [ "$MAINT_WAS_PRESENT" -eq 0 ]; then rm -f "$MAINTENANCE_FILE" fi rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$CRON_WAS_RUNNING" -eq 1 ]; then /etc/init.d/cron start >/dev/null 2>&1 || true fi } add_quarantine() { mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache if [ ! -f "$QUARANTINE" ]; then printf 'endpoint\tfile\treason\tadded_at\n' > "$QUARANTINE" fi if awk -F '\t' -v ep="$DESIRED_ENDPOINT" -v f="$DESIRED_FILE" ' NR > 1 && ($1 == ep || $2 == f) { found=1 } END { exit found ? 0 : 1 } ' "$QUARANTINE"; then echo "Quarantine already contains this endpoint/file." else ADDED_AT="$(date -Iseconds 2>/dev/null || date)" printf '%s\t%s\t%s\t%s\n' \ "$DESIRED_ENDPOINT" \ "$DESIRED_FILE" \ "standby_apply_failed_current_batch" \ "$ADDED_AT" >> "$QUARANTINE" chmod 600 "$QUARANTINE" echo "Added to quarantine:" echo " $DESIRED_ENDPOINT | $DESIRED_FILE" fi } trap cleanup EXIT INT TERM echo "Freezing automation while applying standby..." /etc/init.d/cron stop >/dev/null 2>&1 || true touch "$MAINTENANCE_FILE" rm -f /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$NEED_LOAD" -eq 1 ]; then echo echo "Loading desired config into standby slot..." /root/hmn/hmn-load-vpn-slot.sh "$STANDBY" "$DESIRED_CONFIG" else echo echo "No load needed; standby already points to desired endpoint." fi echo echo "Bringing standby up for verification..." ifup "$STANDBY" sleep 12 echo echo "Standby tunnel state:" /usr/bin/amneziawg show "$STANDBY" 2>/dev/null || true echo echo "Temporary route for standby ping:" ip route replace "$PING_IP/32" dev "$STANDBY" ip route get "$PING_IP" echo echo "Ping through standby:" if ping -4 -c 5 -W 2 -I "$STANDBY" "$PING_IP"; then echo echo "Standby verification OK." else echo echo "ERROR: standby verification failed." add_quarantine echo echo "Reranking after quarantine..." /root/hmn/hmn-rank-awg.sh || true exit 2 fi echo echo "Active slot was not changed:" cat /root/hmn/state/active-slot ip route show table 200 echo echo "Done. Cleanup will shut standby down and restore automation." ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-download-all-awg.sh -rw------- 1 root root 8926 Jun 1 13:58 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-download-all-awg.sh sha256=c20d8ff7feead493f2524c6da3c921bbf62cbdfb503a11a8ea75e4d15144e18f #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" echo "3/4 Скачиваю конфиги для всех WG-кандидатов..." echo N=0 OK=0 FAIL=0 while IFS="$(printf '\t')" read -r SERVER_ID COUNTRY_CODE SERVER_NAME WG_IP WG_PORT; do N=$((N + 1)) EXPECTED_ENDPOINT="${WG_IP}:${WG_PORT}" SAFE_NAME="$(printf '%03d-%s-%s-%s' "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" \ | tr ' /,' '---' \ | tr -cd 'A-Za-z0-9_.-' \ | sed 's/--*/-/g')" TMP_CONFIG="$RUN_DIR/tmp-${SAFE_NAME}.conf" CONFIG_FILE="$CONFIG_DIR/${SAFE_NAME}-awg${AWG_PARAM}.conf" echo "[$N/$TOTAL] $COUNTRY_CODE | $SERVER_NAME | $EXPECTED_ENDPOINT" if curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 8 --max-time 35 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data-urlencode "server=$WG_IP" \ --data "awg=$AWG_PARAM" \ "$CONFIG_URL" \ -o "$TMP_CONFIG"; then if grep -q '^\[Interface\]' "$TMP_CONFIG" && grep -q '^\[Peer\]' "$TMP_CONFIG"; then ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" ADDRESS="$(awk -F'= *' '/^Address[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" if [ "$ENDPOINT" = "$EXPECTED_ENDPOINT" ]; then MATCH="yes" else MATCH="NO_expected_${EXPECTED_ENDPOINT}" fi mv "$TMP_CONFIG" "$CONFIG_FILE" chmod 600 "$CONFIG_FILE" printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ "$ENDPOINT" "$MATCH" "$ADDRESS" "$CONFIG_FILE" \ >> "$WORKING_FILE" OK=$((OK + 1)) echo " OK -> $ENDPOINT | address=$ADDRESS | match=$MATCH" else REASON="$(head -n 1 "$TMP_CONFIG" | tr '\t' ' ' | cut -c1-180)" rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" "$REASON" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: $REASON" fi else rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\tcurl_failed\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: curl_failed" fi echo sleep 1 done < "$CANDIDATES_FILE" rm -f "$RUN_DIR"/tmp-*.conf 2>/dev/null || true rm -f "$LATEST_DIR" ln -s "$CONFIG_DIR" "$LATEST_DIR" cp "$WORKING_FILE" "$BASE/cache/working-awg${AWG_PARAM}-latest.tsv" cp "$FAIL_FILE" "$BASE/cache/fail-awg${AWG_PARAM}-latest.tsv" cp "$CANDIDATES_FILE" "$BASE/cache/wg-candidates-latest.tsv" chmod 600 "$BASE/cache/"*.tsv 2>/dev/null || true # Successful new config batch => reset temporary quarantine for this AWG batch. # If the download fails before this point, old latest/quarantine stay untouched. QUARANTINE_LATEST="$BASE/cache/quarantine-awg${AWG_PARAM}-latest.tsv" if [ -f "$QUARANTINE_LATEST" ]; then cp "$QUARANTINE_LATEST" "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true chmod 600 "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true fi { printf "endpoint\tfile\treason\tadded_at\n" } > "$QUARANTINE_LATEST" ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-load-vpn-slot.sh -rw------- 1 root root 5125 Jun 1 11:09 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-load-vpn-slot.sh sha256=f6171e7f682e5dc422a9e56c449b7413ea9225c23adef7b07d0802ed8bf93872 #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-}" case "$SLOT" in vpn1|vpn2) ;; *) echo "ERROR: slot должен быть vpn1 или vpn2" echo "Использование:" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf up" exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден config:" echo " $CONF" exit 1 fi ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ "$SLOT" = "$ACTIVE" ] && [ "${HMN_ALLOW_ACTIVE_RELOAD:-0}" != "1" ]; then echo "ERROR: refusing to reload active slot: $SLOT" echo "Current table 200 active slot: $ACTIVE" echo echo "Для blue/green сначала грузи конфиг в неактивный слот." echo "Если очень надо принудительно:" echo " HMN_ALLOW_ACTIVE_RELOAD=1 /root/hmn/hmn-load-vpn-slot.sh $SLOT $CONF" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading into slot:" echo " slot: $SLOT" echo " config: $CONF" echo " endpoint: $ENDPOINT" echo " address: $ADDRESS" echo " active table 200 before load: ${ACTIVE:-none}" echo ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='interface' uci set network."$SLOT".proto='amneziawg' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='0' uci set network."$SLOT".disabled='0' uci set network."$SLOT".delegate='0' uci set network."$SLOT".peerdns='0' uci set network."$SLOT".defaultroute='0' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network."$SLOT".hmn_role='active_spare_slot' uci set network."$SLOT".hmn_source_config="$CONF" uci set network."$SLOT".hmn_loaded_at="$(date -Iseconds)" uci set network."$SLOT".hmn_endpoint="$ENDPOINT" uci commit network echo "Loaded. Slot is still down unless ACTION=up." echo uci show network."$SLOT" | sed "s/private_key=MASKED echo uci show network | grep -E "=amneziawg_${SLOT}|@amneziawg_${SLOT}.*description|@amneziawg_${SLOT}.*allowed_ips|@amneziawg_${SLOT}.*route_allowed_ips|@amneziawg_${SLOT}.*endpoint_host|@amneziawg_${SLOT}.*endpoint_port|@amneziawg_${SLOT}.*persistent_keepalive" echo echo "table 200 after load:" ip route show table 200 if [ "$ACTION" = "up" ]; then echo echo "Bringing $SLOT up..." ifup "$SLOT" sleep 10 /usr/bin/amneziawg show "$SLOT" 2>/dev/null || true fi ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-plan-selected.sh -rw------- 1 root root 3181 Jun 1 15:12 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-plan-selected.sh sha256=f7cf94b41f53f52a74b1c84f20e5119d91edff92d4587228e7ea41bb1a932b96 #!/bin/ash set -eu SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active slot already has best candidate." echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Active slot already has best candidate." echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot has second candidate." echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." else echo " Active slot has second candidate." echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi else echo " Active endpoint is not in top two selected candidates." if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." elif [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot has second candidate, but best candidate is available." echo " Action: load best candidate into standby, then test:" echo " load $BEST_CONFIG into $STANDBY" else echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi fi echo echo "No changes were made." ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-rank-awg.sh -rw------- 1 root root 3169 Jun 1 13:55 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-rank-awg.sh sha256=7bf985300ce45a1003cfcaa1cf08d14de0751b39ff28ca2bf3f46713043faeec #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" QUARANTINE="${HMN_RANK_QUARANTINE:-KEYMASK-awg1-latest.tsv}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Временно плохие туннели текущего набора исключаются через QUARANTINE, # а не через вечный blacklist. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi if [ ! -f "$QUARANTINE" ]; then QUARANTINE="/dev/null" fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo " quarantine: $QUARANTINE" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" -v qfile="$QUARANTINE" ' FILENAME == qfile { if (FNR == 1) next if ($1 != "") q_endpoint[$1] = 1 if ($2 != "") q_file[$2] = 1 next } FILENAME != qfile && FNR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex && !($3 in q_endpoint) && !($2 in q_file) { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$QUARANTINE" "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $CFG_PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-refresh-awg.sh -rw------- 1 root root 4979 Jun 1 15:28 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-refresh-awg.sh sha256=f725224e1b766f85f1ccf4a934e44f3c240865081348ff6bed8f63d366678e17 #!/bin/ash set -u MODE="${1:-dry-run}" BASE="/root/hmn" LOGDIR="$BASE/logs" PING_IP="${HMN_REFRESH_PING_IP:-9.9.9.9}" DOWNLOAD="$BASE/hmn-download-all-awg.sh" TESTER="$BASE/hmn-test-all-awg.sh" RANKER="$BASE/hmn-rank-awg.sh" PLANNER="$BASE/hmn-plan-selected.sh" APPLY="$BASE/hmn-apply-selected.sh" case "$MODE" in dry-run|run) ;; *) echo "ERROR: mode must be dry-run or run" echo "Usage:" echo " /root/hmn/hmn-refresh-awg.sh dry-run" echo " /root/hmn/hmn-refresh-awg.sh run" exit 1 ;; esac mkdir -p "$LOGDIR" chmod 700 "$LOGDIR" LOCKDIR="/tmp/hmn-refresh-awg.lock" if ! mkdir "$LOCKDIR" 2>/dev/null; then echo "ERROR: another hmn-refresh-awg run is already active: $LOCKDIR" exit 1 fi cleanup_lock() { rmdir "$LOCKDIR" 2>/dev/null || true } trap cleanup_lock EXIT INT TERM say() { echo echo "=== $* ===" } fail() { echo echo "ERROR: $*" exit 1 } run_cmd() { echo echo "+ $*" if [ "$MODE" = "run" ]; then "$@" else echo "[dry-run] not executed" fi } get_table_default_dev() { ip route show table 200 | awk ' /^default / { for (i = 1; i <= NF; i++) { if ($i == "dev") { print $(i+1) exit } } } ' } say "HideMyName AWG refresh wrapper" echo "mode: $MODE" echo "date: $(date -Iseconds 2>/dev/null || date)" say "preflight: scripts" for S in "$DOWNLOAD" "$TESTER" "$RANKER" "$PLANNER" "$APPLY"; do [ -x "$S" ] || fail "missing or not executable: $S" ls -lh "$S" done say "preflight: runtime state" CRON_STATUS="$(/etc/init.d/cron status 2>/dev/null || true)" echo "cron: $CRON_STATUS" if [ -e /tmp/hmn-vpn-maintenance ]; then fail "maintenance flag exists: /tmp/hmn-vpn-maintenance" fi for F in /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan; do if [ -e "$F" ]; then fail "temporary control flag exists: $F" fi done ACTIVE="$(cat "$BASE/state/active-slot" 2>/dev/null || true)" case "$ACTIVE" in vpn1|vpn2) ;; *) fail "bad active slot: $ACTIVE" ;; esac TABLE_DEV="$(get_table_default_dev)" echo "active slot: $ACTIVE" echo "table 200 default dev: $TABLE_DEV" ip route show table 200 if [ "$TABLE_DEV" != "$ACTIVE" ]; then fail "table 200 default dev does not match active slot" fi echo echo "active tunnel:" /usr/bin/amneziawg show "$ACTIVE" 2>/dev/null || fail "cannot show active tunnel $ACTIVE" echo echo "active traffic check:" ping -4 -c 3 -W 2 -I 10.200.0.2 "$PING_IP" || fail "active traffic check failed" say "current selected plan before refresh" "$PLANNER" || fail "planner failed before refresh" say "planned pipeline" echo "1. download fresh AWG configs through active VPN interface" echo "2. test all latest configs through vpn_test" echo "3. rank tested configs and write selected" echo "4. show selected plan" echo "5. apply selected in standby-only mode" echo "6. final report" if [ "$MODE" = "dry-run" ]; then say "dry-run command list" run_cmd "$DOWNLOAD" run_cmd "$TESTER" run_cmd "$RANKER" run_cmd "$PLANNER" run_cmd "$APPLY" standby-only say "dry-run final state, no changes expected" /etc/init.d/cron status || true ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" cat "$BASE/state/active-slot" ip route show table 200 ip route show | grep -E 'vpn1|vpn2|vpn_test' || true exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" REPORT="$LOGDIR/hmn-refresh-awg-$TS.report.txt" say "run: download fresh AWG configs" "$DOWNLOAD" || fail "download failed" say "run: test latest AWG configs" "$TESTER" || fail "tester failed" say "run: rank and select" "$RANKER" || fail "ranker failed" say "run: selected plan after rank" "$PLANNER" || fail "planner failed after rank" say "run: apply selected standby-only" "$APPLY" standby-only || fail "apply-selected standby-only failed" say "final report" { echo "timestamp=$TS" echo echo "cron:" /etc/init.d/cron status || true echo echo "maintenance:" ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" echo echo "active-slot:" cat "$BASE/state/active-slot" echo echo "table 200:" ip route show table 200 echo echo "route get:" ip route get "$PING_IP" from 10.200.0.2 echo echo "vpn1 endpoint/config:" uci -q get network.vpn1.hmn_endpoint || true uci -q get network.vpn1.hmn_source_config || true echo echo "vpn2 endpoint/config:" uci -q get network.vpn2.hmn_endpoint || true uci -q get network.vpn2.hmn_source_config || true echo echo "selected:" cat "$BASE/cache/selected-awg1-latest.tsv" 2>/dev/null || true echo echo "planner:" "$PLANNER" || true echo echo "quarantine:" cat "$BASE/cache/quarantine-awg1-latest.tsv" 2>/dev/null || echo "no quarantine file" echo echo "main routes containing vpn1/vpn2/vpn_test:" ip route show | grep -E 'vpn1|vpn2|vpn_test' || true } | tee "$REPORT" chmod 600 "$REPORT" say "refresh completed" echo "report: $REPORT" ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-test-all-awg.sh -rw------- 1 root root 4112 Jun 1 10:27 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-test-all-awg.sh sha256=46eeaa363bbdb6605022d07cf4fa35b1dee396b5a5d168b42952f969ba74427f #!/bin/ash set -eu CONFIG_DIR="${1:-KEYMASK}" TEST_IP="${TEST_IP:-9.9.9.9}" PING_COUNT="${PING_COUNT:-3}" WAIT_SECONDS="${WAIT_SECONDS:-8}" LEAVE_UP="${LEAVE_UP:-0}" LOADER="/root/hmn/hmn-load-vpn-test.sh" AWGSHOW="/usr/bin/amneziawg" if [ ! -x "$LOADER" ]; then echo "ERROR: нет $LOADER" exit 1 fi if [ ! -x "$AWGSHOW" ]; then echo "ERROR: нет $AWGSHOW" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: нет каталога конфигов:" echo " $CONFIG_DIR" echo echo "Сначала скачай конфиги:" echo " /root/hmn/hmn-download-all-awg.sh" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="/root/hmn/test-runs/$TS" RESULTS="$RUN_DIR/results.tsv" mkdir -p "$RUN_DIR" chmod 700 "$RUN_DIR" echo "HideMyName AWG tunnel tester" echo echo "Config dir: $CONFIG_DIR" echo "Test IP: $TEST_IP" echo "Ping count: $PING_COUNT" echo "Wait seconds: $WAIT_SECONDS" echo "Run dir: $RUN_DIR" echo printf "status\tfile\tendpoint\tlatest_handshake\ttransfer\tping_loss\tping_rtt_avg\tshow_file\tping_file\n" > "$RESULTS" FILES="$(find -L "$CONFIG_DIR" -type f -name '*.conf' | sort)" if [ -z "$FILES" ]; then echo "ERROR: .conf файлы не найдены в:" echo " $CONFIG_DIR" exit 1 fi TOTAL="$(printf '%s\n' "$FILES" | wc -l | tr -d ' ')" N=0 OK=0 FAIL=0 cleanup_route() { ip route del "$TEST_IP/32" dev vpn_test 2>/dev/null || true } trap cleanup_route EXIT INT TERM printf '%s\n' "$FILES" | while IFS= read -r CONF; do N=$((N + 1)) BASE="$(basename "$CONF")" SAFE="$(printf '%s' "$BASE" | tr -cd 'A-Za-z0-9_.-')" LOAD_LOG="$RUN_DIR/${SAFE}.load.log" SHOW1="$RUN_DIR/${SAFE}.show-before-ping.txt" SHOW2="$RUN_DIR/${SAFE}.show-after-ping.txt" PING_LOG="$RUN_DIR/${SAFE}.ping.txt" ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$CONF")" echo "[$N/$TOTAL] $BASE" echo " endpoint: $ENDPOINT" ifdown vpn_test 2>/dev/null || true cleanup_route if ! "$LOADER" "$CONF" > "$LOAD_LOG" 2>&1; then echo " FAIL: load_error" printf "FAIL_LOAD\t%s\t%s\t-\t-\t-\t-\t%s\t%s\n" "$BASE" "$ENDPOINT" "$LOAD_LOG" "$PING_LOG" >> "$RESULTS" FAIL=$((FAIL + 1)) echo continue fi ifup vpn_test > "$RUN_DIR/${SAFE}.ifup.log" 2>&1 || true sleep "$WAIT_SECONDS" "$AWGSHOW" show vpn_test > "$SHOW1" 2>&1 || true ip route replace "$TEST_IP/32" dev vpn_test ping -4 -c "$PING_COUNT" -W 2 -I vpn_test "$TEST_IP" > "$PING_LOG" 2>&1 || true sleep 2 "$AWGSHOW" show vpn_test > "$SHOW2" 2>&1 || true cleanup_route LATEST="$(grep 'latest handshake:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n 1 || true)" TRANSFER="$(grep 'transfer:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n 1 || true)" LOSS="$(grep 'packet loss' "$PING_LOG" | sed -n 's/.* \([0-9][0-9]*%\) packet loss.*/\1/p' | head -n 1 || true)" RTT_AVG="$(grep 'round-trip' "$PING_LOG" | sed -n 's/.*= [0-9.]*\/\([0-9.]*\)\/.*/\1/p' | head -n 1 || true)" if [ -n "$LATEST" ]; then STATUS="OK" OK=$((OK + 1)) echo " OK: $LATEST" echo " $TRANSFER" echo " ping loss=${LOSS:-unknown}, avg=${RTT_AVG:-n/a} ms" else STATUS="FAIL_NO_HANDSHAKE" FAIL=$((FAIL + 1)) echo " FAIL: no handshake" echo " ping loss=${LOSS:-unknown}, avg=${RTT_AVG:-n/a}" fi printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$STATUS" "$BASE" "$ENDPOINT" "${LATEST:-}" "${TRANSFER:-}" "${LOSS:-}" "${RTT_AVG:-}" "$SHOW2" "$PING_LOG" \ >> "$RESULTS" if [ "$LEAVE_UP" != "1" ]; then ifdown vpn_test 2>/dev/null || true fi echo done cleanup_route if [ "$LEAVE_UP" != "1" ]; then ifdown vpn_test 2>/dev/null || true fi echo echo "Готово." echo echo "Results:" echo " $RESULTS" echo echo "Краткая таблица:" awk -F '\t' 'NR==1 {next} { printf "%-18s | %-55s | %-22s | loss=%-5s | avg=%s ms\n", $1, $2, $3, $6, $7 }' "$RESULTS" echo echo "Контроль маршрутизации:" echo echo "table 200:" ip route show table 200 echo echo "main routes touching vpn_test:" ip route show | grep vpn_test || true ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/ranked-awg1-latest.tsv -rw------- 1 root root 2410 Jun 1 15:24 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/ranked-awg1-latest.tsv sha256=87515343302f8d2124c47e37c67c011634a57527b569b59848f7a4c5ed81e657 rank avg_ms file endpoint loss config_path 1 000030.679 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000034.051 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 3 000048.800 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 000053.870 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 000057.491 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 000058.749 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 7 000061.337 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 000063.802 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000067.433 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 000072.246 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 000075.593 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 000083.255 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 000083.442 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 14 000206.996 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/selected-awg1-latest.tsv -rw------- 1 root root 372 Jun 1 15:24 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/selected-awg1-latest.tsv sha256=39e1fac154d276d43c0ff677152f081d4e8b2059161c96ee454ff6d801abb082 slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000030.679 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000034.051 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/vpn-egress-manager.sh -rw------- 1 root root 6626 Jun 1 13:24 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/vpn-egress-manager.sh sha256=b6099b2c44d6d404aa4e735b169c37e37cfa2ac030b05d4f83b32cb2ff21103d #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } if [ -e "$MAINTENANCE_FILE" ]; then logger -t "$LOGTAG" "maintenance flag present, exiting" exit 0 fi if ! mkdir "$LOCKDIR" 2>/dev/null; then logger -t "$LOGTAG" "another manager instance is running, exiting" exit 0 fi trap manager_cleanup EXIT INT TERM ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down or skipped, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi # Safety net: if standby failed but old active is still alive, # keep old active instead of falling through to WAN fallback. logger -t "$LOGTAG" "standby $STANDBY failed, re-checking old active $ACTIVE before WAN fallback" ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/vpn-table200-local-routes.sh -rw------- 1 root root 593 May 31 08:17 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/vpn-table200-local-routes.sh sha256=1826a52b28ae8590036d312be959919b35af4a6ab65218143414e070bb3a1bb5 #!/bin/sh # Local/direct routes that must always exist in table 200. # Otherwise local replies sourced from 10.200.0.2 go to VPN default. ip route replace 10.200.0.0/24 dev eth1 src 10.200.0.2 table 200 2>/dev/null || true ip route replace 10.201.0.0/24 dev eth3 src 10.201.0.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.71.1.0/24 dev eth2 src 10.71.1.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.250.1.0/24 via 10.71.1.1 dev eth2 table 200 2>/dev/null || true ### FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/working-awg1-latest.tsv -rw------- 1 root root 6239 Jun 1 15:16 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/working-awg1-latest.tsv sha256=24ac286e9f707cc35c4f047d7159c32ae8b9eb6e3db213697f5cd6ca285359b3 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-151531/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-151531/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-151531/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-151531/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-151531/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-151531/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-151531/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-151531/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-151531/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-151531/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-151531/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-151531/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-151531/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-151531/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-151531/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-151531/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-151531/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-151531/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-151531/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-151531/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-151531/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-151531/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-151531/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-151531/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-151531/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-151531/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-151531/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-151531/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-151531/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-151531/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-151531/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-151531/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-151531/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-151531/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-151531/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/99-vpn-egress-manager -rw------- 1 root root 691 Jun 1 12:38 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/99-vpnin-policy-route -rw------- 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/STATUS.txt -rw------- 1 root root 1982 Jun 1 15:13 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/STATUS.txt sha256=ea6a5fa89654dbde1b92379dae308201d92f14dfac95b8683091ab5286995d27 timestamp=20260601-151334 cron: running maintenance: no maintenance flag active-slot: vpn2 table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 route get: 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache vpn1 endpoint/config: 46.246.127.84:36230 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf vpn2 endpoint/config: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf planner: Selected file: KEYMASK-awg1-latest.tsv Runtime: active slot: vpn2 active endpoint: 95.156.206.18:37498 standby slot: vpn1 standby endpoint: 46.246.127.84:36230 Selected candidates: best: 46.246.127.84:36230 | 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf | avg=000031.403 second: 95.211.68.119:45176 | 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf | avg=000048.801 Plan: Active endpoint is not in top two selected candidates. Standby slot already has best candidate. Action: do nothing automatically; optional manual promote after policy decision. No changes were made. selected: slot file endpoint avg_ms config_path vpn1 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000031.403 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000048.801 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf quarantine: endpoint file reason added_at latest refresh reports: -rw------- 1 root root 1.8K Jun 1 14:52 /root/hmn/logs/hmn-refresh-awg-20260601-144311.report.txt main routes containing vpn1/vpn2/vpn_test: cron table: * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/active-slot -rw------- 1 root root 5 Jun 1 15:13 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/active-slot sha256=3c2c12cebae47c1a6b9b94019d5f6d77eca35fd7edcc3b8e5b2db1edc3d51218 vpn2 ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-apply-selected.sh -rw------- 1 root root 6765 Jun 1 14:32 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-apply-selected.sh sha256=ea283561a4acf7a781dd0abfeaab39467fec3a4abb2d3769cb98f9ca75f4c93e #!/bin/ash set -eu MODE="${1:-dry-run}" SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" QUARANTINE="${HMN_QUARANTINE_FILE:-KEYMASK-awg1-latest.tsv}" PING_IP="${HMN_STANDBY_PING_IP:-9.9.9.9}" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" case "$MODE" in dry-run|standby-only) ;; *) echo "ERROR: mode must be dry-run or standby-only" echo "Usage:" echo " /root/hmn/hmn-apply-selected.sh dry-run" echo " /root/hmn/hmn-apply-selected.sh standby-only" exit 1 ;; esac if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" if [ -z "$BEST_ENDPOINT" ] || [ -z "$BEST_CONFIG" ] || [ -z "$SECOND_ENDPOINT" ] || [ -z "$SECOND_CONFIG" ]; then echo "ERROR: selected file does not contain two candidates:" echo " $SELECTED" cat "$SELECTED" exit 1 fi if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then DESIRED_FILE="$SECOND_FILE" DESIRED_ENDPOINT="$SECOND_ENDPOINT" DESIRED_AVG="$SECOND_AVG" DESIRED_CONFIG="$SECOND_CONFIG" REASON="active_has_best_use_second_as_standby" elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_has_second_use_best_as_standby" else DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_not_in_selected_use_best_as_standby" fi if [ ! -f "$DESIRED_CONFIG" ]; then echo "ERROR: desired standby config not found:" echo " $DESIRED_CONFIG" exit 1 fi NEED_LOAD=0 if [ "$STANDBY_ENDPOINT" != "$DESIRED_ENDPOINT" ]; then NEED_LOAD=1 fi echo "Mode:" echo " $MODE" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " active config: $ACTIVE_CONFIG" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo " standby config: $STANDBY_CONFIG" echo echo "Selected:" echo " best: $BEST_ENDPOINT | avg=$BEST_AVG | $BEST_FILE" echo " second: $SECOND_ENDPOINT | avg=$SECOND_AVG | $SECOND_FILE" echo echo "Desired standby:" echo " slot: $STANDBY" echo " endpoint: $DESIRED_ENDPOINT" echo " avg: $DESIRED_AVG" echo " file: $DESIRED_FILE" echo " config: $DESIRED_CONFIG" echo " reason: $REASON" echo if [ "$NEED_LOAD" -eq 1 ]; then echo "Plan:" echo " load desired config into inactive slot $STANDBY" echo " bring $STANDBY up" echo " test ping through $STANDBY" echo " if OK: keep active untouched and shut standby back down" echo " if FAIL: quarantine desired endpoint for current batch and rerank" else echo "Plan:" echo " standby already has desired endpoint" echo " in standby-only mode: verify standby by bringing it up temporarily" fi echo if [ "$MODE" = "dry-run" ]; then echo "Dry-run only. No changes were made." exit 0 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi MAINT_WAS_PRESENT=0 if [ -e "$MAINTENANCE_FILE" ]; then MAINT_WAS_PRESENT=1 fi cleanup() { ip route del "$PING_IP/32" dev "$STANDBY" 2>/dev/null || true ifdown "$STANDBY" 2>/dev/null || true if [ "$MAINT_WAS_PRESENT" -eq 0 ]; then rm -f "$MAINTENANCE_FILE" fi rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$CRON_WAS_RUNNING" -eq 1 ]; then /etc/init.d/cron start >/dev/null 2>&1 || true fi } add_quarantine() { mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache if [ ! -f "$QUARANTINE" ]; then printf 'endpoint\tfile\treason\tadded_at\n' > "$QUARANTINE" fi if awk -F '\t' -v ep="$DESIRED_ENDPOINT" -v f="$DESIRED_FILE" ' NR > 1 && ($1 == ep || $2 == f) { found=1 } END { exit found ? 0 : 1 } ' "$QUARANTINE"; then echo "Quarantine already contains this endpoint/file." else ADDED_AT="$(date -Iseconds 2>/dev/null || date)" printf '%s\t%s\t%s\t%s\n' \ "$DESIRED_ENDPOINT" \ "$DESIRED_FILE" \ "standby_apply_failed_current_batch" \ "$ADDED_AT" >> "$QUARANTINE" chmod 600 "$QUARANTINE" echo "Added to quarantine:" echo " $DESIRED_ENDPOINT | $DESIRED_FILE" fi } trap cleanup EXIT INT TERM echo "Freezing automation while applying standby..." /etc/init.d/cron stop >/dev/null 2>&1 || true touch "$MAINTENANCE_FILE" rm -f /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$NEED_LOAD" -eq 1 ]; then echo echo "Loading desired config into standby slot..." /root/hmn/hmn-load-vpn-slot.sh "$STANDBY" "$DESIRED_CONFIG" else echo echo "No load needed; standby already points to desired endpoint." fi echo echo "Bringing standby up for verification..." ifup "$STANDBY" sleep 12 echo echo "Standby tunnel state:" /usr/bin/amneziawg show "$STANDBY" 2>/dev/null || true echo echo "Temporary route for standby ping:" ip route replace "$PING_IP/32" dev "$STANDBY" ip route get "$PING_IP" echo echo "Ping through standby:" if ping -4 -c 5 -W 2 -I "$STANDBY" "$PING_IP"; then echo echo "Standby verification OK." else echo echo "ERROR: standby verification failed." add_quarantine echo echo "Reranking after quarantine..." /root/hmn/hmn-rank-awg.sh || true exit 2 fi echo echo "Active slot was not changed:" cat /root/hmn/state/active-slot ip route show table 200 echo echo "Done. Cleanup will shut standby down and restore automation." ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-download-all-awg.sh -rw------- 1 root root 8926 Jun 1 13:58 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-download-all-awg.sh sha256=c20d8ff7feead493f2524c6da3c921bbf62cbdfb503a11a8ea75e4d15144e18f #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" echo "3/4 Скачиваю конфиги для всех WG-кандидатов..." echo N=0 OK=0 FAIL=0 while IFS="$(printf '\t')" read -r SERVER_ID COUNTRY_CODE SERVER_NAME WG_IP WG_PORT; do N=$((N + 1)) EXPECTED_ENDPOINT="${WG_IP}:${WG_PORT}" SAFE_NAME="$(printf '%03d-%s-%s-%s' "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" \ | tr ' /,' '---' \ | tr -cd 'A-Za-z0-9_.-' \ | sed 's/--*/-/g')" TMP_CONFIG="$RUN_DIR/tmp-${SAFE_NAME}.conf" CONFIG_FILE="$CONFIG_DIR/${SAFE_NAME}-awg${AWG_PARAM}.conf" echo "[$N/$TOTAL] $COUNTRY_CODE | $SERVER_NAME | $EXPECTED_ENDPOINT" if curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 8 --max-time 35 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data-urlencode "server=$WG_IP" \ --data "awg=$AWG_PARAM" \ "$CONFIG_URL" \ -o "$TMP_CONFIG"; then if grep -q '^\[Interface\]' "$TMP_CONFIG" && grep -q '^\[Peer\]' "$TMP_CONFIG"; then ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" ADDRESS="$(awk -F'= *' '/^Address[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" if [ "$ENDPOINT" = "$EXPECTED_ENDPOINT" ]; then MATCH="yes" else MATCH="NO_expected_${EXPECTED_ENDPOINT}" fi mv "$TMP_CONFIG" "$CONFIG_FILE" chmod 600 "$CONFIG_FILE" printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ "$ENDPOINT" "$MATCH" "$ADDRESS" "$CONFIG_FILE" \ >> "$WORKING_FILE" OK=$((OK + 1)) echo " OK -> $ENDPOINT | address=$ADDRESS | match=$MATCH" else REASON="$(head -n 1 "$TMP_CONFIG" | tr '\t' ' ' | cut -c1-180)" rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" "$REASON" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: $REASON" fi else rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\tcurl_failed\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: curl_failed" fi echo sleep 1 done < "$CANDIDATES_FILE" rm -f "$RUN_DIR"/tmp-*.conf 2>/dev/null || true rm -f "$LATEST_DIR" ln -s "$CONFIG_DIR" "$LATEST_DIR" cp "$WORKING_FILE" "$BASE/cache/working-awg${AWG_PARAM}-latest.tsv" cp "$FAIL_FILE" "$BASE/cache/fail-awg${AWG_PARAM}-latest.tsv" cp "$CANDIDATES_FILE" "$BASE/cache/wg-candidates-latest.tsv" chmod 600 "$BASE/cache/"*.tsv 2>/dev/null || true # Successful new config batch => reset temporary quarantine for this AWG batch. # If the download fails before this point, old latest/quarantine stay untouched. QUARANTINE_LATEST="$BASE/cache/quarantine-awg${AWG_PARAM}-latest.tsv" if [ -f "$QUARANTINE_LATEST" ]; then cp "$QUARANTINE_LATEST" "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true chmod 600 "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true fi { printf "endpoint\tfile\treason\tadded_at\n" } > "$QUARANTINE_LATEST" ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-load-vpn-slot.sh -rw------- 1 root root 5125 Jun 1 11:09 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-load-vpn-slot.sh sha256=f6171e7f682e5dc422a9e56c449b7413ea9225c23adef7b07d0802ed8bf93872 #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-}" case "$SLOT" in vpn1|vpn2) ;; *) echo "ERROR: slot должен быть vpn1 или vpn2" echo "Использование:" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf up" exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден config:" echo " $CONF" exit 1 fi ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ "$SLOT" = "$ACTIVE" ] && [ "${HMN_ALLOW_ACTIVE_RELOAD:-0}" != "1" ]; then echo "ERROR: refusing to reload active slot: $SLOT" echo "Current table 200 active slot: $ACTIVE" echo echo "Для blue/green сначала грузи конфиг в неактивный слот." echo "Если очень надо принудительно:" echo " HMN_ALLOW_ACTIVE_RELOAD=1 /root/hmn/hmn-load-vpn-slot.sh $SLOT $CONF" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading into slot:" echo " slot: $SLOT" echo " config: $CONF" echo " endpoint: $ENDPOINT" echo " address: $ADDRESS" echo " active table 200 before load: ${ACTIVE:-none}" echo ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='interface' uci set network."$SLOT".proto='amneziawg' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='0' uci set network."$SLOT".disabled='0' uci set network."$SLOT".delegate='0' uci set network."$SLOT".peerdns='0' uci set network."$SLOT".defaultroute='0' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network."$SLOT".hmn_role='active_spare_slot' uci set network."$SLOT".hmn_source_config="$CONF" uci set network."$SLOT".hmn_loaded_at="$(date -Iseconds)" uci set network."$SLOT".hmn_endpoint="$ENDPOINT" uci commit network echo "Loaded. Slot is still down unless ACTION=up." echo uci show network."$SLOT" | sed "s/private_key=MASKED echo uci show network | grep -E "=amneziawg_${SLOT}|@amneziawg_${SLOT}.*description|@amneziawg_${SLOT}.*allowed_ips|@amneziawg_${SLOT}.*route_allowed_ips|@amneziawg_${SLOT}.*endpoint_host|@amneziawg_${SLOT}.*endpoint_port|@amneziawg_${SLOT}.*persistent_keepalive" echo echo "table 200 after load:" ip route show table 200 if [ "$ACTION" = "up" ]; then echo echo "Bringing $SLOT up..." ifup "$SLOT" sleep 10 /usr/bin/amneziawg show "$SLOT" 2>/dev/null || true fi ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-plan-selected.sh -rw------- 1 root root 3181 Jun 1 15:12 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-plan-selected.sh sha256=f7cf94b41f53f52a74b1c84f20e5119d91edff92d4587228e7ea41bb1a932b96 #!/bin/ash set -eu SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active slot already has best candidate." echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Active slot already has best candidate." echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot has second candidate." echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." else echo " Active slot has second candidate." echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi else echo " Active endpoint is not in top two selected candidates." if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." elif [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot has second candidate, but best candidate is available." echo " Action: load best candidate into standby, then test:" echo " load $BEST_CONFIG into $STANDBY" else echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi fi echo echo "No changes were made." ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-rank-awg.sh -rw------- 1 root root 3169 Jun 1 13:55 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-rank-awg.sh sha256=7bf985300ce45a1003cfcaa1cf08d14de0751b39ff28ca2bf3f46713043faeec #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" QUARANTINE="${HMN_RANK_QUARANTINE:-KEYMASK-awg1-latest.tsv}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Временно плохие туннели текущего набора исключаются через QUARANTINE, # а не через вечный blacklist. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi if [ ! -f "$QUARANTINE" ]; then QUARANTINE="/dev/null" fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo " quarantine: $QUARANTINE" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" -v qfile="$QUARANTINE" ' FILENAME == qfile { if (FNR == 1) next if ($1 != "") q_endpoint[$1] = 1 if ($2 != "") q_file[$2] = 1 next } FILENAME != qfile && FNR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex && !($3 in q_endpoint) && !($2 in q_file) { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$QUARANTINE" "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $CFG_PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-refresh-awg.sh -rw------- 1 root root 4726 Jun 1 14:41 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-refresh-awg.sh sha256=8e052492c197189e6f9fdca35553f82d1d7f4a7222ee981cef2e09343073a0ff #!/bin/ash set -u MODE="${1:-dry-run}" BASE="/root/hmn" LOGDIR="$BASE/logs" PING_IP="${HMN_REFRESH_PING_IP:-9.9.9.9}" DOWNLOAD="$BASE/hmn-download-all-awg.sh" TESTER="$BASE/hmn-test-all-awg.sh" RANKER="$BASE/hmn-rank-awg.sh" PLANNER="$BASE/hmn-plan-selected.sh" APPLY="$BASE/hmn-apply-selected.sh" case "$MODE" in dry-run|run) ;; *) echo "ERROR: mode must be dry-run or run" echo "Usage:" echo " /root/hmn/hmn-refresh-awg.sh dry-run" echo " /root/hmn/hmn-refresh-awg.sh run" exit 1 ;; esac mkdir -p "$LOGDIR" chmod 700 "$LOGDIR" say() { echo echo "=== $* ===" } fail() { echo echo "ERROR: $*" exit 1 } run_cmd() { echo echo "+ $*" if [ "$MODE" = "run" ]; then "$@" else echo "[dry-run] not executed" fi } get_table_default_dev() { ip route show table 200 | awk ' /^default / { for (i = 1; i <= NF; i++) { if ($i == "dev") { print $(i+1) exit } } } ' } say "HideMyName AWG refresh wrapper" echo "mode: $MODE" echo "date: $(date -Iseconds 2>/dev/null || date)" say "preflight: scripts" for S in "$DOWNLOAD" "$TESTER" "$RANKER" "$PLANNER" "$APPLY"; do [ -x "$S" ] || fail "missing or not executable: $S" ls -lh "$S" done say "preflight: runtime state" CRON_STATUS="$(/etc/init.d/cron status 2>/dev/null || true)" echo "cron: $CRON_STATUS" if [ -e /tmp/hmn-vpn-maintenance ]; then fail "maintenance flag exists: /tmp/hmn-vpn-maintenance" fi for F in /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan; do if [ -e "$F" ]; then fail "temporary control flag exists: $F" fi done ACTIVE="$(cat "$BASE/state/active-slot" 2>/dev/null || true)" case "$ACTIVE" in vpn1|vpn2) ;; *) fail "bad active slot: $ACTIVE" ;; esac TABLE_DEV="$(get_table_default_dev)" echo "active slot: $ACTIVE" echo "table 200 default dev: $TABLE_DEV" ip route show table 200 if [ "$TABLE_DEV" != "$ACTIVE" ]; then fail "table 200 default dev does not match active slot" fi echo echo "active tunnel:" /usr/bin/amneziawg show "$ACTIVE" 2>/dev/null || fail "cannot show active tunnel $ACTIVE" echo echo "active traffic check:" ping -4 -c 3 -W 2 -I 10.200.0.2 "$PING_IP" || fail "active traffic check failed" say "current selected plan before refresh" "$PLANNER" || fail "planner failed before refresh" say "planned pipeline" echo "1. download fresh AWG configs through active VPN interface" echo "2. test all latest configs through vpn_test" echo "3. rank tested configs and write selected" echo "4. show selected plan" echo "5. apply selected in standby-only mode" echo "6. final report" if [ "$MODE" = "dry-run" ]; then say "dry-run command list" run_cmd "$DOWNLOAD" run_cmd "$TESTER" run_cmd "$RANKER" run_cmd "$PLANNER" run_cmd "$APPLY" standby-only say "dry-run final state, no changes expected" /etc/init.d/cron status || true ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" cat "$BASE/state/active-slot" ip route show table 200 ip route show | grep -E 'vpn1|vpn2|vpn_test' || true exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" REPORT="$LOGDIR/hmn-refresh-awg-$TS.report.txt" say "run: download fresh AWG configs" "$DOWNLOAD" || fail "download failed" say "run: test latest AWG configs" "$TESTER" || fail "tester failed" say "run: rank and select" "$RANKER" || fail "ranker failed" say "run: selected plan after rank" "$PLANNER" || fail "planner failed after rank" say "run: apply selected standby-only" "$APPLY" standby-only || fail "apply-selected standby-only failed" say "final report" { echo "timestamp=$TS" echo echo "cron:" /etc/init.d/cron status || true echo echo "maintenance:" ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" echo echo "active-slot:" cat "$BASE/state/active-slot" echo echo "table 200:" ip route show table 200 echo echo "route get:" ip route get "$PING_IP" from 10.200.0.2 echo echo "vpn1 endpoint/config:" uci -q get network.vpn1.hmn_endpoint || true uci -q get network.vpn1.hmn_source_config || true echo echo "vpn2 endpoint/config:" uci -q get network.vpn2.hmn_endpoint || true uci -q get network.vpn2.hmn_source_config || true echo echo "selected:" cat "$BASE/cache/selected-awg1-latest.tsv" 2>/dev/null || true echo echo "planner:" "$PLANNER" || true echo echo "quarantine:" cat "$BASE/cache/quarantine-awg1-latest.tsv" 2>/dev/null || echo "no quarantine file" echo echo "main routes containing vpn1/vpn2/vpn_test:" ip route show | grep -E 'vpn1|vpn2|vpn_test' || true } | tee "$REPORT" chmod 600 "$REPORT" say "refresh completed" echo "report: $REPORT" ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-test-all-awg.sh -rw------- 1 root root 4112 Jun 1 10:27 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-test-all-awg.sh sha256=46eeaa363bbdb6605022d07cf4fa35b1dee396b5a5d168b42952f969ba74427f #!/bin/ash set -eu CONFIG_DIR="${1:-KEYMASK}" TEST_IP="${TEST_IP:-9.9.9.9}" PING_COUNT="${PING_COUNT:-3}" WAIT_SECONDS="${WAIT_SECONDS:-8}" LEAVE_UP="${LEAVE_UP:-0}" LOADER="/root/hmn/hmn-load-vpn-test.sh" AWGSHOW="/usr/bin/amneziawg" if [ ! -x "$LOADER" ]; then echo "ERROR: нет $LOADER" exit 1 fi if [ ! -x "$AWGSHOW" ]; then echo "ERROR: нет $AWGSHOW" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: нет каталога конфигов:" echo " $CONFIG_DIR" echo echo "Сначала скачай конфиги:" echo " /root/hmn/hmn-download-all-awg.sh" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="/root/hmn/test-runs/$TS" RESULTS="$RUN_DIR/results.tsv" mkdir -p "$RUN_DIR" chmod 700 "$RUN_DIR" echo "HideMyName AWG tunnel tester" echo echo "Config dir: $CONFIG_DIR" echo "Test IP: $TEST_IP" echo "Ping count: $PING_COUNT" echo "Wait seconds: $WAIT_SECONDS" echo "Run dir: $RUN_DIR" echo printf "status\tfile\tendpoint\tlatest_handshake\ttransfer\tping_loss\tping_rtt_avg\tshow_file\tping_file\n" > "$RESULTS" FILES="$(find -L "$CONFIG_DIR" -type f -name '*.conf' | sort)" if [ -z "$FILES" ]; then echo "ERROR: .conf файлы не найдены в:" echo " $CONFIG_DIR" exit 1 fi TOTAL="$(printf '%s\n' "$FILES" | wc -l | tr -d ' ')" N=0 OK=0 FAIL=0 cleanup_route() { ip route del "$TEST_IP/32" dev vpn_test 2>/dev/null || true } trap cleanup_route EXIT INT TERM printf '%s\n' "$FILES" | while IFS= read -r CONF; do N=$((N + 1)) BASE="$(basename "$CONF")" SAFE="$(printf '%s' "$BASE" | tr -cd 'A-Za-z0-9_.-')" LOAD_LOG="$RUN_DIR/${SAFE}.load.log" SHOW1="$RUN_DIR/${SAFE}.show-before-ping.txt" SHOW2="$RUN_DIR/${SAFE}.show-after-ping.txt" PING_LOG="$RUN_DIR/${SAFE}.ping.txt" ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$CONF")" echo "[$N/$TOTAL] $BASE" echo " endpoint: $ENDPOINT" ifdown vpn_test 2>/dev/null || true cleanup_route if ! "$LOADER" "$CONF" > "$LOAD_LOG" 2>&1; then echo " FAIL: load_error" printf "FAIL_LOAD\t%s\t%s\t-\t-\t-\t-\t%s\t%s\n" "$BASE" "$ENDPOINT" "$LOAD_LOG" "$PING_LOG" >> "$RESULTS" FAIL=$((FAIL + 1)) echo continue fi ifup vpn_test > "$RUN_DIR/${SAFE}.ifup.log" 2>&1 || true sleep "$WAIT_SECONDS" "$AWGSHOW" show vpn_test > "$SHOW1" 2>&1 || true ip route replace "$TEST_IP/32" dev vpn_test ping -4 -c "$PING_COUNT" -W 2 -I vpn_test "$TEST_IP" > "$PING_LOG" 2>&1 || true sleep 2 "$AWGSHOW" show vpn_test > "$SHOW2" 2>&1 || true cleanup_route LATEST="$(grep 'latest handshake:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n 1 || true)" TRANSFER="$(grep 'transfer:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n 1 || true)" LOSS="$(grep 'packet loss' "$PING_LOG" | sed -n 's/.* \([0-9][0-9]*%\) packet loss.*/\1/p' | head -n 1 || true)" RTT_AVG="$(grep 'round-trip' "$PING_LOG" | sed -n 's/.*= [0-9.]*\/\([0-9.]*\)\/.*/\1/p' | head -n 1 || true)" if [ -n "$LATEST" ]; then STATUS="OK" OK=$((OK + 1)) echo " OK: $LATEST" echo " $TRANSFER" echo " ping loss=${LOSS:-unknown}, avg=${RTT_AVG:-n/a} ms" else STATUS="FAIL_NO_HANDSHAKE" FAIL=$((FAIL + 1)) echo " FAIL: no handshake" echo " ping loss=${LOSS:-unknown}, avg=${RTT_AVG:-n/a}" fi printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$STATUS" "$BASE" "$ENDPOINT" "${LATEST:-}" "${TRANSFER:-}" "${LOSS:-}" "${RTT_AVG:-}" "$SHOW2" "$PING_LOG" \ >> "$RESULTS" if [ "$LEAVE_UP" != "1" ]; then ifdown vpn_test 2>/dev/null || true fi echo done cleanup_route if [ "$LEAVE_UP" != "1" ]; then ifdown vpn_test 2>/dev/null || true fi echo echo "Готово." echo echo "Results:" echo " $RESULTS" echo echo "Краткая таблица:" awk -F '\t' 'NR==1 {next} { printf "%-18s | %-55s | %-22s | loss=%-5s | avg=%s ms\n", $1, $2, $3, $6, $7 }' "$RESULTS" echo echo "Контроль маршрутизации:" echo echo "table 200:" ip route show table 200 echo echo "main routes touching vpn_test:" ip route show | grep vpn_test || true ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/ranked-awg1-latest.tsv -rw------- 1 root root 2920 Jun 1 14:52 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/ranked-awg1-latest.tsv sha256=9db04e6c82fb15097e54ff766130847f16846edd6a0888f5ffad5cecd9acaeae rank avg_ms file endpoint loss config_path 1 000031.403 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 2 000048.801 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 000053.748 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 000058.804 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 5 000058.891 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 000059.160 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 000060.048 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 000062.377 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 0% KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 9 000065.888 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 000069.356 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 11 000070.824 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 12 000072.932 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 13 000080.964 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 14 000081.250 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 15 000101.192 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 16 000204.156 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 0% KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf 17 000205.182 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/selected-awg1-latest.tsv -rw------- 1 root root 386 Jun 1 14:52 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/selected-awg1-latest.tsv sha256=f749cf7455d19578778b60a6a7f7fbde52c7bcd6ae9781ba59f289268e28e348 slot file endpoint avg_ms config_path vpn1 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000031.403 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000048.801 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/vpn-egress-manager.sh -rw------- 1 root root 6626 Jun 1 13:24 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/vpn-egress-manager.sh sha256=b6099b2c44d6d404aa4e735b169c37e37cfa2ac030b05d4f83b32cb2ff21103d #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } if [ -e "$MAINTENANCE_FILE" ]; then logger -t "$LOGTAG" "maintenance flag present, exiting" exit 0 fi if ! mkdir "$LOCKDIR" 2>/dev/null; then logger -t "$LOGTAG" "another manager instance is running, exiting" exit 0 fi trap manager_cleanup EXIT INT TERM ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down or skipped, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi # Safety net: if standby failed but old active is still alive, # keep old active instead of falling through to WAN fallback. logger -t "$LOGTAG" "standby $STANDBY failed, re-checking old active $ACTIVE before WAN fallback" ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/vpn-table200-local-routes.sh -rw------- 1 root root 593 May 31 08:17 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/vpn-table200-local-routes.sh sha256=1826a52b28ae8590036d312be959919b35af4a6ab65218143414e070bb3a1bb5 #!/bin/sh # Local/direct routes that must always exist in table 200. # Otherwise local replies sourced from 10.200.0.2 go to VPN default. ip route replace 10.200.0.0/24 dev eth1 src 10.200.0.2 table 200 2>/dev/null || true ip route replace 10.201.0.0/24 dev eth3 src 10.201.0.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.71.1.0/24 dev eth2 src 10.71.1.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.250.1.0/24 via 10.71.1.1 dev eth2 table 200 2>/dev/null || true ### FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/working-awg1-latest.tsv -rw------- 1 root root 6239 Jun 1 14:44 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/working-awg1-latest.tsv sha256=659bb42fc7551153de2bb0a392f2ff98352b950b3dee29e71d120083e2f2f58c id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-144311/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-144311/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-144311/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-144311/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-144311/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-144311/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-144311/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-144311/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-144311/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-144311/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-144311/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-144311/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-144311/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-144311/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-144311/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-144311/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-144311/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-144311/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-144311/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-144311/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-144311/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-144311/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-144311/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-144311/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-144311/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-144311/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-144311/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-144311/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-144311/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-144311/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-144311/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-144311/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-144311/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-144311/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-144311/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/99-vpn-egress-manager -rwxr-xr-x 1 root root 691 Jun 1 12:38 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/99-vpnin-policy-route -rwxr-xr-x 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/STATUS.txt -rw-r--r-- 1 root root 753 Jun 1 13:45 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/STATUS.txt sha256=398c54df0c7e6385ec2728bfa4ea27b9184b9a89947d9162a1ccf8a1b8c5a126 date: Mon Jun 1 13:45:55 UTC 2026 summary: stable state: vpn1 Amsterdam active, vpn2 Tallinn standby/down safe failover patch: standby failure re-checks old active before WAN fallback syntax: syntax OK cron: running maintenance: no maintenance flag active-slot: vpn1 table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 vpn1 endpoint: 95.211.68.119:45176 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn2 endpoint: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf main routes: ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/active-slot -rw-r--r-- 1 root root 5 Jun 1 13:45 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/active-slot sha256=a5d46f9f74cb971c15698484e3d1a909e3e42da65b38f2e934600e47dfb43d25 vpn1 ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/firewall -rw-r--r-- 1 root root 3786 Jun 1 07:43 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/firewall sha256=8c8c21c17fcfc96455c0aba7e03df8befe0f4ab7d651fadca8bbf0dd30fef06f config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' option network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'mgmt' option masq '1' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn4' list network 'vpn1' list network 'vpn3' list network 'vpn2' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/network -rw------- 1 root root 5288 Jun 1 13:27 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/network sha256=f7194f7a27bc53716a2dcf73980f2c48b333bd48457de8418f46a23502e08599 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T12:19:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-01T13:03:01+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/vpn-egress-manager.sh -rwxr-xr-x 1 root root 6626 Jun 1 13:24 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/vpn-egress-manager.sh sha256=b6099b2c44d6d404aa4e735b169c37e37cfa2ac030b05d4f83b32cb2ff21103d #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } if [ -e "$MAINTENANCE_FILE" ]; then logger -t "$LOGTAG" "maintenance flag present, exiting" exit 0 fi if ! mkdir "$LOCKDIR" 2>/dev/null; then logger -t "$LOGTAG" "another manager instance is running, exiting" exit 0 fi trap manager_cleanup EXIT INT TERM ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down or skipped, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi # Safety net: if standby failed but old active is still alive, # keep old active instead of falling through to WAN fallback. logger -t "$LOGTAG" "standby $STANDBY failed, re-checking old active $ACTIVE before WAN fallback" ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/vpn-egress-manager.sh.before-safe-active-fallback -rwxr-xr-x 1 root root 6189 Jun 1 12:28 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/vpn-egress-manager.sh.before-safe-active-fallback sha256=6ed154c4b4586f55ec063cefe50af7bf313f3c6f4ebb1d381330cd11f9b9924d #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } if [ -e "$MAINTENANCE_FILE" ]; then logger -t "$LOGTAG" "maintenance flag present, exiting" exit 0 fi if ! mkdir "$LOCKDIR" 2>/dev/null; then logger -t "$LOGTAG" "another manager instance is running, exiting" exit 0 fi trap manager_cleanup EXIT INT TERM ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi logger -t "$LOGTAG" "both VPN slots are down, using WAN fail-open" use_wan ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/99-vpn-egress-manager -rw------- 1 root root 691 Jun 1 12:38 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/99-vpnin-policy-route -rw------- 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/STATUS.txt -rw------- 1 root root 1248 Jun 1 14:21 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/STATUS.txt sha256=ee52f0dad1fcdddd33232ceb5d3939f5eca5e5d10483493d30c6fed0d48bfe30 timestamp=20260601-142114 cron: running maintenance: no maintenance flag active-slot: vpn2 table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 route get: 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache vpn1 endpoint: 95.211.68.119:45176 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn2 endpoint: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf selected plan: Selected file: KEYMASK-awg1-latest.tsv Runtime: active slot: vpn2 active endpoint: 95.156.206.18:37498 standby slot: vpn1 standby endpoint: 95.211.68.119:45176 Selected candidates: best: 95.156.206.18:37498 | 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf | avg=000028.642 second: 95.211.68.119:45176 | 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf | avg=000049.167 Plan: Active slot already has best candidate. Standby slot already has second candidate. Action: do nothing. No changes were made. main routes containing vpn1/vpn2: ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/active-slot -rw------- 1 root root 5 Jun 1 14:21 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/active-slot sha256=3c2c12cebae47c1a6b9b94019d5f6d77eca35fd7edcc3b8e5b2db1edc3d51218 vpn2 ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-download-all-awg.sh -rw------- 1 root root 8926 Jun 1 13:58 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-download-all-awg.sh sha256=c20d8ff7feead493f2524c6da3c921bbf62cbdfb503a11a8ea75e4d15144e18f #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" echo "3/4 Скачиваю конфиги для всех WG-кандидатов..." echo N=0 OK=0 FAIL=0 while IFS="$(printf '\t')" read -r SERVER_ID COUNTRY_CODE SERVER_NAME WG_IP WG_PORT; do N=$((N + 1)) EXPECTED_ENDPOINT="${WG_IP}:${WG_PORT}" SAFE_NAME="$(printf '%03d-%s-%s-%s' "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" \ | tr ' /,' '---' \ | tr -cd 'A-Za-z0-9_.-' \ | sed 's/--*/-/g')" TMP_CONFIG="$RUN_DIR/tmp-${SAFE_NAME}.conf" CONFIG_FILE="$CONFIG_DIR/${SAFE_NAME}-awg${AWG_PARAM}.conf" echo "[$N/$TOTAL] $COUNTRY_CODE | $SERVER_NAME | $EXPECTED_ENDPOINT" if curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 8 --max-time 35 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data-urlencode "server=$WG_IP" \ --data "awg=$AWG_PARAM" \ "$CONFIG_URL" \ -o "$TMP_CONFIG"; then if grep -q '^\[Interface\]' "$TMP_CONFIG" && grep -q '^\[Peer\]' "$TMP_CONFIG"; then ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" ADDRESS="$(awk -F'= *' '/^Address[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" if [ "$ENDPOINT" = "$EXPECTED_ENDPOINT" ]; then MATCH="yes" else MATCH="NO_expected_${EXPECTED_ENDPOINT}" fi mv "$TMP_CONFIG" "$CONFIG_FILE" chmod 600 "$CONFIG_FILE" printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ "$ENDPOINT" "$MATCH" "$ADDRESS" "$CONFIG_FILE" \ >> "$WORKING_FILE" OK=$((OK + 1)) echo " OK -> $ENDPOINT | address=$ADDRESS | match=$MATCH" else REASON="$(head -n 1 "$TMP_CONFIG" | tr '\t' ' ' | cut -c1-180)" rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" "$REASON" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: $REASON" fi else rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\tcurl_failed\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: curl_failed" fi echo sleep 1 done < "$CANDIDATES_FILE" rm -f "$RUN_DIR"/tmp-*.conf 2>/dev/null || true rm -f "$LATEST_DIR" ln -s "$CONFIG_DIR" "$LATEST_DIR" cp "$WORKING_FILE" "$BASE/cache/working-awg${AWG_PARAM}-latest.tsv" cp "$FAIL_FILE" "$BASE/cache/fail-awg${AWG_PARAM}-latest.tsv" cp "$CANDIDATES_FILE" "$BASE/cache/wg-candidates-latest.tsv" chmod 600 "$BASE/cache/"*.tsv 2>/dev/null || true # Successful new config batch => reset temporary quarantine for this AWG batch. # If the download fails before this point, old latest/quarantine stay untouched. QUARANTINE_LATEST="$BASE/cache/quarantine-awg${AWG_PARAM}-latest.tsv" if [ -f "$QUARANTINE_LATEST" ]; then cp "$QUARANTINE_LATEST" "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true chmod 600 "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true fi { printf "endpoint\tfile\treason\tadded_at\n" } > "$QUARANTINE_LATEST" ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-plan-selected.sh -rw------- 1 root root 2908 Jun 1 14:00 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-plan-selected.sh sha256=ae8cb9b3ff62deb73e30a4ab2734a2a7898812b6bfe756fdf505ebba0776e510 #!/bin/ash set -eu SELECTED="${1:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_SLOT="$(awk -F '\t' 'NR==2 {print $1}' "$SELECTED")" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_SLOT="$(awk -F '\t' 'NR==3 {print $1}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot already has best candidate." if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ] && [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active has second candidate, standby has best candidate." echo " Action: no config load needed." echo " Optional: switch active to standby only after live test/policy decision." elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active has second candidate." echo " Standby should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." else echo " Active endpoint is not in top two selected candidates." echo " Safest action: load best candidate into standby, test it, then decide switch manually." echo " load $BEST_CONFIG into $STANDBY" fi echo echo "No changes were made." ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-rank-awg.sh -rw------- 1 root root 3169 Jun 1 13:55 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-rank-awg.sh sha256=7bf985300ce45a1003cfcaa1cf08d14de0751b39ff28ca2bf3f46713043faeec #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" QUARANTINE="${HMN_RANK_QUARANTINE:-KEYMASK-awg1-latest.tsv}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Временно плохие туннели текущего набора исключаются через QUARANTINE, # а не через вечный blacklist. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi if [ ! -f "$QUARANTINE" ]; then QUARANTINE="/dev/null" fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo " quarantine: $QUARANTINE" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" -v qfile="$QUARANTINE" ' FILENAME == qfile { if (FNR == 1) next if ($1 != "") q_endpoint[$1] = 1 if ($2 != "") q_file[$2] = 1 next } FILENAME != qfile && FNR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex && !($3 in q_endpoint) && !($2 in q_file) { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$QUARANTINE" "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $CFG_PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/ranked-awg1-latest.tsv -rw------- 1 root root 2241 Jun 1 13:55 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/ranked-awg1-latest.tsv sha256=54d20e688658070d7e1e2b56f3305ee6c5f66afc9f0a03bd4cfe9ae4f46f9121 rank avg_ms file endpoint loss config_path 1 000028.642 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000049.167 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 000054.398 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 000055.742 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 5 000058.725 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 000061.863 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 000064.119 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 000064.717 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000069.894 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 10 000078.605 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 000083.776 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 000090.563 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 13 000206.049 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/selected-awg1-latest.tsv -rw------- 1 root root 384 Jun 1 13:55 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/selected-awg1-latest.tsv sha256=233f5d76ff4d61026aa651db5ddb74bf4574e691ce7281c94c849f8a089c58a9 slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000028.642 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000049.167 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/vpn-egress-manager.sh -rw------- 1 root root 6626 Jun 1 13:24 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/vpn-egress-manager.sh sha256=b6099b2c44d6d404aa4e735b169c37e37cfa2ac030b05d4f83b32cb2ff21103d #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } if [ -e "$MAINTENANCE_FILE" ]; then logger -t "$LOGTAG" "maintenance flag present, exiting" exit 0 fi if ! mkdir "$LOCKDIR" 2>/dev/null; then logger -t "$LOGTAG" "another manager instance is running, exiting" exit 0 fi trap manager_cleanup EXIT INT TERM ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down or skipped, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi # Safety net: if standby failed but old active is still alive, # keep old active instead of falling through to WAN fallback. logger -t "$LOGTAG" "standby $STANDBY failed, re-checking old active $ACTIVE before WAN fallback" ### FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/vpn-table200-local-routes.sh -rw------- 1 root root 593 May 31 08:17 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/vpn-table200-local-routes.sh sha256=1826a52b28ae8590036d312be959919b35af4a6ab65218143414e070bb3a1bb5 #!/bin/sh # Local/direct routes that must always exist in table 200. # Otherwise local replies sourced from 10.200.0.2 go to VPN default. ip route replace 10.200.0.0/24 dev eth1 src 10.200.0.2 table 200 2>/dev/null || true ip route replace 10.201.0.0/24 dev eth3 src 10.201.0.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.71.1.0/24 dev eth2 src 10.71.1.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.250.1.0/24 via 10.71.1.1 dev eth2 table 200 2>/dev/null || true ### FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/99-vpn-egress-manager -rwxr-xr-x 1 root root 691 Jun 1 12:38 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/99-vpnin-policy-route -rwxr-xr-x 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/STATUS.txt -rw-r--r-- 1 root root 549 Jun 1 13:16 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/STATUS.txt sha256=ea7c0c2904ed8be96be779de7c6ed8a8614bc04ba7c733874cd4c3c22ff953e3 date: Mon Jun 1 13:16:12 UTC 2026 active-slot: vpn1 table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 vpn1 endpoint: 95.211.68.119:45176 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn2 endpoint: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf cron: running main routes: ### FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/active-slot -rw-r--r-- 1 root root 5 Jun 1 13:16 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/active-slot sha256=a5d46f9f74cb971c15698484e3d1a909e3e42da65b38f2e934600e47dfb43d25 vpn1 ### FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/firewall -rw-r--r-- 1 root root 3786 Jun 1 07:43 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/firewall sha256=8c8c21c17fcfc96455c0aba7e03df8befe0f4ab7d651fadca8bbf0dd30fef06f config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' option network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'mgmt' option masq '1' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn4' list network 'vpn1' list network 'vpn3' list network 'vpn2' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' ### FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/network -rw------- 1 root root 5288 Jun 1 13:03 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/network sha256=f7194f7a27bc53716a2dcf73980f2c48b333bd48457de8418f46a23502e08599 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T12:19:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-01T13:03:01+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/vpn-egress-manager.sh -rwxr-xr-x 1 root root 6189 Jun 1 12:28 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/vpn-egress-manager.sh sha256=6ed154c4b4586f55ec063cefe50af7bf313f3c6f4ebb1d381330cd11f9b9924d #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "slot $DEV failed" ifdown "$DEV" >/dev/null 2>&1 || true return 1 } if [ -e "$MAINTENANCE_FILE" ]; then logger -t "$LOGTAG" "maintenance flag present, exiting" exit 0 fi if ! mkdir "$LOCKDIR" 2>/dev/null; then logger -t "$LOGTAG" "another manager instance is running, exiting" exit 0 fi trap manager_cleanup EXIT INT TERM ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi ACTIVE="$(get_active_slot)" STANDBY="$(other_slot "$ACTIVE")" ensure_up "$ACTIVE" if [ -e "$SKIP_ACTIVE_FILE" ] || [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$ACTIVE skipped by test flag" else if is_alive "$ACTIVE"; then use_vpn "$ACTIVE" down_if_not_active "$STANDBY" "$ACTIVE" exit 0 fi fi logger -t "$LOGTAG" "active slot $ACTIVE is down, trying standby $STANDBY" if try_slot "$STANDBY"; then down_if_not_active "$ACTIVE" "$STANDBY" exit 0 fi logger -t "$LOGTAG" "both VPN slots are down, using WAN fail-open" use_wan ### FILE /root/hmn/configs/awg1/20260601-100614/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 1 10:06 /root/hmn/configs/awg1/20260601-100614/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=2817445df9a5520954a24d1f2199ffcad6ad91ecd46762fad1f8c9f93de6d953 [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260601-100614/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 1 10:06 /root/hmn/configs/awg1/20260601-100614/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=43c4c72f4da3786317fd6c86e264474293ebbbc7e99cce86242f52896f932e9d [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-100614/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 1 10:06 /root/hmn/configs/awg1/20260601-100614/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=2656e4460ce5d763a284b3f8f763b55a465485121284e5b59b71c1d219c68f3c [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260601-100614/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 1 10:06 /root/hmn/configs/awg1/20260601-100614/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=efedfd7dc07fdb7ee0ecdc8f19661f31f05e86da67842e403e72d317a47b9939 [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260601-100614/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=ea7a248cef57ecfd6e0fc0566f378986058f53893561a2fc7f238266dd2b1a19 [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-100614/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=13b927467a051eb352f0b475cd25d4501aa58d7a3506fd5a0c43f4d6af784d16 [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-100614/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=1099657f5e2f0ccec024e069bea27d22837d7b93a8fba4e8e123d43ba443072c [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260601-100614/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=f7109e1257685f15678b1d421e917d7b83bd5901de59ef361a3e85c09041882c [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260601-100614/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=ce852a2e536685a15440405312be0b0b01997002a37135ef0dc3bc4670bbf12c [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260601-100614/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=85048aa630046ada08b4c6383b48043ec2d3749ce70afc81524206a32b7e459e [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260601-100614/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=5e352135ae095770ed0474326d519132cf44e3f55563422320dbc5380e8f6228 [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260601-100614/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=8fde3efc66c6d4c51e6a284ba868590ed29da726c6be4f5e88d1eefc44a6ae11 [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260601-100614/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=04e53eb8f22310d6640a6a03431c303e75401ae52ccb6f4b905aa829fc7ce1a3 [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260601-100614/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=c60cf0930f026fc43e3eb68fbb86aea6b61950e99cd6b8da853bf8fc9d053847 [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-100614/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=32448a0a392120f14e4c1b5b980fc6e6a9fa8e35aba10779eb839c5fd52d1fdb [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260601-100614/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=00aa84e1fb9e903bdc900a8106e502fd65a01f9ad6a03bdd44688fd283d198f4 [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260601-100614/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=e1ee9ee4f5df87920f727e62ef0c4ee2c8a47330ae770f44c46ffefd8e9ec343 [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260601-100614/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=cb8d31b6fc78653f6c5d8596d0c1d4fbf0e0d4853b7c5fc821dd1915a98232f0 [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260601-100614/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=55d32feea21292704c65042e5b16552bfe0d9c86ef4debfc1f906219beb589d6 [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260601-100614/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=c4f3b59e820c68203f48f099e61240aa75971c0dcbe6837bc0e75ad37bb96f0a [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260601-100614/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=40812291a394ee21de56f3564662e814fd34b19ad93049dcfc93658f2fedc3e1 [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260601-100614/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=19f5a8a022dd5c0339fcff008b90c593d9641fe3cfb2c5c6b2e346da68cda885 [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260601-100614/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=08c23d17e6a9694ebf19c4dcd9075626eb7bef73adede89986665a4e55cdfbaf [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-100614/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=cabcab37ea7f4a4d71b36203950b21e0c30ad3b8e12ee0d8ae5e5e64c505e208 [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260601-100614/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=95425343afa7b961fcb50784fae7dcc135e1112a65eb7371e862ee193eb67328 [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260601-100614/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=a12ac8c44439c141b564ed0173236fc04167c6172a1ebf255b9cd09a1beb021a [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260601-100614/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=84b676eda9022832a38b1df34e50b0cf65365941216753e35619adf5db349701 [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260601-100614/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 1 10:08 /root/hmn/configs/awg1/20260601-100614/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=807930fbb66c74754b8736d05cc2be7ccd41fe074004e8491972b632d3b1bc8d [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-100614/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 1 10:08 /root/hmn/configs/awg1/20260601-100614/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=19d6d3ec43801a897e9e8d188120f79cb2a44bd7ccf91bc0b0cd38a21b74791c [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260601-100614/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 1 10:08 /root/hmn/configs/awg1/20260601-100614/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=a5312bbdfd1b8f3a78275260655d106d35a4a3dd59d47d0043bee601f54643a8 [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260601-100614/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 1 10:08 /root/hmn/configs/awg1/20260601-100614/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=7115c559f7e89e858e9fb417809b5d949c95bc6616d25eaf20e6480f63e31ea4 [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260601-100614/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 1 10:08 /root/hmn/configs/awg1/20260601-100614/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=2fc4eaa301cc32e28d98631948a03ac9967e358a3ef555ce7871eeb38993e82a [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260601-100614/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 1 10:08 /root/hmn/configs/awg1/20260601-100614/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=13eaa2259ff85d0be23c911d168f2236eace0fa2aa423785beaff2da4ce2d2f0 [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260601-100614/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 1 10:08 /root/hmn/configs/awg1/20260601-100614/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=185c75ded1b20f82fec15f000d7c183e90f0ab74ee1ff675c08bdb65faf586b4 [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-100614/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 1 10:08 /root/hmn/configs/awg1/20260601-100614/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=d6f82872f840a753d08072bff92507184489f9dd6b4d5cc7fde0d5dbd126d0a9 [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-144311/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 1 14:43 /root/hmn/configs/awg1/20260601-144311/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=812a4ecbd14d3e2e84b0b77a49a9a541ceb5daa3fd8f58d40de5f328300b421c [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-144311/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 1 14:43 /root/hmn/configs/awg1/20260601-144311/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=dfd6f93cf64def89f889808f2bcaae081fdb7d9f8fd9f12b41619d3bedd5b2a4 [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260601-144311/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 1 14:43 /root/hmn/configs/awg1/20260601-144311/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=8a566f6fe37c6c708692a42caf7b4c599f9ea475882d4fd596774406de55e07d [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-144311/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 1 14:43 /root/hmn/configs/awg1/20260601-144311/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=4f2179435e9ceb20f9e1a45c4499d8970092da3b8332d1aa04e067582959b04f [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-144311/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 1 14:43 /root/hmn/configs/awg1/20260601-144311/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=b80e9933595068f9a009c8a7db8b9413bc3bbd496d3676dce0651653e7e4e50a [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260601-144311/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 1 14:43 /root/hmn/configs/awg1/20260601-144311/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=999858e632bbd673b50735eeba352e35dd23b56dba8add92d6d0c4c6ae21a210 [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260601-144311/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 1 14:43 /root/hmn/configs/awg1/20260601-144311/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=a7325cf11f9dd9f25e97643433ac86ce995c691ab522987e857459342689e5c7 [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260601-144311/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 1 14:43 /root/hmn/configs/awg1/20260601-144311/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=f89e2fd4bca463c6f4e515955fd51fc5eb3f8e7a21c0322d5e7ab970a42c42a5 [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260601-144311/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=ce852a2e536685a15440405312be0b0b01997002a37135ef0dc3bc4670bbf12c [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260601-144311/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=9e808ec4230768d89231b4bdd570e52c0ac3019b611d0a9d37cef8d32bdedadc [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-144311/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=47479a72cad46ea2bff169625e48192cfa1be65a66dde4360c6263cf2772a480 [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260601-144311/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=ac3afe3a96fdd22bc3bdc1abf65412ec13d71bdd65ac7c32a4d8b4693247845e [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260601-144311/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=570f5856a4e5574ee72fe2c7f361905284156676a621f4a781d01fc32097c2d3 [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260601-144311/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=38abf351058c490f45bb3bccfbd5fcf8a30f6d463ef5ba8aa8882db51f1b2a46 [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260601-144311/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=9bd05396d5becc1d22e43515548fa8f9bffcbd768c4a1d3017921429758c6e02 [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260601-144311/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=e8091e260819907ce9196938061322a229a42f22658aeee28b84e835d46c9f53 [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260601-144311/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=4d8567b6a9c69cf1b48af6d412463f70e6280db257f74daf8584d7e22cc32bce [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260601-144311/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=a3093014e8c9c849f4878a5d97dcf153f1f20053f534aeaf512b1120248e7cf5 [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260601-144311/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=55d32feea21292704c65042e5b16552bfe0d9c86ef4debfc1f906219beb589d6 [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260601-144311/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=07d8c2762d0b850b76d1d7d793184b1693deee6871f52348697db97fc843db68 [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260601-144311/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=711c93decc75d8a2190d8264f8bbe98e0f9dd109260c2bfd958cfcf6c2da03dc [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260601-144311/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=47febbe8c6aed3b8fa3adfed1cb5aefed05cb1e8d031c1d72ccf046fc34b5fea [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260601-144311/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=a299e7b607c60bc580b9230bcd0f126beb1805948680da4ce75d347293bfb46c [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260601-144311/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=231947b870174f72886833d353004feab1c8d3c3c0d0cafb909957ac68d5bacf [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260601-144311/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=d3c665a4b64ddf11df3bdfd2f99fd75e30fcf3e562863a3bedf941c51e9a90ba [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260601-144311/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=a12ac8c44439c141b564ed0173236fc04167c6172a1ebf255b9cd09a1beb021a [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260601-144311/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=a2f84e371b91aaf5ec05516332aa7277d334b3a8447ca60cf2e6b4f43404f126 [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260601-144311/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=807930fbb66c74754b8736d05cc2be7ccd41fe074004e8491972b632d3b1bc8d [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-144311/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=19d6d3ec43801a897e9e8d188120f79cb2a44bd7ccf91bc0b0cd38a21b74791c [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260601-144311/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=3136d2b00b70d929dbe50c92fe974464076576d0081d8696f8fdf2eb12c02553 [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260601-144311/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=880d0902be9ed1b06e1f91cd702c3874e87cdf43bd1d87cde0e62633640ae731 [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260601-144311/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=799873dc3828657e4d8a01daf8bff05b3f78d06b042d496766a5530520e4336d [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260601-144311/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=c8148100835077285ac3efa66c4e6c03b308669c82efb88bfa98769a41c616ce [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260601-144311/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=ea3b56814dc905254df0068fbcb222efa18d1c3c4f8499f667e733c7eab75507 [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260601-144311/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=4ff2a44e9ede8e28e0e04971830bfbffd910c98c868bbc0792cc6b2ed7a9366c [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260601-151531/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 1 15:15 /root/hmn/configs/awg1/20260601-151531/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=812a4ecbd14d3e2e84b0b77a49a9a541ceb5daa3fd8f58d40de5f328300b421c [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-151531/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 1 15:15 /root/hmn/configs/awg1/20260601-151531/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=b017f6d95a8af06c1a5690e1d9bbf3431c4c929b237e0445719df88b24b9e71a [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260601-151531/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 1 15:15 /root/hmn/configs/awg1/20260601-151531/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=91792355842f6b7165537e74de75d4b4ade8cb942c43dca72be39a64ccd8d1ab [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260601-151531/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 1 15:15 /root/hmn/configs/awg1/20260601-151531/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=efedfd7dc07fdb7ee0ecdc8f19661f31f05e86da67842e403e72d317a47b9939 [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260601-151531/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=ea7a248cef57ecfd6e0fc0566f378986058f53893561a2fc7f238266dd2b1a19 [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-151531/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=dd0982ef4becfb5e3c5fdcafd7840249167e16567d46813ac11dccc31d3a332e [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260601-151531/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=9c274370ec5e37719ccf4ce0e4973a38fc513d313b959328de99bd18e80356e7 [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260601-151531/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=2fa4222d1cd029eff68d625d1fd718325f0332fd4dc2958638af5fd44cad2206 [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260601-151531/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=6f83517082e3433474618f6d3bcbcd2b07656839f8f9a624a57b2d55b0df5e2c [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260601-151531/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=bcbcf23f1301a5ec4668635e48abac48dfa29ffa8ea4ddf6688a670164c3c8f3 [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260601-151531/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=a0d4053edcd83e18f91ab4a15c7e8344bc170f18cf7a6589e8b20f608052c981 [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260601-151531/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=ecdc75894d51a2cc9880551d65938314d3be0d55e40b1acafe9cbe5c8d83ea35 [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260601-151531/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=980968b2571a41331e5a0cfa47888ca706d085c4ff1ac49518e29737c0cae3ce [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260601-151531/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=579f655be0716e59022b72a4334845fabdeb9d05878d3ac2862a00ef20c1ef21 [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260601-151531/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=c95e53d0466b8391083fbb11a8ea410e5a34045af1e7512548f1fd0797de3948 [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-151531/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=fc105840514cfe7142efa36bb1f602ea316cb35b89e79775b47df5b182da33b5 [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260601-151531/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=a65d9bcbb788bc739017a6d86956e23ed6180f4e13915ae51ba237c099982d75 [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260601-151531/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=ed163115d467ed1fa8b8bd38f56cf9591a7938ef731646ac2d6160afb9d025d0 [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260601-151531/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=e975010e435028b5e324a9ccb9be0e9af0cf2662eebd9a1b6330506700bfdd64 [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260601-151531/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=6f289e5e805b2749d9db0905ea5f5461d858090c8a143d8425a4ed9ec6e0131b [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260601-151531/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=87a00e29d700814e2ffe9cc9b579cacd5ba9075dfb7e96330d5998d2d90f2dea [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260601-151531/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=97e7b91a9336a7734be23e5cfdeda322cef3678b22860ba587c87ee627bbb6a3 [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260601-151531/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=08c23d17e6a9694ebf19c4dcd9075626eb7bef73adede89986665a4e55cdfbaf [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-151531/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=cabcab37ea7f4a4d71b36203950b21e0c30ad3b8e12ee0d8ae5e5e64c505e208 [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260601-151531/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=87fb916d3259bcf74ff33c652de75689e63149c3ab4e090d5f2336d19bde4329 [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260601-151531/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=e1dce65bc19d5744595b7e6cca9e261253354e99da2571814c68d3e18208aabb [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260601-151531/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=84b676eda9022832a38b1df34e50b0cf65365941216753e35619adf5db349701 [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260601-151531/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=3b1136a01a63feb6e2bb23bf5f7522ab1e7bab7fc9072e9ef574e5a4927231dc [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260601-151531/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=7fb5a111db139238b654acff59d39c65e83c144745c316a0fa2cd175d339c13b [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260601-151531/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=f1a01341e30295dc79dfba1be8f6d2f5caacc029d67ee5233015567809f31ec9 [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260601-151531/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=ee7ffe8a6e1c6d29a5a56790e606771843eb6a6e61307700d56772541b2fb2f7 [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260601-151531/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=2fc4eaa301cc32e28d98631948a03ac9967e358a3ef555ce7871eeb38993e82a [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260601-151531/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=c8148100835077285ac3efa66c4e6c03b308669c82efb88bfa98769a41c616ce [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260601-151531/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=a563a70919fb199a07870f7dabb5f03adff9104733b6c8bb443e8bfa8d562c71 [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260601-151531/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=258383059c8e248dbe5e62c97268e9290dea464597dbc441679cd664292514b8 [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260604-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=9cfc2bc8fa429b5b9577a245e6f0dd13602d33d0160a20bd6eab160f4a78f7f0 [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260604-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=a10d64c83a5bac97572d149bf2c0d4b2b61dacf3c5d98dd09a16db93a4ddcc1b [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260604-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=2656e4460ce5d763a284b3f8f763b55a465485121284e5b59b71c1d219c68f3c [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260604-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=4f2179435e9ceb20f9e1a45c4499d8970092da3b8332d1aa04e067582959b04f [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260604-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=3c1fa361b913c8fd7ccc2021b372567850d3c0467470926f144909762b99f7cb [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260604-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=2dea112654a2eb0f58b12215d150e9cd77c6bbf847f7809895ccdada657b483d [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260604-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=a7325cf11f9dd9f25e97643433ac86ce995c691ab522987e857459342689e5c7 [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260604-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=98e6d006c7d88a653926b6f9ce1dca86e643fb3af8fbcc762e2da284698cc1b0 [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260604-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=cd1c9b6dc98fb5013237be2562cfe3d2d34992862f9023d0c788ba539e812063 [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260604-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=4983cc48a834e4e3a980d056696301d580bf23af7c8b902745d1b2a0882c0e23 [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260604-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=f15baa90cd773429ddab88884acace8b31ba13083466a7ee1fc526b97fcdaaef [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260604-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=7f763f79764f95b5368c7d84646347b9824220a4caa4750dd62fc16b1ccfca51 [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260604-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=6dd7551b656bcba33c1d3554fd35ce2fe345f6dd96ed84b636c2251aff6245c0 [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260604-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=c60cf0930f026fc43e3eb68fbb86aea6b61950e99cd6b8da853bf8fc9d053847 [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260604-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=c95e53d0466b8391083fbb11a8ea410e5a34045af1e7512548f1fd0797de3948 [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260604-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=6259dcccfea5bb74c603e1e5e9d54255d8c4822cc6a479befbfda69a034e06fd [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260604-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=a65d9bcbb788bc739017a6d86956e23ed6180f4e13915ae51ba237c099982d75 [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260604-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=a3093014e8c9c849f4878a5d97dcf153f1f20053f534aeaf512b1120248e7cf5 [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260604-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=a2f34aadeaedf71297633714640b3f64f015daff2ed5252a620c600a98dc2806 [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260604-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=d29db3e51787c04a0c49e2b9f0e5698bb55aee554f3f18f5f94e829afc802942 [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260604-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=711c93decc75d8a2190d8264f8bbe98e0f9dd109260c2bfd958cfcf6c2da03dc [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260604-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=5930fabe1b27a9a6455dfcba43c72f3f0e3debc99eb36a3d76baefd76b33ed99 [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260604-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=3b9c111993b042d2b535e580f3ba4c43d643c3a2e44252c5f290a2e935b97ff8 [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260604-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=c6fbedca1763430aa9ab56406983fdbccce33476e525456f0f4aec6590bb4a0e [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260604-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=87fb916d3259bcf74ff33c652de75689e63149c3ab4e090d5f2336d19bde4329 [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260604-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=56daccb8fc9857c3952c09967301801c325923c6e8c926b223c163bb53597e77 [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260604-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=79b06c2d506ac89101c3635b70f949d3709d2de3ce0c075fb28d901c12de3bd0 [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260604-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=f948846800e3b081d5e3247f97c88483972c7e6c1e5b852f9b679fcf7e5122ae [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260604-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=7fb5a111db139238b654acff59d39c65e83c144745c316a0fa2cd175d339c13b [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260604-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=2fb57d4fb57f63b7071b360229f961af40eab22a6b2de9190a998c554b6b0cb8 [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260604-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=df084fa882d0205c90419c900c7b4e836a8ed9f5df8effc08cee0a10e2c99c9b [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260604-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=880d0902be9ed1b06e1f91cd702c3874e87cdf43bd1d87cde0e62633640ae731 [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260604-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=1424dd6795ecbc4e27e66fc9fcaf702885f44c73e5e03fcb5625099546af7132 [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260604-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=d161a024d958f314f161e64244954163561b21effbbc7e3fca76f9239bf563f7 [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260604-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=ea3b56814dc905254df0068fbcb222efa18d1c3c4f8499f667e733c7eab75507 [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260604-042000/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=258383059c8e248dbe5e62c97268e9290dea464597dbc441679cd664292514b8 [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260605-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=c35f4006d2fd9e067f3edb3386fde0022692d4dadcf47d10e46c6e0de22033e6 [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260605-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=dfd6f93cf64def89f889808f2bcaae081fdb7d9f8fd9f12b41619d3bedd5b2a4 [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260605-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=0d18ee690b900605bcd6bab43b505b268ad810acca45bfcd004def0a60c55798 [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260605-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=13bc8fd3e922b858e9735c3ac6e1e362f3616d2fb1221546b36e468237631a45 [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260605-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=749285047123ac9073d6e3394ecece5d2866d78eb11a2d6fb5257a90cbf24161 [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260605-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=dd0982ef4becfb5e3c5fdcafd7840249167e16567d46813ac11dccc31d3a332e [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260605-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=e1b50fcf4d90c157867ef036c874a1378f9bbaab83f520928f12df4f8e14abd3 [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260605-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=e5caf074d55b0724c6a647a4d65b4e825d340045c1fa10d8354e4d6346f2d7cd [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260605-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=9d34c57d5e34a7e6121e6edf986f975da74d66b56197cb86e65d29548b84bbe3 [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260605-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=55eee3e1edd7da0d72f77dddfb4b5ed100afd0783c73f65b9ec323531a1a67b0 [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260605-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=598430bd122a3bb73eeb78b80d0b8d35f78b75753c7508feec227403226e7138 [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260605-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=aa87d1710e1cd7dd849a73e475b681c0bd3f61a2cc78c2a2f1d9373adbe80424 [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260605-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=6d8a4ed9ac6bfefd662093ab0fad296f1942a1e674f373e2dab4e8dc22cb46ef [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260605-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=f5244991d7111661fc6ed9f9d40b6b11f97c0b86b4622e9fd85ccfa3bf54f4e3 [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260605-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=c95e53d0466b8391083fbb11a8ea410e5a34045af1e7512548f1fd0797de3948 [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260605-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=fc105840514cfe7142efa36bb1f602ea316cb35b89e79775b47df5b182da33b5 [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260605-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=705c67d6420598dea47ff3657cceb8f860f9a9d5463cadd9ea781679c1e008de [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260605-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=da3231d7677d5aae165d56baf76c15ccbe7e83a43f28269da994dbe829f10441 [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260605-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=93fac6299374adc3349c586cf06bca92efc0aa8470c299c8d3b6711287af30bc [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260605-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=c4f3b59e820c68203f48f099e61240aa75971c0dcbe6837bc0e75ad37bb96f0a [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260605-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=87a00e29d700814e2ffe9cc9b579cacd5ba9075dfb7e96330d5998d2d90f2dea [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260605-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=19f5a8a022dd5c0339fcff008b90c593d9641fe3cfb2c5c6b2e346da68cda885 [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260605-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=2fc92329776002b7da9d088027cd000b1779360d13f433519ec0fb953fecf02a [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260605-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=cabcab37ea7f4a4d71b36203950b21e0c30ad3b8e12ee0d8ae5e5e64c505e208 [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260605-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=95425343afa7b961fcb50784fae7dcc135e1112a65eb7371e862ee193eb67328 [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260605-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=e408c93964e1141bd06f8102f4feb8674a8689e3e91b8273c90d79288178655e [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260605-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=312eae2d8afd50f255fdadb0f5c1bff56e5757f1c71a1e8c0e72eb4860113226 [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260605-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=3b1136a01a63feb6e2bb23bf5f7522ab1e7bab7fc9072e9ef574e5a4927231dc [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260605-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=7fb5a111db139238b654acff59d39c65e83c144745c316a0fa2cd175d339c13b [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260605-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=ce31a921d9f4bd1b2b902a82e057d1800d750cc2dd551f30c4572520aa19160a [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260605-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=df084fa882d0205c90419c900c7b4e836a8ed9f5df8effc08cee0a10e2c99c9b [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260605-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=7115c559f7e89e858e9fb417809b5d949c95bc6616d25eaf20e6480f63e31ea4 [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260605-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=1424dd6795ecbc4e27e66fc9fcaf702885f44c73e5e03fcb5625099546af7132 [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260605-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=d161a024d958f314f161e64244954163561b21effbbc7e3fca76f9239bf563f7 [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260605-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=61dc14ba063828904bc73729e947aaaf216e03b24bb9c3c245e6d0cf6105a923 [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260605-042000/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=e1f5b9534fdad1a9e68ff6600933677dd3cb9774bc8848ada96495a4a45c2baa [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260606-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=93e7dbc90f6c0d0a50ad9d4a764c4904f3549bca22400e151e4adf49b6178ada [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260606-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=dfd6f93cf64def89f889808f2bcaae081fdb7d9f8fd9f12b41619d3bedd5b2a4 [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260606-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=eb384c9c2a091adf62d6bd737f67d86ed869731cc7c6156806c68709c9484891 [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260606-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=0c8dee1da3ff0855a15a7c998db91adecf0c67a06736f46bfe26032928629a4c [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260606-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=749285047123ac9073d6e3394ecece5d2866d78eb11a2d6fb5257a90cbf24161 [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260606-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=dd0982ef4becfb5e3c5fdcafd7840249167e16567d46813ac11dccc31d3a332e [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260606-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=1099657f5e2f0ccec024e069bea27d22837d7b93a8fba4e8e123d43ba443072c [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260606-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=71f8516489d325eb7c65858fa164700f8d9afed0e35dae1bc15ec94cbbbd9415 [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260606-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=cd1c9b6dc98fb5013237be2562cfe3d2d34992862f9023d0c788ba539e812063 [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260606-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=e6b5c0c1413f7dff68b2ecbaf2d0331a312afa2a6a672914760d2f6994497190 [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260606-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=f436cbf80c7e69b5361c625271e38b58f187685f30cd2c45f0736d99a830e16c [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260606-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=956b01444a1add6fa0a7573e41fbc0a969804dfd03c36169a13d946ad094d87e [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260606-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=6d8a4ed9ac6bfefd662093ab0fad296f1942a1e674f373e2dab4e8dc22cb46ef [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260606-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=38abf351058c490f45bb3bccfbd5fcf8a30f6d463ef5ba8aa8882db51f1b2a46 [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260606-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=c95e53d0466b8391083fbb11a8ea410e5a34045af1e7512548f1fd0797de3948 [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260606-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=81b6e82f1b92c96c004bcd43b28868e280cf579f64356a11d1c7a2181379a92a [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260606-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=b3f51431951086aa2c2c8333cf053c67f7fb6babf634a873172d382932f5653c [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260606-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=a9bd90fed7494ff01746a3fc1ca685d7027d9d9155f9487485bae07b15c37cb4 [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260606-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=5a4468f1948b032b678e44d8ab65ebc802ea1a76e92f7a300b1de9dcd7f2d098 [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260606-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=07d8c2762d0b850b76d1d7d793184b1693deee6871f52348697db97fc843db68 [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260606-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=97b16a978c0df869c7db08ebe67d04052bb6a4bb3d2e2f2e6524d9b6d8e62463 [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260606-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=ea5d81ae632a137b4a1ad0c3325be1015fd44e5b1c631fa1c8eb24d1a79db82e [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260606-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=23118f27a0168a019d6c087fd69ec488f006311e626053e24d1b3681d77a7291 [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260606-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=231947b870174f72886833d353004feab1c8d3c3c0d0cafb909957ac68d5bacf [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260606-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=95425343afa7b961fcb50784fae7dcc135e1112a65eb7371e862ee193eb67328 [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260606-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=725543080feb21ffc177264ada8783c57dae7a9c8deb83ace00633f613f1a055 [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260606-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=a2f84e371b91aaf5ec05516332aa7277d334b3a8447ca60cf2e6b4f43404f126 [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260606-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=807930fbb66c74754b8736d05cc2be7ccd41fe074004e8491972b632d3b1bc8d [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260606-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=9372a91e0f899c1ca3d197f62c2d243da53848e6eba95c266056c2ee43e41789 [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260606-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=2fb57d4fb57f63b7071b360229f961af40eab22a6b2de9190a998c554b6b0cb8 [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260606-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=df084fa882d0205c90419c900c7b4e836a8ed9f5df8effc08cee0a10e2c99c9b [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260606-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=7115c559f7e89e858e9fb417809b5d949c95bc6616d25eaf20e6480f63e31ea4 [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260606-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=e8e5d4ae6e201b422d46268b3146190685b4fa5b8616f177a5ebf362940bf745 [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260606-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=c8148100835077285ac3efa66c4e6c03b308669c82efb88bfa98769a41c616ce [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260606-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=2ee76606680497024b2517e70324ff6729d0b27e0c8d828b4f515ec424ba66c6 [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260606-042000/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=6d6510cda90c8eabf250b84fa984c156edf8ff4fb2b4acadb74bfd9968d4e7a4 [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260606-180709/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 6 18:07 /root/hmn/configs/awg1/20260606-180709/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=4ebebcd6df9df604ae00b345cc2ee5bed5d885fc36c6e59a28501b5b35ce66f0 [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260606-180709/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 6 18:07 /root/hmn/configs/awg1/20260606-180709/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=6b01e28ab0b4a82147973032fb7579d915f839bbec6ac3c2f855871131608218 [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260606-180709/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 6 18:07 /root/hmn/configs/awg1/20260606-180709/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=0d18ee690b900605bcd6bab43b505b268ad810acca45bfcd004def0a60c55798 [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260606-180709/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 6 18:07 /root/hmn/configs/awg1/20260606-180709/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=0c8dee1da3ff0855a15a7c998db91adecf0c67a06736f46bfe26032928629a4c [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260606-180709/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 6 18:07 /root/hmn/configs/awg1/20260606-180709/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=b80e9933595068f9a009c8a7db8b9413bc3bbd496d3676dce0651653e7e4e50a [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260606-180709/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 6 18:07 /root/hmn/configs/awg1/20260606-180709/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=d5964e26e9bb5c01fe919a4975ae30885c0ab8b962713f044fcf40a430765a48 [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260606-180709/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 6 18:07 /root/hmn/configs/awg1/20260606-180709/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=e1b50fcf4d90c157867ef036c874a1378f9bbaab83f520928f12df4f8e14abd3 [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260606-180709/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 6 18:07 /root/hmn/configs/awg1/20260606-180709/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=e5caf074d55b0724c6a647a4d65b4e825d340045c1fa10d8354e4d6346f2d7cd [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260606-180709/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=2dfc8aefc061c7a45242e2e782bb03920fbd4e9a90555953a857f1ca8e915a4f [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260606-180709/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=9e808ec4230768d89231b4bdd570e52c0ac3019b611d0a9d37cef8d32bdedadc [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260606-180709/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=f15baa90cd773429ddab88884acace8b31ba13083466a7ee1fc526b97fcdaaef [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260606-180709/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=aa87d1710e1cd7dd849a73e475b681c0bd3f61a2cc78c2a2f1d9373adbe80424 [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260606-180709/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=c101f49b6a47c1bc32f2dff85d38862be3731520abbef1030fc856fe44c31a0b [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260606-180709/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=b079eb69824f290b061652fac035fa41eae916b7fbe06d265479cfb2a41f53c8 [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260606-180709/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=b2de0f0ef03cb21230db028d2b238a3e73cad9a46432f40bc94a9369f3122898 [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260606-180709/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=00aa84e1fb9e903bdc900a8106e502fd65a01f9ad6a03bdd44688fd283d198f4 [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260606-180709/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=b3f51431951086aa2c2c8333cf053c67f7fb6babf634a873172d382932f5653c [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260606-180709/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=a9bd90fed7494ff01746a3fc1ca685d7027d9d9155f9487485bae07b15c37cb4 [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260606-180709/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=6282f8cbb44038c40a5400bf20daa7a3ce1c2da7ed51994e05f35f3c6d93b060 [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260606-180709/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=c4f3b59e820c68203f48f099e61240aa75971c0dcbe6837bc0e75ad37bb96f0a [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260606-180709/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=6c24da19fd0264b24bcb38488ce3b723d047b548ddefd420a57e31d215891cab [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260606-180709/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=5930fabe1b27a9a6455dfcba43c72f3f0e3debc99eb36a3d76baefd76b33ed99 [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260606-180709/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=23118f27a0168a019d6c087fd69ec488f006311e626053e24d1b3681d77a7291 [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260606-180709/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=2fe632fd90463e6504f31013446b132a6fc6082d37e1d9189dcea03ca44d606d [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260606-180709/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=dbe745acccfce6184c7113d1bb85720f7a2fcf0c6ebfb981fcd16a7cbda18943 [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260606-180709/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=e1dce65bc19d5744595b7e6cca9e261253354e99da2571814c68d3e18208aabb [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260606-180709/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=a2f84e371b91aaf5ec05516332aa7277d334b3a8447ca60cf2e6b4f43404f126 [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260606-180709/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=03eea543cb8555291d1ef81b0bc00c9551f1b14cc0f9a63382d402d055a97be4 [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260606-180709/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=9372a91e0f899c1ca3d197f62c2d243da53848e6eba95c266056c2ee43e41789 [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260606-180709/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=ce31a921d9f4bd1b2b902a82e057d1800d750cc2dd551f30c4572520aa19160a [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260606-180709/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=11f94f1eba66370bd433e8a40f511425f918c67e532c3b53ae5f3b757de92c91 [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260606-180709/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=000df3afa3bf2bf6e021a93dddea745665d3eba66cfb454ab5672669990d3dd4 [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260606-180709/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=2fc4eaa301cc32e28d98631948a03ac9967e358a3ef555ce7871eeb38993e82a [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260606-180709/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=c8148100835077285ac3efa66c4e6c03b308669c82efb88bfa98769a41c616ce [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260606-180709/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=2ee76606680497024b2517e70324ff6729d0b27e0c8d828b4f515ec424ba66c6 [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260606-180709/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=258383059c8e248dbe5e62c97268e9290dea464597dbc441679cd664292514b8 [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=93e7dbc90f6c0d0a50ad9d4a764c4904f3549bca22400e151e4adf49b6178ada [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260607-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=43c4c72f4da3786317fd6c86e264474293ebbbc7e99cce86242f52896f932e9d [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=82e042e758987453cf840574bf832d4defe3ea48696b0c35c0b48ddefa7ebba3 [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=a270cee21dc2a2ec29032eb91b6e3e0ddf4b649e44f8692041676bbc3cac3f30 [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=c018e5943f0ed814fe78979e4a9e130fafa58ac95741e2cc2e6ebeb7843250ff [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260607-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=0684322ddcac29f03f886831f49e78ed37e26c258770418337ba96e90b0f6872 [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=e1b50fcf4d90c157867ef036c874a1378f9bbaab83f520928f12df4f8e14abd3 [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=e5caf074d55b0724c6a647a4d65b4e825d340045c1fa10d8354e4d6346f2d7cd [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260607-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=6f83517082e3433474618f6d3bcbcd2b07656839f8f9a624a57b2d55b0df5e2c [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=c2be2068fa910979e3429af8afb6800386ebd745c543495e65933f2e5c8c6692 [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260607-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=f15baa90cd773429ddab88884acace8b31ba13083466a7ee1fc526b97fcdaaef [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260607-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=aa87d1710e1cd7dd849a73e475b681c0bd3f61a2cc78c2a2f1d9373adbe80424 [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260607-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=980968b2571a41331e5a0cfa47888ca706d085c4ff1ac49518e29737c0cae3ce [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=38abf351058c490f45bb3bccfbd5fcf8a30f6d463ef5ba8aa8882db51f1b2a46 [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260607-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=b2de0f0ef03cb21230db028d2b238a3e73cad9a46432f40bc94a9369f3122898 [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=9bd552e3188ac7192cca177d2deafb55b496ac115428631ed2e5a92304a37ec8 [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=3856fabf7be6b1dd31a364f4a7721ef8240b71151309528833315fcca500fa66 [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=da3231d7677d5aae165d56baf76c15ccbe7e83a43f28269da994dbe829f10441 [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=6282f8cbb44038c40a5400bf20daa7a3ce1c2da7ed51994e05f35f3c6d93b060 [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260607-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=c4f3b59e820c68203f48f099e61240aa75971c0dcbe6837bc0e75ad37bb96f0a [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=a8becbe7921835198b1c70505f8d08f1b531a1c1602195f0dea023b367c2783a [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=d02b88a6989f3fd8a478357df41a9c54083682e52f5b1be67638fe25897a6555 [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260607-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=2a7889a965da2fea0eb5e504415bb69c4c395762946b767042e37f8b69bc940e [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260607-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=d0cde7c6c7c0ef445ea84cf501a505e8e4307433b67d4a4cdc0578aead2c781b [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260607-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=87fb916d3259bcf74ff33c652de75689e63149c3ab4e090d5f2336d19bde4329 [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=a12ac8c44439c141b564ed0173236fc04167c6172a1ebf255b9cd09a1beb021a [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260607-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=312eae2d8afd50f255fdadb0f5c1bff56e5757f1c71a1e8c0e72eb4860113226 [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=807930fbb66c74754b8736d05cc2be7ccd41fe074004e8491972b632d3b1bc8d [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=3dc2593097eab0b8b1c70f4c9448103f5616d365ba31b94a12d4704af5e43aef [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260607-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=0bf7277aabdcbc45678c6ac1e46e1a05e4767595462b8a055526fbedc8ecee7a [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260607-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=3136d2b00b70d929dbe50c92fe974464076576d0081d8696f8fdf2eb12c02553 [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=7115c559f7e89e858e9fb417809b5d949c95bc6616d25eaf20e6480f63e31ea4 [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260607-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=799873dc3828657e4d8a01daf8bff05b3f78d06b042d496766a5530520e4336d [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=13eaa2259ff85d0be23c911d168f2236eace0fa2aa423785beaff2da4ce2d2f0 [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260607-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=9865e96fb64641542d782e43c561112def41ce5feb174cb388b5a02d3a0ca37f [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-042000/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=4ff2a44e9ede8e28e0e04971830bfbffd910c98c868bbc0792cc6b2ed7a9366c [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260607-120709/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 7 12:07 /root/hmn/configs/awg1/20260607-120709/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=812a4ecbd14d3e2e84b0b77a49a9a541ceb5daa3fd8f58d40de5f328300b421c [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-120709/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 7 12:07 /root/hmn/configs/awg1/20260607-120709/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=a10d64c83a5bac97572d149bf2c0d4b2b61dacf3c5d98dd09a16db93a4ddcc1b [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260607-120709/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 7 12:07 /root/hmn/configs/awg1/20260607-120709/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=82e042e758987453cf840574bf832d4defe3ea48696b0c35c0b48ddefa7ebba3 [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-120709/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 7 12:07 /root/hmn/configs/awg1/20260607-120709/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=13bc8fd3e922b858e9735c3ac6e1e362f3616d2fb1221546b36e468237631a45 [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-120709/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 7 12:07 /root/hmn/configs/awg1/20260607-120709/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=3c1fa361b913c8fd7ccc2021b372567850d3c0467470926f144909762b99f7cb [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-120709/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 7 12:07 /root/hmn/configs/awg1/20260607-120709/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=2dea112654a2eb0f58b12215d150e9cd77c6bbf847f7809895ccdada657b483d [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-120709/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 7 12:07 /root/hmn/configs/awg1/20260607-120709/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=9c274370ec5e37719ccf4ce0e4973a38fc513d313b959328de99bd18e80356e7 [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-120709/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 7 12:07 /root/hmn/configs/awg1/20260607-120709/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=4f60f250597fc0dcbbb486588ee077fba1b82ed27f0eee606e303ffc89be5340 [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260607-120709/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=cd1c9b6dc98fb5013237be2562cfe3d2d34992862f9023d0c788ba539e812063 [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-120709/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=4983cc48a834e4e3a980d056696301d580bf23af7c8b902745d1b2a0882c0e23 [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-120709/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=a0d4053edcd83e18f91ab4a15c7e8344bc170f18cf7a6589e8b20f608052c981 [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260607-120709/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=7f763f79764f95b5368c7d84646347b9824220a4caa4750dd62fc16b1ccfca51 [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-120709/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=980968b2571a41331e5a0cfa47888ca706d085c4ff1ac49518e29737c0cae3ce [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-120709/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=38abf351058c490f45bb3bccfbd5fcf8a30f6d463ef5ba8aa8882db51f1b2a46 [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260607-120709/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=9bd05396d5becc1d22e43515548fa8f9bffcbd768c4a1d3017921429758c6e02 [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-120709/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=3641ebe92d37c0c1a1d31d5c3b4ca4daa261296c80606161d45185ea5f11278f [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260607-120709/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=4d8567b6a9c69cf1b48af6d412463f70e6280db257f74daf8584d7e22cc32bce [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-120709/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=a9bd90fed7494ff01746a3fc1ca685d7027d9d9155f9487485bae07b15c37cb4 [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260607-120709/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=55d32feea21292704c65042e5b16552bfe0d9c86ef4debfc1f906219beb589d6 [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260607-120709/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=c4f3b59e820c68203f48f099e61240aa75971c0dcbe6837bc0e75ad37bb96f0a [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-120709/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=6c24da19fd0264b24bcb38488ce3b723d047b548ddefd420a57e31d215891cab [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260607-120709/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=19f5a8a022dd5c0339fcff008b90c593d9641fe3cfb2c5c6b2e346da68cda885 [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-120709/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=3b9c111993b042d2b535e580f3ba4c43d643c3a2e44252c5f290a2e935b97ff8 [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-120709/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=f9e592d41d7da3bd4381f27bfec289887b36da583ec10d26268a9186a9144008 [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-120709/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=87fb916d3259bcf74ff33c652de75689e63149c3ab4e090d5f2336d19bde4329 [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-120709/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=17f113c41eb37e6ace651e692e861be6fb9a0dc04aa2b02c7c4a5a28bf3f8f1a [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-120709/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=79b06c2d506ac89101c3635b70f949d3709d2de3ce0c075fb28d901c12de3bd0 [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-120709/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=03eea543cb8555291d1ef81b0bc00c9551f1b14cc0f9a63382d402d055a97be4 [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260607-120709/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=19d6d3ec43801a897e9e8d188120f79cb2a44bd7ccf91bc0b0cd38a21b74791c [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-120709/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=d94dc1d53897bb2bda7793a31d08293ef7d241f36a2af1f3442129f9ca0e0ab8 [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-120709/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=11f94f1eba66370bd433e8a40f511425f918c67e532c3b53ae5f3b757de92c91 [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-120709/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=2c79b4fa4cfcc6ed15f3f8ec2bc10d924931fda0e902866342319a1a5d6d386d [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-120709/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=1424dd6795ecbc4e27e66fc9fcaf702885f44c73e5e03fcb5625099546af7132 [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260607-120709/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=d161a024d958f314f161e64244954163561b21effbbc7e3fca76f9239bf563f7 [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-120709/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=a563a70919fb199a07870f7dabb5f03adff9104733b6c8bb443e8bfa8d562c71 [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-120709/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=258383059c8e248dbe5e62c97268e9290dea464597dbc441679cd664292514b8 [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-122209/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 7 12:22 /root/hmn/configs/awg1/20260607-122209/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=812a4ecbd14d3e2e84b0b77a49a9a541ceb5daa3fd8f58d40de5f328300b421c [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-122209/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 7 12:22 /root/hmn/configs/awg1/20260607-122209/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=6b01e28ab0b4a82147973032fb7579d915f839bbec6ac3c2f855871131608218 [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260607-122209/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 7 12:22 /root/hmn/configs/awg1/20260607-122209/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=eb384c9c2a091adf62d6bd737f67d86ed869731cc7c6156806c68709c9484891 [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260607-122209/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 7 12:22 /root/hmn/configs/awg1/20260607-122209/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=4f2179435e9ceb20f9e1a45c4499d8970092da3b8332d1aa04e067582959b04f [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-122209/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 7 12:22 /root/hmn/configs/awg1/20260607-122209/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=ea7a248cef57ecfd6e0fc0566f378986058f53893561a2fc7f238266dd2b1a19 [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-122209/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 7 12:22 /root/hmn/configs/awg1/20260607-122209/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=d5964e26e9bb5c01fe919a4975ae30885c0ab8b962713f044fcf40a430765a48 [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260607-122209/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 7 12:22 /root/hmn/configs/awg1/20260607-122209/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=e1b50fcf4d90c157867ef036c874a1378f9bbaab83f520928f12df4f8e14abd3 [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-122209/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 7 12:22 /root/hmn/configs/awg1/20260607-122209/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=e5caf074d55b0724c6a647a4d65b4e825d340045c1fa10d8354e4d6346f2d7cd [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260607-122209/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=9d34c57d5e34a7e6121e6edf986f975da74d66b56197cb86e65d29548b84bbe3 [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-122209/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=9e808ec4230768d89231b4bdd570e52c0ac3019b611d0a9d37cef8d32bdedadc [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-122209/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=598430bd122a3bb73eeb78b80d0b8d35f78b75753c7508feec227403226e7138 [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-122209/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=ecdc75894d51a2cc9880551d65938314d3be0d55e40b1acafe9cbe5c8d83ea35 [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-122209/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=c101f49b6a47c1bc32f2dff85d38862be3731520abbef1030fc856fe44c31a0b [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-122209/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=c60cf0930f026fc43e3eb68fbb86aea6b61950e99cd6b8da853bf8fc9d053847 [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-122209/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=32448a0a392120f14e4c1b5b980fc6e6a9fa8e35aba10779eb839c5fd52d1fdb [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-122209/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=00aa84e1fb9e903bdc900a8106e502fd65a01f9ad6a03bdd44688fd283d198f4 [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-122209/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=3856fabf7be6b1dd31a364f4a7721ef8240b71151309528833315fcca500fa66 [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-122209/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=a3093014e8c9c849f4878a5d97dcf153f1f20053f534aeaf512b1120248e7cf5 [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-122209/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=e975010e435028b5e324a9ccb9be0e9af0cf2662eebd9a1b6330506700bfdd64 [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-122209/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=6f289e5e805b2749d9db0905ea5f5461d858090c8a143d8425a4ed9ec6e0131b [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260607-122209/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=97b16a978c0df869c7db08ebe67d04052bb6a4bb3d2e2f2e6524d9b6d8e62463 [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-122209/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=d02b88a6989f3fd8a478357df41a9c54083682e52f5b1be67638fe25897a6555 [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260607-122209/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=2fc92329776002b7da9d088027cd000b1779360d13f433519ec0fb953fecf02a [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260607-122209/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=fe4cc0db9ae7b07c6bc6a91ce7578629a9d2f981744165a613da19ccf8f1f0fa [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-122209/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=89f598356c369acdcf3c6a1c072e59809f5a959298cd6d1445762f5e9be4544f [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-122209/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=a12ac8c44439c141b564ed0173236fc04167c6172a1ebf255b9cd09a1beb021a [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260607-122209/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=2ecee04f2911b07e94e22f41ff54bc74013f6efe601f38680998f42367fa9bcb [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-122209/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=3b1136a01a63feb6e2bb23bf5f7522ab1e7bab7fc9072e9ef574e5a4927231dc [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-122209/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=19d6d3ec43801a897e9e8d188120f79cb2a44bd7ccf91bc0b0cd38a21b74791c [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-122209/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=1a649f10c87476e6e9b141988bd33bf0825da72ddc8b2851c3390fd9792b45fe [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-122209/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=3136d2b00b70d929dbe50c92fe974464076576d0081d8696f8fdf2eb12c02553 [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-122209/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=880d0902be9ed1b06e1f91cd702c3874e87cdf43bd1d87cde0e62633640ae731 [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-122209/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=799873dc3828657e4d8a01daf8bff05b3f78d06b042d496766a5530520e4336d [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-122209/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=7ecee091b37acb26f57e02e8a707070dfd1c2accecfc3ed8b0395517d692dcba [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260607-122209/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=185c75ded1b20f82fec15f000d7c183e90f0ab74ee1ff675c08bdb65faf586b4 [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-122209/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=258383059c8e248dbe5e62c97268e9290dea464597dbc441679cd664292514b8 [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-180718/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 7 18:07 /root/hmn/configs/awg1/20260607-180718/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=9cfc2bc8fa429b5b9577a245e6f0dd13602d33d0160a20bd6eab160f4a78f7f0 [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-180718/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 7 18:07 /root/hmn/configs/awg1/20260607-180718/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=43c4c72f4da3786317fd6c86e264474293ebbbc7e99cce86242f52896f932e9d [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-180718/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 7 18:07 /root/hmn/configs/awg1/20260607-180718/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=0d18ee690b900605bcd6bab43b505b268ad810acca45bfcd004def0a60c55798 [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-180718/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 7 18:07 /root/hmn/configs/awg1/20260607-180718/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=4f2179435e9ceb20f9e1a45c4499d8970092da3b8332d1aa04e067582959b04f [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-180718/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 7 18:08 /root/hmn/configs/awg1/20260607-180718/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=3c1fa361b913c8fd7ccc2021b372567850d3c0467470926f144909762b99f7cb [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-180718/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 7 18:08 /root/hmn/configs/awg1/20260607-180718/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=d533e82dbd8b70626e4cd424bf469c91ea279da50125e68e01386aca4d829f2d [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-180718/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 7 18:08 /root/hmn/configs/awg1/20260607-180718/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=a81e60c0ce1d233581b0d00bb0c520e4bca15362493d647091dabe3c05594f70 [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260607-180718/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 7 18:08 /root/hmn/configs/awg1/20260607-180718/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=e5caf074d55b0724c6a647a4d65b4e825d340045c1fa10d8354e4d6346f2d7cd [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260607-180718/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 7 18:08 /root/hmn/configs/awg1/20260607-180718/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=18d3269370940112531234dcc1d9f9cd990766f7cab536788dd640413baf78c7 [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260607-180718/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 7 18:08 /root/hmn/configs/awg1/20260607-180718/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=47479a72cad46ea2bff169625e48192cfa1be65a66dde4360c6263cf2772a480 [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260607-180718/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 7 18:08 /root/hmn/configs/awg1/20260607-180718/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=956b01444a1add6fa0a7573e41fbc0a969804dfd03c36169a13d946ad094d87e [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-180718/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=6d8a4ed9ac6bfefd662093ab0fad296f1942a1e674f373e2dab4e8dc22cb46ef [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260607-180718/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=77e97008bc0bb1016077049af928f9f3fa686261955f4cf1cff875b864a89a60 [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-180718/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=0c5697d02cfd83a280e8ab0d63fb00325d1c176117f063623aa788106bbd9af6 [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-180718/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=e975010e435028b5e324a9ccb9be0e9af0cf2662eebd9a1b6330506700bfdd64 [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260607-180718/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=c4f3b59e820c68203f48f099e61240aa75971c0dcbe6837bc0e75ad37bb96f0a [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-180718/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=40812291a394ee21de56f3564662e814fd34b19ad93049dcfc93658f2fedc3e1 [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260607-180718/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=ea5d81ae632a137b4a1ad0c3325be1015fd44e5b1c631fa1c8eb24d1a79db82e [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260607-180718/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=08c23d17e6a9694ebf19c4dcd9075626eb7bef73adede89986665a4e55cdfbaf [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-180718/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=2fe632fd90463e6504f31013446b132a6fc6082d37e1d9189dcea03ca44d606d [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-180718/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=6527b27629f230cd274de5d80a0ae918cf2447c5dd6a7b2e816738d54f9e9dd2 [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260607-180718/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=be83a1c8be5ee6493b921b36cd5ba8c34f6f1e7f45bf0ce12c1b1f5dee491a09 [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260607-180718/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=a2f84e371b91aaf5ec05516332aa7277d334b3a8447ca60cf2e6b4f43404f126 [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260607-180718/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=f948846800e3b081d5e3247f97c88483972c7e6c1e5b852f9b679fcf7e5122ae [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-180718/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=e5059057c7ef1f2a4e40b689aaed29c523c3caf85d8c79197d15a42ab9df750a [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-180718/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=4917fda559036218b61c445f1cfeaa206dc6aca346c9f7d90fdccdf0092728d7 [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-180718/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf -rw------- 1 root root 361 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf sha256=aff2fa448769cfff613db73fcd2d69dcfb918ed2c8c9aee72b44953bf9806000 [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.135.119.55:35962 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-180718/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=7115c559f7e89e858e9fb417809b5d949c95bc6616d25eaf20e6480f63e31ea4 [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260607-180718/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=2fc4eaa301cc32e28d98631948a03ac9967e358a3ef555ce7871eeb38993e82a [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260607-180718/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=d161a024d958f314f161e64244954163561b21effbbc7e3fca76f9239bf563f7 [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260607-180718/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=ea3b56814dc905254df0068fbcb222efa18d1c3c4f8499f667e733c7eab75507 [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260607-180718/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 7 18:10 /root/hmn/configs/awg1/20260607-180718/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=258383059c8e248dbe5e62c97268e9290dea464597dbc441679cd664292514b8 [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260608-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=93e7dbc90f6c0d0a50ad9d4a764c4904f3549bca22400e151e4adf49b6178ada [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260608-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=6b01e28ab0b4a82147973032fb7579d915f839bbec6ac3c2f855871131608218 [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260608-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=2656e4460ce5d763a284b3f8f763b55a465485121284e5b59b71c1d219c68f3c [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260608-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=13bc8fd3e922b858e9735c3ac6e1e362f3616d2fb1221546b36e468237631a45 [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260608-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=ea7a248cef57ecfd6e0fc0566f378986058f53893561a2fc7f238266dd2b1a19 [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260608-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=d5964e26e9bb5c01fe919a4975ae30885c0ab8b962713f044fcf40a430765a48 [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260608-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=1099657f5e2f0ccec024e069bea27d22837d7b93a8fba4e8e123d43ba443072c [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260608-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=f7109e1257685f15678b1d421e917d7b83bd5901de59ef361a3e85c09041882c [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260608-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=2dfc8aefc061c7a45242e2e782bb03920fbd4e9a90555953a857f1ca8e915a4f [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260608-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=bcbcf23f1301a5ec4668635e48abac48dfa29ffa8ea4ddf6688a670164c3c8f3 [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260608-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=5e352135ae095770ed0474326d519132cf44e3f55563422320dbc5380e8f6228 [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260608-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=aa87d1710e1cd7dd849a73e475b681c0bd3f61a2cc78c2a2f1d9373adbe80424 [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260608-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=c101f49b6a47c1bc32f2dff85d38862be3731520abbef1030fc856fe44c31a0b [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260608-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=c60cf0930f026fc43e3eb68fbb86aea6b61950e99cd6b8da853bf8fc9d053847 [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260608-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=c95e53d0466b8391083fbb11a8ea410e5a34045af1e7512548f1fd0797de3948 [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260608-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=9bd552e3188ac7192cca177d2deafb55b496ac115428631ed2e5a92304a37ec8 [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260608-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=a65d9bcbb788bc739017a6d86956e23ed6180f4e13915ae51ba237c099982d75 [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260608-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=2c207c26ba67a1d7af26143aba23ef6be9e6bd6750972cc9ff668df8c10aff6a [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260608-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=a2f34aadeaedf71297633714640b3f64f015daff2ed5252a620c600a98dc2806 [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260608-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=af5d8e468a69a1373fb0e81acac0d3b5effeb404f90b195edac1e3113ca84fd7 [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260608-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=87a00e29d700814e2ffe9cc9b579cacd5ba9075dfb7e96330d5998d2d90f2dea [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260608-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=19f5a8a022dd5c0339fcff008b90c593d9641fe3cfb2c5c6b2e346da68cda885 [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260608-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=3b9c111993b042d2b535e580f3ba4c43d643c3a2e44252c5f290a2e935b97ff8 [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260608-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=d0cde7c6c7c0ef445ea84cf501a505e8e4307433b67d4a4cdc0578aead2c781b [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260608-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=dbe745acccfce6184c7113d1bb85720f7a2fcf0c6ebfb981fcd16a7cbda18943 [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260608-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=e1dce65bc19d5744595b7e6cca9e261253354e99da2571814c68d3e18208aabb [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260608-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=312eae2d8afd50f255fdadb0f5c1bff56e5757f1c71a1e8c0e72eb4860113226 [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260608-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=605548118108385516a520acf2f6ed04206bf4b48f82ee3e1095ea6204977b97 [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260608-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=19d6d3ec43801a897e9e8d188120f79cb2a44bd7ccf91bc0b0cd38a21b74791c [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260608-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=2fb57d4fb57f63b7071b360229f961af40eab22a6b2de9190a998c554b6b0cb8 [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260608-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=880d0902be9ed1b06e1f91cd702c3874e87cdf43bd1d87cde0e62633640ae731 [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260608-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=076d5ddf4d4cb1271201944859a5a5ad1051bfdef42ed5fe27410ac66713d7c8 [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260608-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=75301d67ca1184d5fe0b9da7ca10806e82c3600bb3c1a9c034ecbbc78e962409 [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260608-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=a563a70919fb199a07870f7dabb5f03adff9104733b6c8bb443e8bfa8d562c71 [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260608-042000/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=d6f82872f840a753d08072bff92507184489f9dd6b4d5cc7fde0d5dbd126d0a9 [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260706-161226/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf -rw------- 1 root root 362 Jul 6 16:12 /root/hmn/configs/awg1/20260706-161226/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf sha256=b9d1320cbdadfecf011d97d5b81eea0b909ac3971c70bc4e3ff884a79b1be7a3 [Interface] Address = 10.119.249.139/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.36.27.17:35500 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260706-161226/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jul 6 16:12 /root/hmn/configs/awg1/20260706-161226/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=a50b26912a70014c7eb35107e7b1197758776f83cf3553315c221b749cce615a [Interface] Address = 10.112.60.219/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260706-161226/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jul 6 16:12 /root/hmn/configs/awg1/20260706-161226/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=a3f4d2e35f42fcb2ac95cea8485475547b047256d1779df910514a5a11b64203 [Interface] Address = 10.97.187.205/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260706-161226/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=7c8c37f2aa12fdab22685ca7dd8f77eed07c595a9dfc8b68c1fa8afb43d42d7e [Interface] Address = 10.100.254.15/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260706-161226/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=858c6eb11f4f05356bf03d901f466a04c32b0001300df1a3bb40fa2742733bad [Interface] Address = 10.101.61.41/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260706-161226/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf -rw------- 1 root root 364 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf sha256=c7909f71d1359992bf9ee0a9bde7fda6400008beb98fef17fa602b33046acfd9 [Interface] Address = 10.103.56.214/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.100:39480 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260706-161226/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 360 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=0ecff16614e41aed2e1e1d2e7a143c89b57615267a41923a10fc72a26ed4a49a [Interface] Address = 10.104.58.109/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260706-161226/087-US-USA-New-York-S1-107.175.93.59-awg1.conf -rw------- 1 root root 360 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/087-US-USA-New-York-S1-107.175.93.59-awg1.conf sha256=d1ed01d53fbf2d66dfca0475f0309020cc7c8b3c007d47deaba85d59a2f5511d [Interface] Address = 10.107.43.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.175.93.59:31095 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260706-161226/088-US-USA-Dallas-107.174.226.51-awg1.conf -rw------- 1 root root 364 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/088-US-USA-Dallas-107.174.226.51-awg1.conf sha256=55ab3d8c6ce3e08a13f07228c1a26e75279f54170ea55a88f88f64ed2ee4ab57 [Interface] Address = 10.107.108.112/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.174.226.51:44839 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260706-161226/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=d4b0d0d751a8bf973333f84d7769fc1668f2fc09da9d5305656ec8a1224793b2 [Interface] Address = 10.108.238.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260706-161226/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 358 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=1803959695a798f06b33e7b4b7257d970c27fe9d70846deee535d2a96682aa70 [Interface] Address = 10.81.111.97/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260706-161226/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=8729c6fa6b65c3b9531e4e71f2689d54bb5bb3b516db7dac3a1cdddb11a89704 [Interface] Address = 10.82.239.94/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260706-161226/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf -rw------- 1 root root 358 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf sha256=d470fdc813e5fa1fcaf78bd64dfddef291dde2a988c95bcc04d51608f63acf8a [Interface] Address = 10.83.41.157/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.234:37492 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260706-161226/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 362 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=ec4ad6e2989c12170aa52a4164303041390a59b12c172046e7ec395b7514917f [Interface] Address = 10.83.172.142/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260706-161226/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=1f927c2f976b4f8e1ce1aa9f3ba5428064b495433ba8698cbb36e67745db9915 [Interface] Address = 10.83.235.104/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260706-161226/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=d5817041aa7ee45d595debb69e1fa5a68ceabfc4c99adb583ee2c845fb329fe4 [Interface] Address = 10.86.108.200/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260706-161226/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf -rw------- 1 root root 360 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf sha256=7bd1f39bd013b463780ed0722e8900b2a10d801305b789802b872b8cb34d7455 [Interface] Address = 10.86.172.73/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.232.39:40316 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260706-161226/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=5b7284b8d91bff1021aa41b4b916836c6f88b788dcf4c1191136e5b6611b1f46 [Interface] Address = 10.87.170.125/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260706-161226/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf -rw------- 1 root root 360 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf sha256=382c381be6bcd73ffa9097f76a0af81d4c019c937070b57ab37b552c1e9283a1 [Interface] Address = 10.89.174.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.126.45:32821 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260706-161226/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=0a5a4ca5f1203dbf2c181ded84a03ae50cd7e11da9d33693d8cdde6599b1a6ec [Interface] Address = 10.90.235.244/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260706-161226/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf -rw------- 1 root root 361 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf sha256=ce33bf0e58f094bc964717cc9983c897924761b1ebc8c9eddd81e4f0d4270deb [Interface] Address = 10.91.43.12/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 143 H1 = 1943142100 H2 = 1154665998 H3 = 1159227869 H4 = 2081036883 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 23.158.72.87:45460 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260706-161226/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 362 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=b74e477622437c5a8462c426119fb74927e0ae1265897ab3a4a31e913071b6ea [Interface] Address = 10.91.168.223/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260706-161226/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 362 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=06f3f3da0f254a8afd899ab5c5626b39414f51819f0f5e20a9ea4036b91a1b77 [Interface] Address = 10.91.233.132/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260706-161226/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 360 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=ba0a68d29af847151e98b6d0afe770387478c7aae64b1ce91f16361912eecc1b [Interface] Address = 10.92.173.35/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260706-161226/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf -rw------- 1 root root 361 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf sha256=5177ab969b0a456162ce7c3e11e6aad263e2280848cc26fdfe1fd38c2124be2c [Interface] Address = 10.77.236.75/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 51 H1 = 144970534 H2 = 210374235 H3 = 1100727461 H4 = 1885204570 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 109.248.198.4:37129 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260706-161226/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=b8d734424b88b69ebd1c46b62bc703e986b8226c71b366692a9bbe6de2b19ffc [Interface] Address = 10.124.237.218/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260706-161226/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=1865001cb8d8282bceb53c2fcfd7cf0b5764c7cd8437dd632e52a16242dcb030 [Interface] Address = 10.95.47.73/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260706-161226/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf -rw------- 1 root root 361 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf sha256=d80504413cc0f1fe3a50e796fe5897ccda7d98b78989f9bdf1a2c32f1bbe0136 [Interface] Address = 10.65.43.208/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.40.104.201:36979 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260706-161226/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf -rw------- 1 root root 357 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf sha256=75e0c28aa90be422a3515a0f5db12746fb7547c6aca80fdac357e4a6fbb21bb4 [Interface] Address = 10.66.44.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 49 H1 = 679240017 H2 = 1624207748 H3 = 139122664 H4 = 1720133880 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 77.67.8.84:43378 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260706-161226/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 360 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=5e441515ab3850068488db1fbe833c29da1498e78a69354fa5171b1eab30d749 [Interface] Address = 10.67.234.5/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260707-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf -rw------- 1 root root 362 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf sha256=4f0cfe06e5c6da52fe1f903fb34224cddc996512cf2352597d6db4df0a55a078 [Interface] Address = 10.119.249.139/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.36.27.17:35500 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260707-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=67eaa55637f51cbf308162128c3d27dc263265116121785710cf2b908360dc14 [Interface] Address = 10.112.60.219/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260707-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=97e3fa6cd7d7346ff5428117f37dfaceb8b9cb5b807a6eeb0227323ea7b47e5b [Interface] Address = 10.97.187.205/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260707-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=7c8c37f2aa12fdab22685ca7dd8f77eed07c595a9dfc8b68c1fa8afb43d42d7e [Interface] Address = 10.100.254.15/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260707-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=452755e49514041be1efd42e0fddf7a87f49837c77ba2bf248b2f6a56abccb66 [Interface] Address = 10.101.61.41/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260707-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf -rw------- 1 root root 362 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf sha256=1a68e1a4919e4a5403f0f2df424da69844482ebfa08014ef7b94c5d2c254c86f [Interface] Address = 10.102.248.214/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.39:38330 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260707-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf -rw------- 1 root root 364 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf sha256=0aae656f77e379b8fc7a8c7bfee8207cede717caaae6fa54512919ac350454c8 [Interface] Address = 10.103.56.214/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.100:39480 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260707-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf -rw------- 1 root root 362 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf sha256=b408a892f32d4f6df92dbf1671daa7fe467691cac01fef32b13c1e1664cd553a [Interface] Address = 10.103.120.171/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 132 S2 = 22 H1 = 1314107157 H2 = 894303025 H3 = 687987321 H4 = 1498765620 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 78.31.250.16:41729 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260707-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=0fca0260bdf50a9b0c50bceaab18c502a6625c6b52a9266730acbec552aaeecc [Interface] Address = 10.103.187.191/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260707-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=4e25e015e24febfba6acc16ac57e6424e606412f5c9a321607d7ae5493d13ee4 [Interface] Address = 10.104.58.109/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260707-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf -rw------- 1 root root 363 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf sha256=7c4ce899a0bdebdbd77f1d00355d3d45f89a1dac24ffbd7207a0f8359103d9fb [Interface] Address = 10.104.120.117/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.24:35090 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260707-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf sha256=f647f88469e3f09b460ba615709f28ab2a8377016f8cc4eff4bea8c405e00740 [Interface] Address = 10.107.43.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.175.93.59:31095 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260707-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf -rw------- 1 root root 364 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf sha256=55ab3d8c6ce3e08a13f07228c1a26e75279f54170ea55a88f88f64ed2ee4ab57 [Interface] Address = 10.107.108.112/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.174.226.51:44839 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260707-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=6329a60db9964cbf48c9142c323850f455bd9fe828526492762fa78f0736c386 [Interface] Address = 10.108.238.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260707-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 358 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=601d48409e031e5dd21d32a31b8d387596183dc4b625e8cb06bf463b6a06ec88 [Interface] Address = 10.81.111.97/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260707-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=ee798cd1751b06e4f321f408049e32e1881ef2f7b129ce831c3ea5d68cf6cae2 [Interface] Address = 10.82.239.94/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260707-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf -rw------- 1 root root 358 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf sha256=1db209480f24916ae7c930dbf8c6624874e3b731dfe05430f7b85715e6356633 [Interface] Address = 10.83.41.157/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.234:37492 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260707-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 362 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=a9b2b7f4a4d67f608f4a7a8fde0b0013fcf97c58e5112065345f062de5b89c76 [Interface] Address = 10.83.172.142/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260707-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=6e4ddd99ac35d92c6ceedd19803775189734fdd5b84302a0422a9af29ff39a34 [Interface] Address = 10.83.235.104/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260707-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=e95b6bd13c5ce9ae1651cb24e67558db49ed105676f5e582c5a96d74520f6c2f [Interface] Address = 10.86.108.200/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260707-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf sha256=5916b417aabb4ca5181ca849385ed54de93f696a6caa0809c985b7803ace4638 [Interface] Address = 10.86.172.73/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.232.39:40316 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260707-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=e020af0ce4b47772979921278051c0f659ae23e922e15035cd9666cf5013c676 [Interface] Address = 10.87.170.125/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260707-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf sha256=0b0407fb9c73ff74158710f4a10a33e990ecec2f5250e763e8fcea3913cc9da8 [Interface] Address = 10.89.174.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.126.45:32821 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260707-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=bf5da074cba3e96206887f4d625471f583c72b6e20b55a72c3479f1175ed32bf [Interface] Address = 10.90.235.244/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260707-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf -rw------- 1 root root 361 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf sha256=e38f242ed69cb38d13cceacce50d62e6f1f2ea9ec5a175505838f9aa659e9573 [Interface] Address = 10.91.43.12/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 143 H1 = 1943142100 H2 = 1154665998 H3 = 1159227869 H4 = 2081036883 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 23.158.72.87:45460 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260707-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 362 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=884e0f323fd239af95ddb6f419301b566aa3b75b751debc58f838d3be4ee9ffa [Interface] Address = 10.91.168.223/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260707-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 362 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=869fb9fa9503a9761ea13379002796fbc9c3871b682c8c50aaf9dab936bd0e52 [Interface] Address = 10.91.233.132/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260707-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=8071cf0bfe994848f70579454d2728a703715631ffdd6c788c27a892ffbb964f [Interface] Address = 10.92.173.35/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260707-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf -rw------- 1 root root 361 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf sha256=047523adf94a85d82cc2f2dbfc3f84bb0a69f3587790d4970c8a0390382d7f57 [Interface] Address = 10.77.236.75/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 51 H1 = 144970534 H2 = 210374235 H3 = 1100727461 H4 = 1885204570 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 109.248.198.4:37129 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260707-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=e3e47b542a78e02dea907ac7f7e82cbbdeeaf4bb31c94b09259ca7cc6864a0cb [Interface] Address = 10.124.237.218/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260707-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=e536eaf2f94a365707d0f650ecfab25ec828dfaa96ab84e2b9f034120d152729 [Interface] Address = 10.95.47.73/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260707-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf -rw------- 1 root root 361 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf sha256=d80504413cc0f1fe3a50e796fe5897ccda7d98b78989f9bdf1a2c32f1bbe0136 [Interface] Address = 10.65.43.208/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.40.104.201:36979 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260707-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf -rw------- 1 root root 357 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf sha256=5c4b4b2560c5ba2a7951acd6beb80e5e771ec80809da290efe648c53543eb362 [Interface] Address = 10.66.44.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 49 H1 = 679240017 H2 = 1624207748 H3 = 139122664 H4 = 1720133880 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 77.67.8.84:43378 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260707-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=5e441515ab3850068488db1fbe833c29da1498e78a69354fa5171b1eab30d749 [Interface] Address = 10.67.234.5/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260708-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf -rw------- 1 root root 362 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf sha256=b9d1320cbdadfecf011d97d5b81eea0b909ac3971c70bc4e3ff884a79b1be7a3 [Interface] Address = 10.119.249.139/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.36.27.17:35500 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260708-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=a50b26912a70014c7eb35107e7b1197758776f83cf3553315c221b749cce615a [Interface] Address = 10.112.60.219/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260708-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=38802b26941989d519655c380f1e55e691bd180557d935a7ac9d3ab85eef716e [Interface] Address = 10.97.187.205/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260708-042000/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf -rw------- 1 root root 362 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf sha256=7b0c0e1b91bcee43331a7d511b96b301556743f31240306e01519d81782027a9 [Interface] Address = 10.98.185.144/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.247.18:35999 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260708-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=1af04e1998be61c0c2440ae483e9aadec6249b6d69083ec5fb0131776c0ff7ec [Interface] Address = 10.100.254.15/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260708-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=452755e49514041be1efd42e0fddf7a87f49837c77ba2bf248b2f6a56abccb66 [Interface] Address = 10.101.61.41/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260708-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf -rw------- 1 root root 362 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf sha256=1a68e1a4919e4a5403f0f2df424da69844482ebfa08014ef7b94c5d2c254c86f [Interface] Address = 10.102.248.214/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.39:38330 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260708-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf -rw------- 1 root root 364 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf sha256=46e902235310e935f7649b5a3ac6eb306356a011d6f2c004f5b805f8d2abd916 [Interface] Address = 10.103.56.214/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.100:39480 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260708-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf -rw------- 1 root root 362 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf sha256=c6404501de521fa0bd38384215f7e1c306fc809ea6b31f3137611c8cae2997f6 [Interface] Address = 10.103.120.171/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 132 S2 = 22 H1 = 1314107157 H2 = 894303025 H3 = 687987321 H4 = 1498765620 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 78.31.250.16:41729 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260708-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=3b5119270af8f6ab3756f90b93e631c044d393238eb57e917dc23da8bc5b0b0c [Interface] Address = 10.103.187.191/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260708-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=e3a6b01a014970381df44c41fb3e8f3de45823c6fb6351949fbb8989cf9342cc [Interface] Address = 10.104.58.109/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260708-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf -rw------- 1 root root 363 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf sha256=a79d44f0203a892cefd1d9340f757593b7a693e573ef4afd3c7dbf2f1d1eb14d [Interface] Address = 10.104.120.117/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.24:35090 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260708-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf sha256=af2cd82b6cb0781891428a9e28f089458cfcb284c0232dce0f75f4dab6e4a26c [Interface] Address = 10.107.43.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.175.93.59:31095 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260708-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf -rw------- 1 root root 364 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf sha256=125746587b830c1911ae767b8b8404f2cd2a4b17438c149cc5b055aa44be8d55 [Interface] Address = 10.107.108.112/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.174.226.51:44839 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260708-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=4b2d9d88ce8b1ee0142949e90bcd8726eb02a85241a1ef940bd9195cd26df2d8 [Interface] Address = 10.108.238.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260708-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 358 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=5d96a5bedb5f408ac5572bd9898968eaaa1bbc521066cb8cf82d596a137b3035 [Interface] Address = 10.81.111.97/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260708-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=0c5a9c49a3930e1f2e18f2d88dc004c417a0ac4dea1e1c83fb04895a45e30af7 [Interface] Address = 10.82.239.94/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260708-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf -rw------- 1 root root 358 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf sha256=d470fdc813e5fa1fcaf78bd64dfddef291dde2a988c95bcc04d51608f63acf8a [Interface] Address = 10.83.41.157/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.234:37492 PersistentKeepalive = 22 ### FILE /root/hmn/configs/awg1/20260708-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 362 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=973f983e6925d1caa03c26dd17929fc4e7671725427748554bfb6ad5150403cd [Interface] Address = 10.83.172.142/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260708-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=c309a6a6e5d0a7ad7d0849bd614e7bab2adee8831a2fe53f76d831686b882dc4 [Interface] Address = 10.83.235.104/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260708-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=624b607f68fce222e78cb1395c83fe7e4d4c8c8b69a708a32ae552450fdb2406 [Interface] Address = 10.86.108.200/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260708-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf sha256=4192faae854891402424175a9400af83246c10368a28e8b6e02cb40e599893f5 [Interface] Address = 10.86.172.73/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.232.39:40316 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260708-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=5b7284b8d91bff1021aa41b4b916836c6f88b788dcf4c1191136e5b6611b1f46 [Interface] Address = 10.87.170.125/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260708-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf sha256=c7f788666d008497eca442f0600cccdccbb364a01097e6d680349ab4f1a98a8a [Interface] Address = 10.89.174.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.126.45:32821 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260708-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=bf5da074cba3e96206887f4d625471f583c72b6e20b55a72c3479f1175ed32bf [Interface] Address = 10.90.235.244/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 24 ### FILE /root/hmn/configs/awg1/20260708-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf -rw------- 1 root root 361 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf sha256=ce33bf0e58f094bc964717cc9983c897924761b1ebc8c9eddd81e4f0d4270deb [Interface] Address = 10.91.43.12/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 143 H1 = 1943142100 H2 = 1154665998 H3 = 1159227869 H4 = 2081036883 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 23.158.72.87:45460 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260708-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 362 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=b74e477622437c5a8462c426119fb74927e0ae1265897ab3a4a31e913071b6ea [Interface] Address = 10.91.168.223/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 26 ### FILE /root/hmn/configs/awg1/20260708-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 362 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=06f3f3da0f254a8afd899ab5c5626b39414f51819f0f5e20a9ea4036b91a1b77 [Interface] Address = 10.91.233.132/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260708-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=b4c0112d174b333c76e2d2f3eeee490ea01c3fe9329f2a0a92255fe80520087a [Interface] Address = 10.92.173.35/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 28 ### FILE /root/hmn/configs/awg1/20260708-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf -rw------- 1 root root 361 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf sha256=20e07fbd21d8d9d45c33a2f8258313637eec8ea39b632a23d39e315fa0d67b34 [Interface] Address = 10.77.236.75/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 51 H1 = 144970534 H2 = 210374235 H3 = 1100727461 H4 = 1885204570 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 109.248.198.4:37129 PersistentKeepalive = 23 ### FILE /root/hmn/configs/awg1/20260708-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=b4dded13f87dd491cf535607b0aee1066344134abf214017c1f78c4ae7dc8b28 [Interface] Address = 10.124.237.218/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260708-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=295630e22470a5806bb23d6dcb5a3adafea6f7fa337ae18ce105d8e3c6f8c209 [Interface] Address = 10.95.47.73/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 25 ### FILE /root/hmn/configs/awg1/20260708-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf -rw------- 1 root root 361 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf sha256=008b4a0f46d313b40ae393dea39de685403d0e01ea9dfe9a0b3310488dcd3afe [Interface] Address = 10.65.43.208/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.40.104.201:36979 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260708-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf -rw------- 1 root root 357 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf sha256=75e0c28aa90be422a3515a0f5db12746fb7547c6aca80fdac357e4a6fbb21bb4 [Interface] Address = 10.66.44.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 49 H1 = 679240017 H2 = 1624207748 H3 = 139122664 H4 = 1720133880 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 77.67.8.84:43378 PersistentKeepalive = 27 ### FILE /root/hmn/configs/awg1/20260708-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=74ba55014ea874d2acdbdc699a948db0e4638087381ac0a66de266c5c02e775e [Interface] Address = 10.67.234.5/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 22 ### FILE /root/hmn/hmn-apply-selected.sh -rwxr-xr-x 1 root root 6765 Jun 1 14:32 /root/hmn/hmn-apply-selected.sh sha256=ea283561a4acf7a781dd0abfeaab39467fec3a4abb2d3769cb98f9ca75f4c93e #!/bin/ash set -eu MODE="${1:-dry-run}" SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" QUARANTINE="${HMN_QUARANTINE_FILE:-KEYMASK-awg1-latest.tsv}" PING_IP="${HMN_STANDBY_PING_IP:-9.9.9.9}" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" case "$MODE" in dry-run|standby-only) ;; *) echo "ERROR: mode must be dry-run or standby-only" echo "Usage:" echo " /root/hmn/hmn-apply-selected.sh dry-run" echo " /root/hmn/hmn-apply-selected.sh standby-only" exit 1 ;; esac if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" if [ -z "$BEST_ENDPOINT" ] || [ -z "$BEST_CONFIG" ] || [ -z "$SECOND_ENDPOINT" ] || [ -z "$SECOND_CONFIG" ]; then echo "ERROR: selected file does not contain two candidates:" echo " $SELECTED" cat "$SELECTED" exit 1 fi if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then DESIRED_FILE="$SECOND_FILE" DESIRED_ENDPOINT="$SECOND_ENDPOINT" DESIRED_AVG="$SECOND_AVG" DESIRED_CONFIG="$SECOND_CONFIG" REASON="active_has_best_use_second_as_standby" elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_has_second_use_best_as_standby" else DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_not_in_selected_use_best_as_standby" fi if [ ! -f "$DESIRED_CONFIG" ]; then echo "ERROR: desired standby config not found:" echo " $DESIRED_CONFIG" exit 1 fi NEED_LOAD=0 if [ "$STANDBY_ENDPOINT" != "$DESIRED_ENDPOINT" ]; then NEED_LOAD=1 fi echo "Mode:" echo " $MODE" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " active config: $ACTIVE_CONFIG" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo " standby config: $STANDBY_CONFIG" echo echo "Selected:" echo " best: $BEST_ENDPOINT | avg=$BEST_AVG | $BEST_FILE" echo " second: $SECOND_ENDPOINT | avg=$SECOND_AVG | $SECOND_FILE" echo echo "Desired standby:" echo " slot: $STANDBY" echo " endpoint: $DESIRED_ENDPOINT" echo " avg: $DESIRED_AVG" echo " file: $DESIRED_FILE" echo " config: $DESIRED_CONFIG" echo " reason: $REASON" echo if [ "$NEED_LOAD" -eq 1 ]; then echo "Plan:" echo " load desired config into inactive slot $STANDBY" echo " bring $STANDBY up" echo " test ping through $STANDBY" echo " if OK: keep active untouched and shut standby back down" echo " if FAIL: quarantine desired endpoint for current batch and rerank" else echo "Plan:" echo " standby already has desired endpoint" echo " in standby-only mode: verify standby by bringing it up temporarily" fi echo if [ "$MODE" = "dry-run" ]; then echo "Dry-run only. No changes were made." exit 0 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi MAINT_WAS_PRESENT=0 if [ -e "$MAINTENANCE_FILE" ]; then MAINT_WAS_PRESENT=1 fi cleanup() { ip route del "$PING_IP/32" dev "$STANDBY" 2>/dev/null || true ifdown "$STANDBY" 2>/dev/null || true if [ "$MAINT_WAS_PRESENT" -eq 0 ]; then rm -f "$MAINTENANCE_FILE" fi rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$CRON_WAS_RUNNING" -eq 1 ]; then /etc/init.d/cron start >/dev/null 2>&1 || true fi } add_quarantine() { mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache if [ ! -f "$QUARANTINE" ]; then printf 'endpoint\tfile\treason\tadded_at\n' > "$QUARANTINE" fi if awk -F '\t' -v ep="$DESIRED_ENDPOINT" -v f="$DESIRED_FILE" ' NR > 1 && ($1 == ep || $2 == f) { found=1 } END { exit found ? 0 : 1 } ' "$QUARANTINE"; then echo "Quarantine already contains this endpoint/file." else ADDED_AT="$(date -Iseconds 2>/dev/null || date)" printf '%s\t%s\t%s\t%s\n' \ "$DESIRED_ENDPOINT" \ "$DESIRED_FILE" \ "standby_apply_failed_current_batch" \ "$ADDED_AT" >> "$QUARANTINE" chmod 600 "$QUARANTINE" echo "Added to quarantine:" echo " $DESIRED_ENDPOINT | $DESIRED_FILE" fi } trap cleanup EXIT INT TERM echo "Freezing automation while applying standby..." /etc/init.d/cron stop >/dev/null 2>&1 || true touch "$MAINTENANCE_FILE" rm -f /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$NEED_LOAD" -eq 1 ]; then echo echo "Loading desired config into standby slot..." /root/hmn/hmn-load-vpn-slot.sh "$STANDBY" "$DESIRED_CONFIG" else echo echo "No load needed; standby already points to desired endpoint." fi echo echo "Bringing standby up for verification..." ifup "$STANDBY" sleep 12 echo echo "Standby tunnel state:" /usr/bin/amneziawg show "$STANDBY" 2>/dev/null || true echo echo "Temporary route for standby ping:" ip route replace "$PING_IP/32" dev "$STANDBY" ip route get "$PING_IP" echo echo "Ping through standby:" if ping -4 -c 5 -W 2 -I "$STANDBY" "$PING_IP"; then echo echo "Standby verification OK." else echo echo "ERROR: standby verification failed." add_quarantine echo echo "Reranking after quarantine..." /root/hmn/hmn-rank-awg.sh || true exit 2 fi echo echo "Active slot was not changed:" cat /root/hmn/state/active-slot ip route show table 200 echo echo "Done. Cleanup will shut standby down and restore automation." ### FILE /root/hmn/hmn-clean-old-files.sh -rwxr-xr-x 1 root root 541 Jul 1 08:22 /root/hmn/hmn-clean-old-files.sh sha256=99f5516984da93c1e08d693d2425b728f8ef7262215271fc9df7c88381486b6a #!/bin/sh find /root/hmn/backups -type f -name 'network-before-vpn_test-*' -mtime +7 -exec rm -f {} \; 2>/dev/null find /root/hmn/logs -type f \( \ -name 'validate-current-pool-*.log' -o \ -name 'refresh-pool-safe-*.log' -o \ -name 'hmn-refresh-awg-*.report.txt' -o \ -name 'hmn-refresh-awg-*.log' \ \) -mtime +14 -exec rm -f {} \; 2>/dev/null find /root/hmn/cache -type f -name '*.before-*' -mtime +14 -exec rm -f {} \; 2>/dev/null find /root/hmn/state -type f -name '*.before-*' -mtime +14 -exec rm -f {} \; 2>/dev/null exit 0 ### FILE /root/hmn/hmn-code-test.sh -rwxr-xr-x 1 root root 1525 Jun 1 10:04 /root/hmn/hmn-code-test.sh sha256=3515205270211206a9f3a34bc5c62d94a9f14a54ad712d6fa7e9c7d50db1370a #!/bin/ash set -eu ENV_FILE="/root/hmn/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой." exit 1 fi ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ "${HMN_REQUEST_IFACE:-auto}" != "auto" ]; then ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface в table 200." ip route show table 200 exit 1 fi echo "HMN env loaded OK." echo "AWG param: ${HMN_AWG_PARAM:-unknown}" echo "Request interface: $ACTIVE" echo "Access code: loaded, hidden" echo echo "Проверяю HideMyName serverlist API..." TMP="/tmp/hmn-serverlist-test.$$" curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$HMN_SERVERLIST_URL" \ -o "$TMP" if grep -q '"services"' "$TMP" && grep -q '"wg"' "$TMP"; then echo "OK: serverlist получен, services.wg найден." else echo "ERROR: ответ не похож на нормальный serverlist." echo head -c 1000 "$TMP" echo rm -f "$TMP" exit 1 fi rm -f "$TMP" echo "Тест завершён." ### FILE /root/hmn/hmn-download-all-awg.sh -rwxr-xr-x 1 root root 8926 Jun 1 13:58 /root/hmn/hmn-download-all-awg.sh sha256=c20d8ff7feead493f2524c6da3c921bbf62cbdfb503a11a8ea75e4d15144e18f #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" echo "3/4 Скачиваю конфиги для всех WG-кандидатов..." echo N=0 OK=0 FAIL=0 while IFS="$(printf '\t')" read -r SERVER_ID COUNTRY_CODE SERVER_NAME WG_IP WG_PORT; do N=$((N + 1)) EXPECTED_ENDPOINT="${WG_IP}:${WG_PORT}" SAFE_NAME="$(printf '%03d-%s-%s-%s' "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" \ | tr ' /,' '---' \ | tr -cd 'A-Za-z0-9_.-' \ | sed 's/--*/-/g')" TMP_CONFIG="$RUN_DIR/tmp-${SAFE_NAME}.conf" CONFIG_FILE="$CONFIG_DIR/${SAFE_NAME}-awg${AWG_PARAM}.conf" echo "[$N/$TOTAL] $COUNTRY_CODE | $SERVER_NAME | $EXPECTED_ENDPOINT" if curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 8 --max-time 35 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data-urlencode "server=$WG_IP" \ --data "awg=$AWG_PARAM" \ "$CONFIG_URL" \ -o "$TMP_CONFIG"; then if grep -q '^\[Interface\]' "$TMP_CONFIG" && grep -q '^\[Peer\]' "$TMP_CONFIG"; then ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" ADDRESS="$(awk -F'= *' '/^Address[[:space:]]*=/{print $2; exit}' "$TMP_CONFIG")" if [ "$ENDPOINT" = "$EXPECTED_ENDPOINT" ]; then MATCH="yes" else MATCH="NO_expected_${EXPECTED_ENDPOINT}" fi mv "$TMP_CONFIG" "$CONFIG_FILE" chmod 600 "$CONFIG_FILE" printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ "$ENDPOINT" "$MATCH" "$ADDRESS" "$CONFIG_FILE" \ >> "$WORKING_FILE" OK=$((OK + 1)) echo " OK -> $ENDPOINT | address=$ADDRESS | match=$MATCH" else REASON="$(head -n 1 "$TMP_CONFIG" | tr '\t' ' ' | cut -c1-180)" rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" "$REASON" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: $REASON" fi else rm -f "$TMP_CONFIG" printf "%s\t%s\t%s\t%s\t%s\tcurl_failed\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$FAIL_FILE" FAIL=$((FAIL + 1)) echo " FAIL: curl_failed" fi echo sleep 1 done < "$CANDIDATES_FILE" rm -f "$RUN_DIR"/tmp-*.conf 2>/dev/null || true rm -f "$LATEST_DIR" ln -s "$CONFIG_DIR" "$LATEST_DIR" cp "$WORKING_FILE" "$BASE/cache/working-awg${AWG_PARAM}-latest.tsv" cp "$FAIL_FILE" "$BASE/cache/fail-awg${AWG_PARAM}-latest.tsv" cp "$CANDIDATES_FILE" "$BASE/cache/wg-candidates-latest.tsv" chmod 600 "$BASE/cache/"*.tsv 2>/dev/null || true # Successful new config batch => reset temporary quarantine for this AWG batch. # If the download fails before this point, old latest/quarantine stay untouched. QUARANTINE_LATEST="$BASE/cache/quarantine-awg${AWG_PARAM}-latest.tsv" if [ -f "$QUARANTINE_LATEST" ]; then cp "$QUARANTINE_LATEST" "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true chmod 600 "$RUN_DIR/quarantine-before-reset-awg${AWG_PARAM}.tsv" 2>/dev/null || true fi { printf "endpoint\tfile\treason\tadded_at\n" } > "$QUARANTINE_LATEST" ### FILE /root/hmn/hmn-load-egress-slot.sh -rwx------ 1 root root 4331 Jul 8 10:33 /root/hmn/hmn-load-egress-slot.sh sha256=26168d15e99c72d445c640171252953617877c7b747fd9146c1d39b78b567532 #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-dry-run}" case "$SLOT" in vpn1|vpn2|vpn3|vpn4|vpn5) ;; *) echo "ERROR: slot must be vpn1..vpn5" >&2 echo "Usage:" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf dry-run" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load-up" >&2 exit 1 ;; esac case "$ACTION" in dry-run|load|load-up) ;; *) echo "ERROR: action must be dry-run, load, or load-up" >&2 exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: config not found: $CONF" >&2 exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: config parse failed" >&2 echo "CONF=$CONF" >&2 echo "Address=$ADDRESS" >&2 echo "Endpoint=$ENDPOINT" >&2 exit 1 fi echo "HMN generic egress slot loader" echo "slot=$SLOT" echo "config=$CONF" echo "endpoint=$ENDPOINT" echo "address=$ADDRESS" echo "action=$ACTION" if [ "$ACTION" = "dry-run" ]; then echo "DRY_RUN=YES" echo "No changes applied." exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-egress-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup: $BACKUP" ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='interface' uci set network."$SLOT".proto='amneziawg' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='0' uci set network."$SLOT".disabled='0' uci set network."$SLOT".delegate='0' uci set network."$SLOT".peerdns='0' uci set network."$SLOT".defaultroute='0' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network."$SLOT".hmn_role='egress_pool_slot' uci set network."$SLOT".hmn_source_config="$CONF" uci set network."$SLOT".hmn_loaded_at="$(date -Iseconds)" uci set network."$SLOT".hmn_endpoint="$ENDPOINT" uci commit network echo "Loaded slot $SLOT." echo "Slot remains down unless action=load-up." if [ "$ACTION" = "load-up" ]; then echo "Bringing $SLOT up..." ifup "$SLOT" sleep 10 /usr/bin/amneziawg show "$SLOT" 2>/dev/null || true fi ### FILE /root/hmn/hmn-load-vpn-slot.sh -rwxr-xr-x 1 root root 5125 Jun 3 16:20 /root/hmn/hmn-load-vpn-slot.sh sha256=f6171e7f682e5dc422a9e56c449b7413ea9225c23adef7b07d0802ed8bf93872 #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-}" case "$SLOT" in vpn1|vpn2) ;; *) echo "ERROR: slot должен быть vpn1 или vpn2" echo "Использование:" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf up" exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден config:" echo " $CONF" exit 1 fi ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ "$SLOT" = "$ACTIVE" ] && [ "${HMN_ALLOW_ACTIVE_RELOAD:-0}" != "1" ]; then echo "ERROR: refusing to reload active slot: $SLOT" echo "Current table 200 active slot: $ACTIVE" echo echo "Для blue/green сначала грузи конфиг в неактивный слот." echo "Если очень надо принудительно:" echo " HMN_ALLOW_ACTIVE_RELOAD=1 /root/hmn/hmn-load-vpn-slot.sh $SLOT $CONF" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading into slot:" echo " slot: $SLOT" echo " config: $CONF" echo " endpoint: $ENDPOINT" echo " address: $ADDRESS" echo " active table 200 before load: ${ACTIVE:-none}" echo ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='interface' uci set network."$SLOT".proto='amneziawg' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='0' uci set network."$SLOT".disabled='0' uci set network."$SLOT".delegate='0' uci set network."$SLOT".peerdns='0' uci set network."$SLOT".defaultroute='0' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network."$SLOT".hmn_role='active_spare_slot' uci set network."$SLOT".hmn_source_config="$CONF" uci set network."$SLOT".hmn_loaded_at="$(date -Iseconds)" uci set network."$SLOT".hmn_endpoint="$ENDPOINT" uci commit network echo "Loaded. Slot is still down unless ACTION=up." echo uci show network."$SLOT" | sed "s/private_key=MASKED echo uci show network | grep -E "=amneziawg_${SLOT}|@amneziawg_${SLOT}.*description|@amneziawg_${SLOT}.*allowed_ips|@amneziawg_${SLOT}.*route_allowed_ips|@amneziawg_${SLOT}.*endpoint_host|@amneziawg_${SLOT}.*endpoint_port|@amneziawg_${SLOT}.*persistent_keepalive" echo echo "table 200 after load:" ip route show table 200 if [ "$ACTION" = "up" ]; then echo echo "Bringing $SLOT up..." ifup "$SLOT" sleep 10 /usr/bin/amneziawg show "$SLOT" 2>/dev/null || true fi ### FILE /root/hmn/hmn-load-vpn-test.sh -rwxr-xr-x 1 root root 4949 Jun 3 16:20 /root/hmn/hmn-load-vpn-test.sh sha256=7407dea5a482e3b872a9d580ab54de238cb33b5331107eca59105fe3eb52c62a #!/bin/ash set -eu CONF="${1:-}" ACTION="${2:-}" if [ -z "$CONF" ]; then CONF="$(ls -t KEYMASK*.conf 2>/dev/null | head -n 1 || true)" fi if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден .conf" echo echo "Использование:" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf up" echo echo "Или без аргумента — возьмёт первый файл из:" echo " KEYMASK" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-vpn_test-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading config into vpn_test:" echo " $CONF" echo echo "Parsed:" echo " Address: $ADDRESS" echo " Endpoint: $ENDPOINT" echo " DNS: ${DNS:-none}" echo " AWG: Jc=$JC Jmin=$JMIN Jmax=$JMAX S1=$S1 S2=$S2" echo ifdown vpn_test 2>/dev/null || true uci -q delete network.vpn_test while :; do SEC="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_test\[[0-9][0-9]*\]\)=amneziawg_vpn_test$/\1/p' | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network.vpn_test='interface' uci set network.vpn_test.proto='amneziawg' uci set network.vpn_test.private_key=MASKED uci set network.vpn_test.awg_jc="$JC" uci set network.vpn_test.awg_jmin="$JMIN" uci set network.vpn_test.awg_jmax="$JMAX" uci set network.vpn_test.awg_s1="$S1" uci set network.vpn_test.awg_s2="$S2" uci set network.vpn_test.awg_h1="$H1" uci set network.vpn_test.awg_h2="$H2" uci set network.vpn_test.awg_h3="$H3" uci set network.vpn_test.awg_h4="$H4" uci set network.vpn_test.auto='0' uci set network.vpn_test.disabled='0' uci set network.vpn_test.delegate='0' uci set network.vpn_test.peerdns='0' uci set network.vpn_test.defaultroute='0' uci add_list network.vpn_test.addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network.vpn_test.dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network amneziawg_vpn_test)" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network.vpn_test.hmn_role='test_slot' uci set network.vpn_test.hmn_source_config="$CONF" uci set network.vpn_test.hmn_loaded_at="$(date -Iseconds)" uci set network.vpn_test.hmn_endpoint="$ENDPOINT" uci commit network /etc/init.d/network reload echo echo "vpn_test loaded." echo uci show network.vpn_test echo uci show network | grep -E '=amneziawg_vpn_test|@amneziawg_vpn_test.*public_key|@amneziawg_vpn_test.*allowed_ips|@amneziawg_vpn_test.*route_allowed_ips|@amneziawg_vpn_test.*endpoint_host|@amneziawg_vpn_test.*endpoint_port|@amneziawg_vpn_test.*persistent_keepalive' echo echo "Current table 200:" ip route show table 200 echo if [ "$ACTION" = "up" ]; then echo "Bringing vpn_test up..." ifup vpn_test sleep 5 echo echo "Link:" ip link show vpn_test 2>/dev/null || true echo echo "AWG/WG show:" awg show vpn_test 2>/dev/null || wg show vpn_test 2>/dev/null || true echo echo "Table 200 after ifup:" ip route show table 200 else echo "Не поднимал интерфейс." echo "Чтобы поднять:" echo " ifup vpn_test" fi ### FILE /root/hmn/hmn-load-vpn-user.sh -rwxr-xr-x 1 root root 7032 Jul 6 14:24 /root/hmn/hmn-load-vpn-user.sh sha256=aaa86624aa5d4ea969053dc42ea386602bd4a0deddef8c13352205161e57f82f #!/bin/ash set -eu CONF="${1:-}" ACTION="${2:-}" if [ -z "$CONF" ]; then CONF="$(ls -t KEYMASK*.conf 2>/dev/null | head -n 1 || true)" fi if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден .conf" echo echo "Использование:" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf up" echo echo "Или без аргумента — возьмёт первый файл из:" echo " KEYMASK" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" # HMN_DUPLICATE_ACTIVE_SLOT_GUARD_V1 # Do not load the same AWG endpoint/config into vpn_user if it is already present # in managed egress slots. Running the same remote tunnel twice on different # interfaces can break routing/handshake behavior. check_duplicate_active_slots() { TARGET_EP="${ENDPOINT_HOST}:${ENDPOINT_PORT}" TARGET_CONF_BASE="$(basename "${CONF:-}" 2>/dev/null || echo "")" for SLOT in vpn1 vpn2 vpn3 vpn4; do [ "$SLOT" = "vpn_user" ] && continue # Compare by interface metadata if present. SLOT_SRC="$(uci -q get network.${SLOT}.hmn_source_config || true)" if [ -n "$TARGET_CONF_BASE" ] && [ -n "$SLOT_SRC" ]; then SLOT_SRC_BASE="$(basename "$SLOT_SRC" 2>/dev/null || echo "")" if [ "$TARGET_CONF_BASE" = "$SLOT_SRC_BASE" ]; then echo "ERROR: selected config already loaded in $SLOT: $TARGET_CONF_BASE" exit 1 fi fi # Compare by peer endpoint in amneziawg slot section. SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" if [ -n "$SEC" ]; then EH="$(uci -q get ${SEC}.endpoint_host || true)" EP="$(uci -q get ${SEC}.endpoint_port || true)" if [ -n "$EH" ] && [ -n "$EP" ] && [ "$TARGET_EP" = "$EH:$EP" ]; then echo "ERROR: selected endpoint already loaded in $SLOT: $TARGET_EP" exit 1 fi fi done } check_duplicate_active_slots BACKUP="KEYMASK-before-vpn_user-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading config into vpn_user:" echo " $CONF" echo echo "Parsed:" echo " Address: $ADDRESS" echo " Endpoint: $ENDPOINT" echo " DNS: ${DNS:-none}" echo " AWG: Jc=$JC Jmin=$JMIN Jmax=$JMAX S1=$S1 S2=$S2" echo ifdown vpn_user 2>/dev/null || true uci -q delete network.vpn_user 2>/dev/null || true while :; do SEC="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_user\[[0-9][0-9]*\]\)=amneziawg_vpn_user$/\1/p' | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network.vpn_user='interface' uci set network.vpn_user.proto='amneziawg' uci set network.vpn_user.private_key=MASKED uci set network.vpn_user.awg_jc="$JC" uci set network.vpn_user.awg_jmin="$JMIN" uci set network.vpn_user.awg_jmax="$JMAX" uci set network.vpn_user.awg_s1="$S1" uci set network.vpn_user.awg_s2="$S2" uci set network.vpn_user.awg_h1="$H1" uci set network.vpn_user.awg_h2="$H2" uci set network.vpn_user.awg_h3="$H3" uci set network.vpn_user.awg_h4="$H4" uci set network.vpn_user.auto='0' uci set network.vpn_user.disabled='0' uci set network.vpn_user.delegate='0' uci set network.vpn_user.peerdns='0' uci set network.vpn_user.defaultroute='0' uci add_list network.vpn_user.addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network.vpn_user.dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network amneziawg_vpn_user)" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network.vpn_user.hmn_role='user_select_slot' uci set network.vpn_user.hmn_source_config="$CONF" uci set network.vpn_user.hmn_loaded_at="$(date -Iseconds)" uci set network.vpn_user.hmn_endpoint="$ENDPOINT" uci commit network /etc/init.d/network reload echo echo "vpn_user loaded." echo echo "vpn_user summary:" echo " proto=$(uci -q get network.vpn_user.proto || true)" echo " address=$(uci -q get network.vpn_user.addresses || true)" echo " dns=$(uci -q get network.vpn_user.dns || true)" echo " source_config=$(uci -q get network.vpn_user.hmn_source_config || true)" echo " endpoint=$(uci -q get network.vpn_user.hmn_endpoint || true)" PEER_SUM="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_user\[[0-9][0-9]*\]\)=amneziawg_vpn_user$/\1/p' | head -n 1)" if [ -n "$PEER_SUM" ]; then echo " peer_section=$PEER_SUM" echo " allowed_ips=$(uci -q get ${PEER_SUM}.allowed_ips || true)" echo " route_allowed_ips=$(uci -q get ${PEER_SUM}.route_allowed_ips || true)" echo " persistent_keepalive=$(uci -q get ${PEER_SUM}.persistent_keepalive || true)" echo " peer_endpoint=$(uci -q get ${PEER_SUM}.endpoint_host || true):$(uci -q get ${PEER_SUM}.endpoint_port || true)" fi echo echo "Current table 200:" ip route show table 200 echo if [ "$ACTION" = "up" ]; then echo "Bringing vpn_user up..." ifup vpn_user sleep 5 echo echo "Link:" ip link show vpn_user 2>/dev/null || true echo echo "AWG/WG show: hidden in normal output; use explicit admin diagnostics if needed" echo echo "Table 200 after ifup:" ip route show table 200 else echo "Не поднимал интерфейс." echo "Чтобы поднять:" echo " ifup vpn_user" fi ### FILE /root/hmn/hmn-plan-selected.sh -rwxr-xr-x 1 root root 3181 Jun 1 15:12 /root/hmn/hmn-plan-selected.sh sha256=f7cf94b41f53f52a74b1c84f20e5119d91edff92d4587228e7ea41bb1a932b96 #!/bin/ash set -eu SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active slot already has best candidate." echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Active slot already has best candidate." echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot has second candidate." echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." else echo " Active slot has second candidate." echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi else echo " Active endpoint is not in top two selected candidates." if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." elif [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot has second candidate, but best candidate is available." echo " Action: load best candidate into standby, then test:" echo " load $BEST_CONFIG into $STANDBY" else echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi fi echo echo "No changes were made." ### FILE /root/hmn/hmn-plan-selected.sh.before-active-not-top2-fix-20260601-151230 -rwxr-xr-x 1 root root 2908 Jun 1 14:00 /root/hmn/hmn-plan-selected.sh.before-active-not-top2-fix-20260601-151230 sha256=ae8cb9b3ff62deb73e30a4ab2734a2a7898812b6bfe756fdf505ebba0776e510 #!/bin/ash set -eu SELECTED="${1:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_SLOT="$(awk -F '\t' 'NR==2 {print $1}' "$SELECTED")" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_SLOT="$(awk -F '\t' 'NR==3 {print $1}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot already has best candidate." if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ] && [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active has second candidate, standby has best candidate." echo " Action: no config load needed." echo " Optional: switch active to standby only after live test/policy decision." elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active has second candidate." echo " Standby should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." else echo " Active endpoint is not in top two selected candidates." echo " Safest action: load best candidate into standby, test it, then decide switch manually." echo " load $BEST_CONFIG into $STANDBY" fi echo echo "No changes were made." ### FILE /root/hmn/hmn-pool-low-watermark-check.sh -rwxr-xr-x 1 root root 6149 Jun 3 16:20 /root/hmn/hmn-pool-low-watermark-check.sh sha256=033a50ebb64fad8db3fb813a6d3990affad4d6b14b163c1d4c946fd1be84e074 #!/bin/ash set -u BASE="/root/hmn" STATE="$BASE/state" CACHE="$BASE/cache" LOGDIR="$BASE/logs" STRICT="${STRICT:-$CACHE/ok-awg1-strict-foreign-latest.tsv}" LOW_PERCENT="${LOW_PERCENT:-20}" MIN_AVAILABLE="${MIN_AVAILABLE:-2}" REFRESH="$BASE/hmn-refresh-pool-safe.sh" REFRESH_LOCK="/tmp/hmn-refresh-pool-safe.lock" MANAGER_LOCK="/tmp/vpn-egress-manager.lock" CHECK_LOCK="/tmp/hmn-pool-low-watermark-check.lock" MAINT="/tmp/hmn-vpn-maintenance" MANAGER_WAIT_MAX="${MANAGER_WAIT_MAX:-180}" MANAGER_WAIT_STEP="${MANAGER_WAIT_STEP:-3}" MODE="${1:-dry-run}" TS="$(date +%Y%m%d-%H%M%S)" LOG="$LOGDIR/low-watermark-last.log" RCFILE="/tmp/hmn-low-watermark.rc.$$" mkdir -p "$STATE" "$CACHE" "$LOGDIR" say() { echo "$(date -Iseconds) $*" } run_body() { echo "=== hmn-pool-low-watermark-check ===" echo "mode=$MODE" echo "strict=$STRICT" echo "low_percent=$LOW_PERCENT" echo "min_available=$MIN_AVAILABLE" echo "manager_wait_max=$MANAGER_WAIT_MAX" echo "manager_wait_step=$MANAGER_WAIT_STEP" case "$MODE" in dry-run|run) ;; *) echo "ERROR: allowed modes: dry-run | run" return 64 ;; esac if ! mkdir "$CHECK_LOCK" 2>/dev/null; then say "another low-watermark checker is already running: $CHECK_LOCK" echo "decision=SKIP_CHECK_ALREADY_RUNNING" return 0 fi trap 'rmdir "$CHECK_LOCK" 2>/dev/null || true' EXIT INT TERM if [ ! -s "$STRICT" ]; then echo "ERROR: strict foreign table missing/empty: $STRICT" echo "decision=ERROR_NO_STRICT_TABLE" return 1 fi TMP_EPS="/tmp/hmn-lowwater-eps.$$" TMP_BAD="/tmp/hmn-lowwater-bad.$$" awk -F '\t' 'NR > 1 && $3 != "" { print $3 }' "$STRICT" > "$TMP_EPS" TOTAL="$(wc -l < "$TMP_EPS" | tr -d ' ')" BAD_FILE="$STATE/bad-endpoints-$(date +%Y%m%d).txt" if [ -s "$BAD_FILE" ]; then awk '{print $1}' "$BAD_FILE" > "$TMP_BAD" else : > "$TMP_BAD" fi VPN1_EP="$(uci -q get network.vpn1.hmn_endpoint || true)" VPN2_EP="$(uci -q get network.vpn2.hmn_endpoint || true)" ACTIVE_SLOT="$(cat "$STATE/active-slot" 2>/dev/null || true)" AVAILABLE=0 USED=0 BAD_IN_TABLE=0 while read -r EP; do [ -n "$EP" ] || continue IS_USED=0 IS_BAD=0 if [ "$EP" = "$VPN1_EP" ] || [ "$EP" = "$VPN2_EP" ]; then IS_USED=1 fi if grep -qxF "$EP" "$TMP_BAD" 2>/dev/null; then IS_BAD=1 fi if [ "$IS_USED" -eq 1 ]; then USED=$((USED + 1)) elif [ "$IS_BAD" -eq 1 ]; then BAD_IN_TABLE=$((BAD_IN_TABLE + 1)) else AVAILABLE=$((AVAILABLE + 1)) fi done < "$TMP_EPS" rm -f "$TMP_EPS" "$TMP_BAD" if [ "$TOTAL" -le 0 ]; then echo "ERROR: no endpoints in strict foreign table" echo "decision=ERROR_EMPTY_STRICT_TABLE" return 1 fi THRESHOLD=$(( (TOTAL * LOW_PERCENT + 99) / 100 )) if [ "$THRESHOLD" -lt "$MIN_AVAILABLE" ]; then THRESHOLD="$MIN_AVAILABLE" fi echo echo "=== pool numbers ===" echo "foreign_total=$TOTAL" echo "vpn1_ep=$VPN1_EP" echo "vpn2_ep=$VPN2_EP" echo "active_slot=$ACTIVE_SLOT" echo "used_by_slots=$USED" echo "bad_in_table=$BAD_IN_TABLE" echo "available=$AVAILABLE" echo "threshold=$THRESHOLD" { echo "checked_at=$(date -Iseconds)" echo "foreign_total=$TOTAL" echo "used_by_slots=$USED" echo "bad_in_table=$BAD_IN_TABLE" echo "available=$AVAILABLE" echo "threshold=$THRESHOLD" echo "active_slot=$ACTIVE_SLOT" } > "$STATE/last-low-watermark-check" echo echo "=== initial overlap guards ===" [ -d "$REFRESH_LOCK" ] && REFRESH_LOCK_PRESENT=1 || REFRESH_LOCK_PRESENT=0 [ -e "$MAINT" ] && MAINT_PRESENT=1 || MAINT_PRESENT=0 [ -d "$MANAGER_LOCK" ] && MANAGER_LOCK_PRESENT=1 || MANAGER_LOCK_PRESENT=0 echo "refresh_lock_present=$REFRESH_LOCK_PRESENT" echo "maintenance_present=$MAINT_PRESENT" echo "manager_lock_present=$MANAGER_LOCK_PRESENT" echo echo "=== decision ===" if [ "$AVAILABLE" -gt "$THRESHOLD" ]; then echo "decision=ENOUGH_CANDIDATES" echo "action=none" echo "ENOUGH_CANDIDATES" > "$STATE/last-low-watermark-decision" return 0 fi echo "decision=LOW_WATERMARK" echo "LOW_WATERMARK" > "$STATE/last-low-watermark-decision" if [ "$MODE" = "dry-run" ]; then echo "action=dry-run-would-refresh-after-safe-window" return 0 fi if [ "$REFRESH_LOCK_PRESENT" -eq 1 ] || [ "$MAINT_PRESENT" -eq 1 ]; then echo "action=skip-refresh-or-validation-already-running" echo "SKIP_REFRESH_RUNNING" > "$STATE/last-low-watermark-decision" return 0 fi echo echo "=== wait for manager window ===" WAITED=0 while [ -d "$MANAGER_LOCK" ] && [ "$WAITED" -lt "$MANAGER_WAIT_MAX" ]; do echo "manager lock present; waited=${WAITED}s; sleeping ${MANAGER_WAIT_STEP}s" sleep "$MANAGER_WAIT_STEP" WAITED=$((WAITED + MANAGER_WAIT_STEP)) done if [ -d "$MANAGER_LOCK" ]; then echo "action=skip-manager-lock-still-present-after-${WAITED}s" echo "SKIP_MANAGER_LOCK_TIMEOUT" > "$STATE/last-low-watermark-decision" return 0 fi echo "manager window ok after ${WAITED}s" echo echo "=== final overlap guards before refresh ===" if [ -d "$REFRESH_LOCK" ] || [ -e "$MAINT" ]; then echo "action=skip-refresh-or-validation-started-while-waiting" echo "SKIP_REFRESH_STARTED_WHILE_WAITING" > "$STATE/last-low-watermark-decision" return 0 fi if [ ! -x "$REFRESH" ]; then echo "ERROR: refresh wrapper missing/not executable: $REFRESH" echo "ERROR_NO_REFRESH_WRAPPER" > "$STATE/last-low-watermark-decision" return 1 fi echo "action=run-refresh: $REFRESH fresh-download" date -Iseconds > "$STATE/last-low-watermark-refresh-started-at" "$REFRESH" fresh-download RC="$?" echo "$RC" > "$STATE/last-low-watermark-refresh-rc" date -Iseconds > "$STATE/last-low-watermark-refresh-finished-at" echo "refresh_rc=$RC" if [ "$RC" -eq 0 ]; then echo "REFRESH_OK" > "$STATE/last-low-watermark-decision" else echo "REFRESH_FAILED" > "$STATE/last-low-watermark-decision" fi return "$RC" } ( run_body echo "$?" > "$RCFILE" ) 2>&1 | tee "$LOG" RC="$(cat "$RCFILE" 2>/dev/null || echo 99)" rm -f "$RCFILE" exit "$RC" ### FILE /root/hmn/hmn-rank-awg.sh -rwxr-xr-x 1 root root 3169 Jun 1 13:55 /root/hmn/hmn-rank-awg.sh sha256=7bf985300ce45a1003cfcaa1cf08d14de0751b39ff28ca2bf3f46713043faeec #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" QUARANTINE="${HMN_RANK_QUARANTINE:-KEYMASK-awg1-latest.tsv}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Временно плохие туннели текущего набора исключаются через QUARANTINE, # а не через вечный blacklist. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi if [ ! -f "$QUARANTINE" ]; then QUARANTINE="/dev/null" fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo " quarantine: $QUARANTINE" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" -v qfile="$QUARANTINE" ' FILENAME == qfile { if (FNR == 1) next if ($1 != "") q_endpoint[$1] = 1 if ($2 != "") q_file[$2] = 1 next } FILENAME != qfile && FNR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex && !($3 in q_endpoint) && !($2 in q_file) { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$QUARANTINE" "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $CFG_PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### FILE /root/hmn/hmn-refill-slot.sh -rwxr-xr-x 1 root root 6084 Jun 3 16:20 /root/hmn/hmn-refill-slot.sh sha256=992b8075c9a5acbcd5c0f98feb03650acc7a211f9cc19afb9fd82ffc529bb053 #!/bin/ash set -u BASE="/root/hmn" TABLE="${TABLE:-$BASE/cache/ok-awg1-strict-foreign-latest.tsv}" SELECTED="${SELECTED:-$BASE/cache/selected-awg1-latest.tsv}" LOADER="${LOADER:-$BASE/hmn-load-vpn-slot.sh}" PING_COUNT="${PING_COUNT:-5}" DRY_RUN="${DRY_RUN:-0}" SLOT="${1:-}" ACTIVE_SLOT="${2:-}" if [ -z "$SLOT" ] || [ -z "$ACTIVE_SLOT" ]; then echo "Usage: $0 " >&2 echo "Example: DRY_RUN=1 $0 vpn1 vpn2" >&2 exit 2 fi [ "$SLOT" = "vpn1" ] || [ "$SLOT" = "vpn2" ] || { echo "ERROR: slot must be vpn1 or vpn2" >&2 exit 2 } [ "$ACTIVE_SLOT" = "vpn1" ] || [ "$ACTIVE_SLOT" = "vpn2" ] || { echo "ERROR: active slot must be vpn1 or vpn2" >&2 exit 2 } [ -s "$TABLE" ] || { echo "ERROR: OK table missing: $TABLE" >&2 exit 1 } [ -x "$LOADER" ] || { echo "ERROR: loader missing/not executable: $LOADER" >&2 exit 1 } today_bad_file() { date +"/root/hmn/state/bad-endpoints-%Y%m%d.txt" } get_slot_ep() { S="$1" H="$(uci -q get network.@amneziawg_${S}[0].endpoint_host || true)" P="$(uci -q get network.@amneziawg_${S}[0].endpoint_port || true)" [ -n "$H" ] && [ -n "$P" ] && echo "$H:$P" } mark_bad_ep() { EP="$1" REASON="${2:-failed}" [ -n "$EP" ] || return 0 mkdir -p "$BASE/state" BAD="$(today_bad_file)" grep -q "^$EP" "$BAD" 2>/dev/null && return 0 printf "%s\t%s\t%s\n" "$EP" "$(date -Iseconds)" "$REASON" >> "$BAD" } is_bad_ep() { EP="$1" BAD="$(today_bad_file)" grep -q "^$EP" "$BAD" 2>/dev/null } candidate_line() { ACTIVE_EP="$(get_slot_ep "$ACTIVE_SLOT" || true)" OLD_EP="$(get_slot_ep "$SLOT" || true)" awk -F '\t' -v active_ep="$ACTIVE_EP" -v old_ep="$OLD_EP" -v bad_file="$(today_bad_file)" ' BEGIN { while ((getline line < bad_file) > 0) { split(line, a, "\t") bad[a[1]]=1 } close(bad_file) } NR > 1 { ep=$3 if (ep == active_ep) next if (ep == old_ep) next if (bad[ep]) next print exit } ' "$TABLE" } probe_slot_strict() { DEV="$1" for IP in 9.9.9.9 1.1.1.1; do echo echo "--- strict probe $DEV $IP ---" ip route replace "$IP/32" dev "$DEV" ip route get "$IP" OUT="$(ping -4 -c "$PING_COUNT" -W 2 -I "$DEV" "$IP" 2>&1 || true)" echo "$OUT" ip route del "$IP/32" dev "$DEV" 2>/dev/null || true echo "$OUT" | grep -q ' 0% packet loss' || return 1 done return 0 } echo "=== hmn-refill-slot ===" echo "slot_to_refill=$SLOT" echo "active_slot=$ACTIVE_SLOT" echo "table=$TABLE" echo "selected=$SELECTED" echo "dry_run=$DRY_RUN" ACTIVE_EP="$(get_slot_ep "$ACTIVE_SLOT" || true)" OLD_EP="$(get_slot_ep "$SLOT" || true)" echo "active_ep=$ACTIVE_EP" echo "old_slot_ep=$OLD_EP" if [ -n "$OLD_EP" ]; then if [ "$DRY_RUN" = "1" ]; then echo "would_mark_bad_ep=$OLD_EP" else mark_bad_ep "$OLD_EP" "slot_refill_old_or_failed_${SLOT}" fi fi LINE="$(candidate_line || true)" if [ -z "$LINE" ]; then echo "ERROR: no candidate available after exclusions" echo echo "bad endpoints today:" cat "$(today_bad_file)" 2>/dev/null || true exit 1 fi CAND_RANK="$(echo "$LINE" | awk -F '\t' '{print $1}')" CAND_FILE="$(echo "$LINE" | awk -F '\t' '{print $2}')" CAND_EP="$(echo "$LINE" | awk -F '\t' '{print $3}')" CAND_AVG="$(echo "$LINE" | awk -F '\t' '{print $4}')" CAND_CONF="$(echo "$LINE" | awk -F '\t' '{print $6}')" echo echo "candidate_rank=$CAND_RANK" echo "candidate_file=$CAND_FILE" echo "candidate_ep=$CAND_EP" echo "candidate_avg=$CAND_AVG" echo "candidate_conf=$CAND_CONF" [ -s "$CAND_CONF" ] || { echo "ERROR: candidate config missing: $CAND_CONF" exit 1 } if [ "$DRY_RUN" = "1" ]; then echo echo "DRY_RUN=1, not loading anything" echo echo "bad endpoints today:" cat "$(today_bad_file)" 2>/dev/null || true exit 0 fi echo echo "=== load candidate into $SLOT ===" ifdown "$SLOT" 2>/dev/null || true sleep 2 "$LOADER" "$SLOT" "$CAND_CONF" echo echo "=== reload netifd so changed slot is visible ===" ubus call network reload 2>/dev/null || /etc/init.d/network reload sleep 8 echo echo "=== restore active slot after reload ===" ifup "$ACTIVE_SLOT" 2>/dev/null || true sleep 8 echo "$ACTIVE_SLOT" > "$BASE/state/active-slot" ip route replace default dev "$ACTIVE_SLOT" table 200 /usr/bin/vpn-table200-local-routes.sh 2>/dev/null || true ip route flush cache echo echo "=== bring candidate slot up for strict probe ===" ifup "$SLOT" sleep 22 echo echo "--- $SLOT status ---" /usr/bin/amneziawg show "$SLOT" 2>/dev/null | sed -n '1,35p' || true if ! ip link show "$SLOT" >/dev/null 2>&1; then echo "ERROR: $SLOT link absent after ifup" mark_bad_ep "$CAND_EP" "link_absent_after_load_${SLOT}" exit 1 fi if ! probe_slot_strict "$SLOT"; then echo "ERROR: candidate failed strict probe" mark_bad_ep "$CAND_EP" "strict_probe_failed_${SLOT}" ifdown "$SLOT" 2>/dev/null || true exit 1 fi echo echo "=== update selected cache ===" cp -a "$SELECTED" "$SELECTED.before-refill-$(date +%Y%m%d-%H%M%S)" 2>/dev/null || true OTHER_SLOT="$ACTIVE_SLOT" OTHER_EP="$(get_slot_ep "$OTHER_SLOT" || true)" { printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" printf "%s\t%s\t%s\t%s\t%s\n" "$SLOT" "$CAND_FILE" "$CAND_EP" "$CAND_AVG" "$CAND_CONF" awk -F '\t' -v s="$OTHER_SLOT" -v ep="$OTHER_EP" 'NR>1 && $1==s { printf "%s\t%s\t%s\t%s\t%s\n", $1, $2, $3, $4, $5 found=1 } END { if (!found && ep != "") { # leave absent rather than inventing config path } }' "$SELECTED" } > /tmp/selected-awg1-refill.tsv cp /tmp/selected-awg1-refill.tsv "$SELECTED" rm -f /tmp/selected-awg1-refill.tsv cat "$SELECTED" echo echo "=== leave refilled slot down as standby ===" ifdown "$SLOT" 2>/dev/null || true sleep 4 echo echo "=== final route should remain active slot ===" echo "$ACTIVE_SLOT" > "$BASE/state/active-slot" ip route replace default dev "$ACTIVE_SLOT" table 200 /usr/bin/vpn-table200-local-routes.sh 2>/dev/null || true ip route flush cache cat "$BASE/state/active-slot" ip route show table 200 ip route get 9.9.9.9 from 10.200.0.2 echo echo "=== refill done ===" ### FILE /root/hmn/hmn-refresh-awg.sh -rwxr-xr-x 1 root root 4979 Jun 1 15:28 /root/hmn/hmn-refresh-awg.sh sha256=f725224e1b766f85f1ccf4a934e44f3c240865081348ff6bed8f63d366678e17 #!/bin/ash set -u MODE="${1:-dry-run}" BASE="/root/hmn" LOGDIR="$BASE/logs" PING_IP="${HMN_REFRESH_PING_IP:-9.9.9.9}" DOWNLOAD="$BASE/hmn-download-all-awg.sh" TESTER="$BASE/hmn-test-all-awg.sh" RANKER="$BASE/hmn-rank-awg.sh" PLANNER="$BASE/hmn-plan-selected.sh" APPLY="$BASE/hmn-apply-selected.sh" case "$MODE" in dry-run|run) ;; *) echo "ERROR: mode must be dry-run or run" echo "Usage:" echo " /root/hmn/hmn-refresh-awg.sh dry-run" echo " /root/hmn/hmn-refresh-awg.sh run" exit 1 ;; esac mkdir -p "$LOGDIR" chmod 700 "$LOGDIR" LOCKDIR="/tmp/hmn-refresh-awg.lock" if ! mkdir "$LOCKDIR" 2>/dev/null; then echo "ERROR: another hmn-refresh-awg run is already active: $LOCKDIR" exit 1 fi cleanup_lock() { rmdir "$LOCKDIR" 2>/dev/null || true } trap cleanup_lock EXIT INT TERM say() { echo echo "=== $* ===" } fail() { echo echo "ERROR: $*" exit 1 } run_cmd() { echo echo "+ $*" if [ "$MODE" = "run" ]; then "$@" else echo "[dry-run] not executed" fi } get_table_default_dev() { ip route show table 200 | awk ' /^default / { for (i = 1; i <= NF; i++) { if ($i == "dev") { print $(i+1) exit } } } ' } say "HideMyName AWG refresh wrapper" echo "mode: $MODE" echo "date: $(date -Iseconds 2>/dev/null || date)" say "preflight: scripts" for S in "$DOWNLOAD" "$TESTER" "$RANKER" "$PLANNER" "$APPLY"; do [ -x "$S" ] || fail "missing or not executable: $S" ls -lh "$S" done say "preflight: runtime state" CRON_STATUS="$(/etc/init.d/cron status 2>/dev/null || true)" echo "cron: $CRON_STATUS" if [ -e /tmp/hmn-vpn-maintenance ]; then fail "maintenance flag exists: /tmp/hmn-vpn-maintenance" fi for F in /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan; do if [ -e "$F" ]; then fail "temporary control flag exists: $F" fi done ACTIVE="$(cat "$BASE/state/active-slot" 2>/dev/null || true)" case "$ACTIVE" in vpn1|vpn2) ;; *) fail "bad active slot: $ACTIVE" ;; esac TABLE_DEV="$(get_table_default_dev)" echo "active slot: $ACTIVE" echo "table 200 default dev: $TABLE_DEV" ip route show table 200 if [ "$TABLE_DEV" != "$ACTIVE" ]; then fail "table 200 default dev does not match active slot" fi echo echo "active tunnel:" /usr/bin/amneziawg show "$ACTIVE" 2>/dev/null || fail "cannot show active tunnel $ACTIVE" echo echo "active traffic check:" ping -4 -c 3 -W 2 -I 10.200.0.2 "$PING_IP" || fail "active traffic check failed" say "current selected plan before refresh" "$PLANNER" || fail "planner failed before refresh" say "planned pipeline" echo "1. download fresh AWG configs through active VPN interface" echo "2. test all latest configs through vpn_test" echo "3. rank tested configs and write selected" echo "4. show selected plan" echo "5. apply selected in standby-only mode" echo "6. final report" if [ "$MODE" = "dry-run" ]; then say "dry-run command list" run_cmd "$DOWNLOAD" run_cmd "$TESTER" run_cmd "$RANKER" run_cmd "$PLANNER" run_cmd "$APPLY" standby-only say "dry-run final state, no changes expected" /etc/init.d/cron status || true ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" cat "$BASE/state/active-slot" ip route show table 200 ip route show | grep -E 'vpn1|vpn2|vpn_test' || true exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" REPORT="$LOGDIR/hmn-refresh-awg-$TS.report.txt" say "run: download fresh AWG configs" "$DOWNLOAD" || fail "download failed" say "run: test latest AWG configs" "$TESTER" || fail "tester failed" say "run: rank and select" "$RANKER" || fail "ranker failed" say "run: selected plan after rank" "$PLANNER" || fail "planner failed after rank" say "run: apply selected standby-only" "$APPLY" standby-only || fail "apply-selected standby-only failed" say "final report" { echo "timestamp=$TS" echo echo "cron:" /etc/init.d/cron status || true echo echo "maintenance:" ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" echo echo "active-slot:" cat "$BASE/state/active-slot" echo echo "table 200:" ip route show table 200 echo echo "route get:" ip route get "$PING_IP" from 10.200.0.2 echo echo "vpn1 endpoint/config:" uci -q get network.vpn1.hmn_endpoint || true uci -q get network.vpn1.hmn_source_config || true echo echo "vpn2 endpoint/config:" uci -q get network.vpn2.hmn_endpoint || true uci -q get network.vpn2.hmn_source_config || true echo echo "selected:" cat "$BASE/cache/selected-awg1-latest.tsv" 2>/dev/null || true echo echo "planner:" "$PLANNER" || true echo echo "quarantine:" cat "$BASE/cache/quarantine-awg1-latest.tsv" 2>/dev/null || echo "no quarantine file" echo echo "main routes containing vpn1/vpn2/vpn_test:" ip route show | grep -E 'vpn1|vpn2|vpn_test' || true } | tee "$REPORT" chmod 600 "$REPORT" say "refresh completed" echo "report: $REPORT" ### FILE /root/hmn/hmn-refresh-awg.sh.before-awk-lock-20260601-152842 -rwxr-xr-x 1 root root 4726 Jun 1 14:41 /root/hmn/hmn-refresh-awg.sh.before-awk-lock-20260601-152842 sha256=8e052492c197189e6f9fdca35553f82d1d7f4a7222ee981cef2e09343073a0ff #!/bin/ash set -u MODE="${1:-dry-run}" BASE="/root/hmn" LOGDIR="$BASE/logs" PING_IP="${HMN_REFRESH_PING_IP:-9.9.9.9}" DOWNLOAD="$BASE/hmn-download-all-awg.sh" TESTER="$BASE/hmn-test-all-awg.sh" RANKER="$BASE/hmn-rank-awg.sh" PLANNER="$BASE/hmn-plan-selected.sh" APPLY="$BASE/hmn-apply-selected.sh" case "$MODE" in dry-run|run) ;; *) echo "ERROR: mode must be dry-run or run" echo "Usage:" echo " /root/hmn/hmn-refresh-awg.sh dry-run" echo " /root/hmn/hmn-refresh-awg.sh run" exit 1 ;; esac mkdir -p "$LOGDIR" chmod 700 "$LOGDIR" say() { echo echo "=== $* ===" } fail() { echo echo "ERROR: $*" exit 1 } run_cmd() { echo echo "+ $*" if [ "$MODE" = "run" ]; then "$@" else echo "[dry-run] not executed" fi } get_table_default_dev() { ip route show table 200 | awk ' /^default / { for (i = 1; i <= NF; i++) { if ($i == "dev") { print $(i+1) exit } } } ' } say "HideMyName AWG refresh wrapper" echo "mode: $MODE" echo "date: $(date -Iseconds 2>/dev/null || date)" say "preflight: scripts" for S in "$DOWNLOAD" "$TESTER" "$RANKER" "$PLANNER" "$APPLY"; do [ -x "$S" ] || fail "missing or not executable: $S" ls -lh "$S" done say "preflight: runtime state" CRON_STATUS="$(/etc/init.d/cron status 2>/dev/null || true)" echo "cron: $CRON_STATUS" if [ -e /tmp/hmn-vpn-maintenance ]; then fail "maintenance flag exists: /tmp/hmn-vpn-maintenance" fi for F in /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan; do if [ -e "$F" ]; then fail "temporary control flag exists: $F" fi done ACTIVE="$(cat "$BASE/state/active-slot" 2>/dev/null || true)" case "$ACTIVE" in vpn1|vpn2) ;; *) fail "bad active slot: $ACTIVE" ;; esac TABLE_DEV="$(get_table_default_dev)" echo "active slot: $ACTIVE" echo "table 200 default dev: $TABLE_DEV" ip route show table 200 if [ "$TABLE_DEV" != "$ACTIVE" ]; then fail "table 200 default dev does not match active slot" fi echo echo "active tunnel:" /usr/bin/amneziawg show "$ACTIVE" 2>/dev/null || fail "cannot show active tunnel $ACTIVE" echo echo "active traffic check:" ping -4 -c 3 -W 2 -I 10.200.0.2 "$PING_IP" || fail "active traffic check failed" say "current selected plan before refresh" "$PLANNER" || fail "planner failed before refresh" say "planned pipeline" echo "1. download fresh AWG configs through active VPN interface" echo "2. test all latest configs through vpn_test" echo "3. rank tested configs and write selected" echo "4. show selected plan" echo "5. apply selected in standby-only mode" echo "6. final report" if [ "$MODE" = "dry-run" ]; then say "dry-run command list" run_cmd "$DOWNLOAD" run_cmd "$TESTER" run_cmd "$RANKER" run_cmd "$PLANNER" run_cmd "$APPLY" standby-only say "dry-run final state, no changes expected" /etc/init.d/cron status || true ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" cat "$BASE/state/active-slot" ip route show table 200 ip route show | grep -E 'vpn1|vpn2|vpn_test' || true exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" REPORT="$LOGDIR/hmn-refresh-awg-$TS.report.txt" say "run: download fresh AWG configs" "$DOWNLOAD" || fail "download failed" say "run: test latest AWG configs" "$TESTER" || fail "tester failed" say "run: rank and select" "$RANKER" || fail "ranker failed" say "run: selected plan after rank" "$PLANNER" || fail "planner failed after rank" say "run: apply selected standby-only" "$APPLY" standby-only || fail "apply-selected standby-only failed" say "final report" { echo "timestamp=$TS" echo echo "cron:" /etc/init.d/cron status || true echo echo "maintenance:" ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" echo echo "active-slot:" cat "$BASE/state/active-slot" echo echo "table 200:" ip route show table 200 echo echo "route get:" ip route get "$PING_IP" from 10.200.0.2 echo echo "vpn1 endpoint/config:" uci -q get network.vpn1.hmn_endpoint || true uci -q get network.vpn1.hmn_source_config || true echo echo "vpn2 endpoint/config:" uci -q get network.vpn2.hmn_endpoint || true uci -q get network.vpn2.hmn_source_config || true echo echo "selected:" cat "$BASE/cache/selected-awg1-latest.tsv" 2>/dev/null || true echo echo "planner:" "$PLANNER" || true echo echo "quarantine:" cat "$BASE/cache/quarantine-awg1-latest.tsv" 2>/dev/null || echo "no quarantine file" echo echo "main routes containing vpn1/vpn2/vpn_test:" ip route show | grep -E 'vpn1|vpn2|vpn_test' || true } | tee "$REPORT" chmod 600 "$REPORT" say "refresh completed" echo "report: $REPORT" ### FILE /root/hmn/hmn-refresh-awg.sh.before-lock-20260601-152728 -rwxr-xr-x 1 root root 4726 Jun 1 14:41 /root/hmn/hmn-refresh-awg.sh.before-lock-20260601-152728 sha256=8e052492c197189e6f9fdca35553f82d1d7f4a7222ee981cef2e09343073a0ff #!/bin/ash set -u MODE="${1:-dry-run}" BASE="/root/hmn" LOGDIR="$BASE/logs" PING_IP="${HMN_REFRESH_PING_IP:-9.9.9.9}" DOWNLOAD="$BASE/hmn-download-all-awg.sh" TESTER="$BASE/hmn-test-all-awg.sh" RANKER="$BASE/hmn-rank-awg.sh" PLANNER="$BASE/hmn-plan-selected.sh" APPLY="$BASE/hmn-apply-selected.sh" case "$MODE" in dry-run|run) ;; *) echo "ERROR: mode must be dry-run or run" echo "Usage:" echo " /root/hmn/hmn-refresh-awg.sh dry-run" echo " /root/hmn/hmn-refresh-awg.sh run" exit 1 ;; esac mkdir -p "$LOGDIR" chmod 700 "$LOGDIR" say() { echo echo "=== $* ===" } fail() { echo echo "ERROR: $*" exit 1 } run_cmd() { echo echo "+ $*" if [ "$MODE" = "run" ]; then "$@" else echo "[dry-run] not executed" fi } get_table_default_dev() { ip route show table 200 | awk ' /^default / { for (i = 1; i <= NF; i++) { if ($i == "dev") { print $(i+1) exit } } } ' } say "HideMyName AWG refresh wrapper" echo "mode: $MODE" echo "date: $(date -Iseconds 2>/dev/null || date)" say "preflight: scripts" for S in "$DOWNLOAD" "$TESTER" "$RANKER" "$PLANNER" "$APPLY"; do [ -x "$S" ] || fail "missing or not executable: $S" ls -lh "$S" done say "preflight: runtime state" CRON_STATUS="$(/etc/init.d/cron status 2>/dev/null || true)" echo "cron: $CRON_STATUS" if [ -e /tmp/hmn-vpn-maintenance ]; then fail "maintenance flag exists: /tmp/hmn-vpn-maintenance" fi for F in /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan; do if [ -e "$F" ]; then fail "temporary control flag exists: $F" fi done ACTIVE="$(cat "$BASE/state/active-slot" 2>/dev/null || true)" case "$ACTIVE" in vpn1|vpn2) ;; *) fail "bad active slot: $ACTIVE" ;; esac TABLE_DEV="$(get_table_default_dev)" echo "active slot: $ACTIVE" echo "table 200 default dev: $TABLE_DEV" ip route show table 200 if [ "$TABLE_DEV" != "$ACTIVE" ]; then fail "table 200 default dev does not match active slot" fi echo echo "active tunnel:" /usr/bin/amneziawg show "$ACTIVE" 2>/dev/null || fail "cannot show active tunnel $ACTIVE" echo echo "active traffic check:" ping -4 -c 3 -W 2 -I 10.200.0.2 "$PING_IP" || fail "active traffic check failed" say "current selected plan before refresh" "$PLANNER" || fail "planner failed before refresh" say "planned pipeline" echo "1. download fresh AWG configs through active VPN interface" echo "2. test all latest configs through vpn_test" echo "3. rank tested configs and write selected" echo "4. show selected plan" echo "5. apply selected in standby-only mode" echo "6. final report" if [ "$MODE" = "dry-run" ]; then say "dry-run command list" run_cmd "$DOWNLOAD" run_cmd "$TESTER" run_cmd "$RANKER" run_cmd "$PLANNER" run_cmd "$APPLY" standby-only say "dry-run final state, no changes expected" /etc/init.d/cron status || true ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" cat "$BASE/state/active-slot" ip route show table 200 ip route show | grep -E 'vpn1|vpn2|vpn_test' || true exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" REPORT="$LOGDIR/hmn-refresh-awg-$TS.report.txt" say "run: download fresh AWG configs" "$DOWNLOAD" || fail "download failed" say "run: test latest AWG configs" "$TESTER" || fail "tester failed" say "run: rank and select" "$RANKER" || fail "ranker failed" say "run: selected plan after rank" "$PLANNER" || fail "planner failed after rank" say "run: apply selected standby-only" "$APPLY" standby-only || fail "apply-selected standby-only failed" say "final report" { echo "timestamp=$TS" echo echo "cron:" /etc/init.d/cron status || true echo echo "maintenance:" ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" echo echo "active-slot:" cat "$BASE/state/active-slot" echo echo "table 200:" ip route show table 200 echo echo "route get:" ip route get "$PING_IP" from 10.200.0.2 echo echo "vpn1 endpoint/config:" uci -q get network.vpn1.hmn_endpoint || true uci -q get network.vpn1.hmn_source_config || true echo echo "vpn2 endpoint/config:" uci -q get network.vpn2.hmn_endpoint || true uci -q get network.vpn2.hmn_source_config || true echo echo "selected:" cat "$BASE/cache/selected-awg1-latest.tsv" 2>/dev/null || true echo echo "planner:" "$PLANNER" || true echo echo "quarantine:" cat "$BASE/cache/quarantine-awg1-latest.tsv" 2>/dev/null || echo "no quarantine file" echo echo "main routes containing vpn1/vpn2/vpn_test:" ip route show | grep -E 'vpn1|vpn2|vpn_test' || true } | tee "$REPORT" chmod 600 "$REPORT" say "refresh completed" echo "report: $REPORT" ### FILE /root/hmn/hmn-refresh-pool-cron.sh -rwxr-xr-x 1 root root 533 Jun 3 16:20 /root/hmn/hmn-refresh-pool-cron.sh sha256=2882f0c0f3aee74b408ed823c45bab9743ea676b6c0e18755e92084ef929f897 #!/bin/ash BASE="/root/hmn" LOG="$BASE/logs/cron-refresh-pool-safe-last.log" STATE="$BASE/state" mkdir -p "$BASE/logs" "$STATE" { echo "=== cron refresh start $(date -Iseconds) ===" echo "cmd=/root/hmn/hmn-refresh-pool-safe.sh fresh-download" echo /root/hmn/hmn-refresh-pool-safe.sh fresh-download RC="$?" echo echo "refresh_rc=$RC" echo "=== cron refresh done $(date -Iseconds) ===" } > "$LOG" 2>&1 echo "$RC" > "$STATE/last-cron-refresh-rc" date -Iseconds > "$STATE/last-cron-refresh-finished-at" exit "$RC" ### FILE /root/hmn/hmn-refresh-pool-safe.sh -rwxr-xr-x 1 root root 8534 Jun 3 16:20 /root/hmn/hmn-refresh-pool-safe.sh sha256=138ddd27bd6e6ad77228ecfdb6d6924d6b9a44528df478d96e239cf8899f4df8 #!/bin/ash set -u BASE="/root/hmn" LOGDIR="$BASE/logs" STATE="$BASE/state" BACKUPDIR="$BASE/backups" DOWNLOADER="$BASE/hmn-download-all-awg.sh" VALIDATE="$BASE/hmn-validate-current-pool.sh" MAN="/usr/bin/vpn-egress-manager.sh" LOCK="/tmp/hmn-refresh-pool-safe.lock" MODE="${1:-fresh-download}" mkdir -p "$LOGDIR" "$STATE" "$BACKUPDIR" TS="$(date +%Y%m%d-%H%M%S)" LOG="$LOGDIR/refresh-pool-safe-$TS-$$.log" RCFILE="/tmp/hmn-refresh-pool-safe.rc.$$" BACK="" RETRY_FLAG="$STATE/refresh-retry-needed" RETRY_REASON="$STATE/refresh-retry-reason" LAST_FRESH_DOWNLOAD_RC="$STATE/last-fresh-download-rc" LAST_FRESH_DOWNLOAD_AT="$STATE/last-fresh-download-at" LAST_REFRESH_POOL_SOURCE="$STATE/last-refresh-pool-source" say() { echo "$(date -Iseconds) $*" } write_status() { echo "$1" > "$STATE/refresh-status" date -Iseconds > "$STATE/last-refresh-status-at" } record_download_rc() { echo "$1" > "$LAST_FRESH_DOWNLOAD_RC" date -Iseconds > "$LAST_FRESH_DOWNLOAD_AT" } set_retry_needed() { REASON="$1" date -Iseconds > "$RETRY_FLAG" echo "$REASON" > "$RETRY_REASON" say "retry-needed set: $REASON" } clear_retry_needed() { rm -f "$RETRY_FLAG" "$RETRY_REASON" say "retry-needed cleared" } restore_backup() { if [ -z "${BACK:-}" ] || [ ! -d "$BACK" ]; then say "rollback: no backup dir available" return 1 fi say "rollback: restoring published pointers/tables from $BACK" LATEST_DIR="$KEYMASK" OLD_LINK="$(cat "$BACK/configs-latest-readlink.txt" 2>/dev/null || true)" OLD_REAL="$(cat "$BACK/configs-latest-realpath.txt" 2>/dev/null || true)" if [ -n "$OLD_LINK" ]; then rm -rf "$LATEST_DIR" ln -s "$OLD_LINK" "$LATEST_DIR" say "rollback: latest symlink restored to readlink target: $OLD_LINK" elif [ -n "$OLD_REAL" ] && [ -d "$OLD_REAL" ]; then rm -rf "$LATEST_DIR" ln -s "$OLD_REAL" "$LATEST_DIR" say "rollback: latest symlink restored to realpath: $OLD_REAL" else say "rollback WARN: no usable old latest target" fi for BN in \ ok-awg1-strict-all-latest.tsv \ ok-awg1-strict-foreign-latest.tsv \ selected-awg1-latest.tsv do if [ -f "$BACK/$BN" ]; then cp "$BACK/$BN" "$BASE/cache/$BN" say "rollback: restored cache/$BN" fi done return 0 } run_validate_current_pool() { if [ ! -x "$VALIDATE" ]; then say "ERROR: missing executable validator: $VALIDATE" write_status "REFRESH_FAILED_NO_VALIDATOR" return 1 fi "$VALIDATE" VALIDATE_RC="$?" say "validate_current_pool_rc=$VALIDATE_RC" if [ "$VALIDATE_RC" -ne 0 ]; then write_status "REFRESH_FAILED_CURRENT_POOL_RETEST_FAILED" return "$VALIDATE_RC" fi return 0 } run_body() { say "=== hmn-refresh-pool-safe start ===" say "mode=$MODE" say "log=$LOG" if [ "$MODE" = "selftest-ok" ]; then say "selftest-ok: returning 0" write_status "SELFTEST_OK" return 0 fi if [ "$MODE" = "selftest-fail" ]; then say "selftest-fail: returning 42" write_status "SELFTEST_FAIL" return 42 fi echo echo "=== lock ===" if ! mkdir "$LOCK" 2>/dev/null; then say "another refresh instance is already running: $LOCK" write_status "REFRESH_ALREADY_RUNNING" return 2 fi trap 'rmdir "$LOCK" 2>/dev/null || true' EXIT echo echo "=== pre-state ===" echo "active=$(cat "$STATE/active-slot" 2>/dev/null || echo none)" ip route show table 200 ip route get 9.9.9.9 from 10.200.0.2 2>/dev/null || true echo echo "=== backup current published pointers/tables ===" BACK="$BACKUPDIR/refresh-safe-before-$TS-$$" mkdir -p "$BACK" readlink "$KEYMASK" > "$BACK/configs-latest-readlink.txt" 2>/dev/null || true readlink -f "$KEYMASK" > "$BACK/configs-latest-realpath.txt" 2>/dev/null || true for F in \ "$BASE/cache/ok-awg1-strict-all-latest.tsv" \ "$BASE/cache/ok-awg1-strict-foreign-latest.tsv" \ "$BASE/cache/selected-awg1-latest.tsv" do [ -f "$F" ] && cp "$F" "$BACK/$(basename "$F")" done say "backup=$BACK" echo "latest before: $(readlink -f "$KEYMASK" 2>/dev/null || echo none)" echo echo "=== fresh download stage ===" DOWNLOAD_RC=1 case "$MODE" in fresh-download) say "trying fresh HMN download via: $DOWNLOADER" if [ ! -x "$DOWNLOADER" ]; then say "ERROR: missing executable downloader: $DOWNLOADER" DOWNLOAD_RC=127 else "$DOWNLOADER" DOWNLOAD_RC="$?" fi say "fresh_download_rc=$DOWNLOAD_RC" record_download_rc "$DOWNLOAD_RC" ;; simulate-download-fail) say "simulating HMN fresh download failure" DOWNLOAD_RC=77 record_download_rc "$DOWNLOAD_RC" ;; *) say "ERROR: unknown mode: $MODE" say "allowed modes: fresh-download | simulate-download-fail | selftest-ok | selftest-fail" write_status "REFRESH_FAILED_UNKNOWN_MODE" return 64 ;; esac echo echo "=== validation decision ===" if [ "$DOWNLOAD_RC" -eq 0 ]; then say "fresh download OK" say "validate fresh/current latest pool through vpn_test" if run_validate_current_pool; then write_status "USING_FRESH_POOL_RETESTED" echo "fresh" > "$LAST_REFRESH_POOL_SOURCE" clear_retry_needed else RC="$?" say "fresh pool validation failed; rolling back to previous published pool" restore_backup || true write_status "REFRESH_FAILED_FRESH_POOL_ROLLED_BACK" echo "rollback-after-fresh-validation-failed" > "$LAST_REFRESH_POOL_SOURCE" set_retry_needed "fresh_download_ok_but_validation_failed" return "$RC" fi else say "fresh download failed/unavailable rc=$DOWNLOAD_RC" say "fallback: keep old configs/latest and validate current local pool through vpn_test" if run_validate_current_pool; then write_status "USING_OLD_POOL_RETESTED" echo "old-after-download-fail" > "$LAST_REFRESH_POOL_SOURCE" if [ "$MODE" = "fresh-download" ]; then set_retry_needed "fresh_download_failed_rc_$DOWNLOAD_RC" else say "simulate mode: retry-needed not set" fi else RC="$?" say "old/current pool validation failed; rolling back published tables" restore_backup || true write_status "REFRESH_FAILED_OLD_POOL_ROLLED_BACK" echo "rollback-after-old-validation-failed" > "$LAST_REFRESH_POOL_SOURCE" if [ "$MODE" = "fresh-download" ]; then set_retry_needed "fresh_download_failed_and_old_pool_validation_failed_rc_$DOWNLOAD_RC" fi return "$RC" fi fi echo echo "=== run manager once after validation ===" if [ -x "$MAN" ]; then HMN_ALLOW_MANAGER_DURING_REFRESH=1 "$MAN" MAN_RC="$?" say "manager_rc=$MAN_RC" if [ "$MAN_RC" -ne 0 ]; then write_status "REFRESH_DONE_BUT_MANAGER_FAILED" return "$MAN_RC" fi else say "WARN: manager missing/not executable: $MAN" write_status "REFRESH_DONE_BUT_MANAGER_MISSING" return 1 fi ### FILE /root/hmn/hmn-refresh-retry-cron.sh -rwxr-xr-x 1 root root 4309 Jun 3 16:20 /root/hmn/hmn-refresh-retry-cron.sh sha256=d66a7942887bbcf9b39ed99ea10390003df587502993947799c765502f118b8a #!/bin/ash set -u BASE="/root/hmn" STATE="$BASE/state" LOGDIR="$BASE/logs" REFRESH="$BASE/hmn-refresh-pool-safe.sh" RETRY_FLAG="$STATE/refresh-retry-needed" RETRY_REASON="$STATE/refresh-retry-reason" RETRY_LOCK="/tmp/hmn-refresh-retry.lock" REFRESH_LOCK="/tmp/hmn-refresh-pool-safe.lock" LOWWATER_LOCK="/tmp/hmn-pool-low-watermark-check.lock" MANAGER_LOCK="/tmp/vpn-egress-manager.lock" MAINT="/tmp/hmn-vpn-maintenance" MANAGER_WAIT_MAX="${MANAGER_WAIT_MAX:-180}" MANAGER_WAIT_STEP="${MANAGER_WAIT_STEP:-3}" LOG="$LOGDIR/cron-refresh-retry-last.log" RCFILE="/tmp/hmn-refresh-retry.rc.$$" mkdir -p "$STATE" "$LOGDIR" say() { echo "$(date -Iseconds) $*" } run_body() { echo "=== hmn-refresh-retry-cron ===" echo "mode=run" echo "manager_wait_max=$MANAGER_WAIT_MAX" echo "manager_wait_step=$MANAGER_WAIT_STEP" if ! mkdir "$RETRY_LOCK" 2>/dev/null; then say "another retry instance is already running: $RETRY_LOCK" echo "decision=SKIP_RETRY_ALREADY_RUNNING" return 0 fi trap 'rmdir "$RETRY_LOCK" 2>/dev/null || true' EXIT INT TERM echo echo "=== retry flag ===" if [ ! -e "$RETRY_FLAG" ]; then echo "retry_needed=no" echo "NO_RETRY_NEEDED" > "$STATE/last-refresh-retry-decision" date -Iseconds > "$STATE/last-refresh-retry-checked-at" return 0 fi echo "retry_needed_at=$(cat "$RETRY_FLAG" 2>/dev/null || true)" echo "retry_reason=$(cat "$RETRY_REASON" 2>/dev/null || echo unknown)" echo "RETRY_NEEDED" > "$STATE/last-refresh-retry-decision" date -Iseconds > "$STATE/last-refresh-retry-checked-at" echo echo "=== hard overlap guards ===" [ -d "$REFRESH_LOCK" ] && REFRESH_LOCK_PRESENT=1 || REFRESH_LOCK_PRESENT=0 [ -e "$MAINT" ] && MAINT_PRESENT=1 || MAINT_PRESENT=0 [ -d "$LOWWATER_LOCK" ] && LOWWATER_LOCK_PRESENT=1 || LOWWATER_LOCK_PRESENT=0 echo "refresh_lock_present=$REFRESH_LOCK_PRESENT" echo "maintenance_present=$MAINT_PRESENT" echo "lowwater_lock_present=$LOWWATER_LOCK_PRESENT" if [ "$REFRESH_LOCK_PRESENT" -eq 1 ] || [ "$MAINT_PRESENT" -eq 1 ]; then echo "decision=SKIP_REFRESH_OR_VALIDATION_RUNNING" echo "SKIP_REFRESH_OR_VALIDATION_RUNNING" > "$STATE/last-refresh-retry-decision" return 0 fi if [ "$LOWWATER_LOCK_PRESENT" -eq 1 ]; then echo "decision=SKIP_LOWWATER_CHECK_RUNNING" echo "SKIP_LOWWATER_CHECK_RUNNING" > "$STATE/last-refresh-retry-decision" return 0 fi echo echo "=== wait for manager window ===" WAITED=0 while [ -d "$MANAGER_LOCK" ] && [ "$WAITED" -lt "$MANAGER_WAIT_MAX" ]; do echo "manager lock present; waited=${WAITED}s; sleeping ${MANAGER_WAIT_STEP}s" sleep "$MANAGER_WAIT_STEP" WAITED=$((WAITED + MANAGER_WAIT_STEP)) done if [ -d "$MANAGER_LOCK" ]; then echo "decision=SKIP_MANAGER_LOCK_TIMEOUT" echo "SKIP_MANAGER_LOCK_TIMEOUT" > "$STATE/last-refresh-retry-decision" return 0 fi echo "manager window ok after ${WAITED}s" echo echo "=== final guards before refresh ===" if [ -d "$REFRESH_LOCK" ] || [ -e "$MAINT" ] || [ -d "$LOWWATER_LOCK" ]; then echo "decision=SKIP_OVERLAP_STARTED_WHILE_WAITING" echo "SKIP_OVERLAP_STARTED_WHILE_WAITING" > "$STATE/last-refresh-retry-decision" return 0 fi if [ ! -x "$REFRESH" ]; then echo "ERROR: refresh wrapper missing/not executable: $REFRESH" echo "ERROR_NO_REFRESH_WRAPPER" > "$STATE/last-refresh-retry-decision" return 1 fi echo echo "=== run retry fresh-download ===" echo "cmd=$REFRESH fresh-download" date -Iseconds > "$STATE/last-refresh-retry-started-at" "$REFRESH" fresh-download RC="$?" echo "$RC" > "$STATE/last-refresh-retry-rc" date -Iseconds > "$STATE/last-refresh-retry-finished-at" echo echo "refresh_rc=$RC" echo "refresh_status=$(cat "$STATE/refresh-status" 2>/dev/null || echo unknown)" echo "last_fresh_download_rc=$(cat "$STATE/last-fresh-download-rc" 2>/dev/null || echo unknown)" if [ -e "$RETRY_FLAG" ]; then echo "retry_flag_after=still_present" echo "RETRY_STILL_NEEDED" > "$STATE/last-refresh-retry-decision" else echo "retry_flag_after=cleared" echo "RETRY_CLEARED" > "$STATE/last-refresh-retry-decision" fi return "$RC" } ( run_body echo "$?" > "$RCFILE" ) > "$LOG" 2>&1 RC="$(cat "$RCFILE" 2>/dev/null || echo 99)" rm -f "$RCFILE" exit "$RC" ### FILE /root/hmn/hmn-set-code.sh -rwxr-xr-x 1 root root 1648 Jun 1 10:03 /root/hmn/hmn-set-code.sh sha256=47a751db60d3b2efbf206e7eb980a30a290058a49d185e12c850d76cfceeb650 #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" BACKUP_DIR="$BASE/backups" mkdir -p "$BASE" "$BACKUP_DIR" chmod 700 "$BASE" "$BACKUP_DIR" echo "HideMyName access code setup" echo printf "Введи HideMyName access code: " stty -echo 2>/dev/null || true read -r CODE1 stty echo 2>/dev/null || true echo if [ -z "$CODE1" ]; then echo "ERROR: пустой код." exit 1 fi printf "Повтори code: " stty -echo 2>/dev/null || true read -r CODE2 stty echo 2>/dev/null || true echo if [ "$CODE1" != "$CODE2" ]; then echo "ERROR: коды не совпали." exit 1 fi case "$CODE1" in *[!0-9A-Za-z_-]*) echo "WARNING: в коде есть необычные символы." echo "Если это нормально для HideMyName — окей." ;; esac if [ -f "$ENV_FILE" ]; then TS="$(date +%Y%m%d-%H%M%S)" cp "$ENV_FILE" "$BACKUP_DIR/hmn.env.$TS" chmod 600 "$BACKUP_DIR/hmn.env.$TS" echo "Старый env сохранён:" echo " $BACKUP_DIR/hmn.env.$TS" fi umask 077 cat > "$ENV_FILE" </dev/null || true } cleanup_routes() { DEV="$1" cleanup_route_one "$DEV" "$PROBE_IP1" cleanup_route_one "$DEV" "$PROBE_IP2" } get_conf_endpoint() { awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$1" } find_up_iface_by_endpoint() { WANT_EP="$1" for IFX in vpn1 vpn2 vpn_test; do if "$AWGSHOW" show "$IFX" >/tmp/hmn-up-show-$$ 2>/dev/null; then UP_EP="$(awk '/endpoint:/{print $2; exit}' /tmp/hmn-up-show-$$)" if [ -n "$UP_EP" ] && [ "$UP_EP" = "$WANT_EP" ]; then rm -f /tmp/hmn-up-show-$$ echo "$IFX" return 0 fi fi done rm -f /tmp/hmn-up-show-$$ return 1 } probe_ip_strict() { DEV="$1" IP="$2" ONE_LOG="$3" META="$4" : > "$ONE_LOG" { echo "=== probe $IP dev $DEV ===" ip route replace "$IP/32" dev "$DEV" 2>&1 ip route get "$IP" 2>&1 ping -4 -c "$PING_COUNT" -W 2 -I "$DEV" "$IP" 2>&1 } >> "$ONE_LOG" || true cleanup_route_one "$DEV" "$IP" LOSS="$(sed -n 's/.* \([0-9][0-9]*%\) packet loss.*/\1/p' "$ONE_LOG" | tail -n1)" AVG="$(sed -n 's/^round-trip min\/avg\/max = [^\/]*\/\([^\/]*\)\/.*/\1/p' "$ONE_LOG" | tail -n1)" [ -n "$LOSS" ] || LOSS="100%" [ -n "$AVG" ] || AVG="-" echo "$LOSS|$AVG" > "$META" [ "$LOSS" = "0%" ] } test_dev_strict() { DEV="$1" SHOW2="$2" PING_LOG="$3" : > "$PING_LOG" LOG1="/tmp/hmn-probe-${PROBE_IP1}-$$.txt" LOG2="/tmp/hmn-probe-${PROBE_IP2}-$$.txt" META1="/tmp/hmn-probe-${PROBE_IP1}-$$.meta" META2="/tmp/hmn-probe-${PROBE_IP2}-$$.meta" probe_ip_strict "$DEV" "$PROBE_IP1" "$LOG1" "$META1" RC1="$?" probe_ip_strict "$DEV" "$PROBE_IP2" "$LOG2" "$META2" RC2="$?" cat "$LOG1" >> "$PING_LOG" echo >> "$PING_LOG" cat "$LOG2" >> "$PING_LOG" LOSS1="$(cut -d'|' -f1 "$META1" 2>/dev/null || echo 100%)" AVG1="$(cut -d'|' -f2 "$META1" 2>/dev/null || echo -)" LOSS2="$(cut -d'|' -f1 "$META2" 2>/dev/null || echo 100%)" AVG2="$(cut -d'|' -f2 "$META2" 2>/dev/null || echo -)" rm -f "$LOG1" "$LOG2" "$META1" "$META2" "$AWGSHOW" show "$DEV" > "$SHOW2" 2>&1 || true LATEST="$(grep 'latest handshake:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n1 || true)" TRANSFER="$(grep 'transfer:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n1 || true)" if [ -z "$LATEST" ]; then STATUS="FAIL_NO_HANDSHAKE" elif [ "$RC1" = "0" ] && [ "$RC2" = "0" ]; then STATUS="OK" else STATUS="FAIL_PING_LOSS" fi AVG="$AVG1" [ "$AVG" != "-" ] || AVG="$AVG2" LOSS_SUMMARY="$PROBE_IP1:$LOSS1,$PROBE_IP2:$LOSS2" echo "$STATUS|$LATEST|$TRANSFER|$LOSS_SUMMARY|$AVG" } echo "HideMyName AWG strict zero-loss tunnel tester" echo echo "Config dir: $CONFIG_DIR" echo "Probe IPs: $PROBE_IP1 $PROBE_IP2" echo "Ping count: $PING_COUNT per IP" echo "Wait seconds: $WAIT_SECONDS" echo "Run dir: $RUN_DIR" echo printf "status\tfile\tendpoint\tlatest_handshake\ttransfer\tping_loss\tping_rtt_avg\tshow_file\tping_file\n" > "$RESULTS" if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: config dir not found: $CONFIG_DIR" exit 1 fi FILES="$(find -L "$CONFIG_DIR" -type f -name '*.conf' | sort)" TOTAL="$(echo "$FILES" | sed '/^$/d' | wc -l)" N=0 OK=0 FAIL=0 for CONF in $FILES; do N=$((N + 1)) FILE="$(basename "$CONF")" ENDPOINT="$(get_conf_endpoint "$CONF")" SHOW2="$RUN_DIR/${FILE}.show-after-ping.txt" PING_LOG="$RUN_DIR/${FILE}.ping.txt" LOAD_LOG="$RUN_DIR/${FILE}.load.txt" echo "[$N/$TOTAL] $FILE" echo " endpoint: $ENDPOINT" DUP_IF="$(find_up_iface_by_endpoint "$ENDPOINT" || true)" if [ -n "$DUP_IF" ]; then echo " endpoint already UP on $DUP_IF; testing existing interface, not starting duplicate" DEV="$DUP_IF" else DEV="vpn_test" ifdown vpn_test 2>/dev/null || true cleanup_routes vpn_test if ! "$LOADER" "$CONF" > "$LOAD_LOG" 2>&1; then echo " FAIL: load_error" printf "FAIL_LOAD\t%s\t%s\t-\t-\t-\t-\t%s\t%s\n" "$FILE" "$ENDPOINT" "$LOAD_LOG" "$PING_LOG" >> "$RESULTS" FAIL=$((FAIL + 1)) echo continue fi ifup vpn_test > "$RUN_DIR/${FILE}.ifup.log" 2>&1 || true sleep "$WAIT_SECONDS" fi RES="$(test_dev_strict "$DEV" "$SHOW2" "$PING_LOG")" STATUS="$(echo "$RES" | cut -d'|' -f1)" LATEST="$(echo "$RES" | cut -d'|' -f2)" TRANSFER="$(echo "$RES" | cut -d'|' -f3)" LOSS_SUMMARY="$(echo "$RES" | cut -d'|' -f4)" AVG="$(echo "$RES" | cut -d'|' -f5)" echo " status=$STATUS loss=$LOSS_SUMMARY avg=$AVG" printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$STATUS" "$FILE" "$ENDPOINT" "$LATEST" "$TRANSFER" "$LOSS_SUMMARY" "$AVG" "$SHOW2" "$PING_LOG" \ >> "$RESULTS" if [ "$STATUS" = "OK" ]; then OK=$((OK + 1)) else FAIL=$((FAIL + 1)) fi if [ "$DEV" = "vpn_test" ] && [ "$LEAVE_UP" != "1" ]; then ifdown vpn_test 2>/dev/null || true fi cleanup_routes "$DEV" sleep 2 echo done if [ "$LEAVE_UP" != "1" ]; then ifdown vpn_test 2>/dev/null || true fi echo "Готово." echo echo "Results:" echo " $RESULTS" echo echo "Summary:" echo " total=$TOTAL OK=$OK FAIL=$FAIL" echo echo "OK candidates:" awk -F '\t' '$1=="OK"{print $2 " | " $3 " | loss=" $6 " | avg=" $7}' "$RESULTS" echo echo "Strict rejects with ping loss:" awk -F '\t' '$1=="FAIL_PING_LOSS"{print $2 " | " $3 " | loss=" $6 " | avg=" $7}' "$RESULTS" echo echo "table 200:" ip route show table 200 echo echo "main routes touching vpn_test:" ip route show | grep vpn_test || true ### FILE /root/hmn/hmn-validate-current-pool.sh -rwxr-xr-x 1 root root 7298 Jun 3 16:20 /root/hmn/hmn-validate-current-pool.sh sha256=7cf24b674fff3a5077308f07f1202b70dd34979e50b835758f92e9bda92507ee #!/bin/ash set -u echo "=== hmn-validate-current-pool: retest existing local pool safely ===" BASE="/root/hmn" CONFIG_DIR="${1:-$KEYMASK}" TESTER="$BASE/hmn-test-all-awg.sh" CACHE="$BASE/cache" REPORTS="$BASE/reports" STATE="$BASE/state" LOGDIR="$BASE/logs" MIN_ALL_OK="${MIN_ALL_OK:-2}" MIN_FOREIGN_OK="${MIN_FOREIGN_OK:-2}" EXCLUDE_REGEX="${HMN_VALIDATE_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" MAINT="/tmp/hmn-vpn-maintenance" BAD="$STATE/bad-endpoints-$(date +%Y%m%d).txt" QUAR="$CACHE/quarantine-awg1-latest.tsv" TS="$(date +%Y%m%d-%H%M%S)" RUNLOG="$LOGDIR/validate-current-pool-$TS.log" mkdir -p "$CACHE" "$REPORTS" "$STATE" "$LOGDIR" chmod 700 "$BASE" "$CACHE" "$REPORTS" "$STATE" "$LOGDIR" 2>/dev/null || true echo echo "config_dir=$CONFIG_DIR" echo "min_all_ok=$MIN_ALL_OK" echo "min_foreign_ok=$MIN_FOREIGN_OK" echo "exclude_regex=$EXCLUDE_REGEX" echo "log=$RUNLOG" if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: config dir not found: $CONFIG_DIR" exit 1 fi if [ ! -x "$TESTER" ]; then echo "ERROR: tester missing/not executable: $TESTER" exit 1 fi sh -n "$TESTER" || { echo "ERROR: tester syntax bad" exit 1 } CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi MAINT_WAS_PRESENT=0 if [ -e "$MAINT" ]; then MAINT_WAS_PRESENT=1 fi cleanup() { ifdown vpn_test 2>/dev/null || true ip route del 9.9.9.9/32 dev vpn_test 2>/dev/null || true ip route del 1.1.1.1/32 dev vpn_test 2>/dev/null || true if [ "$MAINT_WAS_PRESENT" -eq 0 ]; then rm -f "$MAINT" fi rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$CRON_WAS_RUNNING" -eq 1 ]; then /etc/init.d/cron start >/dev/null 2>&1 || true fi } trap cleanup EXIT INT TERM echo echo "=== freeze automation during validation ===" /etc/init.d/cron stop >/dev/null 2>&1 || true touch "$MAINT" rm -f /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true echo echo "=== pre-state ===" ACTIVE="$(cat "$STATE/active-slot" 2>/dev/null || true)" echo "active=$ACTIVE" ip route show table 200 ip route get 9.9.9.9 from 10.200.0.2 2>&1 || true echo echo "=== run strict tester on current local pool ===" RCFILE="/tmp/hmn-validate-current-pool.tester-rc.$$" rm -f "$RCFILE" ( "$TESTER" "$CONFIG_DIR" echo "$?" > "$RCFILE" ) 2>&1 | tee "$RUNLOG" TEST_RC="$(cat "$RCFILE" 2>/dev/null || echo 99)" rm -f "$RCFILE" echo "tester_rc=$TEST_RC" if [ "$TEST_RC" != "0" ]; then echo "ERROR: tester failed; old strict tables left untouched" exit 1 fi RESULTS="$(ls -t "$BASE"/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" if [ -z "$RESULTS" ] || [ ! -s "$RESULTS" ]; then echo "ERROR: no results.tsv found after tester; old strict tables left untouched" exit 1 fi echo echo "results=$RESULTS" TMP_ALL_LINES="/tmp/hmn-validate-all-lines.$$" TMP_FOREIGN_LINES="/tmp/hmn-validate-foreign-lines.$$" OUT_ALL="$REPORTS/ok-awg1-strict-all-$TS.tsv" OUT_FOREIGN="$REPORTS/ok-awg1-strict-foreign-$TS.tsv" awk -F '\t' -v cfg="$CONFIG_DIR" ' NR > 1 && $1 == "OK" && $6 ~ /9\.9\.9\.9:0%/ && $6 ~ /1\.1\.1\.1:0%/ && $7 ~ /^[0-9.]+$/ { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$RESULTS" | sort -n > "$TMP_ALL_LINES" awk -F '\t' -v ex="$EXCLUDE_REGEX" '$2 !~ ex { print }' "$TMP_ALL_LINES" > "$TMP_FOREIGN_LINES" ALL_OK="$(wc -l < "$TMP_ALL_LINES" | tr -d ' ')" FOREIGN_OK="$(wc -l < "$TMP_FOREIGN_LINES" | tr -d ' ')" echo echo "all_ok=$ALL_OK" echo "foreign_ok=$FOREIGN_OK" if [ "$ALL_OK" -lt "$MIN_ALL_OK" ] || [ "$FOREIGN_OK" -lt "$MIN_FOREIGN_OK" ]; then echo "ERROR: too few OK tunnels after retest; old strict tables left untouched" echo "min_all_ok=$MIN_ALL_OK actual=$ALL_OK" echo "min_foreign_ok=$MIN_FOREIGN_OK actual=$FOREIGN_OK" rm -f "$TMP_ALL_LINES" "$TMP_FOREIGN_LINES" exit 1 fi write_ranked_table() { IN="$1" OUT="$2" printf "rank\tfile\tendpoint\tavg_ms\tping_loss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE EP LOSS CFG; do [ -n "$AVG" ] || continue N=$((N + 1)) AVG_CLEAN="$(echo "$AVG" | sed 's/^0*//; s/^\./0./')" printf "%s\t%s\t%s\t%s\t%s\t%s\n" \ "$N" "$FILE" "$EP" "$AVG_CLEAN" "$LOSS" "$CFG" >> "$OUT" done < "$IN" } write_ranked_table "$TMP_ALL_LINES" "$OUT_ALL" write_ranked_table "$TMP_FOREIGN_LINES" "$OUT_FOREIGN" rm -f "$TMP_ALL_LINES" "$TMP_FOREIGN_LINES" chmod 600 "$OUT_ALL" "$OUT_FOREIGN" echo echo "=== publish strict tables atomically ===" for F in \ "$CACHE/ok-awg1-strict-all-latest.tsv" \ "$CACHE/ok-awg1-strict-foreign-latest.tsv" \ "$CACHE/ok-awg1-strict-latest.tsv" do [ -e "$F" ] && cp -a "$F" "$F.before-validate-$TS" || true done cp "$OUT_ALL" "$CACHE/ok-awg1-strict-all-latest.tsv.new" cp "$OUT_FOREIGN" "$CACHE/ok-awg1-strict-foreign-latest.tsv.new" cp "$OUT_ALL" "$CACHE/ok-awg1-strict-latest.tsv.new" mv "$CACHE/ok-awg1-strict-all-latest.tsv.new" "$CACHE/ok-awg1-strict-all-latest.tsv" mv "$CACHE/ok-awg1-strict-foreign-latest.tsv.new" "$CACHE/ok-awg1-strict-foreign-latest.tsv" mv "$CACHE/ok-awg1-strict-latest.tsv.new" "$CACHE/ok-awg1-strict-latest.tsv" chmod 600 "$CACHE"/ok-awg1-strict*.tsv 2>/dev/null || true echo echo "=== reset runtime bad/quarantine for new validation generation ===" [ -s "$BAD" ] && cp -a "$BAD" "$BAD.before-validate-$TS" || true : > "$BAD" chmod 600 "$BAD" if [ -f "$QUAR" ]; then cp -a "$QUAR" "$QUAR.before-validate-$TS" 2>/dev/null || true fi printf "endpoint\tfile\treason\tadded_at\n" > "$QUAR" chmod 600 "$QUAR" echo echo "=== selected consistency check, no selected changes here ===" cat "$CACHE/selected-awg1-latest.tsv" 2>/dev/null || echo "no selected cache" echo for S in vpn1 vpn2; do EP="$(uci -q get network.$S.hmn_endpoint || true)" printf "%s endpoint %s: " "$S" "$EP" if [ -n "$EP" ] && awk -F '\t' -v ep="$EP" 'NR>1 && $3==ep {found=1} END{exit found?0:1}' "$CACHE/ok-awg1-strict-foreign-latest.tsv"; then echo "OK in current strict foreign table" else echo "WARN not in current strict foreign table" fi done echo echo "=== restore active route ===" ACTIVE="$(cat "$STATE/active-slot" 2>/dev/null || true)" case "$ACTIVE" in vpn1|vpn2) ip route replace default dev "$ACTIVE" table 200 2>/dev/null || true /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache ;; esac echo echo "=== unfreeze and run manager once ===" if [ "$MAINT_WAS_PRESENT" -eq 0 ]; then rm -f "$MAINT" fi /usr/bin/vpn-egress-manager.sh echo "manager_rc=$?" echo echo "=== final state ===" cat "$STATE/active-slot" 2>/dev/null || echo "no active-slot" ip route show table 200 ip route get 9.9.9.9 from 10.200.0.2 2>&1 || true echo echo "--- strict all head ---" head -n 12 "$CACHE/ok-awg1-strict-all-latest.tsv" echo echo "--- strict foreign head ---" head -n 12 "$CACHE/ok-awg1-strict-foreign-latest.tsv" ### FILE /root/hmn/hmn-vpn-egress-revive.sh -rwxr-xr-x 1 root root 5011 Jul 6 14:24 /root/hmn/hmn-vpn-egress-revive.sh sha256=4499e51203fdc47fc62ef6150f544eb7751b1a89dfb15d82162d6fbd25101a93 #!/bin/ash set -u BASE="/root/hmn" STATE="$BASE/state" LOGDIR="$BASE/logs" LOG="$LOGDIR/vpn-egress-revive-last.log" STAMP="$STATE/last-vpn-egress-revive" LOCK="/tmp/hmn-vpn-egress-revive.lock" MAINT="/tmp/hmn-vpn-maintenance" OVERRIDE="$BASE/hmn-vpn-user-override.sh" MANAGER="/usr/bin/vpn-egress-manager.sh" mkdir -p "$STATE" "$LOGDIR" say() { echo "$(date -Iseconds) $*" } get_table_dev() { ip -4 route show table 200 | awk ' /^default / { for (i=1; i<=NF; i++) { if ($i=="dev") { print $(i+1); exit } } } ' } strict_probe() { IP="$1" LOGF="/tmp/hmn-revive-ping-${IP}.$$" ping -4 -c 3 -W 2 -I 10.200.0.2 "$IP" > "$LOGF" 2>&1 || true cat "$LOGF" LOSS="$(sed -n 's/.* \([0-9][0-9]*%\) packet loss.*/\1/p' "$LOGF" | tail -n1)" rm -f "$LOGF" [ "$LOSS" = "0%" ] } wait_table_default() { WANT="$1" i=0 while [ "$i" -lt 12 ]; do DEV="$(get_table_dev)" if [ "$DEV" = "$WANT" ]; then echo "table200_default_ok=$DEV" return 0 fi echo "table200_default_wait i=$i current=${DEV:-none} want=$WANT" # Re-run manager first; if it is still racing with netifd, explicitly reassert # only for the selected managed slot. This does not change UCI configs. if [ -x "$MANAGER" ]; then "$MANAGER" >/dev/null 2>&1 || true fi case "$WANT" in vpn1|vpn2) if ip link show "$WANT" >/dev/null 2>&1; then ip -4 route replace default dev "$WANT" table 200 2>/dev/null || true ip -4 route flush cache 2>/dev/null || true fi ;; esac sleep 2 i=$((i + 1)) done DEV="$(get_table_dev)" echo "ERROR: table200_default_missing final=${DEV:-none} want=$WANT" return 1 } run_body() { echo "=== hmn-vpn-egress-revive ===" say "start" if ! mkdir "$LOCK" 2>/dev/null; then say "ERROR: revive already running" echo "status=already_running" > "$STAMP" return 2 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi cleanup() { rm -f "$MAINT" if [ "$CRON_WAS_RUNNING" -eq 1 ]; then /etc/init.d/cron start >/dev/null 2>&1 || true fi rmdir "$LOCK" 2>/dev/null || true } trap cleanup EXIT INT TERM echo echo "=== freeze short automation window ===" /etc/init.d/cron stop >/dev/null 2>&1 || true touch "$MAINT" echo echo "=== pre-state ===" echo "override_status=$($OVERRIDE status 2>/dev/null | awk -F= '/^status=/{print $2; exit}' || echo unknown)" echo "active_slot=$(cat "$STATE/active-slot" 2>/dev/null || true)" echo "table_dev=$(get_table_dev)" cat /tmp/vpn-egress-current.state 2>/dev/null || true ip -4 route show table 200 echo echo "=== clear manual override if active ===" if [ -x "$OVERRIDE" ] && "$OVERRIDE" status 2>/dev/null | grep -q '^status=active'; then "$OVERRIDE" clear || true sleep 2 else echo "manual_override=not_active" fi TABLE_DEV="$(get_table_dev)" ACTIVE_SLOT="$(cat "$STATE/active-slot" 2>/dev/null || true)" TARGET="" case "$TABLE_DEV" in vpn1|vpn2) TARGET="$TABLE_DEV" ;; esac if [ -z "$TARGET" ]; then case "$ACTIVE_SLOT" in vpn1|vpn2) TARGET="$ACTIVE_SLOT" ;; esac fi if [ -z "$TARGET" ]; then TARGET="vpn1" fi echo echo "=== restart active interface ===" echo "target=$TARGET" ifdown "$TARGET" 2>/dev/null || true sleep 3 ifup "$TARGET" 2>/dev/null || true sleep 12 echo echo "=== run vpn-egress-manager ===" if [ -x "$MANAGER" ]; then "$MANAGER" || true else echo "ERROR: manager not executable: $MANAGER" return 1 fi echo echo "=== wait table 200 default ===" if ! wait_table_default "$TARGET"; then FINAL_DEV="$(get_table_dev)" cat /tmp/vpn-egress-current.state 2>/dev/null || true ip -4 route show table 200 { echo "status=failed" echo "finished_at=$(date -Iseconds)" echo "target=$TARGET" echo "final_table_dev=$FINAL_DEV" echo "reason=table200_default_missing" } > "$STAMP" say "REVIVE_FAILED_TABLE200" return 1 fi echo echo "=== post-state ===" FINAL_DEV="$(get_table_dev)" echo "final_table_dev=$FINAL_DEV" cat /tmp/vpn-egress-current.state 2>/dev/null || true ip -4 route show table 200 echo echo "=== strict traffic check ===" OK1=0 OK2=0 echo "--- 9.9.9.9 ---" if strict_probe 9.9.9.9; then OK1=1; fi echo echo "--- 1.1.1.1 ---" if strict_probe 1.1.1.1; then OK2=1; fi { echo "status=$([ "$OK1" -eq 1 ] && [ "$OK2" -eq 1 ] && echo ok || echo failed)" echo "finished_at=$(date -Iseconds)" echo "target=$TARGET" echo "final_table_dev=$FINAL_DEV" echo "probe_9_9_9_9=$OK1" echo "probe_1_1_1_1=$OK2" } > "$STAMP" if [ "$OK1" -eq 1 ] && [ "$OK2" -eq 1 ]; then say "REVIVE_OK" return 0 fi say "REVIVE_FAILED" return 1 } ( run_body RC="$?" echo echo "revive_rc=$RC" exit "$RC" ) > "$LOG" 2>&1 RC="$?" cat "$LOG" exit "$RC" ### FILE /root/hmn/hmn-vpn-user-override.sh -rwxr-xr-x 1 root root 7379 Jul 6 10:00 /root/hmn/hmn-vpn-user-override.sh sha256=6e03209458dff3410976e193dfd83d06c3a888d7c1eb624b57def6f1913a1dd8 #!/bin/sh set -u STATE_DIR="/root/hmn/state" STATE="$STATE_DIR/vpn-user-override.state" LOG="/root/hmn/logs/vpn-user-override.log" LOCKDIR="/tmp/hmn-vpn-user-override.lock" OK_LIST="/root/hmn/cache/ok-awg1-strict-latest.tsv" LOADER="/root/hmn/hmn-load-vpn-user.sh" MANAGER="/usr/bin/vpn-egress-manager.sh" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" log() { mkdir -p /root/hmn/logs echo "$(date -Iseconds 2>/dev/null || date) $*" >> "$LOG" logger -t vpn-user-override "$*" 2>/dev/null || true } die() { echo "ERROR: $*" >&2 log "ERROR: $*" exit 1 } usage() { cat < $0 clear $0 tick $0 manager-guard EOF } lock_or_die() { if ! mkdir "$LOCKDIR" 2>/dev/null; then die "lock busy: $LOCKDIR" fi trap 'rmdir "$LOCKDIR" 2>/dev/null || true' EXIT INT TERM } now_epoch() { date +%s } load_state() { status="" config_file="" config_path="" endpoint="" activated_at_epoch="" expires_at_epoch="" minutes="" prev_default_dev="" [ -f "$STATE" ] && . "$STATE" 2>/dev/null || true } current_table200_default_dev() { ip -4 route show table 200 2>/dev/null | sed -n 's/^default dev \([^ ]*\).*/\1/p' | head -n 1 } vpn_user_link_exists() { ip link show vpn_user >/dev/null 2>&1 } ensure_vpn_user_route() { vpn_user_link_exists || return 1 ip -4 route replace default dev vpn_user table 200 echo "VPN_USER_OVERRIDE vpn_user | default dev vpn_user scope link" > "$ROUTE_STATE_FILE" return 0 } cleanup_probe_routes() { ip -4 route del 9.9.9.9/32 dev vpn_user 2>/dev/null || true ip -4 route del 1.1.1.1/32 dev vpn_user 2>/dev/null || true } strict_health_vpn_user() { vpn_user_link_exists || { echo "vpn_user link is missing" return 1 } cleanup_probe_routes ip -4 route replace 9.9.9.9/32 dev vpn_user ip -4 route replace 1.1.1.1/32 dev vpn_user OK=1 for IP in 9.9.9.9 1.1.1.1; do echo "=== ping $IP via vpn_user ===" OUT="$(ping -4 -I vpn_user -c 3 -W 2 "$IP" 2>&1 || true)" echo "$OUT" echo "$OUT" | grep -q " 0% packet loss" || OK=0 done cleanup_probe_routes [ "$OK" = "1" ] } resolve_config() { ARG="$1" [ -f "$OK_LIST" ] || die "OK list not found: $OK_LIST" CONFIG_PATH="" CONFIG_FILE="" ENDPOINT="" AVG_MS="" if echo "$ARG" | grep -q '^/'; then CONFIG_PATH="$(awk -F '\t' -v c="$ARG" 'NR > 1 && $6 == c { print $6; exit }' "$OK_LIST")" else CONFIG_PATH="$(awk -F '\t' -v a="$ARG" 'NR > 1 && ($1 == a || $2 == a || $6 == a) { print $6; exit }' "$OK_LIST")" fi [ -n "$CONFIG_PATH" ] || die "config not found in current strict OK list: $ARG" [ -f "$CONFIG_PATH" ] || die "config path from OK list does not exist: $CONFIG_PATH" CONFIG_FILE="$(basename "$CONFIG_PATH")" ENDPOINT="$(awk -F '\t' -v c="$CONFIG_PATH" 'NR > 1 && $6 == c { print $3; exit }' "$OK_LIST")" AVG_MS="$(awk -F '\t' -v c="$CONFIG_PATH" 'NR > 1 && $6 == c { print $4; exit }' "$OK_LIST")" } cmd_list() { [ -f "$OK_LIST" ] || die "OK list not found: $OK_LIST" cat "$OK_LIST" } cmd_status() { load_state NOW="$(now_epoch)" DEV="$(current_table200_default_dev)" echo "status=${status:-inactive}" echo "now_epoch=$NOW" echo "table200_default_dev=${DEV:-}" echo "state_file=$STATE" if [ -f "$STATE" ]; then echo "state_exists=1" echo "config_file=${config_file:-}" echo "config_path=${config_path:-}" echo "endpoint=${endpoint:-}" echo "activated_at_epoch=${activated_at_epoch:-}" echo "expires_at_epoch=${expires_at_epoch:-}" echo "minutes=${minutes:-}" echo "prev_default_dev=${prev_default_dev:-}" if [ -n "${expires_at_epoch:-}" ]; then REMAIN=$((expires_at_epoch - NOW)) [ "$REMAIN" -lt 0 ] && REMAIN=0 echo "remaining_seconds=$REMAIN" fi else echo "state_exists=0" fi echo echo "=== network.vpn_user safe ===" uci show network.vpn_user 2>/dev/null \ | grep -vE "\.(private_key|public_key|preshared_key|password|secret|token|key)='" \ || true echo echo "=== table 200 ===" cat "$ROUTE_STATE_FILE" 2>/dev/null || true ip -4 route show table 200 2>/dev/null || true } write_state() { mkdir -p "$STATE_DIR" TMP="${STATE}.tmp.$$" { echo "status='active'" echo "config_file='$CONFIG_FILE'" echo "config_path='$CONFIG_PATH'" echo "endpoint='$ENDPOINT'" echo "avg_ms='${AVG_MS:-}'" echo "activated_at_epoch='$NOW'" echo "expires_at_epoch='$EXPIRES'" echo "minutes='$MINUTES'" echo "prev_default_dev='$PREV_DEFAULT_DEV'" } > "$TMP" mv "$TMP" "$STATE" chmod 600 "$STATE" } cmd_activate() { [ $# -eq 2 ] || { usage exit 1 } ARG="$1" MINUTES="$2" case "$MINUTES" in ''|*[!0-9]*) die "minutes must be numeric" ;; esac [ "$MINUTES" -ge 1 ] || die "minutes must be >= 1" [ "$MINUTES" -le 1440 ] || die "minutes must be <= 1440" [ -x "$LOADER" ] || die "loader missing or not executable: $LOADER" lock_or_die resolve_config "$ARG" NOW="$(now_epoch)" EXPIRES=$((NOW + MINUTES * 60)) PREV_DEFAULT_DEV="$(current_table200_default_dev)" log "activate requested config=$CONFIG_FILE endpoint=$ENDPOINT minutes=$MINUTES prev_default_dev=${PREV_DEFAULT_DEV:-}" echo "=== load config into vpn_user ===" "$LOADER" "$CONFIG_PATH" up echo echo "=== wait for vpn_user ===" sleep 3 ip -br addr show vpn_user 2>/dev/null || ip addr show vpn_user 2>/dev/null || true echo echo "=== strict health check ===" if ! strict_health_vpn_user; then ifdown vpn_user 2>/dev/null || true die "strict health failed for vpn_user" fi echo echo "=== activate table 200 override ===" ensure_vpn_user_route || die "failed to set table 200 default dev vpn_user" write_state log "activated config=$CONFIG_FILE endpoint=$ENDPOINT until_epoch=$EXPIRES" echo echo "ACTIVATE_OK" cmd_status } cmd_clear() { lock_or_die load_state log "clear requested status=${status:-inactive} config=${config_file:-}" rm -f "$STATE" ### FILE /root/hmn/hmn.env -rw------- 1 root root 434 Jul 6 16:10 /root/hmn/hmn.env sha256=1685782c0b42e434c1c2c180e7d09db32bdc2b3847bf7b0ba978c94fb924f3de # HideMyName local secrets/settings # Created: 2026-07-06T16:10:14+00:00 HMN_ACCESS_CODE=MASKED # Current working default for VM101/client001 HMN_AWG_PARAM='1' HMN_PROTOCOL='amneziawg1' # HideMyName API HMN_SERVERLIST_URL='https://hide-my-name.net/api/serverlist.php?out=js&wg' HMN_CONFIG_URL='https://hide-my-name.net/api/vpn_get_config_wg.php' # auto = use default dev from routing table 200 HMN_REQUEST_IFACE='auto' ### FILE /root/hmn/logs/cron-refresh-pool-safe-last.log -rw-r--r-- 1 root root 31027 Jul 8 04:32 /root/hmn/logs/cron-refresh-pool-safe-last.log sha256=a846eaf105d39d06de14d7981ec7c87860de66ba85808f06d84c19004e4a75a4 === cron refresh start 2026-07-08T04:20:00+00:00 === cmd=/root/hmn/hmn-refresh-pool-safe.sh fresh-download 2026-07-08T04:20:00+00:00 === hmn-refresh-pool-safe start === 2026-07-08T04:20:00+00:00 mode=fresh-download 2026-07-08T04:20:00+00:00 KEYMASK-pool-safe-20260708-042000-24122.log === lock === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === backup current published pointers/tables === 2026-07-08T04:20:00+00:00 KEYMASK-safe-before-20260708-042000-24122 latest before: KEYMASK-042000 === fresh download stage === 2026-07-08T04:20:00+00:00 trying fresh HMN download via: /root/hmn/hmn-download-all-awg.sh HideMyName download all AWG configs AWG parameter: awg=1 Request interface: vpn2 Run dir: /root/hmn/runs/20260708-042000 Config dir: KEYMASK-042000 0/4 Проверяю доступ к hide-my-name.net через vpn2... OK. 1/4 Скачиваю serverlist... OK: /root/hmn/runs/20260708-042000/serverlist.json 2/4 Извлекаю все WG-кандидаты из services.wg... WG-кандидатов найдено: 35 3/4 Скачиваю конфиги для всех WG-кандидатов... [1/35] DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 OK -> 192.36.27.17:35500 | address=10.119.249.139/32 | match=yes [2/35] UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 OK -> 38.244.192.244:45389 | address=10.112.60.219/32 | match=yes [3/35] DE | Germany, Berlin S7 | 157.173.27.69:41797 OK -> 157.173.27.69:41797 | address=10.97.187.205/32 | match=yes [4/35] FI | Finland, Helsinki S4 | 192.71.247.18:35999 OK -> 192.71.247.18:35999 | address=10.98.185.144/32 | match=yes [5/35] BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 OK -> 194.71.227.212:32583 | address=10.100.254.15/32 | match=yes [6/35] CL | Chile, Santiago | 38.7.197.83:38465 OK -> 38.7.197.83:38465 | address=10.101.61.41/32 | match=yes [7/35] CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 OK -> 193.235.207.39:38330 | address=10.102.248.214/32 | match=yes [8/35] US | USA, Los Angeles S2 | 107.172.187.100:39480 OK -> 107.172.187.100:39480 | address=10.103.56.214/32 | match=yes [9/35] NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 OK -> 78.31.250.16:41729 | address=10.103.120.171/32 | match=yes [10/35] TR | Turkey, Istanbul S3 | 84.32.230.159:43808 OK -> 84.32.230.159:43808 | address=10.103.187.191/32 | match=yes [11/35] NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 OK -> 95.211.68.119:45176 | address=10.104.58.109/32 | match=yes [12/35] IT | Italy, Milan S3 | 149.154.157.24:35090 OK -> 149.154.157.24:35090 | address=10.104.120.117/32 | match=yes [13/35] US | USA, New York S1 | 107.175.93.59:31095 OK -> 107.175.93.59:31095 | address=10.107.43.173/32 | match=yes [14/35] US | USA, Dallas | 107.174.226.51:44839 OK -> 107.174.226.51:44839 | address=10.107.108.112/32 | match=yes [15/35] JP | Japan, Tokyo | 192.121.162.75:45945 OK -> 192.121.162.75:45945 | address=10.108.238.215/32 | match=yes [16/35] HU | Hungary, Budapest S6 | 89.46.237.14:38594 OK -> 89.46.237.14:38594 | address=10.81.111.97/32 | match=yes [17/35] PS | UAE, Dubai | 103.57.251.39:37380 OK -> 103.57.251.39:37380 | address=10.82.239.94/32 | match=yes [18/35] NO | Norway, Sandefjord S15 | 185.14.97.234:37492 OK -> 185.14.97.234:37492 | address=10.83.41.157/32 | match=yes [19/35] US | USA, New York City S3 | 64.253.89.235:37402 OK -> 64.253.89.235:37402 | address=10.83.172.142/32 | match=yes [20/35] RU | Russia, Moscow S5 | 141.98.189.83:39408 OK -> 141.98.189.83:39408 | address=10.83.235.104/32 | match=yes [21/35] LV | Latvia, Riga S1 | 192.121.163.235:42530 OK -> 192.121.163.235:42530 | address=10.86.108.200/32 | match=yes [22/35] CH | Switzerland, Zurich S2 | 89.46.232.39:40316 OK -> 89.46.232.39:40316 | address=10.86.172.73/32 | match=yes [23/35] SE | Sweden, Stockholm S2 | 46.246.127.84:36230 OK -> 46.246.127.84:36230 | address=10.87.170.125/32 | match=yes [24/35] RS | Serbia, Belgrade S2 | 194.71.126.45:32821 OK -> 194.71.126.45:32821 | address=10.89.174.45/32 | match=yes [25/35] GB | United Kingdom, London S1 | 37.235.54.96:38971 OK -> 37.235.54.96:38971 | address=10.90.235.244/32 | match=yes [26/35] US | USA, Salt Lake City S2 | 23.158.72.87:45460 OK -> 23.158.72.87:45460 | address=10.91.43.12/32 | match=yes [27/35] AT | Austria, Vienna S3 | 157.173.25.198:34340 OK -> 157.173.25.198:34340 | address=10.91.168.223/32 | match=yes [28/35] NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 OK -> 178.215.227.13:44408 | address=10.91.233.132/32 | match=yes [29/35] SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 OK -> 192.71.244.202:45735 | address=10.92.173.35/32 | match=yes [30/35] KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 OK -> 109.248.198.4:37129 | address=10.77.236.75/32 | match=yes [31/35] AT | Austria, Graz S1 | 151.236.30.139:33998 OK -> 151.236.30.139:33998 | address=10.124.237.218/32 | match=yes [32/35] HK | Hong Kong, Central District S2 | 112.120.98.53:46369 OK -> 112.120.98.53:46369 | address=10.95.47.73/32 | match=yes [33/35] EE | Estonia, Tallinn S2 | 89.40.104.201:36979 OK -> 89.40.104.201:36979 | address=10.65.43.208/32 | match=yes [34/35] KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 OK -> 77.67.8.84:43378 | address=10.66.44.225/32 | match=yes [35/35] IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 OK -> 192.71.27.64:40044 | address=10.67.234.5/32 | match=yes 4/4 Готово. Всего WG-кандидатов: 35 Конфигов скачано: 35 Ошибок: 0 Конфиги: KEYMASK-042000 Latest symlink: KEYMASK Таблица рабочих: /root/hmn/runs/20260708-042000/working-awg1.tsv Копия latest: /root/hmn/cache/working-awg1-latest.tsv Список скачанных: 1. id=12 | DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 | endpoint=192.36.27.17:35500 | KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 2. id=29 | UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 | endpoint=38.244.192.244:45389 | KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 3. id=49 | DE | Germany, Berlin S7 | 157.173.27.69:41797 | endpoint=157.173.27.69:41797 | KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4. id=53 | FI | Finland, Helsinki S4 | 192.71.247.18:35999 | endpoint=192.71.247.18:35999 | KEYMASK-042000/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf 5. id=62 | BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 | endpoint=194.71.227.212:32583 | KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6. id=63 | CL | Chile, Santiago | 38.7.197.83:38465 | endpoint=38.7.197.83:38465 | KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 7. id=70 | CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 | endpoint=193.235.207.39:38330 | KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 8. id=71 | US | USA, Los Angeles S2 | 107.172.187.100:39480 | endpoint=107.172.187.100:39480 | KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 9. id=72 | NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 | endpoint=78.31.250.16:41729 | KEYMASK-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 10. id=73 | TR | Turkey, Istanbul S3 | 84.32.230.159:43808 | endpoint=84.32.230.159:43808 | KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11. id=75 | NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 | endpoint=95.211.68.119:45176 | KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 12. id=76 | IT | Italy, Milan S3 | 149.154.157.24:35090 | endpoint=149.154.157.24:35090 | KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 13. id=87 | US | USA, New York S1 | 107.175.93.59:31095 | endpoint=107.175.93.59:31095 | KEYMASK-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 14. id=88 | US | USA, Dallas | 107.174.226.51:44839 | endpoint=107.174.226.51:44839 | KEYMASK-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf 15. id=94 | JP | Japan, Tokyo | 192.121.162.75:45945 | endpoint=192.121.162.75:45945 | KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 16. id=108 | HU | Hungary, Budapest S6 | 89.46.237.14:38594 | endpoint=89.46.237.14:38594 | KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 17. id=114 | PS | UAE, Dubai | 103.57.251.39:37380 | endpoint=103.57.251.39:37380 | KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 18. id=115 | NO | Norway, Sandefjord S15 | 185.14.97.234:37492 | endpoint=185.14.97.234:37492 | KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 19. id=117 | US | USA, New York City S3 | 64.253.89.235:37402 | endpoint=64.253.89.235:37402 | KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 20. id=118 | RU | Russia, Moscow S5 | 141.98.189.83:39408 | endpoint=141.98.189.83:39408 | KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 21. id=128 | LV | Latvia, Riga S1 | 192.121.163.235:42530 | endpoint=192.121.163.235:42530 | KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 22. id=129 | CH | Switzerland, Zurich S2 | 89.46.232.39:40316 | endpoint=89.46.232.39:40316 | KEYMASK-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 23. id=133 | SE | Sweden, Stockholm S2 | 46.246.127.84:36230 | endpoint=46.246.127.84:36230 | KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 24. id=141 | RS | Serbia, Belgrade S2 | 194.71.126.45:32821 | endpoint=194.71.126.45:32821 | KEYMASK-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 25. id=146 | GB | United Kingdom, London S1 | 37.235.54.96:38971 | endpoint=37.235.54.96:38971 | KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 26. id=147 | US | USA, Salt Lake City S2 | 23.158.72.87:45460 | endpoint=23.158.72.87:45460 | KEYMASK-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 27. id=149 | AT | Austria, Vienna S3 | 157.173.25.198:34340 | endpoint=157.173.25.198:34340 | KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 28. id=150 | NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 | endpoint=178.215.227.13:44408 | KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 29. id=153 | SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 | endpoint=192.71.244.202:45735 | KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 30. id=162 | KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 | endpoint=109.248.198.4:37129 | KEYMASK-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 31. id=180 | AT | Austria, Graz S1 | 151.236.30.139:33998 | endpoint=151.236.30.139:33998 | KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 32. id=206 | HK | Hong Kong, Central District S2 | 112.120.98.53:46369 | endpoint=112.120.98.53:46369 | KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 33. id=214 | EE | Estonia, Tallinn S2 | 89.40.104.201:36979 | endpoint=89.40.104.201:36979 | KEYMASK-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 34. id=218 | KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 | endpoint=77.67.8.84:43378 | KEYMASK-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 35. id=225 | IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 | endpoint=192.71.27.64:40044 | KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf OpenWRT network config не трогали. 2026-07-08T04:20:44+00:00 fresh_download_rc=0 === validation decision === 2026-07-08T04:20:44+00:00 fresh download OK 2026-07-08T04:20:44+00:00 validate fresh/current latest pool through vpn_test === hmn-validate-current-pool: retest existing local pool safely === config_KEYMASK min_all_ok=2 min_foreign_ok=2 exclude_regex=RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea KEYMASK-current-pool-20260708-042044.log === freeze automation during validation === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === run strict tester on current local pool === HideMyName AWG strict zero-loss tunnel tester Config dir: KEYMASK Probe IPs: 9.9.9.9 1.1.1.1 Ping count: 5 per IP Wait seconds: 8 Run dir: /root/hmn/test-runs/20260708-042044 [1/35] 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf endpoint: 192.36.27.17:35500 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [2/35] 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf endpoint: 38.244.192.244:45389 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [3/35] 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf endpoint: 157.173.27.69:41797 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=57.299 [4/35] 053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf endpoint: 192.71.247.18:35999 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [5/35] 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=219.008 ### FILE /root/hmn/logs/cron-refresh-retry-last.log -rw-r--r-- 1 root root 117 Jul 8 08:05 /root/hmn/logs/cron-refresh-retry-last.log sha256=772a2381062704a75e514a77415c096b6b30ba8a73dcbe6f4ccdd699935e9919 === hmn-refresh-retry-cron === mode=run manager_wait_max=180 manager_wait_step=3 === retry flag === retry_needed=no ### FILE /root/hmn/logs/h42e-reboot-forensics-vm101-20260603-165459.txt -rw-r--r-- 1 root root 28911 Jun 3 16:55 /root/hmn/logs/h42e-reboot-forensics-vm101-20260603-165459.txt sha256=ee1bd17015b17ec632fd67113677bb5260afd5945e9a0d40bce5e0511922afe1 === H42E VM101 REBOOT FORENSICS === time=2026-06-03T16:54:59+00:00 hostname=OpenWrt === uptime / boot age === 16:54:59 up 7 min, load average: 0.00, 0.00, 0.00 432.09 426.55 === identity / interfaces === lo UNKNOWN 127.0.0.1/8 ::1/128 eth0 UP 192.168.30.218/24 fe80::be24:11ff:fe42:83cf/64 eth1 UP 10.200.0.2/24 fe80::be24:11ff:fe09:4e2c/64 eth2 UP 10.71.1.2/24 fe80::be24:11ff:fe4d:7a71/64 eth3 UP 10.201.0.2/24 fe80::be24:11ff:fec8:2ee1/64 vpn2 UNKNOWN 10.91.235.78/32 === routes / rules === 0: from all lookup local 10019: from all iif eth1 lookup 200 10020: from 10.200.0.0/24 lookup 200 32766: from all lookup main 32767: from all lookup default --- table 200 --- default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 --- route get from vpn_in source --- 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === HMN state === --- /root/hmn/state/active-slot --- vpn2 --- /root/hmn/state/refresh-status --- missing --- /root/hmn/state/last-refresh-status-at --- missing --- /root/hmn/state/refresh-retry-needed --- missing --- /root/hmn/state/refresh-retry-reason --- missing --- /root/hmn/state/last-refresh-retry-decision --- NO_RETRY_NEEDED --- /root/hmn/state/last-low-watermark-decision --- ENOUGH_CANDIDATES --- /root/hmn/state/last-low-watermark-check --- checked_at=2026-06-03T16:52:00+00:00 foreign_total=12 used_by_slots=2 bad_in_table=1 available=9 threshold=3 active_slot=vpn2 === selected cache === slot file endpoint avg_ms config_path vpn1 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf vpn2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf === strict foreign count === strict_foreign_count=12 === cron === * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh running === locks === absent: /tmp/hmn-refresh-pool-safe.lock absent: /tmp/hmn-vpn-maintenance absent: /tmp/vpn-egress-manager.lock absent: /tmp/vpn-egress-hotplug-trigger.lock absent: /tmp/hmn-pool-low-watermark-check.lock absent: /tmp/hmn-refresh-retry.lock present: /tmp/vpn-egress-current.state -rw-r--r-- 1 root root 40 Jun 3 16:48 /tmp/vpn-egress-current.state --- content --- VPN vpn2 | default dev vpn2 scope link absent: /tmp/vpn-egress-force-wan === ifstatus key interfaces === --- ifstatus wan --- { "up": true, "pending": false, "available": true, "autostart": true, "dynamic": false, "uptime": 425, "l3_device": "eth0", "proto": "dhcp", "device": "eth0", "updated": [ "addresses", "routes", "data" ], "metric": 0, "dns_metric": 0, "delegation": true, "ipv4-address": [ { "address": "192.168.30.218", "mask": 24 } ], "ipv6-address": [ ], "ipv6-prefix": [ ], "ipv6-prefix-assignment": [ ], "route": [ { "target": "0.0.0.0", "mask": 0, "nexthop": "192.168.30.1", "source": "192.168.30.218/32" } ], "dns-server": [ "1.1.1.1", "8.8.8.8" ], "dns-search": [ ], "neighbors": [ ], "inactive": { "ipv4-address": [ ], "ipv6-address": [ ], "route": [ ], "dns-server": [ "192.168.30.1" ], "dns-search": [ "lan" ], "neighbors": [ ] }, "data": { "dhcpserver": "192.168.30.1", "hostname": "Client001", "leasetime": 43200 } } --- ifstatus mgmt --- { "up": true, "pending": false, "available": true, "autostart": true, "dynamic": false, "uptime": 425, "l3_device": "eth2", "proto": "static", "device": "eth2", "updated": [ "addresses", "routes" ], "metric": 0, "dns_metric": 0, "delegation": true, "ipv4-address": [ { "address": "10.71.1.2", "mask": 24 } ], "ipv6-address": [ ], "ipv6-prefix": [ ], "ipv6-prefix-assignment": [ ], "route": [ { "target": "10.250.1.0", "mask": 24, "nexthop": "10.71.1.1", "source": "0.0.0.0/0" } ], "dns-server": [ ], "dns-search": [ ], "neighbors": [ ], "inactive": { "ipv4-address": [ ], "ipv6-address": [ ], "route": [ ], "dns-server": [ ], "dns-search": [ ], "neighbors": [ ] }, "data": { } } --- ifstatus vpn_in --- { "up": true, "pending": false, "available": true, "autostart": true, "dynamic": false, "uptime": 425, "l3_device": "eth1", ### FILE /root/hmn/logs/low-watermark-last.log -rw-r--r-- 1 root root 503 Jul 8 08:22 /root/hmn/logs/low-watermark-last.log sha256=166b0eb28ba6f8c0afee535dcea1c9ac70b0806a954de7a4f25d39f26a006aaf === hmn-pool-low-watermark-check === mode=run KEYMASK-awg1-strict-foreign-latest.tsv low_percent=20 min_available=2 manager_wait_max=180 manager_wait_step=3 === pool numbers === foreign_total=15 vpn1_ep=178.215.227.13:44408 vpn2_ep=192.121.163.235:42530 active_slot=vpn1 used_by_slots=2 bad_in_table=1 available=12 threshold=3 === initial overlap guards === refresh_lock_present=0 maintenance_present=0 manager_lock_present=1 === decision === decision=ENOUGH_CANDIDATES action=none ### FILE /root/hmn/logs/refresh-pool-safe-20260706-161226-12417.log -rw-r--r-- 1 root root 28483 Jul 6 16:24 /root/hmn/logs/refresh-pool-safe-20260706-161226-12417.log sha256=0f208e0d47b2d5ee842b7b9fbbd3fa6f86cdccefb92201016e27799b33f37ca6 2026-07-06T16:12:26+00:00 === hmn-refresh-pool-safe start === 2026-07-06T16:12:26+00:00 mode=fresh-download 2026-07-06T16:12:26+00:00 KEYMASK-pool-safe-20260706-161226-12417.log === lock === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === backup current published pointers/tables === 2026-07-06T16:12:26+00:00 KEYMASK-safe-before-20260706-161226-12417 latest before: KEYMASK-042000 === fresh download stage === 2026-07-06T16:12:26+00:00 trying fresh HMN download via: /root/hmn/hmn-download-all-awg.sh HideMyName download all AWG configs AWG parameter: awg=1 Request interface: vpn2 Run dir: /root/hmn/runs/20260706-161226 Config dir: KEYMASK-161226 0/4 Проверяю доступ к hide-my-name.net через vpn2... OK. 1/4 Скачиваю serverlist... OK: /root/hmn/runs/20260706-161226/serverlist.json 2/4 Извлекаю все WG-кандидаты из services.wg... WG-кандидатов найдено: 35 3/4 Скачиваю конфиги для всех WG-кандидатов... [1/35] DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 OK -> 192.36.27.17:35500 | address=10.119.249.139/32 | match=yes [2/35] UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 OK -> 38.244.192.244:45389 | address=10.112.60.219/32 | match=yes [3/35] DE | Germany, Berlin S7 | 157.173.27.69:41797 OK -> 157.173.27.69:41797 | address=10.97.187.205/32 | match=yes [4/35] FI | Finland, Helsinki S4 | 192.71.247.18:35999 FAIL: No IP addresses available on this server [5/35] BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 OK -> 194.71.227.212:32583 | address=10.100.254.15/32 | match=yes [6/35] CL | Chile, Santiago | 38.7.197.83:38465 OK -> 38.7.197.83:38465 | address=10.101.61.41/32 | match=yes [7/35] CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 FAIL: Failed to sync server: WG: ERR_RELOAD [8/35] US | USA, Los Angeles S2 | 107.172.187.100:39480 OK -> 107.172.187.100:39480 | address=10.103.56.214/32 | match=yes [9/35] NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 FAIL: Failed to sync server: WG: ERR_RELOAD [10/35] TR | Turkey, Istanbul S3 | 84.32.230.159:43808 FAIL: No IP addresses available on this server [11/35] NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 OK -> 95.211.68.119:45176 | address=10.104.58.109/32 | match=yes [12/35] IT | Italy, Milan S3 | 149.154.157.24:35090 FAIL: Failed to sync server: WG: ERR_CURL [13/35] US | USA, New York S1 | 107.175.93.59:31095 OK -> 107.175.93.59:31095 | address=10.107.43.173/32 | match=yes [14/35] US | USA, Dallas | 107.174.226.51:44839 OK -> 107.174.226.51:44839 | address=10.107.108.112/32 | match=yes [15/35] JP | Japan, Tokyo | 192.121.162.75:45945 OK -> 192.121.162.75:45945 | address=10.108.238.215/32 | match=yes [16/35] HU | Hungary, Budapest S6 | 89.46.237.14:38594 OK -> 89.46.237.14:38594 | address=10.81.111.97/32 | match=yes [17/35] PS | UAE, Dubai | 103.57.251.39:37380 OK -> 103.57.251.39:37380 | address=10.82.239.94/32 | match=yes [18/35] NO | Norway, Sandefjord S15 | 185.14.97.234:37492 OK -> 185.14.97.234:37492 | address=10.83.41.157/32 | match=yes [19/35] US | USA, New York City S3 | 64.253.89.235:37402 OK -> 64.253.89.235:37402 | address=10.83.172.142/32 | match=yes [20/35] RU | Russia, Moscow S5 | 141.98.189.83:39408 OK -> 141.98.189.83:39408 | address=10.83.235.104/32 | match=yes [21/35] LV | Latvia, Riga S1 | 192.121.163.235:42530 OK -> 192.121.163.235:42530 | address=10.86.108.200/32 | match=yes [22/35] CH | Switzerland, Zurich S2 | 89.46.232.39:40316 OK -> 89.46.232.39:40316 | address=10.86.172.73/32 | match=yes [23/35] SE | Sweden, Stockholm S2 | 46.246.127.84:36230 OK -> 46.246.127.84:36230 | address=10.87.170.125/32 | match=yes [24/35] RS | Serbia, Belgrade S2 | 194.71.126.45:32821 OK -> 194.71.126.45:32821 | address=10.89.174.45/32 | match=yes [25/35] GB | United Kingdom, London S1 | 37.235.54.96:38971 OK -> 37.235.54.96:38971 | address=10.90.235.244/32 | match=yes [26/35] US | USA, Salt Lake City S2 | 23.158.72.87:45460 OK -> 23.158.72.87:45460 | address=10.91.43.12/32 | match=yes [27/35] AT | Austria, Vienna S3 | 157.173.25.198:34340 OK -> 157.173.25.198:34340 | address=10.91.168.223/32 | match=yes [28/35] NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 OK -> 178.215.227.13:44408 | address=10.91.233.132/32 | match=yes [29/35] SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 OK -> 192.71.244.202:45735 | address=10.92.173.35/32 | match=yes [30/35] KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 OK -> 109.248.198.4:37129 | address=10.77.236.75/32 | match=yes [31/35] AT | Austria, Graz S1 | 151.236.30.139:33998 OK -> 151.236.30.139:33998 | address=10.124.237.218/32 | match=yes [32/35] HK | Hong Kong, Central District S2 | 112.120.98.53:46369 OK -> 112.120.98.53:46369 | address=10.95.47.73/32 | match=yes [33/35] EE | Estonia, Tallinn S2 | 89.40.104.201:36979 OK -> 89.40.104.201:36979 | address=10.65.43.208/32 | match=yes [34/35] KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 OK -> 77.67.8.84:43378 | address=10.66.44.225/32 | match=yes [35/35] IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 OK -> 192.71.27.64:40044 | address=10.67.234.5/32 | match=yes 4/4 Готово. Всего WG-кандидатов: 35 Конфигов скачано: 30 Ошибок: 5 Конфиги: KEYMASK-161226 Latest symlink: KEYMASK Таблица рабочих: /root/hmn/runs/20260706-161226/working-awg1.tsv Копия latest: /root/hmn/cache/working-awg1-latest.tsv Список скачанных: 1. id=12 | DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 | endpoint=192.36.27.17:35500 | KEYMASK-161226/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 2. id=29 | UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 | endpoint=38.244.192.244:45389 | KEYMASK-161226/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 3. id=49 | DE | Germany, Berlin S7 | 157.173.27.69:41797 | endpoint=157.173.27.69:41797 | KEYMASK-161226/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4. id=62 | BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 | endpoint=194.71.227.212:32583 | KEYMASK-161226/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5. id=63 | CL | Chile, Santiago | 38.7.197.83:38465 | endpoint=38.7.197.83:38465 | KEYMASK-161226/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 6. id=71 | US | USA, Los Angeles S2 | 107.172.187.100:39480 | endpoint=107.172.187.100:39480 | KEYMASK-161226/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 7. id=75 | NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 | endpoint=95.211.68.119:45176 | KEYMASK-161226/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 8. id=87 | US | USA, New York S1 | 107.175.93.59:31095 | endpoint=107.175.93.59:31095 | KEYMASK-161226/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 9. id=88 | US | USA, Dallas | 107.174.226.51:44839 | endpoint=107.174.226.51:44839 | KEYMASK-161226/088-US-USA-Dallas-107.174.226.51-awg1.conf 10. id=94 | JP | Japan, Tokyo | 192.121.162.75:45945 | endpoint=192.121.162.75:45945 | KEYMASK-161226/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 11. id=108 | HU | Hungary, Budapest S6 | 89.46.237.14:38594 | endpoint=89.46.237.14:38594 | KEYMASK-161226/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12. id=114 | PS | UAE, Dubai | 103.57.251.39:37380 | endpoint=103.57.251.39:37380 | KEYMASK-161226/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 13. id=115 | NO | Norway, Sandefjord S15 | 185.14.97.234:37492 | endpoint=185.14.97.234:37492 | KEYMASK-161226/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 14. id=117 | US | USA, New York City S3 | 64.253.89.235:37402 | endpoint=64.253.89.235:37402 | KEYMASK-161226/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15. id=118 | RU | Russia, Moscow S5 | 141.98.189.83:39408 | endpoint=141.98.189.83:39408 | KEYMASK-161226/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 16. id=128 | LV | Latvia, Riga S1 | 192.121.163.235:42530 | endpoint=192.121.163.235:42530 | KEYMASK-161226/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 17. id=129 | CH | Switzerland, Zurich S2 | 89.46.232.39:40316 | endpoint=89.46.232.39:40316 | KEYMASK-161226/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 18. id=133 | SE | Sweden, Stockholm S2 | 46.246.127.84:36230 | endpoint=46.246.127.84:36230 | KEYMASK-161226/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 19. id=141 | RS | Serbia, Belgrade S2 | 194.71.126.45:32821 | endpoint=194.71.126.45:32821 | KEYMASK-161226/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 20. id=146 | GB | United Kingdom, London S1 | 37.235.54.96:38971 | endpoint=37.235.54.96:38971 | KEYMASK-161226/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 21. id=147 | US | USA, Salt Lake City S2 | 23.158.72.87:45460 | endpoint=23.158.72.87:45460 | KEYMASK-161226/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 22. id=149 | AT | Austria, Vienna S3 | 157.173.25.198:34340 | endpoint=157.173.25.198:34340 | KEYMASK-161226/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 23. id=150 | NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 | endpoint=178.215.227.13:44408 | KEYMASK-161226/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 24. id=153 | SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 | endpoint=192.71.244.202:45735 | KEYMASK-161226/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 25. id=162 | KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 | endpoint=109.248.198.4:37129 | KEYMASK-161226/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 26. id=180 | AT | Austria, Graz S1 | 151.236.30.139:33998 | endpoint=151.236.30.139:33998 | KEYMASK-161226/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 27. id=206 | HK | Hong Kong, Central District S2 | 112.120.98.53:46369 | endpoint=112.120.98.53:46369 | KEYMASK-161226/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 28. id=214 | EE | Estonia, Tallinn S2 | 89.40.104.201:36979 | endpoint=89.40.104.201:36979 | KEYMASK-161226/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 29. id=218 | KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 | endpoint=77.67.8.84:43378 | KEYMASK-161226/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 30. id=225 | IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 | endpoint=192.71.27.64:40044 | KEYMASK-161226/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf OpenWRT network config не трогали. 2026-07-06T16:14:34+00:00 fresh_download_rc=0 === validation decision === 2026-07-06T16:14:34+00:00 fresh download OK 2026-07-06T16:14:34+00:00 validate fresh/current latest pool through vpn_test === hmn-validate-current-pool: retest existing local pool safely === config_KEYMASK min_all_ok=2 min_foreign_ok=2 exclude_regex=RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea KEYMASK-current-pool-20260706-161434.log === freeze automation during validation === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === run strict tester on current local pool === HideMyName AWG strict zero-loss tunnel tester Config dir: KEYMASK Probe IPs: 9.9.9.9 1.1.1.1 Ping count: 5 per IP Wait seconds: 8 Run dir: /root/hmn/test-runs/20260706-161434 [1/30] 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf endpoint: 192.36.27.17:35500 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [2/30] 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf endpoint: 38.244.192.244:45389 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [3/30] 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf endpoint: 157.173.27.69:41797 endpoint already UP on vpn2; testing existing interface, not starting duplicate status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=82.925 [4/30] 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=223.488 [5/30] 063-CL-Chile-Santiago-38.7.197.83-awg1.conf endpoint: 38.7.197.83:38465 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=409.210 [6/30] 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf endpoint: 107.172.187.100:39480 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=185.490 [7/30] 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint: 95.211.68.119:45176 ### FILE /root/hmn/logs/refresh-pool-safe-20260707-042000-9733.log -rw-r--r-- 1 root root 30409 Jul 7 04:32 /root/hmn/logs/refresh-pool-safe-20260707-042000-9733.log sha256=72369c7cae3eb78c11a49d1957ccf4a186aa9717477dddf44ad60d8e01977d53 2026-07-07T04:20:00+00:00 === hmn-refresh-pool-safe start === 2026-07-07T04:20:00+00:00 mode=fresh-download 2026-07-07T04:20:00+00:00 KEYMASK-pool-safe-20260707-042000-9733.log === lock === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === backup current published pointers/tables === 2026-07-07T04:20:00+00:00 KEYMASK-safe-before-20260707-042000-9733 latest before: KEYMASK-161226 === fresh download stage === 2026-07-07T04:20:00+00:00 trying fresh HMN download via: /root/hmn/hmn-download-all-awg.sh HideMyName download all AWG configs AWG parameter: awg=1 Request interface: vpn2 Run dir: /root/hmn/runs/20260707-042000 Config dir: KEYMASK-042000 0/4 Проверяю доступ к hide-my-name.net через vpn2... OK. 1/4 Скачиваю serverlist... OK: /root/hmn/runs/20260707-042000/serverlist.json 2/4 Извлекаю все WG-кандидаты из services.wg... WG-кандидатов найдено: 35 3/4 Скачиваю конфиги для всех WG-кандидатов... [1/35] DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 OK -> 192.36.27.17:35500 | address=10.119.249.139/32 | match=yes [2/35] UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 OK -> 38.244.192.244:45389 | address=10.112.60.219/32 | match=yes [3/35] DE | Germany, Berlin S7 | 157.173.27.69:41797 OK -> 157.173.27.69:41797 | address=10.97.187.205/32 | match=yes [4/35] FI | Finland, Helsinki S4 | 192.71.247.18:35999 FAIL: No IP addresses available on this server [5/35] BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 OK -> 194.71.227.212:32583 | address=10.100.254.15/32 | match=yes [6/35] CL | Chile, Santiago | 38.7.197.83:38465 OK -> 38.7.197.83:38465 | address=10.101.61.41/32 | match=yes [7/35] CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 OK -> 193.235.207.39:38330 | address=10.102.248.214/32 | match=yes [8/35] US | USA, Los Angeles S2 | 107.172.187.100:39480 OK -> 107.172.187.100:39480 | address=10.103.56.214/32 | match=yes [9/35] NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 OK -> 78.31.250.16:41729 | address=10.103.120.171/32 | match=yes [10/35] TR | Turkey, Istanbul S3 | 84.32.230.159:43808 OK -> 84.32.230.159:43808 | address=10.103.187.191/32 | match=yes [11/35] NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 OK -> 95.211.68.119:45176 | address=10.104.58.109/32 | match=yes [12/35] IT | Italy, Milan S3 | 149.154.157.24:35090 OK -> 149.154.157.24:35090 | address=10.104.120.117/32 | match=yes [13/35] US | USA, New York S1 | 107.175.93.59:31095 OK -> 107.175.93.59:31095 | address=10.107.43.173/32 | match=yes [14/35] US | USA, Dallas | 107.174.226.51:44839 OK -> 107.174.226.51:44839 | address=10.107.108.112/32 | match=yes [15/35] JP | Japan, Tokyo | 192.121.162.75:45945 OK -> 192.121.162.75:45945 | address=10.108.238.215/32 | match=yes [16/35] HU | Hungary, Budapest S6 | 89.46.237.14:38594 OK -> 89.46.237.14:38594 | address=10.81.111.97/32 | match=yes [17/35] PS | UAE, Dubai | 103.57.251.39:37380 OK -> 103.57.251.39:37380 | address=10.82.239.94/32 | match=yes [18/35] NO | Norway, Sandefjord S15 | 185.14.97.234:37492 OK -> 185.14.97.234:37492 | address=10.83.41.157/32 | match=yes [19/35] US | USA, New York City S3 | 64.253.89.235:37402 OK -> 64.253.89.235:37402 | address=10.83.172.142/32 | match=yes [20/35] RU | Russia, Moscow S5 | 141.98.189.83:39408 OK -> 141.98.189.83:39408 | address=10.83.235.104/32 | match=yes [21/35] LV | Latvia, Riga S1 | 192.121.163.235:42530 OK -> 192.121.163.235:42530 | address=10.86.108.200/32 | match=yes [22/35] CH | Switzerland, Zurich S2 | 89.46.232.39:40316 OK -> 89.46.232.39:40316 | address=10.86.172.73/32 | match=yes [23/35] SE | Sweden, Stockholm S2 | 46.246.127.84:36230 OK -> 46.246.127.84:36230 | address=10.87.170.125/32 | match=yes [24/35] RS | Serbia, Belgrade S2 | 194.71.126.45:32821 OK -> 194.71.126.45:32821 | address=10.89.174.45/32 | match=yes [25/35] GB | United Kingdom, London S1 | 37.235.54.96:38971 OK -> 37.235.54.96:38971 | address=10.90.235.244/32 | match=yes [26/35] US | USA, Salt Lake City S2 | 23.158.72.87:45460 OK -> 23.158.72.87:45460 | address=10.91.43.12/32 | match=yes [27/35] AT | Austria, Vienna S3 | 157.173.25.198:34340 OK -> 157.173.25.198:34340 | address=10.91.168.223/32 | match=yes [28/35] NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 OK -> 178.215.227.13:44408 | address=10.91.233.132/32 | match=yes [29/35] SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 OK -> 192.71.244.202:45735 | address=10.92.173.35/32 | match=yes [30/35] KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 OK -> 109.248.198.4:37129 | address=10.77.236.75/32 | match=yes [31/35] AT | Austria, Graz S1 | 151.236.30.139:33998 OK -> 151.236.30.139:33998 | address=10.124.237.218/32 | match=yes [32/35] HK | Hong Kong, Central District S2 | 112.120.98.53:46369 OK -> 112.120.98.53:46369 | address=10.95.47.73/32 | match=yes [33/35] EE | Estonia, Tallinn S2 | 89.40.104.201:36979 OK -> 89.40.104.201:36979 | address=10.65.43.208/32 | match=yes [34/35] KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 OK -> 77.67.8.84:43378 | address=10.66.44.225/32 | match=yes [35/35] IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 OK -> 192.71.27.64:40044 | address=10.67.234.5/32 | match=yes 4/4 Готово. Всего WG-кандидатов: 35 Конфигов скачано: 34 Ошибок: 1 Конфиги: KEYMASK-042000 Latest symlink: KEYMASK Таблица рабочих: /root/hmn/runs/20260707-042000/working-awg1.tsv Копия latest: /root/hmn/cache/working-awg1-latest.tsv Список скачанных: 1. id=12 | DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 | endpoint=192.36.27.17:35500 | KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 2. id=29 | UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 | endpoint=38.244.192.244:45389 | KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 3. id=49 | DE | Germany, Berlin S7 | 157.173.27.69:41797 | endpoint=157.173.27.69:41797 | KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4. id=62 | BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 | endpoint=194.71.227.212:32583 | KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5. id=63 | CL | Chile, Santiago | 38.7.197.83:38465 | endpoint=38.7.197.83:38465 | KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 6. id=70 | CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 | endpoint=193.235.207.39:38330 | KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 7. id=71 | US | USA, Los Angeles S2 | 107.172.187.100:39480 | endpoint=107.172.187.100:39480 | KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 8. id=72 | NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 | endpoint=78.31.250.16:41729 | KEYMASK-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 9. id=73 | TR | Turkey, Istanbul S3 | 84.32.230.159:43808 | endpoint=84.32.230.159:43808 | KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10. id=75 | NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 | endpoint=95.211.68.119:45176 | KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 11. id=76 | IT | Italy, Milan S3 | 149.154.157.24:35090 | endpoint=149.154.157.24:35090 | KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 12. id=87 | US | USA, New York S1 | 107.175.93.59:31095 | endpoint=107.175.93.59:31095 | KEYMASK-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 13. id=88 | US | USA, Dallas | 107.174.226.51:44839 | endpoint=107.174.226.51:44839 | KEYMASK-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf 14. id=94 | JP | Japan, Tokyo | 192.121.162.75:45945 | endpoint=192.121.162.75:45945 | KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 15. id=108 | HU | Hungary, Budapest S6 | 89.46.237.14:38594 | endpoint=89.46.237.14:38594 | KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 16. id=114 | PS | UAE, Dubai | 103.57.251.39:37380 | endpoint=103.57.251.39:37380 | KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 17. id=115 | NO | Norway, Sandefjord S15 | 185.14.97.234:37492 | endpoint=185.14.97.234:37492 | KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 18. id=117 | US | USA, New York City S3 | 64.253.89.235:37402 | endpoint=64.253.89.235:37402 | KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 19. id=118 | RU | Russia, Moscow S5 | 141.98.189.83:39408 | endpoint=141.98.189.83:39408 | KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 20. id=128 | LV | Latvia, Riga S1 | 192.121.163.235:42530 | endpoint=192.121.163.235:42530 | KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 21. id=129 | CH | Switzerland, Zurich S2 | 89.46.232.39:40316 | endpoint=89.46.232.39:40316 | KEYMASK-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 22. id=133 | SE | Sweden, Stockholm S2 | 46.246.127.84:36230 | endpoint=46.246.127.84:36230 | KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 23. id=141 | RS | Serbia, Belgrade S2 | 194.71.126.45:32821 | endpoint=194.71.126.45:32821 | KEYMASK-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 24. id=146 | GB | United Kingdom, London S1 | 37.235.54.96:38971 | endpoint=37.235.54.96:38971 | KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 25. id=147 | US | USA, Salt Lake City S2 | 23.158.72.87:45460 | endpoint=23.158.72.87:45460 | KEYMASK-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 26. id=149 | AT | Austria, Vienna S3 | 157.173.25.198:34340 | endpoint=157.173.25.198:34340 | KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 27. id=150 | NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 | endpoint=178.215.227.13:44408 | KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 28. id=153 | SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 | endpoint=192.71.244.202:45735 | KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 29. id=162 | KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 | endpoint=109.248.198.4:37129 | KEYMASK-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 30. id=180 | AT | Austria, Graz S1 | 151.236.30.139:33998 | endpoint=151.236.30.139:33998 | KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 31. id=206 | HK | Hong Kong, Central District S2 | 112.120.98.53:46369 | endpoint=112.120.98.53:46369 | KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 32. id=214 | EE | Estonia, Tallinn S2 | 89.40.104.201:36979 | endpoint=89.40.104.201:36979 | KEYMASK-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 33. id=218 | KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 | endpoint=77.67.8.84:43378 | KEYMASK-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 34. id=225 | IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 | endpoint=192.71.27.64:40044 | KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf OpenWRT network config не трогали. 2026-07-07T04:20:48+00:00 fresh_download_rc=0 === validation decision === 2026-07-07T04:20:48+00:00 fresh download OK 2026-07-07T04:20:48+00:00 validate fresh/current latest pool through vpn_test === hmn-validate-current-pool: retest existing local pool safely === config_KEYMASK min_all_ok=2 min_foreign_ok=2 exclude_regex=RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea KEYMASK-current-pool-20260707-042048.log === freeze automation during validation === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === run strict tester on current local pool === HideMyName AWG strict zero-loss tunnel tester Config dir: KEYMASK Probe IPs: 9.9.9.9 1.1.1.1 Ping count: 5 per IP Wait seconds: 8 Run dir: /root/hmn/test-runs/20260707-042048 [1/34] 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf endpoint: 192.36.27.17:35500 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [2/34] 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf endpoint: 38.244.192.244:45389 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [3/34] 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf endpoint: 157.173.27.69:41797 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=61.023 [4/34] 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=221.263 [5/34] 063-CL-Chile-Santiago-38.7.197.83-awg1.conf endpoint: 38.7.197.83:38465 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=378.025 [6/34] 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf endpoint: 193.235.207.39:38330 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=70.304 ### FILE /root/hmn/logs/refresh-pool-safe-20260708-042000-24122.log -rw-r--r-- 1 root root 30769 Jul 8 04:32 /root/hmn/logs/refresh-pool-safe-20260708-042000-24122.log sha256=e4877d58298eacec7185275364444a9d832bf55efbce443f356b90608d5c9c5d 2026-07-08T04:20:00+00:00 === hmn-refresh-pool-safe start === 2026-07-08T04:20:00+00:00 mode=fresh-download 2026-07-08T04:20:00+00:00 KEYMASK-pool-safe-20260708-042000-24122.log === lock === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === backup current published pointers/tables === 2026-07-08T04:20:00+00:00 KEYMASK-safe-before-20260708-042000-24122 latest before: KEYMASK-042000 === fresh download stage === 2026-07-08T04:20:00+00:00 trying fresh HMN download via: /root/hmn/hmn-download-all-awg.sh HideMyName download all AWG configs AWG parameter: awg=1 Request interface: vpn2 Run dir: /root/hmn/runs/20260708-042000 Config dir: KEYMASK-042000 0/4 Проверяю доступ к hide-my-name.net через vpn2... OK. 1/4 Скачиваю serverlist... OK: /root/hmn/runs/20260708-042000/serverlist.json 2/4 Извлекаю все WG-кандидаты из services.wg... WG-кандидатов найдено: 35 3/4 Скачиваю конфиги для всех WG-кандидатов... [1/35] DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 OK -> 192.36.27.17:35500 | address=10.119.249.139/32 | match=yes [2/35] UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 OK -> 38.244.192.244:45389 | address=10.112.60.219/32 | match=yes [3/35] DE | Germany, Berlin S7 | 157.173.27.69:41797 OK -> 157.173.27.69:41797 | address=10.97.187.205/32 | match=yes [4/35] FI | Finland, Helsinki S4 | 192.71.247.18:35999 OK -> 192.71.247.18:35999 | address=10.98.185.144/32 | match=yes [5/35] BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 OK -> 194.71.227.212:32583 | address=10.100.254.15/32 | match=yes [6/35] CL | Chile, Santiago | 38.7.197.83:38465 OK -> 38.7.197.83:38465 | address=10.101.61.41/32 | match=yes [7/35] CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 OK -> 193.235.207.39:38330 | address=10.102.248.214/32 | match=yes [8/35] US | USA, Los Angeles S2 | 107.172.187.100:39480 OK -> 107.172.187.100:39480 | address=10.103.56.214/32 | match=yes [9/35] NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 OK -> 78.31.250.16:41729 | address=10.103.120.171/32 | match=yes [10/35] TR | Turkey, Istanbul S3 | 84.32.230.159:43808 OK -> 84.32.230.159:43808 | address=10.103.187.191/32 | match=yes [11/35] NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 OK -> 95.211.68.119:45176 | address=10.104.58.109/32 | match=yes [12/35] IT | Italy, Milan S3 | 149.154.157.24:35090 OK -> 149.154.157.24:35090 | address=10.104.120.117/32 | match=yes [13/35] US | USA, New York S1 | 107.175.93.59:31095 OK -> 107.175.93.59:31095 | address=10.107.43.173/32 | match=yes [14/35] US | USA, Dallas | 107.174.226.51:44839 OK -> 107.174.226.51:44839 | address=10.107.108.112/32 | match=yes [15/35] JP | Japan, Tokyo | 192.121.162.75:45945 OK -> 192.121.162.75:45945 | address=10.108.238.215/32 | match=yes [16/35] HU | Hungary, Budapest S6 | 89.46.237.14:38594 OK -> 89.46.237.14:38594 | address=10.81.111.97/32 | match=yes [17/35] PS | UAE, Dubai | 103.57.251.39:37380 OK -> 103.57.251.39:37380 | address=10.82.239.94/32 | match=yes [18/35] NO | Norway, Sandefjord S15 | 185.14.97.234:37492 OK -> 185.14.97.234:37492 | address=10.83.41.157/32 | match=yes [19/35] US | USA, New York City S3 | 64.253.89.235:37402 OK -> 64.253.89.235:37402 | address=10.83.172.142/32 | match=yes [20/35] RU | Russia, Moscow S5 | 141.98.189.83:39408 OK -> 141.98.189.83:39408 | address=10.83.235.104/32 | match=yes [21/35] LV | Latvia, Riga S1 | 192.121.163.235:42530 OK -> 192.121.163.235:42530 | address=10.86.108.200/32 | match=yes [22/35] CH | Switzerland, Zurich S2 | 89.46.232.39:40316 OK -> 89.46.232.39:40316 | address=10.86.172.73/32 | match=yes [23/35] SE | Sweden, Stockholm S2 | 46.246.127.84:36230 OK -> 46.246.127.84:36230 | address=10.87.170.125/32 | match=yes [24/35] RS | Serbia, Belgrade S2 | 194.71.126.45:32821 OK -> 194.71.126.45:32821 | address=10.89.174.45/32 | match=yes [25/35] GB | United Kingdom, London S1 | 37.235.54.96:38971 OK -> 37.235.54.96:38971 | address=10.90.235.244/32 | match=yes [26/35] US | USA, Salt Lake City S2 | 23.158.72.87:45460 OK -> 23.158.72.87:45460 | address=10.91.43.12/32 | match=yes [27/35] AT | Austria, Vienna S3 | 157.173.25.198:34340 OK -> 157.173.25.198:34340 | address=10.91.168.223/32 | match=yes [28/35] NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 OK -> 178.215.227.13:44408 | address=10.91.233.132/32 | match=yes [29/35] SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 OK -> 192.71.244.202:45735 | address=10.92.173.35/32 | match=yes [30/35] KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 OK -> 109.248.198.4:37129 | address=10.77.236.75/32 | match=yes [31/35] AT | Austria, Graz S1 | 151.236.30.139:33998 OK -> 151.236.30.139:33998 | address=10.124.237.218/32 | match=yes [32/35] HK | Hong Kong, Central District S2 | 112.120.98.53:46369 OK -> 112.120.98.53:46369 | address=10.95.47.73/32 | match=yes [33/35] EE | Estonia, Tallinn S2 | 89.40.104.201:36979 OK -> 89.40.104.201:36979 | address=10.65.43.208/32 | match=yes [34/35] KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 OK -> 77.67.8.84:43378 | address=10.66.44.225/32 | match=yes [35/35] IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 OK -> 192.71.27.64:40044 | address=10.67.234.5/32 | match=yes 4/4 Готово. Всего WG-кандидатов: 35 Конфигов скачано: 35 Ошибок: 0 Конфиги: KEYMASK-042000 Latest symlink: KEYMASK Таблица рабочих: /root/hmn/runs/20260708-042000/working-awg1.tsv Копия latest: /root/hmn/cache/working-awg1-latest.tsv Список скачанных: 1. id=12 | DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 | endpoint=192.36.27.17:35500 | KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 2. id=29 | UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 | endpoint=38.244.192.244:45389 | KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 3. id=49 | DE | Germany, Berlin S7 | 157.173.27.69:41797 | endpoint=157.173.27.69:41797 | KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4. id=53 | FI | Finland, Helsinki S4 | 192.71.247.18:35999 | endpoint=192.71.247.18:35999 | KEYMASK-042000/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf 5. id=62 | BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 | endpoint=194.71.227.212:32583 | KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6. id=63 | CL | Chile, Santiago | 38.7.197.83:38465 | endpoint=38.7.197.83:38465 | KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 7. id=70 | CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 | endpoint=193.235.207.39:38330 | KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 8. id=71 | US | USA, Los Angeles S2 | 107.172.187.100:39480 | endpoint=107.172.187.100:39480 | KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 9. id=72 | NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 | endpoint=78.31.250.16:41729 | KEYMASK-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 10. id=73 | TR | Turkey, Istanbul S3 | 84.32.230.159:43808 | endpoint=84.32.230.159:43808 | KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11. id=75 | NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 | endpoint=95.211.68.119:45176 | KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 12. id=76 | IT | Italy, Milan S3 | 149.154.157.24:35090 | endpoint=149.154.157.24:35090 | KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 13. id=87 | US | USA, New York S1 | 107.175.93.59:31095 | endpoint=107.175.93.59:31095 | KEYMASK-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 14. id=88 | US | USA, Dallas | 107.174.226.51:44839 | endpoint=107.174.226.51:44839 | KEYMASK-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf 15. id=94 | JP | Japan, Tokyo | 192.121.162.75:45945 | endpoint=192.121.162.75:45945 | KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 16. id=108 | HU | Hungary, Budapest S6 | 89.46.237.14:38594 | endpoint=89.46.237.14:38594 | KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 17. id=114 | PS | UAE, Dubai | 103.57.251.39:37380 | endpoint=103.57.251.39:37380 | KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 18. id=115 | NO | Norway, Sandefjord S15 | 185.14.97.234:37492 | endpoint=185.14.97.234:37492 | KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 19. id=117 | US | USA, New York City S3 | 64.253.89.235:37402 | endpoint=64.253.89.235:37402 | KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 20. id=118 | RU | Russia, Moscow S5 | 141.98.189.83:39408 | endpoint=141.98.189.83:39408 | KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 21. id=128 | LV | Latvia, Riga S1 | 192.121.163.235:42530 | endpoint=192.121.163.235:42530 | KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 22. id=129 | CH | Switzerland, Zurich S2 | 89.46.232.39:40316 | endpoint=89.46.232.39:40316 | KEYMASK-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 23. id=133 | SE | Sweden, Stockholm S2 | 46.246.127.84:36230 | endpoint=46.246.127.84:36230 | KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 24. id=141 | RS | Serbia, Belgrade S2 | 194.71.126.45:32821 | endpoint=194.71.126.45:32821 | KEYMASK-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 25. id=146 | GB | United Kingdom, London S1 | 37.235.54.96:38971 | endpoint=37.235.54.96:38971 | KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 26. id=147 | US | USA, Salt Lake City S2 | 23.158.72.87:45460 | endpoint=23.158.72.87:45460 | KEYMASK-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 27. id=149 | AT | Austria, Vienna S3 | 157.173.25.198:34340 | endpoint=157.173.25.198:34340 | KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 28. id=150 | NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 | endpoint=178.215.227.13:44408 | KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 29. id=153 | SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 | endpoint=192.71.244.202:45735 | KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 30. id=162 | KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 | endpoint=109.248.198.4:37129 | KEYMASK-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 31. id=180 | AT | Austria, Graz S1 | 151.236.30.139:33998 | endpoint=151.236.30.139:33998 | KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 32. id=206 | HK | Hong Kong, Central District S2 | 112.120.98.53:46369 | endpoint=112.120.98.53:46369 | KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 33. id=214 | EE | Estonia, Tallinn S2 | 89.40.104.201:36979 | endpoint=89.40.104.201:36979 | KEYMASK-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 34. id=218 | KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 | endpoint=77.67.8.84:43378 | KEYMASK-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 35. id=225 | IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 | endpoint=192.71.27.64:40044 | KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf OpenWRT network config не трогали. 2026-07-08T04:20:44+00:00 fresh_download_rc=0 === validation decision === 2026-07-08T04:20:44+00:00 fresh download OK 2026-07-08T04:20:44+00:00 validate fresh/current latest pool through vpn_test === hmn-validate-current-pool: retest existing local pool safely === config_KEYMASK min_all_ok=2 min_foreign_ok=2 exclude_regex=RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea KEYMASK-current-pool-20260708-042044.log === freeze automation during validation === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === run strict tester on current local pool === HideMyName AWG strict zero-loss tunnel tester Config dir: KEYMASK Probe IPs: 9.9.9.9 1.1.1.1 Ping count: 5 per IP Wait seconds: 8 Run dir: /root/hmn/test-runs/20260708-042044 [1/35] 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf endpoint: 192.36.27.17:35500 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [2/35] 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf endpoint: 38.244.192.244:45389 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [3/35] 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf endpoint: 157.173.27.69:41797 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=57.299 [4/35] 053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf endpoint: 192.71.247.18:35999 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [5/35] 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=219.008 [6/35] 063-CL-Chile-Santiago-38.7.197.83-awg1.conf endpoint: 38.7.197.83:38465 ### FILE /root/hmn/logs/validate-current-pool-20260706-161434.log -rw-r--r-- 1 root root 7599 Jul 6 16:24 /root/hmn/logs/validate-current-pool-20260706-161434.log sha256=e73e66fc428b16a3b98385e17df2f9a4a0e706d699721e32b6eb793ea3e99943 HideMyName AWG strict zero-loss tunnel tester Config dir: KEYMASK Probe IPs: 9.9.9.9 1.1.1.1 Ping count: 5 per IP Wait seconds: 8 Run dir: /root/hmn/test-runs/20260706-161434 [1/30] 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf endpoint: 192.36.27.17:35500 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [2/30] 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf endpoint: 38.244.192.244:45389 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [3/30] 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf endpoint: 157.173.27.69:41797 endpoint already UP on vpn2; testing existing interface, not starting duplicate status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=82.925 [4/30] 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=223.488 [5/30] 063-CL-Chile-Santiago-38.7.197.83-awg1.conf endpoint: 38.7.197.83:38465 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=409.210 [6/30] 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf endpoint: 107.172.187.100:39480 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=185.490 [7/30] 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint: 95.211.68.119:45176 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=46.188 [8/30] 087-US-USA-New-York-S1-107.175.93.59-awg1.conf endpoint: 107.175.93.59:31095 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=147.450 [9/30] 088-US-USA-Dallas-107.174.226.51-awg1.conf endpoint: 107.174.226.51:44839 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=175.478 [10/30] 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf endpoint: 192.121.162.75:45945 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [11/30] 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf endpoint: 89.46.237.14:38594 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=75.864 [12/30] 114-PS-UAE-Dubai-103.57.251.39-awg1.conf endpoint: 103.57.251.39:37380 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [13/30] 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf endpoint: 185.14.97.234:37492 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [14/30] 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf endpoint: 64.253.89.235:37402 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=166.254 [15/30] 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf endpoint: 141.98.189.83:39408 status=FAIL_PING_LOSS loss=9.9.9.9:20%,1.1.1.1:0% avg=93.971 [16/30] 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf endpoint: 192.121.163.235:42530 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=68.609 [17/30] 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf endpoint: 89.46.232.39:40316 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [18/30] 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf endpoint: 46.246.127.84:36230 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=33.000 [19/30] 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf endpoint: 194.71.126.45:32821 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [20/30] 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf endpoint: 37.235.54.96:38971 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=82.420 [21/30] 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf endpoint: 23.158.72.87:45460 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=217.195 [22/30] 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf endpoint: 157.173.25.198:34340 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=60.091 [23/30] 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf endpoint: 178.215.227.13:44408 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=53.234 [24/30] 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf endpoint: 192.71.244.202:45735 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=77.636 [25/30] 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf endpoint: 109.248.198.4:37129 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=190.290 [26/30] 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf endpoint: 151.236.30.139:33998 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=66.316 [27/30] 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf endpoint: 112.120.98.53:46369 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=288.838 [28/30] 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf endpoint: 89.40.104.201:36979 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [29/30] 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf endpoint: 77.67.8.84:43378 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=183.763 [30/30] 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint: 192.71.27.64:40044 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=121.653 Готово. Results: /root/hmn/test-runs/20260706-161434/results.tsv Summary: total=30 OK=17 FAIL=13 OK candidates: 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf | 157.173.27.69:41797 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=82.925 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf | 194.71.227.212:32583 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=223.488 063-CL-Chile-Santiago-38.7.197.83-awg1.conf | 38.7.197.83:38465 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=409.210 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf | 95.211.68.119:45176 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=46.188 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf | 89.46.237.14:38594 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=75.864 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf | 64.253.89.235:37402 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=166.254 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf | 192.121.163.235:42530 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=68.609 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf | 37.235.54.96:38971 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=82.420 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf | 23.158.72.87:45460 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=217.195 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf | 157.173.25.198:34340 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=60.091 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf | 178.215.227.13:44408 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=53.234 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf | 192.71.244.202:45735 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=77.636 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf | 109.248.198.4:37129 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=190.290 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf | 151.236.30.139:33998 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=66.316 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf | 112.120.98.53:46369 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=288.838 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf | 77.67.8.84:43378 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=183.763 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf | 192.71.27.64:40044 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=121.653 Strict rejects with ping loss: 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf | 107.172.187.100:39480 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=185.490 087-US-USA-New-York-S1-107.175.93.59-awg1.conf | 107.175.93.59:31095 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=147.450 088-US-USA-Dallas-107.174.226.51-awg1.conf | 107.174.226.51:44839 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=175.478 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf | 141.98.189.83:39408 | loss=9.9.9.9:20%,1.1.1.1:0% | avg=93.971 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf | 46.246.127.84:36230 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=33.000 table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 main routes touching vpn_test: ### FILE /root/hmn/logs/validate-current-pool-20260707-042048.log -rw-r--r-- 1 root root 8655 Jul 7 04:31 /root/hmn/logs/validate-current-pool-20260707-042048.log sha256=a01824dc9585313dadd2b64d4de7195cb2bb6b9c8a2c79062d9d5f09da8997e7 HideMyName AWG strict zero-loss tunnel tester Config dir: KEYMASK Probe IPs: 9.9.9.9 1.1.1.1 Ping count: 5 per IP Wait seconds: 8 Run dir: /root/hmn/test-runs/20260707-042048 [1/34] 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf endpoint: 192.36.27.17:35500 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [2/34] 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf endpoint: 38.244.192.244:45389 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [3/34] 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf endpoint: 157.173.27.69:41797 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=61.023 [4/34] 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=221.263 [5/34] 063-CL-Chile-Santiago-38.7.197.83-awg1.conf endpoint: 38.7.197.83:38465 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=378.025 [6/34] 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf endpoint: 193.235.207.39:38330 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=70.304 [7/34] 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf endpoint: 107.172.187.100:39480 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=196.164 [8/34] 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf endpoint: 78.31.250.16:41729 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=44.837 [9/34] 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf endpoint: 84.32.230.159:43808 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=83.564 [10/34] 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint: 95.211.68.119:45176 endpoint already UP on vpn2; testing existing interface, not starting duplicate status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=46.081 [11/34] 076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf endpoint: 149.154.157.24:35090 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=254.692 [12/34] 087-US-USA-New-York-S1-107.175.93.59-awg1.conf endpoint: 107.175.93.59:31095 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=149.456 [13/34] 088-US-USA-Dallas-107.174.226.51-awg1.conf endpoint: 107.174.226.51:44839 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=170.044 [14/34] 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf endpoint: 192.121.162.75:45945 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [15/34] 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf endpoint: 89.46.237.14:38594 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=81.681 [16/34] 114-PS-UAE-Dubai-103.57.251.39-awg1.conf endpoint: 103.57.251.39:37380 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [17/34] 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf endpoint: 185.14.97.234:37492 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [18/34] 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf endpoint: 64.253.89.235:37402 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=126.080 [19/34] 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf endpoint: 141.98.189.83:39408 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=30.744 [20/34] 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf endpoint: 192.121.163.235:42530 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=44.888 [21/34] 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf endpoint: 89.46.232.39:40316 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [22/34] 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf endpoint: 46.246.127.84:36230 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=33.203 [23/34] 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf endpoint: 194.71.126.45:32821 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [24/34] 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf endpoint: 37.235.54.96:38971 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=58.125 [25/34] 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf endpoint: 23.158.72.87:45460 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=179.873 [26/34] 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf endpoint: 157.173.25.198:34340 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=58.542 [27/34] 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf endpoint: 178.215.227.13:44408 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=50.488 [28/34] 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf endpoint: 192.71.244.202:45735 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=71.913 [29/34] 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf endpoint: 109.248.198.4:37129 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=169.753 [30/34] 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf endpoint: 151.236.30.139:33998 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=67.658 [31/34] 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf endpoint: 112.120.98.53:46369 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=266.162 [32/34] 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf endpoint: 89.40.104.201:36979 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [33/34] 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf endpoint: 77.67.8.84:43378 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=168.916 [34/34] 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint: 192.71.27.64:40044 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=151.461 Готово. Results: /root/hmn/test-runs/20260707-042048/results.tsv Summary: total=34 OK=20 FAIL=14 OK candidates: 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf | 157.173.27.69:41797 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=61.023 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf | 194.71.227.212:32583 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=221.263 063-CL-Chile-Santiago-38.7.197.83-awg1.conf | 38.7.197.83:38465 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=378.025 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf | 78.31.250.16:41729 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=44.837 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf | 84.32.230.159:43808 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=83.564 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf | 95.211.68.119:45176 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=46.081 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf | 89.46.237.14:38594 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=81.681 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf | 64.253.89.235:37402 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=126.080 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf | 141.98.189.83:39408 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=30.744 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf | 192.121.163.235:42530 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=44.888 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf | 37.235.54.96:38971 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=58.125 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf | 23.158.72.87:45460 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=179.873 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf | 157.173.25.198:34340 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=58.542 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf | 178.215.227.13:44408 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=50.488 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf | 192.71.244.202:45735 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=71.913 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf | 109.248.198.4:37129 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=169.753 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf | 151.236.30.139:33998 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=67.658 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf | 112.120.98.53:46369 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=266.162 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf | 77.67.8.84:43378 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=168.916 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf | 192.71.27.64:40044 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=151.461 Strict rejects with ping loss: 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf | 193.235.207.39:38330 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=70.304 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf | 107.172.187.100:39480 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=196.164 076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf | 149.154.157.24:35090 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=254.692 087-US-USA-New-York-S1-107.175.93.59-awg1.conf | 107.175.93.59:31095 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=149.456 088-US-USA-Dallas-107.174.226.51-awg1.conf | 107.174.226.51:44839 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=170.044 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf | 46.246.127.84:36230 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=33.203 table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 main routes touching vpn_test: ### FILE /root/hmn/logs/validate-current-pool-20260708-042044.log -rw-r--r-- 1 root root 8811 Jul 8 04:31 /root/hmn/logs/validate-current-pool-20260708-042044.log sha256=06241a1766f0418cc5794a8a8ca326fc77558086348abc92298ebb443948b3d4 HideMyName AWG strict zero-loss tunnel tester Config dir: KEYMASK Probe IPs: 9.9.9.9 1.1.1.1 Ping count: 5 per IP Wait seconds: 8 Run dir: /root/hmn/test-runs/20260708-042044 [1/35] 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf endpoint: 192.36.27.17:35500 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [2/35] 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf endpoint: 38.244.192.244:45389 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [3/35] 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf endpoint: 157.173.27.69:41797 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=57.299 [4/35] 053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf endpoint: 192.71.247.18:35999 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [5/35] 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=219.008 [6/35] 063-CL-Chile-Santiago-38.7.197.83-awg1.conf endpoint: 38.7.197.83:38465 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=247.649 [7/35] 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf endpoint: 193.235.207.39:38330 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=66.891 [8/35] 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf endpoint: 107.172.187.100:39480 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=193.085 [9/35] 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf endpoint: 78.31.250.16:41729 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=46.381 [10/35] 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf endpoint: 84.32.230.159:43808 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=75.272 [11/35] 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint: 95.211.68.119:45176 endpoint already UP on vpn2; testing existing interface, not starting duplicate status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=43.304 [12/35] 076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf endpoint: 149.154.157.24:35090 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=235.987 [13/35] 087-US-USA-New-York-S1-107.175.93.59-awg1.conf endpoint: 107.175.93.59:31095 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=137.851 [14/35] 088-US-USA-Dallas-107.174.226.51-awg1.conf endpoint: 107.174.226.51:44839 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=165.396 [15/35] 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf endpoint: 192.121.162.75:45945 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [16/35] 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf endpoint: 89.46.237.14:38594 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=75.675 [17/35] 114-PS-UAE-Dubai-103.57.251.39-awg1.conf endpoint: 103.57.251.39:37380 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [18/35] 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf endpoint: 185.14.97.234:37492 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [19/35] 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf endpoint: 64.253.89.235:37402 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=129.320 [20/35] 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf endpoint: 141.98.189.83:39408 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=27.745 [21/35] 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf endpoint: 192.121.163.235:42530 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=38.879 [22/35] 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf endpoint: 89.46.232.39:40316 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [23/35] 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf endpoint: 46.246.127.84:36230 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=63.235 [24/35] 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf endpoint: 194.71.126.45:32821 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [25/35] 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf endpoint: 37.235.54.96:38971 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=62.362 [26/35] 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf endpoint: 23.158.72.87:45460 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=184.748 [27/35] 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf endpoint: 157.173.25.198:34340 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=59.395 [28/35] 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf endpoint: 178.215.227.13:44408 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=50.097 [29/35] 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf endpoint: 192.71.244.202:45735 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=65.777 [30/35] 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf endpoint: 109.248.198.4:37129 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=186.153 [31/35] 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf endpoint: 151.236.30.139:33998 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=66.513 [32/35] 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf endpoint: 112.120.98.53:46369 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=194.613 [33/35] 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf endpoint: 89.40.104.201:36979 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [34/35] 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf endpoint: 77.67.8.84:43378 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=161.595 [35/35] 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint: 192.71.27.64:40044 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=105.977 Готово. Results: /root/hmn/test-runs/20260708-042044/results.tsv Summary: total=35 OK=20 FAIL=15 OK candidates: 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf | 157.173.27.69:41797 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=57.299 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf | 194.71.227.212:32583 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=219.008 063-CL-Chile-Santiago-38.7.197.83-awg1.conf | 38.7.197.83:38465 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=247.649 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf | 78.31.250.16:41729 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=46.381 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf | 84.32.230.159:43808 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=75.272 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf | 95.211.68.119:45176 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=43.304 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf | 89.46.237.14:38594 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=75.675 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf | 64.253.89.235:37402 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=129.320 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf | 141.98.189.83:39408 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=27.745 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf | 192.121.163.235:42530 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=38.879 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf | 37.235.54.96:38971 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=62.362 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf | 23.158.72.87:45460 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=184.748 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf | 157.173.25.198:34340 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=59.395 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf | 178.215.227.13:44408 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=50.097 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf | 192.71.244.202:45735 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=65.777 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf | 109.248.198.4:37129 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=186.153 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf | 151.236.30.139:33998 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=66.513 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf | 112.120.98.53:46369 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=194.613 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf | 77.67.8.84:43378 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=161.595 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf | 192.71.27.64:40044 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=105.977 Strict rejects with ping loss: 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf | 193.235.207.39:38330 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=66.891 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf | 107.172.187.100:39480 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=193.085 076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf | 149.154.157.24:35090 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=235.987 087-US-USA-New-York-S1-107.175.93.59-awg1.conf | 107.175.93.59:31095 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=137.851 088-US-USA-Dallas-107.174.226.51-awg1.conf | 107.174.226.51:44839 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=165.396 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf | 46.246.127.84:36230 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=63.235 table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 main routes touching vpn_test: ### FILE /root/hmn/logs/vpn-egress-revive-last.log -rw-r--r-- 1 root root 1617 Jul 6 17:33 /root/hmn/logs/vpn-egress-revive-last.log sha256=0bdba520537027488e696c50f0efc99d847f076e055ef53de05f2fe0a0a1cbca === hmn-vpn-egress-revive === 2026-07-06T17:32:58+00:00 start === freeze short automation window === === pre-state === override_status=inactive active_slot=vpn2 table_dev=vpn2 VPN vpn2 | default dev vpn2 scope link default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 === clear manual override if active === manual_override=not_active === restart active interface === target=vpn2 === run vpn-egress-manager === === wait table 200 default === table200_default_wait i=0 current=none want=vpn2 table200_default_ok=vpn2 === post-state === final_table_dev=vpn2 VPN vpn2 | default dev vpn2 scope link default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 === strict traffic check === --- 9.9.9.9 --- PING 9.9.9.9 (9.9.9.9) from 10.200.0.2: 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=45.397 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=45.471 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=92.030 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 45.397/60.966/92.030 ms --- 1.1.1.1 --- PING 1.1.1.1 (1.1.1.1) from 10.200.0.2: 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=80.138 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=104.298 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=50.043 ms --- 1.1.1.1 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 50.043/78.159/104.298 ms 2026-07-06T17:33:19+00:00 REVIVE_OK revive_rc=0 ### FILE /root/hmn/logs/vpn-user-override.log -rw-r--r-- 1 root root 4455 Jul 6 17:42 /root/hmn/logs/vpn-user-override.log sha256=8927b6e22926e9b62c133d90d0b95e5dc87ffa5ec2d9b66932d065bf0cd6ff03 2026-07-06T17:03:40+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn1 2026-07-06T17:03:43+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:03:54+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn1 2026-07-06T17:03:57+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:04:03+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn1 2026-07-06T17:04:06+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:09:41+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn2 2026-07-06T17:09:44+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:21:49+00:00 ERROR: config not found in current strict OK list: 75 2026-07-06T17:21:49+00:00 clear requested status=inactive config= 2026-07-06T17:21:49+00:00 clear done 2026-07-06T17:24:22+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn2 2026-07-06T17:24:26+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:24:26+00:00 clear requested status=inactive config= 2026-07-06T17:24:26+00:00 clear done 2026-07-06T17:25:51+00:00 activate requested config=150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf endpoint=178.215.227.13:44408 minutes=15 prev_default_dev=vpn2 2026-07-06T17:25:54+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:25:54+00:00 clear requested status=inactive config= 2026-07-06T17:25:54+00:00 clear done 2026-07-06T17:28:18+00:00 activate requested config=149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf endpoint=157.173.25.198:34340 minutes=15 prev_default_dev=vpn2 2026-07-06T17:28:30+00:00 activated config=149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf endpoint=157.173.25.198:34340 until_epoch=1783359798 2026-07-06T17:28:31+00:00 clear requested status=active config=149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 2026-07-06T17:28:31+00:00 clear done 2026-07-06T17:28:31+00:00 clear requested status=inactive config= 2026-07-06T17:28:39+00:00 clear done 2026-07-06T17:32:08+00:00 activate requested config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint=192.71.27.64:40044 minutes=15 prev_default_dev=vpn2 2026-07-06T17:32:20+00:00 activated config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint=192.71.27.64:40044 until_epoch=1783360028 2026-07-06T17:32:36+00:00 clear requested status=active config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 2026-07-06T17:32:44+00:00 clear done 2026-07-06T17:38:03+00:00 activate requested config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint=192.71.27.64:40044 minutes=15 prev_default_dev=vpn2 2026-07-06T17:38:15+00:00 activated config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint=192.71.27.64:40044 until_epoch=1783360383 2026-07-06T17:39:07+00:00 clear requested status=active config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 2026-07-06T17:39:15+00:00 clear done 2026-07-06T17:39:15+00:00 activate requested config=180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf endpoint=151.236.30.139:33998 minutes=15 prev_default_dev=vpn2 2026-07-06T17:39:28+00:00 activated config=180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf endpoint=151.236.30.139:33998 until_epoch=1783360455 2026-07-06T17:40:32+00:00 clear requested status=active config=180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 2026-07-06T17:40:40+00:00 clear done 2026-07-06T17:40:40+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn2 2026-07-06T17:40:43+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:41:02+00:00 activate requested config=146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf endpoint=37.235.54.96:38971 minutes=15 prev_default_dev=vpn2 2026-07-06T17:41:14+00:00 activated config=146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf endpoint=37.235.54.96:38971 until_epoch=1783360562 2026-07-06T17:42:24+00:00 clear requested status=active config=146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 2026-07-06T17:42:32+00:00 clear done ### FILE /root/hmn/patch-backups/20260701-vpn-egress-active-restart-20260701-082248/crontab-root -rw------- 1 root root 233 Jun 3 16:20 /root/hmn/patch-backups/20260701-vpn-egress-active-restart-20260701-082248/crontab-root sha256=e2892bc513a227bb81cf2bb2f06f2df994242c7e2ae75d75ad3cad40918b2527 * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh ### FILE /root/hmn/patch-backups/20260701-vpn-egress-active-restart-20260701-082248/vpn-egress-manager.sh -rwxr-xr-x 1 root root 8727 Jun 3 16:20 /root/hmn/patch-backups/20260701-vpn-egress-active-restart-20260701-082248/vpn-egress-manager.sh sha256=a6aa4d2457b9084ceb92784df56533acbc0cdb98fa0fbdf46831126a43f69530 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" REFRESH_LOCK="/tmp/hmn-refresh-pool-safe.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 # Strict runtime health: # both probe IPs must pass with 0% packet loss. # One lost ping means this tunnel is considered bad right now. for IP in "$PROBE_IP1" "$PROBE_IP2"; do probe_cleanup "$DEV" ip route replace "$IP/32" dev "$DEV" 2>/dev/null if [ "$?" != "0" ]; then probe_cleanup "$DEV" logger -t "${LOGTAG:-vpn-egress}" "strict health failed for $DEV: cannot add probe route to $IP" return 1 fi OUT="$(ping -4 -I "$DEV" -c 5 -W 2 "$IP" 2>/dev/null || true)" probe_cleanup "$DEV" LOSS_LINE="$(echo "$OUT" | grep 'packet loss' | tail -n1)" echo "$LOSS_LINE" | grep -q ' 0% packet loss' if [ "$?" != "0" ]; then logger -t "${LOGTAG:-vpn-egress}" "strict health failed for $DEV on $IP: ${LOSS_LINE:-no ping result}" return 1 fi done return 0 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } refill_failed_slot() { FAILED="$1" ACTIVE_NOW="$2" [ -n "$FAILED" ] || return 0 [ -n "$ACTIVE_NOW" ] || return 0 [ "$FAILED" = "$ACTIVE_NOW" ] && return 0 REFILL_HELPER="/root/hmn/hmn-refill-slot.sh" REFILL_LOG="/root/hmn/refill.log" if [ ! -x "$REFILL_HELPER" ]; then logger -t "$LOGTAG" "refill helper missing, skip refill for failed=$FAILED active=$ACTIVE_NOW" return 0 fi logger -t "$LOGTAG" "refill start: failed=$FAILED active=$ACTIVE_NOW" RC=0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "manager_refill failed_slot=$FAILED active_slot=$ACTIVE_NOW" "$REFILL_HELPER" "$FAILED" "$ACTIVE_NOW" RC="$?" echo "refill_rc=$RC" echo } >> "$REFILL_LOG" 2>&1 if [ "$RC" = "0" ]; then logger -t "$LOGTAG" "refill success: failed=$FAILED active=$ACTIVE_NOW" else logger -t "$LOGTAG" "refill failed rc=$RC: failed=$FAILED active=$ACTIVE_NOW" fi set_active_slot "$ACTIVE_NOW" ip route replace default dev "$ACTIVE_NOW" table "$TABLE" 2>/dev/null || true /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache return 0 } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi ### FILE /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/crontab.before -rw-r--r-- 1 root root 293 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/crontab.before sha256=b2f5a1565be7c2b2c76fcc8988cd8e88d422df0fe0c2df7110941bfc76336675 * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh 10 3 * * * /root/hmn/hmn-clean-old-files.sh >/dev/null 2>&1 ### FILE /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/firewall.before -rw-r--r-- 1 root root 3736 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/firewall.before sha256=332159a6054bad6fe304106c48677f1ffd0e14f713d8b9b5422ca6ddb4f2cef3 config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option masq '1' list network 'mgmt' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn1' list network 'vpn2' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' option proto 'udp' option dest 'direct_in' option dest_ip '10.201.0.1' option dest_port '51820' option target 'DNAT' config redirect option name 'WG_easy_51821_to_VM103' option family 'ipv4' option src 'wan' option src_dport '51821' option proto 'udp' option dest 'Management' option dest_ip '10.71.1.189' option dest_port '51821' option target 'DNAT' ### FILE /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/network.before -rw------- 1 root root 3949 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/network.before sha256=201450fd351d8fbc03d2fcb104403e700bb6f8ef02f3e8537f50cfda9523fdb0 config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T20:59:30+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-08T04:32:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-08T10:44:29+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### FILE /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/uci-firewall.before -rw-r--r-- 1 root root 4939 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/uci-firewall.before sha256=33584595b8f7b9556a2caf9f78444d388bc7ce335379147139775ef9b9ea5842 firewall.@defaults[0]=defaults firewall.@defaults[0].input='REJECT' firewall.@defaults[0].output='ACCEPT' firewall.@defaults[0].forward='REJECT' firewall.@defaults[0].synflood_protect='1' firewall.@zone[0]=zone firewall.@zone[0].name='wan' firewall.@zone[0].input='REJECT' firewall.@zone[0].output='ACCEPT' firewall.@zone[0].forward='REJECT' firewall.@zone[0].masq='1' firewall.@zone[0].mtu_fix='1' firewall.@zone[0].network='wan' firewall.@rule[0]=rule firewall.@rule[0].name='Allow-DHCP-Renew' firewall.@rule[0].src='wan' firewall.@rule[0].proto='udp' firewall.@rule[0].dest_port='68' firewall.@rule[0].target='ACCEPT' firewall.@rule[0].family='ipv4' firewall.@rule[1]=rule firewall.@rule[1].name='Allow-Ping' firewall.@rule[1].src='wan' firewall.@rule[1].proto='icmp' firewall.@rule[1].icmp_type='echo-request' firewall.@rule[1].family='ipv4' firewall.@rule[1].target='ACCEPT' firewall.@rule[2]=rule firewall.@rule[2].name='Allow-IGMP' firewall.@rule[2].src='wan' firewall.@rule[2].proto='igmp' firewall.@rule[2].family='ipv4' firewall.@rule[2].target='ACCEPT' firewall.@rule[3]=rule firewall.@rule[3].name='Allow-DHCPv6' firewall.@rule[3].src='wan' firewall.@rule[3].proto='udp' firewall.@rule[3].dest_port='546' firewall.@rule[3].family='ipv6' firewall.@rule[3].target='ACCEPT' firewall.@rule[4]=rule firewall.@rule[4].name='Allow-MLD' firewall.@rule[4].src='wan' firewall.@rule[4].proto='icmp' firewall.@rule[4].src_ip='fe80::/10' firewall.@rule[4].icmp_type='130/0' '131/0' '132/0' '143/0' firewall.@rule[4].family='ipv6' firewall.@rule[4].target='ACCEPT' firewall.@rule[5]=rule firewall.@rule[5].name='Allow-ICMPv6-Input' firewall.@rule[5].src='wan' firewall.@rule[5].proto='icmp' firewall.@rule[5].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' 'router-solicitation' 'neighbour-solicitation' 'router-advertisement' 'neighbour-advertisement' firewall.@rule[5].limit='1000/sec' firewall.@rule[5].family='ipv6' firewall.@rule[5].target='ACCEPT' firewall.@rule[6]=rule firewall.@rule[6].name='Allow-ICMPv6-Forward' firewall.@rule[6].src='wan' firewall.@rule[6].dest='*' firewall.@rule[6].proto='icmp' firewall.@rule[6].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' firewall.@rule[6].limit='1000/sec' firewall.@rule[6].family='ipv6' firewall.@rule[6].target='ACCEPT' firewall.@zone[1]=zone firewall.@zone[1].name='Management' firewall.@zone[1].input='ACCEPT' firewall.@zone[1].output='ACCEPT' firewall.@zone[1].forward='REJECT' firewall.@zone[1].masq='1' firewall.@zone[1].network='mgmt' firewall.@zone[2]=zone firewall.@zone[2].name='direct_in' firewall.@zone[2].input='ACCEPT' firewall.@zone[2].output='ACCEPT' firewall.@zone[2].forward='REJECT' firewall.@zone[2].network='direct_in' firewall.@zone[3]=zone firewall.@zone[3].name='vpn_in' firewall.@zone[3].input='ACCEPT' firewall.@zone[3].output='ACCEPT' firewall.@zone[3].forward='REJECT' firewall.@zone[3].network='vpn_in' firewall.@zone[4]=zone firewall.@zone[4].name='vpn_out' firewall.@zone[4].input='REJECT' firewall.@zone[4].output='ACCEPT' firewall.@zone[4].forward='REJECT' firewall.@zone[4].masq='1' firewall.@zone[4].mtu_fix='1' firewall.@zone[4].network='vpn1' 'vpn2' firewall.@nat[0]=nat firewall.@nat[0].name='OMR_SERVER_SNAT_TO_MGMT' firewall.@nat[0].family='ipv4' firewall.@nat[0].src='Management' firewall.@nat[0].proto='tcp udp' firewall.@nat[0].dest_ip='192.168.30.186' firewall.@nat[0].dest_port='65000-65535' firewall.@nat[0].target='MASQUERADE' firewall.@rule[7]=rule firewall.@rule[7].name='Allow-ICMP-from-vpn_in-to-router' firewall.@rule[7].src='vpn_in' firewall.@rule[7].proto='icmp' firewall.@rule[7].icmp_type='echo-request' firewall.@rule[7].family='ipv4' firewall.@rule[7].target='ACCEPT' firewall.@forwarding[0]=forwarding firewall.@forwarding[0].src='direct_in' firewall.@forwarding[0].dest='wan' firewall.@forwarding[1]=forwarding firewall.@forwarding[1].src='vpn_in' firewall.@forwarding[1].dest='vpn_out' firewall.@forwarding[2]=forwarding firewall.@forwarding[2].src='vpn_in' firewall.@forwarding[2].dest='wan' firewall.@redirect[0]=redirect firewall.@redirect[0].name='WG_remote_to_VM100' firewall.@redirect[0].family='ipv4' firewall.@redirect[0].src='wan' firewall.@redirect[0].src_dport='51820' firewall.@redirect[0].proto='udp' firewall.@redirect[0].dest='direct_in' firewall.@redirect[0].dest_ip='10.201.0.1' firewall.@redirect[0].dest_port='51820' firewall.@redirect[0].target='DNAT' firewall.@redirect[1]=redirect firewall.@redirect[1].name='WG_easy_51821_to_VM103' firewall.@redirect[1].family='ipv4' firewall.@redirect[1].src='wan' firewall.@redirect[1].src_dport='51821' firewall.@redirect[1].proto='udp' firewall.@redirect[1].dest='Management' firewall.@redirect[1].dest_ip='10.71.1.189' firewall.@redirect[1].dest_port='51821' firewall.@redirect[1].target='DNAT' ### FILE /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/uci-network.before -rw-r--r-- 1 root root 5027 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/uci-network.before sha256=109e2870642089efa62ec38e7d306407d5c1913c15f1bcc3a4c42b510786c74f network.loopback=interface network.loopback.device='lo' network.loopback.proto='static' network.loopback.ipaddr='127.0.0.1' network.loopback.netmask='255.0.0.0' network.globals=globals network.globals.packet_steering='1' network.wan=interface network.wan.device='eth0' network.wan.proto='dhcp' network.wan.peerdns='0' network.wan.dns='1.1.1.1' '8.8.8.8' network.mgmt=interface network.mgmt.proto='static' network.mgmt.device='eth2' network.mgmt.ipaddr='10.71.100.2' network.mgmt.netmask='255.255.255.0' network.direct_in=interface network.direct_in.proto='static' network.direct_in.device='eth3' network.direct_in.ipaddr='10.201.0.2' network.direct_in.netmask='255.255.255.0' network.vpn_in=interface network.vpn_in.proto='static' network.vpn_in.device='eth1' network.vpn_in.ipaddr='10.200.0.2/24' network.@route[0]=route network.@route[0].interface='mgmt' network.@route[0].target='10.250.100.0/24' network.@route[0].gateway='10.71.100.1' network.vpn2=interface network.vpn2.proto='amneziawg' network.vpn2.private_key=MASKED network.vpn2.awg_jc='3' network.vpn2.awg_jmin='50' network.vpn2.awg_jmax='100' network.vpn2.awg_s1='92' network.vpn2.awg_s2='90' network.vpn2.awg_h1='1128827374' network.vpn2.awg_h2='1959569870' network.vpn2.awg_h3='96441901' network.vpn2.awg_h4='2091878015' network.vpn2.auto='0' network.vpn2.disabled='0' network.vpn2.delegate='0' network.vpn2.peerdns='0' network.vpn2.defaultroute='0' network.vpn2.addresses='10.91.235.78/32' network.vpn2.dns='1.1.1.1' network.vpn2.hmn_role='active_spare_slot' network.vpn2.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn2.hmn_loaded_at='2026-06-07T20:59:30+00:00' network.vpn2.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn2[0]=amneziawg_vpn2 network.@amneziawg_vpn2[0].description='150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.@amneziawg_vpn2[0].public_key=MASKED network.@amneziawg_vpn2[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn2[0].route_allowed_ips='0' network.@amneziawg_vpn2[0].persistent_keepalive='27' network.@amneziawg_vpn2[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn2[0].endpoint_port='44408' network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:32:09+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].description='228-US-USA-Utah-192.154.104.162-awg1.conf' network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' network.vpn1=interface network.vpn1.proto='amneziawg' network.vpn1.private_key=MASKED network.vpn1.awg_jc='3' network.vpn1.awg_jmin='50' network.vpn1.awg_jmax='100' network.vpn1.awg_s1='141' network.vpn1.awg_s2='53' network.vpn1.awg_h1='1638832857' network.vpn1.awg_h2='1004821648' network.vpn1.awg_h3='709990392' network.vpn1.awg_h4='498414923' network.vpn1.auto='0' network.vpn1.disabled='0' network.vpn1.delegate='0' network.vpn1.peerdns='0' network.vpn1.defaultroute='0' network.vpn1.addresses='10.100.253.62/32' network.vpn1.dns='1.1.1.1' network.vpn1.hmn_role='active_spare_slot' network.vpn1.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn1.hmn_loaded_at='2026-06-08T10:44:29+00:00' network.vpn1.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn1[0]=amneziawg_vpn1 network.@amneziawg_vpn1[0].description='062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.@amneziawg_vpn1[0].public_key=MASKED network.@amneziawg_vpn1[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn1[0].route_allowed_ips='0' network.@amneziawg_vpn1[0].persistent_keepalive='26' network.@amneziawg_vpn1[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn1[0].endpoint_port='32583' ### FILE /root/hmn/patch-backups/20260702-vpn-user-loader-output-sanitize-20260706-100032/hmn-load-vpn-user.sh.before -rwxr-xr-x 1 root root 7032 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-loader-output-sanitize-20260706-100032/hmn-load-vpn-user.sh.before sha256=aaa86624aa5d4ea969053dc42ea386602bd4a0deddef8c13352205161e57f82f #!/bin/ash set -eu CONF="${1:-}" ACTION="${2:-}" if [ -z "$CONF" ]; then CONF="$(ls -t KEYMASK*.conf 2>/dev/null | head -n 1 || true)" fi if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден .conf" echo echo "Использование:" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf up" echo echo "Или без аргумента — возьмёт первый файл из:" echo " KEYMASK" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" # HMN_DUPLICATE_ACTIVE_SLOT_GUARD_V1 # Do not load the same AWG endpoint/config into vpn_user if it is already present # in managed egress slots. Running the same remote tunnel twice on different # interfaces can break routing/handshake behavior. check_duplicate_active_slots() { TARGET_EP="${ENDPOINT_HOST}:${ENDPOINT_PORT}" TARGET_CONF_BASE="$(basename "${CONF:-}" 2>/dev/null || echo "")" for SLOT in vpn1 vpn2 vpn3 vpn4; do [ "$SLOT" = "vpn_user" ] && continue # Compare by interface metadata if present. SLOT_SRC="$(uci -q get network.${SLOT}.hmn_source_config || true)" if [ -n "$TARGET_CONF_BASE" ] && [ -n "$SLOT_SRC" ]; then SLOT_SRC_BASE="$(basename "$SLOT_SRC" 2>/dev/null || echo "")" if [ "$TARGET_CONF_BASE" = "$SLOT_SRC_BASE" ]; then echo "ERROR: selected config already loaded in $SLOT: $TARGET_CONF_BASE" exit 1 fi fi # Compare by peer endpoint in amneziawg slot section. SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" if [ -n "$SEC" ]; then EH="$(uci -q get ${SEC}.endpoint_host || true)" EP="$(uci -q get ${SEC}.endpoint_port || true)" if [ -n "$EH" ] && [ -n "$EP" ] && [ "$TARGET_EP" = "$EH:$EP" ]; then echo "ERROR: selected endpoint already loaded in $SLOT: $TARGET_EP" exit 1 fi fi done } check_duplicate_active_slots BACKUP="KEYMASK-before-vpn_user-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading config into vpn_user:" echo " $CONF" echo echo "Parsed:" echo " Address: $ADDRESS" echo " Endpoint: $ENDPOINT" echo " DNS: ${DNS:-none}" echo " AWG: Jc=$JC Jmin=$JMIN Jmax=$JMAX S1=$S1 S2=$S2" echo ifdown vpn_user 2>/dev/null || true uci -q delete network.vpn_user 2>/dev/null || true while :; do SEC="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_user\[[0-9][0-9]*\]\)=amneziawg_vpn_user$/\1/p' | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network.vpn_user='interface' uci set network.vpn_user.proto='amneziawg' uci set network.vpn_user.private_key=MASKED uci set network.vpn_user.awg_jc="$JC" uci set network.vpn_user.awg_jmin="$JMIN" uci set network.vpn_user.awg_jmax="$JMAX" uci set network.vpn_user.awg_s1="$S1" uci set network.vpn_user.awg_s2="$S2" uci set network.vpn_user.awg_h1="$H1" uci set network.vpn_user.awg_h2="$H2" uci set network.vpn_user.awg_h3="$H3" uci set network.vpn_user.awg_h4="$H4" uci set network.vpn_user.auto='0' uci set network.vpn_user.disabled='0' uci set network.vpn_user.delegate='0' uci set network.vpn_user.peerdns='0' uci set network.vpn_user.defaultroute='0' uci add_list network.vpn_user.addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network.vpn_user.dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network amneziawg_vpn_user)" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network.vpn_user.hmn_role='user_select_slot' uci set network.vpn_user.hmn_source_config="$CONF" uci set network.vpn_user.hmn_loaded_at="$(date -Iseconds)" uci set network.vpn_user.hmn_endpoint="$ENDPOINT" uci commit network /etc/init.d/network reload echo echo "vpn_user loaded." echo echo "vpn_user summary:" echo " proto=$(uci -q get network.vpn_user.proto || true)" echo " address=$(uci -q get network.vpn_user.addresses || true)" echo " dns=$(uci -q get network.vpn_user.dns || true)" echo " source_config=$(uci -q get network.vpn_user.hmn_source_config || true)" echo " endpoint=$(uci -q get network.vpn_user.hmn_endpoint || true)" PEER_SUM="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_user\[[0-9][0-9]*\]\)=amneziawg_vpn_user$/\1/p' | head -n 1)" if [ -n "$PEER_SUM" ]; then echo " peer_section=$PEER_SUM" echo " allowed_ips=$(uci -q get ${PEER_SUM}.allowed_ips || true)" echo " route_allowed_ips=$(uci -q get ${PEER_SUM}.route_allowed_ips || true)" echo " persistent_keepalive=$(uci -q get ${PEER_SUM}.persistent_keepalive || true)" echo " peer_endpoint=$(uci -q get ${PEER_SUM}.endpoint_host || true):$(uci -q get ${PEER_SUM}.endpoint_port || true)" fi echo echo "Current table 200:" ip route show table 200 echo if [ "$ACTION" = "up" ]; then echo "Bringing vpn_user up..." ifup vpn_user sleep 5 echo echo "Link:" ip link show vpn_user 2>/dev/null || true echo echo "AWG/WG show: hidden in normal output; use explicit admin diagnostics if needed" echo echo "Table 200 after ifup:" ip route show table 200 else echo "Не поднимал интерфейс." echo "Чтобы поднять:" echo " ifup vpn_user" fi ### FILE /root/hmn/patch-backups/20260702-vpn-user-loader-output-sanitize-20260706-142437/hmn-load-vpn-user.sh.before -rwxr-xr-x 1 root root 7032 Jul 6 14:24 /root/hmn/patch-backups/20260702-vpn-user-loader-output-sanitize-20260706-142437/hmn-load-vpn-user.sh.before sha256=aaa86624aa5d4ea969053dc42ea386602bd4a0deddef8c13352205161e57f82f #!/bin/ash set -eu CONF="${1:-}" ACTION="${2:-}" if [ -z "$CONF" ]; then CONF="$(ls -t KEYMASK*.conf 2>/dev/null | head -n 1 || true)" fi if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден .conf" echo echo "Использование:" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf up" echo echo "Или без аргумента — возьмёт первый файл из:" echo " KEYMASK" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" # HMN_DUPLICATE_ACTIVE_SLOT_GUARD_V1 # Do not load the same AWG endpoint/config into vpn_user if it is already present # in managed egress slots. Running the same remote tunnel twice on different # interfaces can break routing/handshake behavior. check_duplicate_active_slots() { TARGET_EP="${ENDPOINT_HOST}:${ENDPOINT_PORT}" TARGET_CONF_BASE="$(basename "${CONF:-}" 2>/dev/null || echo "")" for SLOT in vpn1 vpn2 vpn3 vpn4; do [ "$SLOT" = "vpn_user" ] && continue # Compare by interface metadata if present. SLOT_SRC="$(uci -q get network.${SLOT}.hmn_source_config || true)" if [ -n "$TARGET_CONF_BASE" ] && [ -n "$SLOT_SRC" ]; then SLOT_SRC_BASE="$(basename "$SLOT_SRC" 2>/dev/null || echo "")" if [ "$TARGET_CONF_BASE" = "$SLOT_SRC_BASE" ]; then echo "ERROR: selected config already loaded in $SLOT: $TARGET_CONF_BASE" exit 1 fi fi # Compare by peer endpoint in amneziawg slot section. SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" if [ -n "$SEC" ]; then EH="$(uci -q get ${SEC}.endpoint_host || true)" EP="$(uci -q get ${SEC}.endpoint_port || true)" if [ -n "$EH" ] && [ -n "$EP" ] && [ "$TARGET_EP" = "$EH:$EP" ]; then echo "ERROR: selected endpoint already loaded in $SLOT: $TARGET_EP" exit 1 fi fi done } check_duplicate_active_slots BACKUP="KEYMASK-before-vpn_user-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading config into vpn_user:" echo " $CONF" echo echo "Parsed:" echo " Address: $ADDRESS" echo " Endpoint: $ENDPOINT" echo " DNS: ${DNS:-none}" echo " AWG: Jc=$JC Jmin=$JMIN Jmax=$JMAX S1=$S1 S2=$S2" echo ifdown vpn_user 2>/dev/null || true uci -q delete network.vpn_user 2>/dev/null || true while :; do SEC="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_user\[[0-9][0-9]*\]\)=amneziawg_vpn_user$/\1/p' | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network.vpn_user='interface' uci set network.vpn_user.proto='amneziawg' uci set network.vpn_user.private_key=MASKED uci set network.vpn_user.awg_jc="$JC" uci set network.vpn_user.awg_jmin="$JMIN" uci set network.vpn_user.awg_jmax="$JMAX" uci set network.vpn_user.awg_s1="$S1" uci set network.vpn_user.awg_s2="$S2" uci set network.vpn_user.awg_h1="$H1" uci set network.vpn_user.awg_h2="$H2" uci set network.vpn_user.awg_h3="$H3" uci set network.vpn_user.awg_h4="$H4" uci set network.vpn_user.auto='0' uci set network.vpn_user.disabled='0' uci set network.vpn_user.delegate='0' uci set network.vpn_user.peerdns='0' uci set network.vpn_user.defaultroute='0' uci add_list network.vpn_user.addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network.vpn_user.dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network amneziawg_vpn_user)" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network.vpn_user.hmn_role='user_select_slot' uci set network.vpn_user.hmn_source_config="$CONF" uci set network.vpn_user.hmn_loaded_at="$(date -Iseconds)" uci set network.vpn_user.hmn_endpoint="$ENDPOINT" uci commit network /etc/init.d/network reload echo echo "vpn_user loaded." echo echo "vpn_user summary:" echo " proto=$(uci -q get network.vpn_user.proto || true)" echo " address=$(uci -q get network.vpn_user.addresses || true)" echo " dns=$(uci -q get network.vpn_user.dns || true)" echo " source_config=$(uci -q get network.vpn_user.hmn_source_config || true)" echo " endpoint=$(uci -q get network.vpn_user.hmn_endpoint || true)" PEER_SUM="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_user\[[0-9][0-9]*\]\)=amneziawg_vpn_user$/\1/p' | head -n 1)" if [ -n "$PEER_SUM" ]; then echo " peer_section=$PEER_SUM" echo " allowed_ips=$(uci -q get ${PEER_SUM}.allowed_ips || true)" echo " route_allowed_ips=$(uci -q get ${PEER_SUM}.route_allowed_ips || true)" echo " persistent_keepalive=$(uci -q get ${PEER_SUM}.persistent_keepalive || true)" echo " peer_endpoint=$(uci -q get ${PEER_SUM}.endpoint_host || true):$(uci -q get ${PEER_SUM}.endpoint_port || true)" fi echo echo "Current table 200:" ip route show table 200 echo if [ "$ACTION" = "up" ]; then echo "Bringing vpn_user up..." ifup vpn_user sleep 5 echo echo "Link:" ip link show vpn_user 2>/dev/null || true echo echo "AWG/WG show: hidden in normal output; use explicit admin diagnostics if needed" echo echo "Table 200 after ifup:" ip route show table 200 else echo "Не поднимал интерфейс." echo "Чтобы поднять:" echo " ifup vpn_user" fi ### FILE /root/hmn/patch-backups/20260703-vm101-vpn-egress-revive-script-20260706-142437/hmn-vpn-egress-revive.sh.before -rwxr-xr-x 1 root root 5011 Jul 6 14:24 /root/hmn/patch-backups/20260703-vm101-vpn-egress-revive-script-20260706-142437/hmn-vpn-egress-revive.sh.before sha256=4499e51203fdc47fc62ef6150f544eb7751b1a89dfb15d82162d6fbd25101a93 #!/bin/ash set -u BASE="/root/hmn" STATE="$BASE/state" LOGDIR="$BASE/logs" LOG="$LOGDIR/vpn-egress-revive-last.log" STAMP="$STATE/last-vpn-egress-revive" LOCK="/tmp/hmn-vpn-egress-revive.lock" MAINT="/tmp/hmn-vpn-maintenance" OVERRIDE="$BASE/hmn-vpn-user-override.sh" MANAGER="/usr/bin/vpn-egress-manager.sh" mkdir -p "$STATE" "$LOGDIR" say() { echo "$(date -Iseconds) $*" } get_table_dev() { ip -4 route show table 200 | awk ' /^default / { for (i=1; i<=NF; i++) { if ($i=="dev") { print $(i+1); exit } } } ' } strict_probe() { IP="$1" LOGF="/tmp/hmn-revive-ping-${IP}.$$" ping -4 -c 3 -W 2 -I 10.200.0.2 "$IP" > "$LOGF" 2>&1 || true cat "$LOGF" LOSS="$(sed -n 's/.* \([0-9][0-9]*%\) packet loss.*/\1/p' "$LOGF" | tail -n1)" rm -f "$LOGF" [ "$LOSS" = "0%" ] } wait_table_default() { WANT="$1" i=0 while [ "$i" -lt 12 ]; do DEV="$(get_table_dev)" if [ "$DEV" = "$WANT" ]; then echo "table200_default_ok=$DEV" return 0 fi echo "table200_default_wait i=$i current=${DEV:-none} want=$WANT" # Re-run manager first; if it is still racing with netifd, explicitly reassert # only for the selected managed slot. This does not change UCI configs. if [ -x "$MANAGER" ]; then "$MANAGER" >/dev/null 2>&1 || true fi case "$WANT" in vpn1|vpn2) if ip link show "$WANT" >/dev/null 2>&1; then ip -4 route replace default dev "$WANT" table 200 2>/dev/null || true ip -4 route flush cache 2>/dev/null || true fi ;; esac sleep 2 i=$((i + 1)) done DEV="$(get_table_dev)" echo "ERROR: table200_default_missing final=${DEV:-none} want=$WANT" return 1 } run_body() { echo "=== hmn-vpn-egress-revive ===" say "start" if ! mkdir "$LOCK" 2>/dev/null; then say "ERROR: revive already running" echo "status=already_running" > "$STAMP" return 2 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi cleanup() { rm -f "$MAINT" if [ "$CRON_WAS_RUNNING" -eq 1 ]; then /etc/init.d/cron start >/dev/null 2>&1 || true fi rmdir "$LOCK" 2>/dev/null || true } trap cleanup EXIT INT TERM echo echo "=== freeze short automation window ===" /etc/init.d/cron stop >/dev/null 2>&1 || true touch "$MAINT" echo echo "=== pre-state ===" echo "override_status=$($OVERRIDE status 2>/dev/null | awk -F= '/^status=/{print $2; exit}' || echo unknown)" echo "active_slot=$(cat "$STATE/active-slot" 2>/dev/null || true)" echo "table_dev=$(get_table_dev)" cat /tmp/vpn-egress-current.state 2>/dev/null || true ip -4 route show table 200 echo echo "=== clear manual override if active ===" if [ -x "$OVERRIDE" ] && "$OVERRIDE" status 2>/dev/null | grep -q '^status=active'; then "$OVERRIDE" clear || true sleep 2 else echo "manual_override=not_active" fi TABLE_DEV="$(get_table_dev)" ACTIVE_SLOT="$(cat "$STATE/active-slot" 2>/dev/null || true)" TARGET="" case "$TABLE_DEV" in vpn1|vpn2) TARGET="$TABLE_DEV" ;; esac if [ -z "$TARGET" ]; then case "$ACTIVE_SLOT" in vpn1|vpn2) TARGET="$ACTIVE_SLOT" ;; esac fi if [ -z "$TARGET" ]; then TARGET="vpn1" fi echo echo "=== restart active interface ===" echo "target=$TARGET" ifdown "$TARGET" 2>/dev/null || true sleep 3 ifup "$TARGET" 2>/dev/null || true sleep 12 echo echo "=== run vpn-egress-manager ===" if [ -x "$MANAGER" ]; then "$MANAGER" || true else echo "ERROR: manager not executable: $MANAGER" return 1 fi echo echo "=== wait table 200 default ===" if ! wait_table_default "$TARGET"; then FINAL_DEV="$(get_table_dev)" cat /tmp/vpn-egress-current.state 2>/dev/null || true ip -4 route show table 200 { echo "status=failed" echo "finished_at=$(date -Iseconds)" echo "target=$TARGET" echo "final_table_dev=$FINAL_DEV" echo "reason=table200_default_missing" } > "$STAMP" say "REVIVE_FAILED_TABLE200" return 1 fi echo echo "=== post-state ===" FINAL_DEV="$(get_table_dev)" echo "final_table_dev=$FINAL_DEV" cat /tmp/vpn-egress-current.state 2>/dev/null || true ip -4 route show table 200 echo echo "=== strict traffic check ===" OK1=0 OK2=0 echo "--- 9.9.9.9 ---" if strict_probe 9.9.9.9; then OK1=1; fi echo echo "--- 1.1.1.1 ---" if strict_probe 1.1.1.1; then OK2=1; fi { echo "status=$([ "$OK1" -eq 1 ] && [ "$OK2" -eq 1 ] && echo ok || echo failed)" echo "finished_at=$(date -Iseconds)" echo "target=$TARGET" echo "final_table_dev=$FINAL_DEV" echo "probe_9_9_9_9=$OK1" echo "probe_1_1_1_1=$OK2" } > "$STAMP" if [ "$OK1" -eq 1 ] && [ "$OK2" -eq 1 ]; then say "REVIVE_OK" return 0 fi say "REVIVE_FAILED" return 1 } ( run_body RC="$?" echo echo "revive_rc=$RC" exit "$RC" ) > "$LOG" 2>&1 RC="$?" cat "$LOG" exit "$RC" ### FILE /root/hmn/patch-backups/20260703-vpn-user-override-backend-20260706-100032/crontab.before -rw-r--r-- 1 root root 293 Jul 6 10:00 /root/hmn/patch-backups/20260703-vpn-user-override-backend-20260706-100032/crontab.before sha256=b2f5a1565be7c2b2c76fcc8988cd8e88d422df0fe0c2df7110941bfc76336675 * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh 10 3 * * * /root/hmn/hmn-clean-old-files.sh >/dev/null 2>&1 ### FILE /root/hmn/patch-backups/20260703-vpn-user-override-backend-20260706-100032/vpn-egress-manager.sh.before -rwxr-xr-x 1 root root 9271 Jul 6 10:00 /root/hmn/patch-backups/20260703-vpn-user-override-backend-20260706-100032/vpn-egress-manager.sh.before sha256=005f915d1ee956cd5f68862bb1364b8c462d03edb7538b43e525f6e58f42c703 #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" REFRESH_LOCK="/tmp/hmn-refresh-pool-safe.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 # Strict runtime health: # both probe IPs must pass with 0% packet loss. # One lost ping means this tunnel is considered bad right now. for IP in "$PROBE_IP1" "$PROBE_IP2"; do probe_cleanup "$DEV" ip route replace "$IP/32" dev "$DEV" 2>/dev/null if [ "$?" != "0" ]; then probe_cleanup "$DEV" logger -t "${LOGTAG:-vpn-egress}" "strict health failed for $DEV: cannot add probe route to $IP" return 1 fi OUT="$(ping -4 -I "$DEV" -c 5 -W 2 "$IP" 2>/dev/null || true)" probe_cleanup "$DEV" LOSS_LINE="$(echo "$OUT" | grep 'packet loss' | tail -n1)" echo "$LOSS_LINE" | grep -q ' 0% packet loss' if [ "$?" != "0" ]; then logger -t "${LOGTAG:-vpn-egress}" "strict health failed for $DEV on $IP: ${LOSS_LINE:-no ping result}" return 1 fi done return 0 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { DEV="$1" ACTIVE="$2" [ "$DEV" = "$ACTIVE" ] && return 0 ifdown "$DEV" >/dev/null 2>&1 || true } refill_failed_slot() { FAILED="$1" ACTIVE_NOW="$2" [ -n "$FAILED" ] || return 0 [ -n "$ACTIVE_NOW" ] || return 0 [ "$FAILED" = "$ACTIVE_NOW" ] && return 0 REFILL_HELPER="/root/hmn/hmn-refill-slot.sh" REFILL_LOG="/root/hmn/refill.log" if [ ! -x "$REFILL_HELPER" ]; then logger -t "$LOGTAG" "refill helper missing, skip refill for failed=$FAILED active=$ACTIVE_NOW" return 0 fi logger -t "$LOGTAG" "refill start: failed=$FAILED active=$ACTIVE_NOW" RC=0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "manager_refill failed_slot=$FAILED active_slot=$ACTIVE_NOW" "$REFILL_HELPER" "$FAILED" "$ACTIVE_NOW" RC="$?" echo "refill_rc=$RC" echo } >> "$REFILL_LOG" 2>&1 if [ "$RC" = "0" ]; then logger -t "$LOGTAG" "refill success: failed=$FAILED active=$ACTIVE_NOW" else logger -t "$LOGTAG" "refill failed rc=$RC: failed=$FAILED active=$ACTIVE_NOW" fi set_active_slot "$ACTIVE_NOW" ip route replace default dev "$ACTIVE_NOW" table "$TABLE" 2>/dev/null || true /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache return 0 } try_slot() { DEV="$1" logger -t "$LOGTAG" "trying slot $DEV" ifup "$DEV" >/dev/null 2>&1 || true sleep 10 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi ### FILE /root/hmn/refill.log -rw-r--r-- 1 root root 201414 Jul 8 06:16 /root/hmn/refill.log sha256=74931f22331ffaae690aa70ac6387c5a2be965d7903d15f066ef45e29e67d3ff ---- 2026-06-03 16:48:20 ---- manager_refill failed_slot=vpn1 active_slot=vpn2 === hmn-refill-slot === slot_to_refill=vpn1 active_slot=vpn2 KEYMASK-awg1-strict-foreign-latest.tsv KEYMASK-awg1-latest.tsv dry_run=0 active_ep=178.215.227.13:44408 old_slot_ep=95.211.68.119:45176 candidate_rank=3 candidate_file=062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf candidate_ep=194.71.227.212:32583 candidate_avg=59.538 candidate_KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf === load candidate into vpn1 === Backup: KEYMASK-before-load-vpn1-20260603-164822 Loading into slot: slot: vpn1 config: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 address: 10.100.253.62/32 active table 200 before load: vpn2 Loaded. Slot is still down unless ACTION=up. network.vpn1=interface network.vpn1.proto='amneziawg' network.vpn1.private_key=MASKED network.vpn1.awg_jc='3' network.vpn1.awg_jmin='50' network.vpn1.awg_jmax='100' network.vpn1.awg_s1='141' network.vpn1.awg_s2='53' network.vpn1.awg_h1='1638832857' network.vpn1.awg_h2='1004821648' network.vpn1.awg_h3='709990392' network.vpn1.awg_h4='498414923' network.vpn1.auto='0' network.vpn1.disabled='0' network.vpn1.delegate='0' network.vpn1.peerdns='0' network.vpn1.defaultroute='0' network.vpn1.addresses='10.100.253.62/32' network.vpn1.dns='1.1.1.1' network.vpn1.hmn_role='active_spare_slot' network.vpn1.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn1.hmn_loaded_at='2026-06-03T16:48:22+00:00' network.vpn1.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn1[0]=amneziawg_vpn1 network.@amneziawg_vpn1[0].description='062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.@amneziawg_vpn1[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn1[0].route_allowed_ips='0' network.@amneziawg_vpn1[0].persistent_keepalive='26' network.@amneziawg_vpn1[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn1[0].endpoint_port='32583' table 200 after load: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 === reload netifd so changed slot is visible === === restore active slot after reload === === bring candidate slot up for strict probe === --- vpn1 status --- interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 42655 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 22 seconds ago transfer: 92 B received, 528 B sent persistent keepalive: every 26 seconds --- strict probe vpn1 9.9.9.9 --- 9.9.9.9 dev vpn1 src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=65.444 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=63.591 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=61.554 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=61.670 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=62.453 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.554/62.942/65.444 ms --- strict probe vpn1 1.1.1.1 --- 1.1.1.1 dev vpn1 src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=68.089 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=68.427 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=68.879 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=68.453 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=68.453 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.089/68.460/68.879 ms === update selected cache === slot file endpoint avg_ms config_path vpn1 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf vpn2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf === leave refilled slot down as standby === === final route should remain active slot === vpn2 default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === refill done === refill_rc=0 ---- 2026-06-03 17:01:27 ---- manager_refill failed_slot=vpn2 active_slot=vpn1 === hmn-refill-slot === slot_to_refill=vpn2 active_slot=vpn1 KEYMASK-awg1-strict-foreign-latest.tsv KEYMASK-awg1-latest.tsv dry_run=0 active_ep=194.71.227.212:32583 old_slot_ep=178.215.227.13:44408 candidate_rank=4 candidate_file=149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf candidate_ep=157.173.25.198:34340 candidate_avg=60.783 candidate_KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf === load candidate into vpn2 === Backup: KEYMASK-before-load-vpn2-20260603-170129 Loading into slot: slot: vpn2 config: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf endpoint: 157.173.25.198:34340 address: 10.91.169.92/32 active table 200 before load: vpn1 Loaded. Slot is still down unless ACTION=up. network.vpn2=interface network.vpn2.proto='amneziawg' network.vpn2.private_key=MASKED network.vpn2.awg_jc='3' network.vpn2.awg_jmin='50' network.vpn2.awg_jmax='100' network.vpn2.awg_s1='17' network.vpn2.awg_s2='121' network.vpn2.awg_h1='1770463880' network.vpn2.awg_h2='1868667466' network.vpn2.awg_h3='938498412' network.vpn2.awg_h4='71620529' network.vpn2.auto='0' network.vpn2.disabled='0' network.vpn2.delegate='0' network.vpn2.peerdns='0' network.vpn2.defaultroute='0' network.vpn2.addresses='10.91.169.92/32' network.vpn2.dns='1.1.1.1' network.vpn2.hmn_role='active_spare_slot' network.vpn2.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn2.hmn_loaded_at='2026-06-03T17:01:29+00:00' network.vpn2.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn2[0]=amneziawg_vpn2 network.@amneziawg_vpn2[0].description='149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.@amneziawg_vpn2[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn2[0].route_allowed_ips='0' network.@amneziawg_vpn2[0].persistent_keepalive='23' network.@amneziawg_vpn2[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn2[0].endpoint_port='34340' table 200 after load: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 === reload netifd so changed slot is visible === === restore active slot after reload === === bring candidate slot up for strict probe === --- vpn2 status --- interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 54624 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 22 seconds ago transfer: 92 B received, 423 B sent persistent keepalive: every 23 seconds --- strict probe vpn2 9.9.9.9 --- 9.9.9.9 dev vpn2 src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=55.827 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=68.042 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=60.440 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=57.678 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=55.552 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.552/59.507/68.042 ms --- strict probe vpn2 1.1.1.1 --- 1.1.1.1 dev vpn2 src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes ### FILE /root/hmn/reports/ok-awg1-strict-all-20260603-162225.tsv -rw------- 1 root root 2997 Jun 3 16:34 /root/hmn/reports/ok-awg1-strict-all-20260603-162225.tsv sha256=cc35f9b30b8bb47770bd49ac62bc2ab29ec210ee3645255ca445be2079c23f01 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.322 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.783 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 62.549 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 67.251 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.509 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.869 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 86.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.713 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 130.066 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 197.817 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 203.001 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 15 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 268.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 16 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 374.632 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260604-042130.tsv -rw------- 1 root root 3361 Jun 4 04:33 /root/hmn/reports/ok-awg1-strict-all-20260604-042130.tsv sha256=392e3918f6ebfb1b1ca356dbe568e37667c055705875b7b8b464436e0e7719cb rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.288 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 44.743 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.006 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 55.688 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.034 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.423 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.834 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.103 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 70.478 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 71.253 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 74.067 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 87.206 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 110.365 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 127.835 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 184.459 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 16 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.450 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 17 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 264.369 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 18 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 376.044 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260605-042129.tsv -rw------- 1 root root 3361 Jun 5 04:33 /root/hmn/reports/ok-awg1-strict-all-20260605-042129.tsv sha256=5143236f7a85b3cd72f449c117e3636536aaafabb61aa827c2371b8c62eb783d rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 39.933 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 49.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.701 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 56.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.575 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.672 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 68.666 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 71.942 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 73.130 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 89.391 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 93.065 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 108.572 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 136.294 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 182.630 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 16 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 17 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.730 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 18 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 375.786 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260606-042128.tsv -rw------- 1 root root 2988 Jun 6 04:33 /root/hmn/reports/ok-awg1-strict-all-20260606-042128.tsv sha256=dde3f9ac833b807cb1a926a7c58d2ab3226836868afd7e28fa1ca99e2e812497 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.439 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 53.544 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.516 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 58.851 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 61.235 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.479 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 66.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 68.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 78.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 99.543 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 136.084 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 154.110 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 174.462 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 215.204 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 15 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 252.920 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 268.772 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260606-180839.tsv -rw------- 1 root root 2625 Jun 6 18:20 /root/hmn/reports/ok-awg1-strict-all-20260606-180839.tsv sha256=b7a95ffc4d04bb117be5dc697ea4e5b76d5a7d5c0ea0e95096b9db9f651cd293 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 50.319 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 58.536 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 64.178 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 66.231 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 68.166 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 71.013 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 85.627 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 103.058 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 116.477 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 202.867 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 11 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.805 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 220.333 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 286.723 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 14 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 405.093 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260607-042129.tsv -rw------- 1 root root 3171 Jun 7 04:33 /root/hmn/reports/ok-awg1-strict-all-20260607-042129.tsv sha256=ae40adb8e5b1908ea3a995e3fcdbe8a479ddb12b66440eafc3888cf39062517f rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 38.366 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 125.804 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 14 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 177.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 267.610 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 374.598 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260607-122354.tsv -rw------- 1 root root 3187 Jun 7 12:35 /root/hmn/reports/ok-awg1-strict-all-20260607-122354.tsv sha256=3506aeeea8c0dac80a5c3908c5f2118fcd2ff9e2a7a58a8ae69fd871d80982e2 rank file endpoint avg_ms ping_loss config_path 1 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.291 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.159 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 70.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 70.662 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 5 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.965 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 78.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 84.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 112.705 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 119.815 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 148.473 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 11 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 12 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 160.712 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 13 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 172.476 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 14 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 182.734 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 207.944 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 272.700 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 383.294 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260607-181002.tsv -rw------- 1 root root 2063 Jun 7 18:20 /root/hmn/reports/ok-awg1-strict-all-20260607-181002.tsv sha256=39aff5c8da1c581e28ddab732ca6df03a89b98a44a6924b9329f3c94f4416470 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.812 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 99.496 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 107.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 137.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 139.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 154.912 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 8 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 186.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 9 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 236.768 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 10 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 403.902 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf 11 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 739.506 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260608-042050.tsv -rw------- 1 root root 3184 Jun 8 04:32 /root/hmn/reports/ok-awg1-strict-all-20260608-042050.tsv sha256=7f69751aff3daa88565edd5e469ee97aab6b919d7861a4cb6d0cc9c55eee9f68 rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 32.678 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 49.331 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 56.427 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 77.520 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 78.995 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 79.169 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 80.416 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 108.755 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 125.027 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 137.118 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 190.398 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 193.249 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 213.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 284.015 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 375.270 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260706-161434.tsv -rw------- 1 root root 3203 Jul 6 16:24 /root/hmn/reports/ok-awg1-strict-all-20260706-161434.tsv sha256=251bba40fec8266351ce546c98d822a3f332f6a78c1c484f7e4d3effe9ee01c8 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 166.254 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 13 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 14 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 217.195 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 288.838 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 409.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260707-042048.tsv -rw------- 1 root root 3754 Jul 7 04:31 /root/hmn/reports/ok-awg1-strict-all-20260707-042048.tsv sha256=c44ac15898a32e1307518fa2c6511230e7a5d2081fb7045bc7a4676aace6b929 rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 3 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 4 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 126.080 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 14 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 17 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 179.873 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 18 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 19 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.162 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 378.025 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-all-20260708-042044.tsv -rw------- 1 root root 3754 Jul 8 04:31 /root/hmn/reports/ok-awg1-strict-all-20260708-042044.tsv sha256=eeb8b4cfd473891a338ae84e8bef6e1b48c010b700051b28bc31e44d9baf58bc rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 27.745 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 43.304 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 46.381 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.097 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.299 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.395 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 62.362 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.777 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.513 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 75.272 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.675 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 105.977 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 129.320 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 161.595 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 184.748 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 17 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 186.153 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 18 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 194.613 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 19 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 219.008 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 247.649 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260603-162225.tsv -rw------- 1 root root 2267 Jun 3 16:34 /root/hmn/reports/ok-awg1-strict-foreign-20260603-162225.tsv sha256=7afff6f70d981a44437603127ceef099252d0c4b4136b1fc0ac615315fc55175 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.322 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.783 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 62.549 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 67.251 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.509 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.869 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 86.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.713 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 203.001 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260604-042130.tsv -rw------- 1 root root 2453 Jun 4 04:33 /root/hmn/reports/ok-awg1-strict-foreign-20260604-042130.tsv sha256=4cc613422e21db0254c50db792015392cf3d4e48ea62b4387f8095aff569b5b9 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 44.743 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.006 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 55.688 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.034 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.423 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.834 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.103 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 8 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 70.478 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 71.253 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 74.067 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 87.206 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 110.365 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.450 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260605-042129.tsv -rw------- 1 root root 2453 Jun 5 04:33 /root/hmn/reports/ok-awg1-strict-foreign-20260605-042129.tsv sha256=d4e1a92e3562b524077cc02d79abbf879f36ef2493cb95f912994fe785d3f785 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 49.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.701 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 56.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.575 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.672 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 68.666 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 71.942 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 73.130 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 89.391 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 93.065 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 108.572 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260606-042128.tsv -rw------- 1 root root 2080 Jun 6 04:33 /root/hmn/reports/ok-awg1-strict-foreign-20260606-042128.tsv sha256=fae1418f0b505bc0246ec184f647124f5ca8c0828c36f814c94f4b6a22bb5eb5 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.439 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 53.544 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.516 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 58.851 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 61.235 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.479 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 68.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 78.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 99.543 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 154.110 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 11 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 215.204 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260606-180839.tsv -rw------- 1 root root 1895 Jun 6 18:20 /root/hmn/reports/ok-awg1-strict-foreign-20260606-180839.tsv sha256=4b2d27f92a00f15f596b21789f3a1ae4d9b349e2f771714b39c97eacb9941e5b rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 50.319 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 58.536 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 64.178 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 66.231 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 68.166 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 71.013 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 85.627 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 103.058 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 116.477 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.805 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260607-042129.tsv -rw------- 1 root root 2263 Jun 7 04:33 /root/hmn/reports/ok-awg1-strict-foreign-20260607-042129.tsv sha256=6a7a4d6138d77b75602e17fc49dec6e482666d75ee6e124f93ccc947d2a98238 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260607-122354.tsv -rw------- 1 root root 2457 Jun 7 12:35 /root/hmn/reports/ok-awg1-strict-foreign-20260607-122354.tsv sha256=268a68b44281349e2a7fafdb109fe1675babea09bd588a9cae4e81fe79078248 rank file endpoint avg_ms ping_loss config_path 1 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.291 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.159 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 70.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 70.662 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 5 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.965 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 78.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 84.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 112.705 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 119.815 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 11 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 160.712 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 12 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 172.476 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 207.944 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260607-181002.tsv -rw------- 1 root root 1521 Jun 7 18:20 /root/hmn/reports/ok-awg1-strict-foreign-20260607-181002.tsv sha256=11e3c1db40539edc27eb268df1c1f5a2a0cb2edb5f69412c3017f67a5f3371f6 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.812 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 99.496 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 107.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 137.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 139.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 154.912 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 8 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 236.768 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260608-042050.tsv -rw------- 1 root root 2276 Jun 8 04:32 /root/hmn/reports/ok-awg1-strict-foreign-20260608-042050.tsv sha256=fd5a15bc378fe6790f12847792d19efcfe6d698aed85f743088011e0add11d15 rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 49.331 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 56.427 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 77.520 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 78.995 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 79.169 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 80.416 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 108.755 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 137.118 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 193.249 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 213.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260706-161434.tsv -rw------- 1 root root 2456 Jul 6 16:24 /root/hmn/reports/ok-awg1-strict-foreign-20260706-161434.tsv sha256=cf0d9fe6eabbb299dd3b8c3f925833798bbe667eff288ab41ddf5d2e4150af53 rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 12 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 13 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260707-042048.tsv -rw------- 1 root root 2829 Jul 7 04:31 /root/hmn/reports/ok-awg1-strict-foreign-20260707-042048.tsv sha256=0e4bb249278c662737b596832867ec5261e36c4944132da3874bc6d0442c8a67 rank file endpoint avg_ms ping_loss config_path 1 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 14 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/reports/ok-awg1-strict-foreign-20260708-042044.tsv -rw------- 1 root root 2829 Jul 8 04:31 /root/hmn/reports/ok-awg1-strict-foreign-20260708-042044.tsv sha256=dfc7b7b1a93457a3138fc0082717c6e76587e4110ee6a6224f4715bcd00ee9fa rank file endpoint avg_ms ping_loss config_path 1 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 43.304 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 46.381 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 4 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.097 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.299 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.395 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 62.362 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.777 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.513 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 75.272 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.675 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 105.977 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 161.595 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 14 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 186.153 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 219.008 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### FILE /root/hmn/runs/20260601-100614/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 1 10:07 /root/hmn/runs/20260601-100614/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260601-100614/serverlist.json -rw------- 1 root root 34248 Jun 1 10:06 /root/hmn/runs/20260601-100614/serverlist.json sha256=e58f4baffd119bfe0e3133baf55a7de816c2875f67976b52f759d8ba8aed61bf {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"random_priority":"2","lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"random_priority":"1","lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"random_priority":"2","lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"random_priority":"2","lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"random_priority":"3","lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"random_priority":"3","lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260601-100614/summary.txt -rw------- 1 root root 282 Jun 1 10:08 /root/hmn/runs/20260601-100614/summary.txt sha256=20647a652ba95c6957740b10a5342c9a69b1a493085ee8c5800a5d5aabb5410b HideMyName AWG download summary timestamp=20260601-100614 awg=1 request_iface=vpn1 total_candidates=37 ok=35 fail=2 config_KEYMASK-100614 working_KEYMASK-100614/working-awg1.tsv fail_KEYMASK-100614/fail-awg1.tsv ### FILE /root/hmn/runs/20260601-100614/working-awg1.tsv -rw-r--r-- 1 root root 6239 Jun 1 10:08 /root/hmn/runs/20260601-100614/working-awg1.tsv sha256=85fbaa707c3b9fd2f6e11aafdcb3fa75aaecc2d7751d97e790e28446e73dfaec id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-100614/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-100614/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-100614/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-100614/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-100614/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-100614/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-100614/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-100614/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-100614/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-100614/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-100614/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-100614/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-100614/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-100614/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-100614/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-100614/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-100614/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-100614/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-100614/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-100614/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-100614/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-100614/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-100614/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-100614/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-100614/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-100614/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-100614/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-100614/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-100614/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-100614/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-100614/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-100614/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-100614/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-100614/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-100614/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260601-144311/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 1 14:44 /root/hmn/runs/20260601-144311/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260601-144311/serverlist.json -rw------- 1 root root 34248 Jun 1 14:43 /root/hmn/runs/20260601-144311/serverlist.json sha256=e58f4baffd119bfe0e3133baf55a7de816c2875f67976b52f759d8ba8aed61bf {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"random_priority":"2","lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"random_priority":"1","lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"random_priority":"2","lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"random_priority":"2","lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"random_priority":"3","lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"random_priority":"3","lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260601-144311/summary.txt -rw------- 1 root root 282 Jun 1 14:44 /root/hmn/runs/20260601-144311/summary.txt sha256=82361f712f67e362772669c4ca085c4a117ce6e30acb803df3390f3cc8b33734 HideMyName AWG download summary timestamp=20260601-144311 awg=1 request_iface=vpn2 total_candidates=37 ok=35 fail=2 config_KEYMASK-144311 working_KEYMASK-144311/working-awg1.tsv fail_KEYMASK-144311/fail-awg1.tsv ### FILE /root/hmn/runs/20260601-144311/working-awg1.tsv -rw-r--r-- 1 root root 6239 Jun 1 14:44 /root/hmn/runs/20260601-144311/working-awg1.tsv sha256=659bb42fc7551153de2bb0a392f2ff98352b950b3dee29e71d120083e2f2f58c id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-144311/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-144311/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-144311/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-144311/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-144311/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-144311/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-144311/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-144311/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-144311/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-144311/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-144311/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-144311/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-144311/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-144311/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-144311/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-144311/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-144311/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-144311/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-144311/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-144311/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-144311/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-144311/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-144311/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-144311/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-144311/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-144311/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-144311/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-144311/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-144311/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-144311/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-144311/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-144311/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-144311/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-144311/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-144311/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260601-151531/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 1 15:16 /root/hmn/runs/20260601-151531/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260601-151531/serverlist.json -rw------- 1 root root 34248 Jun 1 15:15 /root/hmn/runs/20260601-151531/serverlist.json sha256=e58f4baffd119bfe0e3133baf55a7de816c2875f67976b52f759d8ba8aed61bf {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"random_priority":"2","lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"random_priority":"1","lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"random_priority":"2","lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"random_priority":"2","lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"random_priority":"3","lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"random_priority":"3","lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260601-151531/summary.txt -rw------- 1 root root 282 Jun 1 15:16 /root/hmn/runs/20260601-151531/summary.txt sha256=7d12ce23dc091fa43fb0b2ee8140ddc3014bd2988a49d9a5041adc6ed51cf9f8 HideMyName AWG download summary timestamp=20260601-151531 awg=1 request_iface=vpn2 total_candidates=37 ok=35 fail=2 config_KEYMASK-151531 working_KEYMASK-151531/working-awg1.tsv fail_KEYMASK-151531/fail-awg1.tsv ### FILE /root/hmn/runs/20260601-151531/working-awg1.tsv -rw-r--r-- 1 root root 6239 Jun 1 15:16 /root/hmn/runs/20260601-151531/working-awg1.tsv sha256=24ac286e9f707cc35c4f047d7159c32ae8b9eb6e3db213697f5cd6ca285359b3 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-151531/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-151531/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-151531/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-151531/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-151531/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-151531/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-151531/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-151531/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-151531/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-151531/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-151531/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-151531/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-151531/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-151531/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-151531/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-151531/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-151531/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-151531/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-151531/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-151531/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-151531/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-151531/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-151531/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-151531/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-151531/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-151531/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-151531/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-151531/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-151531/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-151531/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-151531/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-151531/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-151531/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-151531/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-151531/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260604-042000/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 4 04:20 /root/hmn/runs/20260604-042000/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260604-042000/serverlist.json -rw------- 1 root root 35147 Jun 4 04:20 /root/hmn/runs/20260604-042000/serverlist.json sha256=f1752b9d1b142804f30abaa9f75be30d86992e15cd60484f6c90ce2389a6d4b4 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"random_priority":"2","lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"random_priority":"1","lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"random_priority":"2","lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"random_priority":"2","lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"random_priority":"3","lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"random_priority":"3","lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260604-042000/summary.txt -rw------- 1 root root 282 Jun 4 04:21 /root/hmn/runs/20260604-042000/summary.txt sha256=db069d2b2ce0df16e6d7f06816d17e465ef725c6bdc2a7ce7cb4459860afb73d HideMyName AWG download summary timestamp=20260604-042000 awg=1 request_iface=vpn2 total_candidates=38 ok=36 fail=2 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### FILE /root/hmn/runs/20260604-042000/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 4 04:21 /root/hmn/runs/20260604-042000/working-awg1.tsv sha256=5facacd0dc44a8a2ed52396538daa38cb88065e163cf0d7004862edc2af8b105 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-042000/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260605-042000/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 5 04:20 /root/hmn/runs/20260605-042000/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260605-042000/serverlist.json -rw------- 1 root root 35147 Jun 5 04:20 /root/hmn/runs/20260605-042000/serverlist.json sha256=f1752b9d1b142804f30abaa9f75be30d86992e15cd60484f6c90ce2389a6d4b4 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"random_priority":"2","lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"random_priority":"1","lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"random_priority":"2","lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"random_priority":"2","lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"random_priority":"3","lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"random_priority":"3","lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260605-042000/summary.txt -rw------- 1 root root 282 Jun 5 04:21 /root/hmn/runs/20260605-042000/summary.txt sha256=f1dfed85d3a5a35f8937b37bc061dad6390613e547e5dfc07913a28783d27bd6 HideMyName AWG download summary timestamp=20260605-042000 awg=1 request_iface=vpn1 total_candidates=38 ok=36 fail=2 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### FILE /root/hmn/runs/20260605-042000/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 5 04:21 /root/hmn/runs/20260605-042000/working-awg1.tsv sha256=4cc2499d7acd8a748cea8d7bb9f4b8cc1c4b85368cfda3ad0d92f5ef488fb4fd id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-042000/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260606-042000/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 6 04:20 /root/hmn/runs/20260606-042000/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260606-042000/serverlist.json -rw------- 1 root root 35015 Jun 6 04:20 /root/hmn/runs/20260606-042000/serverlist.json sha256=7d994304b2ce9312614857ba448ff3490c397026f9551019c695cbd0e201a438 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260606-042000/summary.txt -rw------- 1 root root 282 Jun 6 04:21 /root/hmn/runs/20260606-042000/summary.txt sha256=76f0de976da5bea68087b460a0242ccb6ed60f762e189260a7609919c2ee2e5c HideMyName AWG download summary timestamp=20260606-042000 awg=1 request_iface=vpn1 total_candidates=38 ok=36 fail=2 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### FILE /root/hmn/runs/20260606-042000/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 6 04:21 /root/hmn/runs/20260606-042000/working-awg1.tsv sha256=a031f686f3b34d186686b7a94e1bf697a34164857162f837d95f8bc688aa42fa id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-042000/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260606-180709/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 6 18:08 /root/hmn/runs/20260606-180709/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260606-180709/serverlist.json -rw------- 1 root root 35015 Jun 6 18:07 /root/hmn/runs/20260606-180709/serverlist.json sha256=7d994304b2ce9312614857ba448ff3490c397026f9551019c695cbd0e201a438 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260606-180709/summary.txt -rw------- 1 root root 282 Jun 6 18:08 /root/hmn/runs/20260606-180709/summary.txt sha256=de2386b2a0ecdf3e7f8ddf144f482ed61c0f9d6266ff8d3c82dfa324cd0087ba HideMyName AWG download summary timestamp=20260606-180709 awg=1 request_iface=vpn1 total_candidates=38 ok=36 fail=2 config_KEYMASK-180709 working_KEYMASK-180709/working-awg1.tsv fail_KEYMASK-180709/fail-awg1.tsv ### FILE /root/hmn/runs/20260606-180709/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 6 18:08 /root/hmn/runs/20260606-180709/working-awg1.tsv sha256=1abceb2eed0ee8a72a9f52d1cb1283a0c6d2bac3c6ab451dfb7f6d2bb05df2e8 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-180709/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-180709/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-180709/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-180709/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-180709/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-180709/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-180709/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-180709/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-180709/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-180709/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-180709/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-180709/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-180709/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-180709/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-180709/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-180709/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-180709/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-180709/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-180709/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-180709/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-180709/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-180709/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-180709/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-180709/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-180709/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-180709/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-180709/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-180709/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-180709/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-180709/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-180709/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-180709/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-180709/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-180709/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-180709/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-180709/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260607-042000/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 7 04:20 /root/hmn/runs/20260607-042000/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260607-042000/serverlist.json -rw------- 1 root root 35015 Jun 7 04:20 /root/hmn/runs/20260607-042000/serverlist.json sha256=7d994304b2ce9312614857ba448ff3490c397026f9551019c695cbd0e201a438 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260607-042000/summary.txt -rw------- 1 root root 282 Jun 7 04:21 /root/hmn/runs/20260607-042000/summary.txt sha256=9f82b2f26d42dc48971bb1a112b6f7593ee711b96465795498f05ff424cf7c58 HideMyName AWG download summary timestamp=20260607-042000 awg=1 request_iface=vpn1 total_candidates=38 ok=36 fail=2 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### FILE /root/hmn/runs/20260607-042000/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 7 04:21 /root/hmn/runs/20260607-042000/working-awg1.tsv sha256=43d41f4e6bdc90243616058b1c4f5dc5aec5d4faf735f201e890ce9255a3fa05 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-042000/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260607-120709/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 7 12:08 /root/hmn/runs/20260607-120709/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260607-120709/serverlist.json -rw------- 1 root root 35015 Jun 7 12:07 /root/hmn/runs/20260607-120709/serverlist.json sha256=7d994304b2ce9312614857ba448ff3490c397026f9551019c695cbd0e201a438 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260607-120709/summary.txt -rw------- 1 root root 282 Jun 7 12:08 /root/hmn/runs/20260607-120709/summary.txt sha256=16886b013f2c47a97c0fc6f32667af181adc92191fb76ab5c967ecf32dfb130c HideMyName AWG download summary timestamp=20260607-120709 awg=1 request_iface=vpn2 total_candidates=38 ok=36 fail=2 config_KEYMASK-120709 working_KEYMASK-120709/working-awg1.tsv fail_KEYMASK-120709/fail-awg1.tsv ### FILE /root/hmn/runs/20260607-120709/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 7 12:08 /root/hmn/runs/20260607-120709/working-awg1.tsv sha256=7da07c139cd54a79fa97474b2bba0f2b6984239ec4e1da9b730c59ab378b0a0a id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-120709/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-120709/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-120709/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-120709/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-120709/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-120709/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-120709/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-120709/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-120709/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-120709/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-120709/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-120709/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-120709/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-120709/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-120709/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-120709/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-120709/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-120709/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-120709/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-120709/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-120709/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-120709/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-120709/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-120709/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-120709/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-120709/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-120709/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-120709/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-120709/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-120709/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-120709/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-120709/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-120709/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-120709/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-120709/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-120709/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260607-122209/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 7 12:23 /root/hmn/runs/20260607-122209/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260607-122209/serverlist.json -rw------- 1 root root 35015 Jun 7 12:22 /root/hmn/runs/20260607-122209/serverlist.json sha256=7d994304b2ce9312614857ba448ff3490c397026f9551019c695cbd0e201a438 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260607-122209/summary.txt -rw------- 1 root root 282 Jun 7 12:23 /root/hmn/runs/20260607-122209/summary.txt sha256=092b2d250d75f00c0fd2f77dce98f61d9e1ddb58b362279acd23e8062af796e5 HideMyName AWG download summary timestamp=20260607-122209 awg=1 request_iface=vpn2 total_candidates=38 ok=36 fail=2 config_KEYMASK-122209 working_KEYMASK-122209/working-awg1.tsv fail_KEYMASK-122209/fail-awg1.tsv ### FILE /root/hmn/runs/20260607-122209/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 7 12:23 /root/hmn/runs/20260607-122209/working-awg1.tsv sha256=6f188e5718d541198d3a435b1b94ec9772f090844693d8d20efcf1be00056bdc id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-122209/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-122209/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-122209/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-122209/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-122209/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-122209/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-122209/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-122209/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-122209/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-122209/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-122209/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-122209/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-122209/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-122209/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-122209/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-122209/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-122209/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-122209/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-122209/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-122209/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-122209/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-122209/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-122209/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-122209/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-122209/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-122209/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-122209/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-122209/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-122209/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-122209/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-122209/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-122209/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-122209/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-122209/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-122209/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-122209/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260607-180718/serverlist.json -rw------- 1 root root 34127 Jun 7 18:07 /root/hmn/runs/20260607-180718/serverlist.json sha256=99aef2675e16d739a2f6a5124413eb6c34e8e9b93032638268c5e936a17ebf96 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["194.135.119.55"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"194.135.119.55","port":12787},"pptp":{"service_id":2,"ip":"194.135.119.55","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"194.135.119.55","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"194.135.119.55","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.135.119.55","port":16697,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.135.119.55","port":31127,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.135.119.55","port":38567,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.135.119.55","port":54627,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"194.135.119.55","port":35962}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260607-180718/summary.txt -rw------- 1 root root 282 Jun 7 18:10 /root/hmn/runs/20260607-180718/summary.txt sha256=a9a2a2724f322952049c6c97c09e2f8fa4f5f15b412d7e192d5f1a15acac34f0 HideMyName AWG download summary timestamp=20260607-180718 awg=1 request_iface=vpn2 total_candidates=37 ok=32 fail=5 config_KEYMASK-180718 working_KEYMASK-180718/working-awg1.tsv fail_KEYMASK-180718/fail-awg1.tsv ### FILE /root/hmn/runs/20260607-180718/working-awg1.tsv -rw-r--r-- 1 root root 5718 Jun 7 18:10 /root/hmn/runs/20260607-180718/working-awg1.tsv sha256=b8caaae53ba7d0b76707be0f32a2a7c83c22a1c059c0e7177e36bbaa838859d1 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-180718/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-180718/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-180718/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-180718/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-180718/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-180718/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-180718/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-180718/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-180718/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-180718/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-180718/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-180718/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-180718/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-180718/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-180718/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-180718/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-180718/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-180718/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-180718/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-180718/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-180718/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-180718/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-180718/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-180718/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-180718/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-180718/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 194.135.119.55 35962 194.135.119.55:35962 yes 10.93.232.118/32 KEYMASK-180718/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-180718/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-180718/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-180718/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-180718/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-180718/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260608-042000/fail-awg1.tsv -rw-r--r-- 1 root root 127 Jun 8 04:20 /root/hmn/runs/20260608-042000/fail-awg1.tsv sha256=e89a2a89f297800705b5d426d0ef280fddaf8ef131eb84abbdba40a5b0d4c91e id country name wg_ip wg_port reason 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### FILE /root/hmn/runs/20260608-042000/serverlist.json -rw------- 1 root root 33236 Jun 8 04:20 /root/hmn/runs/20260608-042000/serverlist.json sha256=908893593b42952b4df72ab9acd647b3b045f40c41edd0824a66ea92fbb58034 {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260608-042000/summary.txt -rw------- 1 root root 282 Jun 8 04:20 /root/hmn/runs/20260608-042000/summary.txt sha256=20fcadf510d620fccf8f2a4ae5a85cff8491e09f1b300af3e0ed67a903795041 HideMyName AWG download summary timestamp=20260608-042000 awg=1 request_iface=vpn1 total_candidates=36 ok=35 fail=1 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### FILE /root/hmn/runs/20260608-042000/working-awg1.tsv -rw-r--r-- 1 root root 6247 Jun 8 04:20 /root/hmn/runs/20260608-042000/working-awg1.tsv sha256=97fe0d48d2e40031aad0e365a1ab90482ba9db401c627c42bc8aacb0e0f9cf59 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-042000/228-US-USA-Utah-192.154.104.162-awg1.conf ### FILE /root/hmn/runs/20260706-161226/fail-awg1.tsv -rw-r--r-- 1 root root 474 Jul 6 16:13 /root/hmn/runs/20260706-161226/fail-awg1.tsv sha256=5983b5eae328f287705461abc12b6aad79e029a9986be03d3d3490a13c953d70 id country name wg_ip wg_port reason 53 FI Finland, Helsinki S4 192.71.247.18 35999 No IP addresses available on this server 70 CZ Czech Republic, Prague S1 193.235.207.39 38330 Failed to sync server: WG: ERR_RELOAD 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD 73 TR Turkey, Istanbul S3 84.32.230.159 43808 No IP addresses available on this server 76 IT Italy, Milan S3 149.154.157.24 35090 Failed to sync server: WG: ERR_CURL ### FILE /root/hmn/runs/20260706-161226/serverlist.json -rw------- 1 root root 33274 Jul 6 16:12 /root/hmn/runs/20260706-161226/serverlist.json sha256=c434f9e353d6c8cdb785ddc1606febf997663f49160572953f7c27ebb1bdde1d {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.36.27.29","port":19016,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.36.27.29","port":33446,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.36.27.29","port":40886,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.36.27.29","port":56946,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"192.36.27.17","port":35500,"random_priority":"0"}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.247.19","port":24259,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.247.19","port":38689,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.247.19","port":46129,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.247.19","port":62189,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"192.71.247.18","port":35999,"random_priority":"0"}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"67":{"id":67,"country_code":"RU","name_en":"Russia, Moscow N5","name_ru":", N5","public_ips":["130.94.89.236"],"lan_ip":"10.102.0.1","services":{"httpd":{"ip":"130.94.89.236","port":16612},"pptp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.94.89.236","vpn_subnet":"10.102.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"130.94.89.236","port":20522,"vpn_subnet":"10.102.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"130.94.89.236","port":34952,"vpn_subnet":"10.102.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"130.94.89.236","port":42392,"vpn_subnet":"10.102.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"130.94.89.236","port":58452,"vpn_subnet":"10.102.40.1\/21"}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.39","port":19065,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.39","port":33495,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.39","port":40935,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.39","port":56995,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.39","port":38330}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.101","port":12316,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.101","port":26746,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.101","port":34186,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.101","port":50246,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.100","port":39480,"random_priority":"0"}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"3","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.25","port":25196,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.25","port":39626,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.25","port":47066,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.25","port":63126,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.24","port":35090,"random_priority":"0"}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.175.93.59","port":11832,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.175.93.59","port":26262,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.175.93.59","port":33702,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.175.93.59","port":49762,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"107.175.93.59","port":31095}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.174.226.52","port":17362,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.174.226.52","port":31792,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.174.226.52","port":39232,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.174.226.52","port":55292,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"107.174.226.51","port":44839,"random_priority":"0"}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.25","port":20511,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.25","port":34941,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.25","port":42381,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.25","port":58441,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380,"random_priority":"0"}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.138","port":22681,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.138","port":37111,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.138","port":44551,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.138","port":60611,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.234","port":37492}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.232.97","port":26420,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.232.97","port":40850,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.232.97","port":48290,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.232.97","port":64350,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"89.46.232.39","port":40316,"random_priority":"0"}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.73.210.13","port":16669,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.73.210.13","port":31099,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.73.210.13","port":38539,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.73.210.13","port":54599,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230,"random_priority":"0"}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.85","port":16185,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.85","port":30615,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.85","port":38055,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.85","port":54115,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"194.71.126.45","port":32821,"random_priority":"0"}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"147":{"id":147,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, Salt Lake City S2","name_ru":", -- S2","public_ips":["23.158.72.86"],"lan_ip":"10.91.0.1","services":{"httpd":{"ip":"23.158.72.19","port":12900},"pptp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"l2tp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"ipsec":{"service_id":4,"ip":"23.158.72.19","vpn_subnet":"10.91.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"23.158.72.88","port":22916,"vpn_subnet":"10.91.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"23.158.72.88","port":37346,"vpn_subnet":"10.91.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"23.158.72.88","port":44786,"vpn_subnet":"10.91.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"23.158.72.88","port":60846,"vpn_subnet":"10.91.24.1\/21"},"wg":{"ip":"23.158.72.87","port":45460,"random_priority":"0"}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"5","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"162":{"id":162,"lat":"49.842","lon":"73.106","country_code":"KZ","name_en":"Kazakhstan, Karaganda S1","name_ru":", S1","public_ips":["109.248.198.4"],"lan_ip":"10.77.192.1","services":{"httpd":{"ip":"109.248.198.4","port":13954},"pptp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"l2tp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"ipsec":{"service_id":4,"ip":"109.248.198.4","vpn_subnet":"10.77.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"109.248.198.4","port":17864,"vpn_subnet":"10.77.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"109.248.198.4","port":32294,"vpn_subnet":"10.77.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"109.248.198.4","port":39734,"vpn_subnet":"10.77.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"109.248.198.4","port":55794,"vpn_subnet":"10.77.216.1\/21"},"wg":{"ip":"109.248.198.4","port":37129}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.214.37.69","port":19964,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.214.37.181","port":32917,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.214.36.122","port":37592,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.139.225","port":59556,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"89.40.104.201","port":36979}}},"218":{"id":218,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M2","name_ru":", M2","public_ips":["77.67.8.84"],"lan_ip":"10.66.0.1","services":{"httpd":{"ip":"77.67.8.84","port":20203},"pptp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"l2tp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"ipsec":{"service_id":4,"ip":"77.67.8.84","vpn_subnet":"10.66.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"77.67.8.84","port":24113,"vpn_subnet":"10.66.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"77.67.8.84","port":38543,"vpn_subnet":"10.66.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"77.67.8.84","port":45983,"vpn_subnet":"10.66.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"77.67.8.84","port":62043,"vpn_subnet":"10.66.24.1\/21"},"wg":{"ip":"77.67.8.84","port":43378}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"20","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.48","port":24706,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.48","port":39136,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.48","port":46576,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.48","port":62636,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260706-161226/summary.txt -rw------- 1 root root 282 Jul 6 16:14 /root/hmn/runs/20260706-161226/summary.txt sha256=ae7b027cc32e51a92de21d5459db8dfedcd2bd804b6b8afbae9bf2bb4931fe8e HideMyName AWG download summary timestamp=20260706-161226 awg=1 request_iface=vpn2 total_candidates=35 ok=30 fail=5 config_KEYMASK-161226 working_KEYMASK-161226/working-awg1.tsv fail_KEYMASK-161226/fail-awg1.tsv ### FILE /root/hmn/runs/20260706-161226/working-awg1.tsv -rw-r--r-- 1 root root 5389 Jul 6 16:14 /root/hmn/runs/20260706-161226/working-awg1.tsv sha256=f2ecbb4b58e0addb45c25181ab27756d9fb37c605b4a24ddc85092777e9aaad4 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 192.36.27.17 35500 192.36.27.17:35500 yes 10.119.249.139/32 KEYMASK-161226/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.60.219/32 KEYMASK-161226/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.187.205/32 KEYMASK-161226/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.254.15/32 KEYMASK-161226/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.61.41/32 KEYMASK-161226/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 71 US USA, Los Angeles S2 107.172.187.100 39480 107.172.187.100:39480 yes 10.103.56.214/32 KEYMASK-161226/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.109/32 KEYMASK-161226/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 87 US USA, New York S1 107.175.93.59 31095 107.175.93.59:31095 yes 10.107.43.173/32 KEYMASK-161226/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 88 US USA, Dallas 107.174.226.51 44839 107.174.226.51:44839 yes 10.107.108.112/32 KEYMASK-161226/088-US-USA-Dallas-107.174.226.51-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.238.215/32 KEYMASK-161226/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.111.97/32 KEYMASK-161226/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.239.94/32 KEYMASK-161226/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.234 37492 185.14.97.234:37492 yes 10.83.41.157/32 KEYMASK-161226/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.142/32 KEYMASK-161226/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.235.104/32 KEYMASK-161226/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.108.200/32 KEYMASK-161226/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 89.46.232.39 40316 89.46.232.39:40316 yes 10.86.172.73/32 KEYMASK-161226/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.170.125/32 KEYMASK-161226/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 194.71.126.45 32821 194.71.126.45:32821 yes 10.89.174.45/32 KEYMASK-161226/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.235.244/32 KEYMASK-161226/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 147 US USA, Salt Lake City S2 23.158.72.87 45460 23.158.72.87:45460 yes 10.91.43.12/32 KEYMASK-161226/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.168.223/32 KEYMASK-161226/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.233.132/32 KEYMASK-161226/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.173.35/32 KEYMASK-161226/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 162 KZ Kazakhstan, Karaganda S1 109.248.198.4 37129 109.248.198.4:37129 yes 10.77.236.75/32 KEYMASK-161226/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.237.218/32 KEYMASK-161226/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.47.73/32 KEYMASK-161226/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 89.40.104.201 36979 89.40.104.201:36979 yes 10.65.43.208/32 KEYMASK-161226/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 218 KZ Kazakhstan, Almaty M2 77.67.8.84 43378 77.67.8.84:43378 yes 10.66.44.225/32 KEYMASK-161226/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.234.5/32 KEYMASK-161226/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf ### FILE /root/hmn/runs/20260707-042000/serverlist.json -rw------- 1 root root 33274 Jul 7 04:20 /root/hmn/runs/20260707-042000/serverlist.json sha256=c434f9e353d6c8cdb785ddc1606febf997663f49160572953f7c27ebb1bdde1d {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.36.27.29","port":19016,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.36.27.29","port":33446,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.36.27.29","port":40886,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.36.27.29","port":56946,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"192.36.27.17","port":35500,"random_priority":"0"}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.247.19","port":24259,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.247.19","port":38689,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.247.19","port":46129,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.247.19","port":62189,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"192.71.247.18","port":35999,"random_priority":"0"}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"67":{"id":67,"country_code":"RU","name_en":"Russia, Moscow N5","name_ru":", N5","public_ips":["130.94.89.236"],"lan_ip":"10.102.0.1","services":{"httpd":{"ip":"130.94.89.236","port":16612},"pptp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.94.89.236","vpn_subnet":"10.102.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"130.94.89.236","port":20522,"vpn_subnet":"10.102.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"130.94.89.236","port":34952,"vpn_subnet":"10.102.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"130.94.89.236","port":42392,"vpn_subnet":"10.102.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"130.94.89.236","port":58452,"vpn_subnet":"10.102.40.1\/21"}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.39","port":19065,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.39","port":33495,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.39","port":40935,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.39","port":56995,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.39","port":38330}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.101","port":12316,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.101","port":26746,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.101","port":34186,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.101","port":50246,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.100","port":39480,"random_priority":"0"}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"3","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.25","port":25196,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.25","port":39626,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.25","port":47066,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.25","port":63126,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.24","port":35090,"random_priority":"0"}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.175.93.59","port":11832,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.175.93.59","port":26262,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.175.93.59","port":33702,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.175.93.59","port":49762,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"107.175.93.59","port":31095}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.174.226.52","port":17362,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.174.226.52","port":31792,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.174.226.52","port":39232,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.174.226.52","port":55292,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"107.174.226.51","port":44839,"random_priority":"0"}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.25","port":20511,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.25","port":34941,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.25","port":42381,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.25","port":58441,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380,"random_priority":"0"}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.138","port":22681,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.138","port":37111,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.138","port":44551,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.138","port":60611,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.234","port":37492}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.232.97","port":26420,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.232.97","port":40850,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.232.97","port":48290,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.232.97","port":64350,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"89.46.232.39","port":40316,"random_priority":"0"}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.73.210.13","port":16669,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.73.210.13","port":31099,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.73.210.13","port":38539,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.73.210.13","port":54599,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230,"random_priority":"0"}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.85","port":16185,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.85","port":30615,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.85","port":38055,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.85","port":54115,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"194.71.126.45","port":32821,"random_priority":"0"}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"147":{"id":147,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, Salt Lake City S2","name_ru":", -- S2","public_ips":["23.158.72.86"],"lan_ip":"10.91.0.1","services":{"httpd":{"ip":"23.158.72.19","port":12900},"pptp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"l2tp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"ipsec":{"service_id":4,"ip":"23.158.72.19","vpn_subnet":"10.91.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"23.158.72.88","port":22916,"vpn_subnet":"10.91.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"23.158.72.88","port":37346,"vpn_subnet":"10.91.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"23.158.72.88","port":44786,"vpn_subnet":"10.91.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"23.158.72.88","port":60846,"vpn_subnet":"10.91.24.1\/21"},"wg":{"ip":"23.158.72.87","port":45460,"random_priority":"0"}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"5","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"162":{"id":162,"lat":"49.842","lon":"73.106","country_code":"KZ","name_en":"Kazakhstan, Karaganda S1","name_ru":", S1","public_ips":["109.248.198.4"],"lan_ip":"10.77.192.1","services":{"httpd":{"ip":"109.248.198.4","port":13954},"pptp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"l2tp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"ipsec":{"service_id":4,"ip":"109.248.198.4","vpn_subnet":"10.77.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"109.248.198.4","port":17864,"vpn_subnet":"10.77.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"109.248.198.4","port":32294,"vpn_subnet":"10.77.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"109.248.198.4","port":39734,"vpn_subnet":"10.77.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"109.248.198.4","port":55794,"vpn_subnet":"10.77.216.1\/21"},"wg":{"ip":"109.248.198.4","port":37129}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.214.37.69","port":19964,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.214.37.181","port":32917,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.214.36.122","port":37592,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.139.225","port":59556,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"89.40.104.201","port":36979}}},"218":{"id":218,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M2","name_ru":", M2","public_ips":["77.67.8.84"],"lan_ip":"10.66.0.1","services":{"httpd":{"ip":"77.67.8.84","port":20203},"pptp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"l2tp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"ipsec":{"service_id":4,"ip":"77.67.8.84","vpn_subnet":"10.66.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"77.67.8.84","port":24113,"vpn_subnet":"10.66.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"77.67.8.84","port":38543,"vpn_subnet":"10.66.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"77.67.8.84","port":45983,"vpn_subnet":"10.66.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"77.67.8.84","port":62043,"vpn_subnet":"10.66.24.1\/21"},"wg":{"ip":"77.67.8.84","port":43378}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"20","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.48","port":24706,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.48","port":39136,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.48","port":46576,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.48","port":62636,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260707-042000/summary.txt -rw------- 1 root root 282 Jul 7 04:20 /root/hmn/runs/20260707-042000/summary.txt sha256=e9284e65d78ca7ea6747eb08ac7427ff1e1fd73a3a122b614559dd61342c8fa4 HideMyName AWG download summary timestamp=20260707-042000 awg=1 request_iface=vpn2 total_candidates=35 ok=34 fail=1 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### FILE /root/hmn/runs/20260707-042000/working-awg1.tsv -rw-r--r-- 1 root root 6116 Jul 7 04:20 /root/hmn/runs/20260707-042000/working-awg1.tsv sha256=2bb5b836cd628d226c26a1cf3ab27b14460071da3511f45039dd26c504290197 id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 192.36.27.17 35500 192.36.27.17:35500 yes 10.119.249.139/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.60.219/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.187.205/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.254.15/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.61.41/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.39 38330 193.235.207.39:38330 yes 10.102.248.214/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 71 US USA, Los Angeles S2 107.172.187.100 39480 107.172.187.100:39480 yes 10.103.56.214/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 78.31.250.16:41729 yes 10.103.120.171/32 KEYMASK-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.187.191/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.109/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.24 35090 149.154.157.24:35090 yes 10.104.120.117/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 87 US USA, New York S1 107.175.93.59 31095 107.175.93.59:31095 yes 10.107.43.173/32 KEYMASK-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 88 US USA, Dallas 107.174.226.51 44839 107.174.226.51:44839 yes 10.107.108.112/32 KEYMASK-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.238.215/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.111.97/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.239.94/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.234 37492 185.14.97.234:37492 yes 10.83.41.157/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.142/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.235.104/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.108.200/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 89.46.232.39 40316 89.46.232.39:40316 yes 10.86.172.73/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.170.125/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 194.71.126.45 32821 194.71.126.45:32821 yes 10.89.174.45/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.235.244/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 147 US USA, Salt Lake City S2 23.158.72.87 45460 23.158.72.87:45460 yes 10.91.43.12/32 KEYMASK-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.168.223/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.233.132/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.173.35/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 162 KZ Kazakhstan, Karaganda S1 109.248.198.4 37129 109.248.198.4:37129 yes 10.77.236.75/32 KEYMASK-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.237.218/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.47.73/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 89.40.104.201 36979 89.40.104.201:36979 yes 10.65.43.208/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 218 KZ Kazakhstan, Almaty M2 77.67.8.84 43378 77.67.8.84:43378 yes 10.66.44.225/32 KEYMASK-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.234.5/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf ### FILE /root/hmn/runs/20260708-042000/serverlist.json -rw------- 1 root root 33274 Jul 8 04:20 /root/hmn/runs/20260708-042000/serverlist.json sha256=c434f9e353d6c8cdb785ddc1606febf997663f49160572953f7c27ebb1bdde1d {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.36.27.29","port":19016,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.36.27.29","port":33446,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.36.27.29","port":40886,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.36.27.29","port":56946,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"192.36.27.17","port":35500,"random_priority":"0"}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.247.19","port":24259,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.247.19","port":38689,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.247.19","port":46129,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.247.19","port":62189,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"192.71.247.18","port":35999,"random_priority":"0"}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"67":{"id":67,"country_code":"RU","name_en":"Russia, Moscow N5","name_ru":", N5","public_ips":["130.94.89.236"],"lan_ip":"10.102.0.1","services":{"httpd":{"ip":"130.94.89.236","port":16612},"pptp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.94.89.236","vpn_subnet":"10.102.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"130.94.89.236","port":20522,"vpn_subnet":"10.102.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"130.94.89.236","port":34952,"vpn_subnet":"10.102.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"130.94.89.236","port":42392,"vpn_subnet":"10.102.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"130.94.89.236","port":58452,"vpn_subnet":"10.102.40.1\/21"}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.39","port":19065,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.39","port":33495,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.39","port":40935,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.39","port":56995,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.39","port":38330}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.101","port":12316,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.101","port":26746,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.101","port":34186,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.101","port":50246,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.100","port":39480,"random_priority":"0"}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"3","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.25","port":25196,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.25","port":39626,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.25","port":47066,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.25","port":63126,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.24","port":35090,"random_priority":"0"}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.175.93.59","port":11832,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.175.93.59","port":26262,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.175.93.59","port":33702,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.175.93.59","port":49762,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"107.175.93.59","port":31095}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.174.226.52","port":17362,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.174.226.52","port":31792,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.174.226.52","port":39232,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.174.226.52","port":55292,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"107.174.226.51","port":44839,"random_priority":"0"}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.25","port":20511,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.25","port":34941,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.25","port":42381,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.25","port":58441,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380,"random_priority":"0"}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.138","port":22681,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.138","port":37111,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.138","port":44551,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.138","port":60611,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.234","port":37492}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.232.97","port":26420,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.232.97","port":40850,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.232.97","port":48290,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.232.97","port":64350,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"89.46.232.39","port":40316,"random_priority":"0"}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.73.210.13","port":16669,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.73.210.13","port":31099,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.73.210.13","port":38539,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.73.210.13","port":54599,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230,"random_priority":"0"}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.85","port":16185,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.85","port":30615,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.85","port":38055,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.85","port":54115,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"194.71.126.45","port":32821,"random_priority":"0"}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"147":{"id":147,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, Salt Lake City S2","name_ru":", -- S2","public_ips":["23.158.72.86"],"lan_ip":"10.91.0.1","services":{"httpd":{"ip":"23.158.72.19","port":12900},"pptp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"l2tp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"ipsec":{"service_id":4,"ip":"23.158.72.19","vpn_subnet":"10.91.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"23.158.72.88","port":22916,"vpn_subnet":"10.91.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"23.158.72.88","port":37346,"vpn_subnet":"10.91.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"23.158.72.88","port":44786,"vpn_subnet":"10.91.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"23.158.72.88","port":60846,"vpn_subnet":"10.91.24.1\/21"},"wg":{"ip":"23.158.72.87","port":45460,"random_priority":"0"}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"5","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"162":{"id":162,"lat":"49.842","lon":"73.106","country_code":"KZ","name_en":"Kazakhstan, Karaganda S1","name_ru":", S1","public_ips":["109.248.198.4"],"lan_ip":"10.77.192.1","services":{"httpd":{"ip":"109.248.198.4","port":13954},"pptp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"l2tp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"ipsec":{"service_id":4,"ip":"109.248.198.4","vpn_subnet":"10.77.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"109.248.198.4","port":17864,"vpn_subnet":"10.77.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"109.248.198.4","port":32294,"vpn_subnet":"10.77.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"109.248.198.4","port":39734,"vpn_subnet":"10.77.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"109.248.198.4","port":55794,"vpn_subnet":"10.77.216.1\/21"},"wg":{"ip":"109.248.198.4","port":37129}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.214.37.69","port":19964,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.214.37.181","port":32917,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.214.36.122","port":37592,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.139.225","port":59556,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"89.40.104.201","port":36979}}},"218":{"id":218,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M2","name_ru":", M2","public_ips":["77.67.8.84"],"lan_ip":"10.66.0.1","services":{"httpd":{"ip":"77.67.8.84","port":20203},"pptp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"l2tp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"ipsec":{"service_id":4,"ip":"77.67.8.84","vpn_subnet":"10.66.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"77.67.8.84","port":24113,"vpn_subnet":"10.66.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"77.67.8.84","port":38543,"vpn_subnet":"10.66.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"77.67.8.84","port":45983,"vpn_subnet":"10.66.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"77.67.8.84","port":62043,"vpn_subnet":"10.66.24.1\/21"},"wg":{"ip":"77.67.8.84","port":43378}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"20","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.48","port":24706,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.48","port":39136,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.48","port":46576,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.48","port":62636,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### FILE /root/hmn/runs/20260708-042000/summary.txt -rw------- 1 root root 282 Jul 8 04:20 /root/hmn/runs/20260708-042000/summary.txt sha256=76c6e07971107d67ba61aa1553293ed465efbd98ee55a789e7060f2ec06246a7 HideMyName AWG download summary timestamp=20260708-042000 awg=1 request_iface=vpn2 total_candidates=35 ok=35 fail=0 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### FILE /root/hmn/runs/20260708-042000/working-awg1.tsv -rw-r--r-- 1 root root 6294 Jul 8 04:20 /root/hmn/runs/20260708-042000/working-awg1.tsv sha256=c1b6525733d9715b94d8f8dbd497f3f68a7635b696f8878fcdee96859156cecd id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 192.36.27.17 35500 192.36.27.17:35500 yes 10.119.249.139/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.60.219/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.187.205/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 192.71.247.18 35999 192.71.247.18:35999 yes 10.98.185.144/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.254.15/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.61.41/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.39 38330 193.235.207.39:38330 yes 10.102.248.214/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 71 US USA, Los Angeles S2 107.172.187.100 39480 107.172.187.100:39480 yes 10.103.56.214/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 78.31.250.16:41729 yes 10.103.120.171/32 KEYMASK-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.187.191/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.109/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.24 35090 149.154.157.24:35090 yes 10.104.120.117/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 87 US USA, New York S1 107.175.93.59 31095 107.175.93.59:31095 yes 10.107.43.173/32 KEYMASK-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 88 US USA, Dallas 107.174.226.51 44839 107.174.226.51:44839 yes 10.107.108.112/32 KEYMASK-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.238.215/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.111.97/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.239.94/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.234 37492 185.14.97.234:37492 yes 10.83.41.157/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.142/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.235.104/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.108.200/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 89.46.232.39 40316 89.46.232.39:40316 yes 10.86.172.73/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.170.125/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 194.71.126.45 32821 194.71.126.45:32821 yes 10.89.174.45/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.235.244/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 147 US USA, Salt Lake City S2 23.158.72.87 45460 23.158.72.87:45460 yes 10.91.43.12/32 KEYMASK-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.168.223/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.233.132/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.173.35/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 162 KZ Kazakhstan, Karaganda S1 109.248.198.4 37129 109.248.198.4:37129 yes 10.77.236.75/32 KEYMASK-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.237.218/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.47.73/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 89.40.104.201 36979 89.40.104.201:36979 yes 10.65.43.208/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 218 KZ Kazakhstan, Almaty M2 77.67.8.84 43378 77.67.8.84:43378 yes 10.66.44.225/32 KEYMASK-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.234.5/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf ### FILE /root/hmn/state/active-slot -rw-r--r-- 1 root root 5 Jul 8 08:32 /root/hmn/state/active-slot sha256=a5d46f9f74cb971c15698484e3d1a909e3e42da65b38f2e934600e47dfb43d25 vpn1 ### FILE /root/hmn/state/bad-endpoints-20260603.txt -rw------- 1 root root 388 Jun 3 20:33 /root/hmn/state/bad-endpoints-20260603.txt sha256=4eee37415d53230fd2298e2c86d6f47cfe54d96d2f4011cf69311e9ccdc1956c 95.211.68.119:45176 2026-06-03T16:48:20+00:00 slot_refill_old_or_failed_vpn1 178.215.227.13:44408 2026-06-03T17:01:27+00:00 slot_refill_old_or_failed_vpn2 194.71.227.212:32583 2026-06-03T17:13:45+00:00 slot_refill_old_or_failed_vpn1 157.173.25.198:34340 2026-06-03T19:15:28+00:00 slot_refill_old_or_failed_vpn2 157.173.27.69:41797 2026-06-03T20:33:29+00:00 slot_refill_old_or_failed_vpn1 ### FILE /root/hmn/state/bad-endpoints-20260604.txt -rw------- 1 root root 78 Jun 4 06:36 /root/hmn/state/bad-endpoints-20260604.txt sha256=32a0d6556365f9dd17702305d741a489918f5fcb9ef3b24d3303a117cd6f52c3 192.71.244.202:45735 2026-06-04T06:36:24+00:00 slot_refill_old_or_failed_vpn2 ### FILE /root/hmn/state/bad-endpoints-20260605.txt -rw------- 1 root root 311 Jun 5 16:14 /root/hmn/state/bad-endpoints-20260605.txt sha256=852fb4e78da358223234ac3f6a5ec55a42c630054db745b4cbb31f25e4377483 151.236.30.139:33998 2026-06-05T05:41:23+00:00 slot_refill_old_or_failed_vpn1 95.211.68.119:45176 2026-06-05T14:31:27+00:00 slot_refill_old_or_failed_vpn2 178.215.227.13:44408 2026-06-05T15:02:23+00:00 slot_refill_old_or_failed_vpn1 157.173.25.198:34340 2026-06-05T16:14:27+00:00 slot_refill_old_or_failed_vpn2 ### FILE /root/hmn/state/bad-endpoints-20260606.txt -rw------- 1 root root 309 Jun 6 21:56 /root/hmn/state/bad-endpoints-20260606.txt sha256=f5c9128197a2782b97b2462e9eeadc1b469bc985749b1ea9c709f96be207ecd0 194.71.227.212:32583 2026-06-06T18:50:23+00:00 slot_refill_old_or_failed_vpn1 89.46.237.14:38594 2026-06-06T19:15:27+00:00 slot_refill_old_or_failed_vpn2 95.211.68.119:45176 2026-06-06T20:42:30+00:00 slot_refill_old_or_failed_vpn1 178.215.227.13:44408 2026-06-06T21:56:23+00:00 slot_refill_old_or_failed_vpn2 ### FILE /root/hmn/state/bad-endpoints-20260607.txt -rw------- 1 root root 76 Jun 7 20:59 /root/hmn/state/bad-endpoints-20260607.txt sha256=5069354127be3d874a7fb734ef056b2f79993f6f0cdda08de5c6e51dbe35fa63 192.71.27.64:40044 2026-06-07T20:59:28+00:00 slot_refill_old_or_failed_vpn2 ### FILE /root/hmn/state/bad-endpoints-20260608.txt -rw------- 1 root root 77 Jun 8 10:44 /root/hmn/state/bad-endpoints-20260608.txt sha256=b57a7a634aa9fea8f2ce00793a78ad0243f790757f08e4e65a74fe286b53c5d2 157.173.27.69:41797 2026-06-08T10:44:27+00:00 slot_refill_old_or_failed_vpn1 ### FILE /root/hmn/state/bad-endpoints-20260706.txt -rw------- 1 root root 153 Jul 6 17:07 /root/hmn/state/bad-endpoints-20260706.txt sha256=a0095ba73052c635a9bef514fee034cebc7dfbef559800f86855871fb14ab983 157.173.27.69:41797 2026-07-06T16:56:52+00:00 slot_refill_old_or_failed_vpn2 37.235.54.96:38971 2026-07-06T17:07:51+00:00 slot_refill_old_or_failed_vpn1 ### FILE /root/hmn/state/bad-endpoints-20260706.txt.before-validate-20260706-161434 -rw-r--r-- 1 root root 227 Jul 6 16:08 /root/hmn/state/bad-endpoints-20260706.txt.before-validate-20260706-161434 sha256=8848fdbe577de02780f316cdcd36ca51561e23ee6f15a9ef040dccd8f5385405 178.215.227.13:44408 2026-07-06T10:16:41+00:00 slot_refill_old_or_failed_vpn2 157.173.27.69:41797 2026-07-06T10:17:26+00:00 strict_probe_failed_vpn2 194.71.227.212:32583 2026-07-06T16:08:48+00:00 slot_refill_old_or_failed_vpn1 ### FILE /root/hmn/state/bad-endpoints-20260708.txt -rw------- 1 root root 77 Jul 8 06:15 /root/hmn/state/bad-endpoints-20260708.txt sha256=3ea5202366f220781f5c701d25382910f7a778cd3c11980e9662600dedb2de2a 95.211.68.119:45176 2026-07-08T06:15:45+00:00 slot_refill_old_or_failed_vpn2 ### FILE /root/hmn/state/last-fresh-download-at -rw-r--r-- 1 root root 26 Jul 8 04:20 /root/hmn/state/last-fresh-download-at sha256=62f0e3447f5e77463f861869264e17dbf38e5f44084e369db0fda1c218ff015f 2026-07-08T04:20:44+00:00 ### FILE /root/hmn/state/last-low-watermark-check -rw-r--r-- 1 root root 127 Jul 8 08:22 /root/hmn/state/last-low-watermark-check sha256=8d9bcb041d52915e27e6e79da8be581668e3ef4baadb0e808443068a764fce9f checked_at=2026-07-08T08:22:00+00:00 foreign_total=15 used_by_slots=2 bad_in_table=1 available=12 threshold=3 active_slot=vpn1 ### FILE /root/hmn/state/last-vpn-egress-revive -rw-r--r-- 1 root root 113 Jul 6 17:33 /root/hmn/state/last-vpn-egress-revive sha256=b562d7f816c223522ef5d06786d01ef3c02df03c70d26b5e470a9ec918e35c45 status=ok finished_at=2026-07-06T17:33:19+00:00 target=vpn2 final_table_dev=vpn2 probe_9_9_9_9=1 probe_1_1_1_1=1 ### FILE /root/hmn/state/patch-20260701-vpn-egress-active-restart.applied -rw-r--r-- 1 root root 167 Jul 1 08:22 /root/hmn/state/patch-20260701-vpn-egress-active-restart.applied sha256=3152ecf552bba6cf8ea1ab4727b65958ebb9f0607718abfb865a282ff81bc0b3 patch_id=20260701-vpn-egress-active-restart applied_at=2026-07-01T08:22:48+00:00 backup_dir=/root/hmn/patch-backups/20260701-vpn-egress-active-restart-20260701-082248 ### FILE /root/hmn/state/patch-20260702-vpn-user-base.applied -rw-r--r-- 1 root root 258 Jul 6 10:00 /root/hmn/state/patch-20260702-vpn-user-base.applied sha256=7a85b6376d6fce50d419557550903c221cefb90598083e070372b17c2a48f8f5 patch_id=20260702-vpn-user-base status=applied applied_at_utc=2026-07-06T10:00:31Z backup_dir=/root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031 loader=/root/hmn/hmn-load-vpn-user.sh network_vpn_user=base_ready firewall_vpn_out=contains_vpn_user ### FILE /root/hmn/state/patch-20260702-vpn-user-loader-output-sanitize.applied -rw-r--r-- 1 root root 231 Jul 6 14:24 /root/hmn/state/patch-20260702-vpn-user-loader-output-sanitize.applied sha256=e10fdee50db7582ebe9efbf44a0de25eb1228bc0aed20fa2d97069a66e352cc6 patch_id=20260702-vpn-user-loader-output-sanitize status=applied applied_at_utc=2026-07-06T14:24:37Z script=/root/hmn/hmn-load-vpn-user.sh backup_dir=/root/hmn/patch-backups/20260702-vpn-user-loader-output-sanitize-20260706-142437 ### FILE /root/hmn/state/patch-20260703-vm101-vpn-egress-revive-script.applied -rw-r--r-- 1 root root 233 Jul 6 14:24 /root/hmn/state/patch-20260703-vm101-vpn-egress-revive-script.applied sha256=1492c85a5f0395f98530a8fc0fa82797387a1d8aac1b09bd51b4f8131ab03b5a patch_id=20260703-vm101-vpn-egress-revive-script status=applied applied_at_utc=2026-07-06T14:24:37Z script=/root/hmn/hmn-vpn-egress-revive.sh backup_dir=/root/hmn/patch-backups/20260703-vm101-vpn-egress-revive-script-20260706-142437 ### FILE /root/hmn/state/patch-20260703-vpn-user-override-backend.applied -rw-r--r-- 1 root root 294 Jul 6 10:00 /root/hmn/state/patch-20260703-vpn-user-override-backend.applied sha256=b1ceba9dd1e8c66e8943cdd26b16951179259d2c586f4522811e1cdeaf5bd56b patch_id=20260703-vpn-user-override-backend status=applied applied_at_utc=2026-07-06T10:00:32Z backup_dir=/root/hmn/patch-backups/20260703-vpn-user-override-backend-20260706-100032 script=/root/hmn/hmn-vpn-user-override.sh manager_guard=HMN_VPN_USER_OVERRIDE_MANAGER_GUARD_V1 cron_tick=enabled ### FILE /root/hmn/state/refresh-status -rw-r--r-- 1 root root 26 Jul 8 04:31 /root/hmn/state/refresh-status sha256=7e9de83cda3cc5159cffc8ee8cccf9cd89fcebb6320a433cda929fdb231b0692 USING_FRESH_POOL_RETESTED ### FILE /root/hmn/test-runs/20260601-102626/results.tsv -rw-r--r-- 1 root root 90 Jun 1 10:26 /root/hmn/test-runs/20260601-102626/results.tsv sha256=1073ebb74c9af11931998576dfce611b458ac926f00261a11128d4055444adff status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file ### FILE /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log sha256=2766e8470bc4b8f5809858f6d5ffc61893daf533d898a5a3831cec1ed97b3e16 Backup: KEYMASK-before-vpn_test-20260601-102735 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:27:35+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=37cd43bc2ec0784b5c65feefb8496b629ba9e1ac2c7b7a87e29cb2beed1f6482 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40023 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.45 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt sha256=b6b5dbd5a1c15c835f2793155b59bd896bc141080ceebedc5ad70475bf8d4fb6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40023 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 994 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log sha256=cb342418f7f90b2131873254cdb74e2740b753794e7ac60733c1efb3048ae677 Backup: KEYMASK-before-vpn_test-20260601-102749 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:27:49+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=ea8f928c34988e57e9de337a2e4653b14a2082fd500476fa081d140e643ace07 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33563 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.24 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt sha256=d67f21c25143e9341ea5b8c9a72d69a2c4ab724fc69ecb1eec9a68db9883405d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33563 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 823 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log -rw-r--r-- 1 root root 2001 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log sha256=c7f917688759245ad73b2e6113e4654fbeaf32ced3ba2ad6e636822638e3dd13 Backup: KEYMASK-before-vpn_test-20260601-102803 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:28:03+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=232cf802990ed841aea93c0b6a6c0d8c351d24a4de90cd8b0ebde3003ad1a099 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=74.403 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=59.472 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=58.483 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 58.483/64.119/74.403 ms ### FILE /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 466 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=4dfa89c4432b99dead7d9d1934a70898119990f2478a898da72ad598a7a7f1aa interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39088 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 854 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 464 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt sha256=ac090092ba356af0fa95d8af30cd711321f30a0ce6e4b03db2d1b0341e980e1e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39088 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 470 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log sha256=c8bee59351f8cbd483cddfa225efdc018e20eccc1008bcbdc3266e7168eee7b7 Backup: KEYMASK-before-vpn_test-20260601-102815 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:28:15+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=963a6730178beff85217e30d3d7737ac49327dde80ff022021d8a341bcae9a23 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=56.310 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=55.938 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=54.979 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 54.979/55.742/56.310 ms ### FILE /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=f540ff940301ad9af5686d7f04ab3d1158d5bec029c000c27491f36a972c7173 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40742 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 11 seconds ago transfer: 476 B received, 807 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt sha256=2ecd44465fc982f031a0df529052faafb11f6259bee348ea1516903555620108 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40742 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 423 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log -rw-r--r-- 1 root root 2011 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log sha256=d77ef0f1927d706f54c3ee6cba1aacbe7f30a306ff4b3426bd7a87011132db08 Backup: KEYMASK-before-vpn_test-20260601-102828 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:28:28+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=7eeed7e0f71b4af8733cbe96dd33fdf314cc726effa95f316a3846ab69eb2e43 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=64.019 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=82.234 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=63.430 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 63.430/69.894/82.234 ms ### FILE /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=41888d93adce43f581c987315eb0d39030265fbf6d85ff2206914191d995b4db interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49716 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 934 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt sha256=a27d8132ff7953ba53cacc1689afe6758cbe25eb4c40f4e07427b161c7c3ab80 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49716 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 550 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log sha256=9ee1c1210a21f555880db4b25a3cb8112d3feaeacc7b538a7eaa4b52435b8b55 Backup: KEYMASK-before-vpn_test-20260601-102840 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:28:40+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=09dd78ecfe467b220ed64c5b03406f2a68cd98d340633a3ee92d67f0f35c2cbf PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=369.882 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=370.793 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=369.920 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 369.882/370.198/370.793 ms ### FILE /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=5645542529df5ec7ae6d907a6e1f2f825cc4833221431531c58e49e43b8dd1b7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40294 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 844 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt sha256=60fba6cc30bb9a31887c4d3815fb47e834ba8d365a56eee303bcc43bfeae7b34 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40294 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 460 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log -rw-r--r-- 1 root root 2023 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log sha256=ae09b9aa3b0db9d45b89f3ace0ac66e535ffd6ed200dcbab3df60fba16eba6cd Backup: KEYMASK-before-vpn_test-20260601-102853 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:28:53+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=d2437a9739b597d7fb8c186b6d8f32fb487daf33d9d7651c474ad6f3cc3905bf interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46692 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.18 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt sha256=0cae768faf1891236de662ae2aeeaf07a221a12486d562644b1f487e4a8d3b75 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46692 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 819 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log sha256=7d49a06596eb15685c7a6e4e370d25fbcb4ff70f4600235c8d10136150568071 Backup: KEYMASK-before-vpn_test-20260601-102907 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:29:07+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=68db2e8dd02e511c224f279e35a2644eda6b16dc111012a76420ed995814231b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47163 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.41 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 431 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt sha256=2704c79988aadd0b2732005448cf4ce7c26fe79381e35bbf684fae8e61ee7582 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47163 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 927 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log sha256=872e81c1fb65b0b17a3d500db61fa49a360e7d0b7bd542e7fd3f46faf1d3145f Backup: KEYMASK-before-vpn_test-20260601-102921 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:29:21+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=1ec62c6b8e7adb3cf2908618277d1e22d39be97bac49c1a852fac3a8a0be31e6 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=85.220 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=82.968 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=83.140 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 82.968/83.776/85.220 ms ### FILE /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=bf69d0efcfcb2e10a39599333af35a1cf61cbc4b3a199274ece5dfbfa729ea78 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40314 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 886 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt sha256=488258183fdc7e8fef93daf5df22ff8509f4de3cb817847cac959a8c54ca494f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40314 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 502 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log sha256=9862eff02243b9629865c4870574522149adedaa69b566040b335bae38aaf8d9 Backup: KEYMASK-before-vpn_test-20260601-102933 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:29:33+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=5530f217e7e532cc5eab7871f3adab2951f5e51f5f8516a715d384346e91f3ce PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=49.449 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=48.772 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=49.280 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 48.772/49.167/49.449 ms ### FILE /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=d6226cf917a5cc66e4e83e28d4d85e96215af291d3b0b944b630c679ac4c2ca4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52946 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 879 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt sha256=c4fb5ad2d7f8891a2e5376196dbcddbd239ec1ed6a1e7d313ae343f1c2ec3fbb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52946 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 495 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log sha256=fd09269162cd441141c4cd9d45c48da2f2f55bbce65a58d732e1d432732fee82 Backup: KEYMASK-before-vpn_test-20260601-102946 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:29:46+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 333 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=a4ea5df43cce040e931054242068f729825487ab2275ec025b79b5a34fe6ed58 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=77.100 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=118.109 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=76.481 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 76.481/90.563/118.109 ms ### FILE /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=415fc236403e5d81e5afaadc8d78af72e8c8254f4b558469e2ccc88467b33acc interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37434 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 789 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt sha256=9fdf7325fc5a337b39e2b065116223e333ac887007cc78882e370002132503c2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37434 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 405 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log sha256=0a78261112a0be3784756e06a139ad4518d429e1640b3d649154161f2b22f8fc Backup: KEYMASK-before-vpn_test-20260601-102958 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:29:58+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=e85faadc170e7fe3fbc69ecf8cd62c2811346b6f3315dd18e3ac44030f4b20ca interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44707 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.19 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 426 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt sha256=afa46f1b20529990892e750f52eb1215834708dfe5f554d18c91bad2e6557d09 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44707 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 823 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log -rw-r--r-- 1 root root 1984 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log sha256=bdfb0c8dcebaadd19166cf97ab29925cfb732a020f532872e3a2663e12e2df1f Backup: KEYMASK-before-vpn_test-20260601-103012 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:30:12+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=28b691dbdd8995fcf10185ca07bf4dc41cf31a1c5c3b4d56b3a266fea745a389 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52364 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt sha256=e3f8723deea95d2e50bd68edbbc96846936300299bd2eb60568209fb728f403b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52364 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.05 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log sha256=b8921af2ca1944aa535140436238313759cdb6c48b465d7aaebbcf5344ecf42a Backup: KEYMASK-before-vpn_test-20260601-103026 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:30:26+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=611424a0fdf8c7e37df548439892b2d1b2ea0048740688866a4dc7c42f8861de interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43382 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.29 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt sha256=cb933332af293db1c5858a63ed6c0b2d11d3cf5d3b46d1c2e2dd343a3f2507a5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43382 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 886 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log sha256=a92f7d238259234d42f83e61ae54df627529ae8a2c62932e5953f40e25df93a4 Backup: KEYMASK-before-vpn_test-20260601-103041 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:30:41+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=68a69a898bc6e4148a8415369736bd5601c769694a32381a2313eed468af661a PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=79.359 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=78.787 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=77.670 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 77.670/78.605/79.359 ms ### FILE /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=39e0adddbec112605ec22a64c0535119f412fbb6573983381fc321e2f39993ea interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52119 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 818 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt sha256=615e41a68183803febbf334d923803c6cca937162a545b784e375c00a76c91ea interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52119 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 434 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log -rw-r--r-- 1 root root 1987 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log sha256=6672f0004051ee9885a4e628aa57d03d0038826dd84f8b58de4e5219d093dffe Backup: KEYMASK-before-vpn_test-20260601-103053 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:30:53+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=ff7a5b0283919fd91d430ff8e1d83e982ee39b4baf5d9adb03f7ec7a0f899fcb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48179 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.37 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt sha256=9ed9e42415bd92e2b5df7a3185b7299586ba47131a8f88eacdf7fa1ef1e21e63 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48179 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 959 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log sha256=8ae4a46bf71692f61d62c9b981ce6619672de570022056e3c40b14f2007556d2 Backup: KEYMASK-before-vpn_test-20260601-103107 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:31:07+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=a3bfb4d150f85565dc7ed1a3409c2d01c73dfeaac9c5b2ab804800d03e3ce6df interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41765 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.35 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 427 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt sha256=c0bce5d8d461077e57f6ae37de1928f9f2b887a59a8e53ad1090b8b7d6f069be interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41765 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 897 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log sha256=4529deb8d9fa350e96fcbec0a51808ff4c16732e25d325ba604c13cc4eb1dddb Backup: KEYMASK-before-vpn_test-20260601-103121 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:31:21+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=ef382e89a6a391ade8a7eeddcd9c284d9c5a45391d6ee703cb02b735ca8c1791 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=130.850 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=159.815 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=159.443 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 130.850/150.036/159.815 ms ### FILE /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=cd08e9d16a5c9dbd766074086bf22762e9ce6de635fd6de05e8bb131cef92a97 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33012 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 777 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt sha256=2771bf96d83139275ff590410cd56e75c1b483d8d585941a033055d85bb84326 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33012 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 393 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log sha256=b2b8300ee13320a72696d36ecc46329bb7e5847f43a5eeb6436dea1fded9d34d Backup: KEYMASK-before-vpn_test-20260601-103134 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:31:34+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 334 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=a09202fc2d984275b837292b2a2f1776cb21b7fa6a98b9c2b96160343490acde PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=90.372 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=155.162 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=90.975 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 90.372/112.169/155.162 ms ### FILE /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=11a184d0b2e54dcc7251345d9e614639d0a899f6dc596bb50346ead00a083d04 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52051 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 913 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt sha256=4b4b40ad90420797b1345b636a36f6a41d04f8bfbc81e6bc239f3a37b67be97d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52051 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 529 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log sha256=33d0c729fb40739a61067081664108cec7b08ed0cf212f8eabf97ed8132ab9d2 Backup: KEYMASK-before-vpn_test-20260601-103146 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:31:46+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=78de0127c8036987601000b06bd3df491ae1f7ac5a1d8f69f052951b81e00979 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=42 time=204.254 ms 64 bytes from 9.9.9.9: seq=1 ttl=42 time=204.952 ms 64 bytes from 9.9.9.9: seq=2 ttl=42 time=208.941 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 204.254/206.049/208.941 ms ### FILE /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=a63ac220f7a2108d6781d94de7c77887a5cb22f6e648294bded92d2a6d005caf interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58154 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 927 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt sha256=8fc9a33c8111d78840fb9b151262ab12bf79924c6f766852f39575686f21216b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58154 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 543 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log -rw-r--r-- 1 root root 2010 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log sha256=b3622545bc6ea705013a8b801b890fdfdc54c74b58a85ac558730ad9b7187af3 Backup: KEYMASK-before-vpn_test-20260601-103158 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:31:59+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=857b2d42f1c5cb9da9283e66c43ca9fffb4a20b3c4da20f35d999a912f405d16 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49882 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.40 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt sha256=f0b38b7803270796e30c6e9486c87ed8213ecbd57abf892bd328f18c8b281cdc interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49882 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 931 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log sha256=73e198f8ac34264d0daca94678570b179102b0b7115907e8a0136404a1d9efd4 Backup: KEYMASK-before-vpn_test-20260601-103213 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:32:13+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=2cac901f99c17836ebccc0b197373af4535e8037182013edff53919eb2b8f4ff PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=32.267 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=31.816 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=32.044 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 31.816/32.042/32.267 ms ### FILE /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=16875e839091299d7d659959ff2dfdd6494349913e38505135745031668a5354 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46144 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 913 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt sha256=ade44c8c3058a7da43b39e9dfffd68079181e21330fa73babc12d9ce8596ea06 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46144 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 529 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log sha256=0eb080dad598075b35360ebacdcbdb7a9ed72102a40e751f64cbadcad1aa2656 Backup: KEYMASK-before-vpn_test-20260601-103225 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:32:25+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=12169a54bf1f1d5431de76e6ea056127eb8c097ab246ec32f166ef62238ea806 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38150 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.20 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 428 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt sha256=936ec5e07770e4d20372641cdb0805bebf7f6ddfe38cf67306bfdd756252b392 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38150 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 834 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log sha256=22ebc7664b509a9392da208a7e64583d406a368a4e8b8a6dba534998e7d785e6 Backup: KEYMASK-before-vpn_test-20260601-103239 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:32:39+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=59d5a0b4c72dafaa540ea1c63e6265b1a042792d7f82d466fce5eaf7828d2c0a PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=60.281 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=57.685 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=67.623 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 57.685/61.863/67.623 ms ### FILE /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=bb0ed779738f042aceb4e73e772334412a056062872803365fd435a8823cef50 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44468 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 816 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt sha256=a04de1d0cdf58a6905ff6c74c517a67a9f9de56b6e0d243527ad13d1b2b49f26 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44468 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 432 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log sha256=38582fa8a3608eabc97d0677eafa967e95a1c58445cc21e43a4d475505bae951 Backup: KEYMASK-before-vpn_test-20260601-103252 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:32:52+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=6fadbc5931d7a4a556c8a3ddb91e91fbe39325c573e0d779d6126e351ea8f4dd PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=69.753 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=52.895 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=53.527 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 52.895/58.725/69.753 ms ### FILE /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=7e345b29c9750e30d016dd8e023e2b9db74e72e331a396f696ce7d1ca8ec201e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45822 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 822 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt sha256=eef76881919dd0c99741ac0d25d03d6fa14420aff78cc38748bb578fbe7998b6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45822 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 438 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log -rw-r--r-- 1 root root 2017 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log sha256=9949f89ba0493da0d779047753ee4cf7ea71b49692fc7dea4db6354d0acb5536 Backup: KEYMASK-before-vpn_test-20260601-103304 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:33:04+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=a770e3c4c623893e3a61726e41bda4f42ad05b13bb689ede883bd3bb3bc2f393 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=51.491 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=51.640 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=60.063 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 51.491/54.398/60.063 ms ### FILE /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=8eec3825012e272c6d7e1b8217ee0ce94647bd2452c09986d90f94377175c784 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40419 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 748 B received, 898 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt sha256=13b027ff56b5794199c6251cf8770d7a7bc931478a9bf354b1476a6cfaeec15f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40419 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 188 B received, 514 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log -rw-r--r-- 1 root root 2012 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log sha256=34aa26ef247f0b3f7818bf188613e621209ae72024ce5b0b04d57d63cb1a2818 Backup: KEYMASK-before-vpn_test-20260601-103316 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:33:16+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=9f0380868c49fabd264a027f1cd0cf187cab3fab157c8f8ada50f570ad0f51b0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43630 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.15 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 429 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt sha256=56342e5004ead3e19987a1ca2fe2f71840678e421e11448275c70f49ca7f43fa interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43630 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 transfer: 0 B received, 804 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log sha256=9ef71b5e13a5f0e0f790748d7eb56e4bc3a8f29d5fc2afa6f2604b4f7428be67 Backup: KEYMASK-before-vpn_test-20260601-103330 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:33:30+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=2a25bc76947139f774bf27ad2e2173802d1c02f8259084a73e0ba6a0412aa730 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38788 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.32 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt sha256=17807eefde58e9d22afce3f8831e02f4f3ffb32dfce3b19ab9c093fc2fa002e7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38788 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 884 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log sha256=8e555748f1c6b44f8821fa057d3cfadeca9571fb83b9dee0b53614849bcfeddc Backup: KEYMASK-before-vpn_test-20260601-103345 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:33:45+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=71e4ebf1fb5f1752af205a55c45da4ea8980bbf36d51fcff99cb0285b775b3c3 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=64.384 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=64.447 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=65.320 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 64.384/64.717/65.320 ms ### FILE /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=93cde980d3f00d220199e21c18f6dc94d5d9996eb7de32ed6bb47411d6c0c589 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53708 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 887 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt sha256=4aa4561f0ac0d3e4a1b01bccb4a5ceec4efce105da98e5a5587ee7a4ab92267f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53708 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 503 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log -rw-r--r-- 1 root root 2000 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log sha256=fd9b2ba79d308fe80dc6cb344581c3a5bb66c7117f53618bce0da163f1cc73f7 Backup: KEYMASK-before-vpn_test-20260601-103357 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:33:57+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=48340c5ca51f52c74cda209ce43a1bb80c607bc4e5cfd9ffaead0fd456205202 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34733 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.14 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 429 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt sha256=e879541a83a31f093df5984cc6f2f41d57494936c93e0eaed05bec9042c8319b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34733 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 773 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log -rw-r--r-- 1 root root 2022 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log sha256=19591e932a9f9d40ea17d04098cc900c8957d480f53949ac1c6b5e46016339cf Backup: KEYMASK-before-vpn_test-20260601-103411 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:34:11+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=ee343234ad1fc70da517c3bab45949fcac44a79b2314825bcf4f4d023ebb908f PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=274.754 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=318.989 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=273.184 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 273.184/288.975/318.989 ms ### FILE /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=3038a503756e22c911340a7c49477c251fff81ba4c2c742ff4d2cac9526da5eb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51144 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 880 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt sha256=32237d26689239f951ee9c01241d6af78029feb5ccd19cd19182bb740186fb15 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51144 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 496 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log sha256=38f557ab1d7d122f271f474bb32f8111856f88898bb90d8494c2d84cd9a2e02c Backup: KEYMASK-before-vpn_test-20260601-103424 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:34:24+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=f4355c52463dc5361a5dfc6c79544f195008ad885d31f7daf502157f48e8b60b PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=28.156 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=29.139 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=28.633 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 28.156/28.642/29.139 ms ### FILE /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=8f8759983da2ff5b2088249da5117e301db67af0f330ee12a57246bd3e5212bf interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42510 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 769 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt sha256=1d1cfc76e8f2f808108a29ee8fc76dfbe36c62a20f056df67a9d55e38d79bccd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42510 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 385 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log -rw-r--r-- 1 root root 1999 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log sha256=7cddf819e8891b1a9642d244989b7037ff7aac0a42b2186460b949c9bd815647 Backup: KEYMASK-before-vpn_test-20260601-103436 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:34:36+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=69fbad7d3da468b7b7f15705855b9c53d573452974e11ff40475d1d76fc45025 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47996 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.14 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt sha256=f1c986795af6d64957a8715474f7464341145d21bbb4cdbe7e0a13a24f0d43b3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47996 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 transfer: 0 B received, 782 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log -rw-r--r-- 1 root root 1992 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log sha256=ea29db3d765598d56e7f8c5489714a0b16ed603df1da1cd00143d6930e95f533 Backup: KEYMASK-before-vpn_test-20260601-103450 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:34:50+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=659eadbf73a0d68ea40686b8e9cdb08f843f2c37d640c0c26e7dc126c14f0ec5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60371 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt sha256=0ea70f5f1e1e4565a5f720a393e39e63fd2d0d5941a622d1fa79b6b20560e0f7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60371 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.02 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log sha256=103cebe3a4fefe4fceceed178b7c7d10367cdc496da1a6114df79cf2de49540b Backup: KEYMASK-before-vpn_test-20260601-103504 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:35:04+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=1ad096474c72476066dff4b8d827d1dc994684ca8f6d88affd3f9c1585f771b4 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=174.843 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=176.032 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=321.418 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 174.843/224.097/321.418 ms ### FILE /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=53d443849891403ccd60c1c6be36bb03480347844d3f1384c3b578ee76f57be0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37223 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 881 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt sha256=563f82fbf0504642b1b38df123dd7af38ac3385914ac508f95093ab374a967a9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37223 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 497 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-102735/results.tsv -rw-r--r-- 1 root root 12152 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/results.tsv sha256=648dbf81849802830412648f306365b4114cc9a17be490d0035dbf8621ee6a33 status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.45 KiB sent 100% /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.24 KiB sent 100% /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 12 seconds ago transfer: 476 B received, 854 B sent 0% 64.119 /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt OK 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 latest handshake: 11 seconds ago transfer: 476 B received, 807 B sent 0% 55.742 /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 12 seconds ago transfer: 476 B received, 934 B sent 0% 69.894 /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 12 seconds ago transfer: 476 B received, 844 B sent 0% 370.198 /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.18 KiB sent 100% /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.41 KiB sent 100% /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 12 seconds ago transfer: 476 B received, 886 B sent 0% 83.776 /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 12 seconds ago transfer: 476 B received, 879 B sent 0% 49.167 /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt OK 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 latest handshake: 12 seconds ago transfer: 476 B received, 789 B sent 0% 90.563 /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.19 KiB sent 100% /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.55 KiB sent 100% /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.29 KiB sent 100% /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 12 seconds ago transfer: 476 B received, 818 B sent 0% 78.605 /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.37 KiB sent 100% /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.35 KiB sent 100% /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 12 seconds ago transfer: 476 B received, 777 B sent 0% 150.036 /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 12 seconds ago transfer: 476 B received, 913 B sent 0% 112.169 /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 12 seconds ago transfer: 476 B received, 927 B sent 0% 206.049 /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.40 KiB sent 100% /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt OK 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 12 seconds ago transfer: 476 B received, 913 B sent 0% 32.042 /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.20 KiB sent 100% /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 12 seconds ago transfer: 476 B received, 816 B sent 0% 61.863 /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 12 seconds ago transfer: 476 B received, 822 B sent 0% 58.725 /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 12 seconds ago transfer: 748 B received, 898 B sent 0% 54.398 /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 transfer: 0 B received, 1.15 KiB sent 100% /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.32 KiB sent 100% /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 12 seconds ago transfer: 476 B received, 887 B sent 0% 64.717 /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.14 KiB sent 100% /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 12 seconds ago transfer: 476 B received, 880 B sent 0% 288.975 /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt OK 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 latest handshake: 12 seconds ago transfer: 476 B received, 769 B sent 0% 28.642 /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 transfer: 0 B received, 1.14 KiB sent 100% /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.54 KiB sent 100% /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 12 seconds ago transfer: 476 B received, 881 B sent 0% 224.097 /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log sha256=9776ec7a3aca294f490825c0a9f1270189e56ff6a4221475f10ef9c7c67cbba1 Backup: KEYMASK-before-vpn_test-20260601-144432 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:44:32+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=37c9d109e325e17bbacd3b0a07f223d1ea5db60503d7271079707265d8994a14 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35279 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.49 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt sha256=de8abe91cb739875e4017943d7dc8fe12a477f6339dfe8231f37ae8f740e19a7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35279 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 989 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log sha256=f4b8db852dc13c077073265d1fd9968e3f09628ef47e7b37ce9d7b0b0e409bee Backup: KEYMASK-before-vpn_test-20260601-144446 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:44:46+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=1b952c5c517430fe24c5b45a46909165a6d749149fc85dd8370a9146da59d36b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39565 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.16 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt sha256=3181b433db1283ffb8f105ccbfad028c1c1932fa8c75b214becdad7248d5c686 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39565 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 821 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log -rw-r--r-- 1 root root 2001 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log sha256=b37bd447be0ce75df8d890ba09a92bbc634b2de2bfcca0382ef3ff728cc17a32 Backup: KEYMASK-before-vpn_test-20260601-144500 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:45:01+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=6796b0a8f676923cd27418cee9c80896830c5bcbfe6291b0f98a02ab24a6be81 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=59.663 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=59.137 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=57.873 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 57.873/58.891/59.663 ms ### FILE /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 466 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=c0fa1ad6b6a9258a036b123222774fd821ffbca66f859f8b3536fbd7f6476ef9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51008 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 822 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt sha256=3b944de6551f7bb2313b9b9535d08f31b2f51127fe9edfac19072a521dd5dfa1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51008 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 438 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log sha256=2093de64b94b6b6290994c5d478ea2ba0b17c7b1d51cf0d598e1015ed70aeaa3 Backup: KEYMASK-before-vpn_test-20260601-144513 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:45:13+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=59e3b46ad0e24c5954688ad0f16da3d8aba41a7ff9ca1eba4863ac48e94fb9f4 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=59.103 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=59.336 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=57.974 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 57.974/58.804/59.336 ms ### FILE /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=1b6debb7bd1aa4d76f58f2d446c99b3337c8047dd5165f20ee1f3d5543f8e1c0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43355 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 761 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt sha256=438a01cdbfcafa579be9000050a9279ebd399e3a38468b725f6bd30abdbf0480 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43355 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 377 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log -rw-r--r-- 1 root root 2011 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log sha256=881020e0f9233b98e1eb3ff4dd4a01e828b9f5c5b339c88108ad038bdee36fc3 Backup: KEYMASK-before-vpn_test-20260601-144525 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:45:25+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=514a7e8d5d66919ada769304b86481fc22a431857cd6ddd559ce68e6360ae98e PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=59.630 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=60.205 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=57.647 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 57.647/59.160/60.205 ms ### FILE /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=f7e224c668f4b44831a42d6724e099693274f5e641315d3df2231f77d147bbfd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55989 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 950 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt sha256=82161289339c470d89d998198ff07b96a49b80a3e7fe3218200978fef5ccd873 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55989 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 566 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log sha256=1578981e19f8e80b7dddd4d06eba103921648e912d20feae12cd78fbf287c42a Backup: KEYMASK-before-vpn_test-20260601-144537 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:45:37+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=fd434b0cf9ae77d9ea9adda5cfaebaf8db5b4e3deeb16cec224a9e56d7d5c4bc PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=372.764 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=374.606 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=372.655 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 372.655/373.341/374.606 ms ### FILE /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=00b690d369e769e2c2b6749970f3e5b44e4b71ed7a0fdc64067008cfed4aa541 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36581 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 829 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt sha256=af329f9ec2d85860fc112729e5569cb2db476d9ca270bb50fd127a0cbb6fcf4d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36581 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 445 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log -rw-r--r-- 1 root root 2023 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log sha256=2374d4512ec7220f194c160ef9a86256ce700502681d696e980d4eb105610399 Backup: KEYMASK-before-vpn_test-20260601-144550 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:45:50+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=ce5fd8282a9c074aff716712aa9bdf2c9ba2684b6c8d2ed377650b93b339411c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56122 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.14 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt sha256=8eaf024bc95ac2b7ac4ead2171732149fbc61a3ce916aa2ae1f84cbbeb491356 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56122 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 759 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log sha256=0353028e0359b944bd480c253dfef7d5347e388a853080f64882321b847f5528 Backup: KEYMASK-before-vpn_test-20260601-144604 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:46:04+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=8829ddb8b53a5e99614ccd0fdb018919cc487284b266d9575c4f06710acc9727 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44985 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.37 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 431 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt sha256=58d97dc21618f072c6eb7f41032ffef6f41bc3897d6f9b08eff4327cdc74249e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44985 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 952 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log sha256=f6e77e5640a93eb0c32179a975e4430479172ca9e3cffe1d24ac7380521bd15c Backup: KEYMASK-before-vpn_test-20260601-144618 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:46:18+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=c2e55e536454cf7f9be1a5191178cb9e471e5d555571ded12c7e9656eaf54490 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=81.006 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=80.698 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=81.190 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 80.698/80.964/81.190 ms ### FILE /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=b5a0a196f24ed540312cfa5f4a9ad66e5ee8a84ba847bc910e0243c5c3f64b9d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55264 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 849 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt sha256=595be7751f73a07adbf579a9daf1c8992ef253ab02a2627198fc66d0a46a05a3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55264 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 465 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log sha256=c975f42f9bdf1bca4b7a0b5b61cb313a8c4b67578368d741f2be29c458444541 Backup: KEYMASK-before-vpn_test-20260601-144631 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:46:31+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=f5d6147f74dda27e69a6830aac062912b0a76fcf0d77dabf390d94442a6893d8 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=48.129 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=49.411 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=48.864 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 48.129/48.801/49.411 ms ### FILE /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=4b08e70c9906304faabe35378820ba57e1be931b8a45ca647a362632e6ab4bf1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52946 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 868 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt sha256=9893a95400ab161b52e5d7ceedb77479bbdd1c2b2e7d06a5448c89ff1aefdc34 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52946 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 484 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log sha256=82cce059a566a34d5eb814f17ffea3e80c6613c7265125078023d7c4b1a1cd6c Backup: KEYMASK-before-vpn_test-20260601-144643 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:46:43+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=b0b0e428f644b33f91f9ac679acd0b5a8b8eb0d85d738dfbb8cd5e716a6e231b PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=80.826 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=81.747 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=81.179 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 80.826/81.250/81.747 ms ### FILE /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=62a82078371b5e24ffd3b733c7dc4bf27ba7786c08bc001eea0a0d90e45ce5be interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35814 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 795 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt sha256=b314b55ac2830d450079c8c20525c1322be3ca6fa92a397081ef4c83e08a8e8e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35814 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 411 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log sha256=022469a0e676cbf865e9c3457ea06683aec77d289b96155dc5023595279f2776 Backup: KEYMASK-before-vpn_test-20260601-144655 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:46:55+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=3e891b74d9a2097dbd4cf714356c8d25c15a2bd6f7936fb5028570d66a22e7f6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47736 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.22 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 426 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt sha256=bc1b0445c367eb18b66820668fdd1a3d33b0d96a0ae18efb973103735571916a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47736 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 827 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log -rw-r--r-- 1 root root 1984 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log sha256=2c93bca35c221a566dd298227a5d1fbaa8911c4a49e94673b54aee6c433dcac0 Backup: KEYMASK-before-vpn_test-20260601-144710 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:47:10+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=1583396fdd168f6daee8753edba3928ddace0ac0ffabaeeb11c3b353765eb21e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52408 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt sha256=8f5aa063802b57d663603b87971df2e9748dccb67f993c060c2261c7400601e3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52408 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.05 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log sha256=c45a5be6047099fbc3bc0cfe5a727a2e6eabdd0cbc982f86108bd80e1da8d451 Backup: KEYMASK-before-vpn_test-20260601-144724 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:47:24+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=39eec5ddd7424cd40a300db6c475064424f3582dcd45790c989d0cc56fcb9de4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33191 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.21 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt sha256=2177e0ceda55819b7d83534d0ea9d0367d108aaae773a70ee1797845e759361a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33191 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 833 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log sha256=24b8bc9c7e54e9e57a366bec9170207d459879e2d24034cf9d9df09a0bf27393 Backup: KEYMASK-before-vpn_test-20260601-144738 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:47:38+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=7f69ccb6b2dc925df2434eb197c887a3e98e9568ba482293813f134a78fbeb20 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=73.800 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=72.232 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=72.765 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 72.232/72.932/73.800 ms ### FILE /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=8bb5cd827bebf1ce293f45e5d28e1df4c7f01b5bb055f8296afb8c08adf51c94 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48923 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 811 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt sha256=470bd4a61a04b49c980af55d603c0c85ca2c1d4f1cddb5a7cccfe1ed909f5dd5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48923 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 427 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log -rw-r--r-- 1 root root 1987 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log sha256=a4528b755012e2dc82a8b831570ad83ece4ad2bebf1595df5489ba9e2afc117e Backup: KEYMASK-before-vpn_test-20260601-144750 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:47:50+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=f989cc2122357f849a839c474323f1a4b949d40cd8ffa655afea401b055b4f16 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56379 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.44 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt sha256=1be884053a958811bd104547e210591bbc0c31baf384368e246b16898d7a28c8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56379 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 995 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log sha256=f680e3f67a43c45d05b40ae13bbda2b80a2203535ac8f9b55259c72513f8e7d7 Backup: KEYMASK-before-vpn_test-20260601-144805 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:48:05+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=9ce05a93fae0140809d4fc29931363aca0ba8b23cada50ec43320c6b997f7b93 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34932 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.42 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 427 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt sha256=c20494d52f75a871e0c8f43a11a5e7193b623aeba6b165ccfc2f21696f53b15d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34932 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 986 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log sha256=e7d4d0790920143c8e27b5a9faf6903c576debb4ddef543d87117d53fb9be314 Backup: KEYMASK-before-vpn_test-20260601-144819 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:48:19+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=486caed2086371242058115cbd0cdf28727e4b187d93592973d7efba5682750c PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=126.255 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=128.962 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=128.200 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 126.255/127.805/128.962 ms ### FILE /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=c37ad72123a308c202c9faca9e39ac6116ab0b4524b1f04177a48dccea134952 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56202 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 812 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt sha256=56b22ea1272a4a31eaa24451fa949723eb76360cd159c6274380b066ee0b6832 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56202 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 428 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log sha256=1c5521732f76faf74185e2411ded472b5ec35370974d130a4fe494185e7eb38d Backup: KEYMASK-before-vpn_test-20260601-144831 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:48:31+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 334 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=d569de629d977411c56a5c4bf604054b02f8223f45d9f736ff25696fb2764985 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=70.368 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=68.400 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=257.541 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 68.400/132.103/257.541 ms ### FILE /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=c59cb2048f9dae94775716a4514ee5f659df6eb81c497afa198d8f0ef61458eb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47756 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 13 seconds ago transfer: 476 B received, 932 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt sha256=4bd723a1c4cf5de4c4d5700f7f57206e828143f58dc72bdd9b463dd3d236bae3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47756 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 548 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log sha256=8cfe4e67151c1b952f30abd327f382a37ae5c9fc63d63b50dc1eee82a6e7207e Backup: KEYMASK-before-vpn_test-20260601-144844 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:48:44+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=c093e02a0997c493eed8b942f4f304ac92cd54fc18c544c3665ca928696c312f PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=42 time=205.705 ms 64 bytes from 9.9.9.9: seq=1 ttl=42 time=204.926 ms 64 bytes from 9.9.9.9: seq=2 ttl=42 time=204.915 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 204.915/205.182/205.705 ms ### FILE /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=1db37b9630cf42ff0863dc92d8c1036187e229c1f82237a684e98a438923990b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39836 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 898 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt sha256=125c255e8d26e635942b52c40cf92f79db9f35470629f461cfe8d0e21b337f0f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39836 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 514 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log -rw-r--r-- 1 root root 2010 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log sha256=3a6ea355097985450407325b5ec9183d31c305d66e77ba9a24217c3c9e4eadb6 Backup: KEYMASK-before-vpn_test-20260601-144856 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:48:56+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=1efd57df90676d8cf70bcc3d27be67cba77cbfb9bc4c2ddfa347fa7f85daef21 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=62.208 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=62.950 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=61.973 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 61.973/62.377/62.950 ms ### FILE /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=7d89424ef9ed554e47cb41571277d187b5a8084f52d2c6927425a0f2435b08aa interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51530 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 853 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt sha256=cdafa69c797a16e8d9887ca3e30e5f86e50e5385c3353561d015f789589c03f8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51530 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 469 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log sha256=17d1bddf0a324c5aa2d832f15cbd6c5efd656cf61ccf3facfa4ab8e298bfbefb Backup: KEYMASK-before-vpn_test-20260601-144908 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:49:08+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=834a62be86ff0961d21143e36d5c921c3eb95b472dbacc8f269037129eaae87d PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=30.970 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=31.703 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=31.538 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 30.970/31.403/31.703 ms ### FILE /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=c3b2ffeb28daf3d12f7c657a39f724886c5daf400ce5b7c055eade6a9af63a98 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43590 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 921 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt sha256=0bdca220fbfaef3dbbd7cb92bf5ebd5a926a591ca1fb342fec3818ed92277dee interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43590 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 537 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log sha256=5493f95b9d3c61595e4f0349892dff825865ae5093b8fba57af0b8774c8a48f2 Backup: KEYMASK-before-vpn_test-20260601-144921 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:49:21+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=8eb5dac2b9956115a4721a34572836f2616b784613bbbeba3f881620fad7ef62 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44423 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.16 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 428 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt sha256=aacee6a0a86127844e2afc1c3d40f1a6f1bab1de126e2aae2c251a3bd2a0cd6b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44423 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 783 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log sha256=ecca8dd671d08d63b7ee7f53756628151b2e945a724ab8ac7a33acbc88551baf Backup: KEYMASK-before-vpn_test-20260601-144935 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:49:35+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=06c0f35baade698ec4b961411d95bf115cfd3f493101ae39ea9c79f6ac5df2b0 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=89.898 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=62.756 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=59.820 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 59.820/70.824/89.898 ms ### FILE /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=4d3c79e8671839faa1770b6ee03ee256ceac7309dc076e57f68507cd3fa97a01 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39896 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 789 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt sha256=38be48416f3047b72641d92426405e101f49335003a4608fe4c3e1989d25f438 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39896 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 405 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log sha256=917a863503a7e1438a9a0a8335567b602f342bdc6c97db94bcd2a1f1c7abd43b Backup: KEYMASK-before-vpn_test-20260601-144947 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:49:47+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=4f5845e8f4d89ce941ef026bfa4b6b0ff3cc81b4550d574847678fc6617670eb PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=64.322 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=55.708 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=60.115 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 55.708/60.048/64.322 ms ### FILE /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=0033d17ff127ed35866c5458fae8b3d877b2b433385b5eaa9216d451b9f4be98 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55324 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 787 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt sha256=913d10a0798c2f8c4ba86fa46bb8ccdc59baca4cd5aa9312b5c54caaeac3943d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55324 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 403 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log -rw-r--r-- 1 root root 2017 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log sha256=861ab5a61c1cc2eeb142fa7ef4f0ef5b0dd6af9f6c0765b45a9ec0b8f221da20 Backup: KEYMASK-before-vpn_test-20260601-145000 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:50:00+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=ee5eb81fcab769ada33c388f39f975f238e91697bcc2d79447f3b4541063bab5 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=51.563 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=54.025 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=55.656 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 51.563/53.748/55.656 ms ### FILE /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=38ab1282dfe6863b0320b37531330cfa69a92df00248fd2cfbd0468bcbbddbb9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50365 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 849 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt sha256=38bc31290b29b2a6b49f9574ca0612532f00b159c8b56f561b27b56ef65780e8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50365 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 465 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log -rw-r--r-- 1 root root 2012 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log sha256=cef21780c76a0501d73afe6802e15601a8eaeea84537fcc70c520c159b1dea43 Backup: KEYMASK-before-vpn_test-20260601-145012 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:50:12+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=aa2b525152e8049a6031f463acfefb6b6a7698971e773919a6f67ec4e2e31d29 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=65.441 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=66.296 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=65.928 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 65.441/65.888/66.296 ms ### FILE /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 466 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=f1b166f8517bb97c9f96a6ed35ffabbfdd02be8aa9a2453f63bd6fefab813cbf interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59669 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 753 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt sha256=de8ec18952ec18e814cbc4cad0bbb27795b2f6873e43feb67e6708713961f4c9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59669 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 369 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log sha256=079855cd579de40c5e2757c1f210a226e1e16a75b01b6d500afb7411c342551c Backup: KEYMASK-before-vpn_test-20260601-145024 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:50:24+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=d99c04b09bd647943e09c2c5c3f46fe9f0745d479fabe623860d42f80a2b5964 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=50 time=204.370 ms 64 bytes from 9.9.9.9: seq=1 ttl=50 time=203.367 ms 64 bytes from 9.9.9.9: seq=2 ttl=50 time=204.733 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 203.367/204.156/204.733 ms ### FILE /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=096258ffdccbbe75385f3c2fae761bf234bf54b878cf98b074948dfa2a998b72 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48153 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 787 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt sha256=e16db9ef59e912eb01f21d2e180feb6749463daa17266703a54fdb8682f81eba interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48153 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 403 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log sha256=fc8c12b2aa8d74bfbe96671d5baba31881124676e8443b9eb67aaf561b77579c Backup: KEYMASK-before-vpn_test-20260601-145037 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:50:37+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=da7aa1dc3959ed9ce3338f6debf5e9d9fa1ac432e4eea77eac52791b7f14d9c1 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=67.530 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=71.703 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=68.837 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 67.530/69.356/71.703 ms ### FILE /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=cb74828feec1c014740b12573ffb8d6d3e53085175fa177b4a81b44a7a754811 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49187 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 915 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt sha256=c00b99b34600667f3ee60acc2f56e23aa2ffbf50ac8280a2fde16b9ceded37f7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49187 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 531 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log -rw-r--r-- 1 root root 2000 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log sha256=a84847f776ccd5d648eb22f8492ff41479ef430a2dad5973fe451d89b5ea589a Backup: KEYMASK-before-vpn_test-20260601-145049 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:50:49+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=f515c28d7821d059ed7affbc417da9d66a28143f313bfc67c26cf7bad6135fba interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58802 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.23 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 429 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt sha256=7d607120f28fb1f3f2d5b6f66bdd80fd3c229c0843fdf69e359b1c84bdfeb3e0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58802 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 816 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log -rw-r--r-- 1 root root 2022 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log sha256=ea5782a76c2d654201103bf49248cf035c4892608cb596b890fc570dbdaef44f Backup: KEYMASK-before-vpn_test-20260601-145103 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:51:03+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=4196edab97f8849c43ce698f555234bcc983d94ab371c1dace0d0a410d9195d9 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=274.596 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=274.585 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=273.919 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 273.919/274.366/274.596 ms ### FILE /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=97db7d2cecf124056641f55de5107a5084bae82c3ade71b30b683c467089f941 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49226 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 917 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt sha256=d4469d62db9b95a2cf01b24ef1f2b6d4f0d6c80a9d5b5d94c0d1d81ea0772b0c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49226 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 533 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log sha256=dab45d3537c9bb3925ab5b4dd175b661d36cc1ce5041cfcba9889746882521bd Backup: KEYMASK-before-vpn_test-20260601-145116 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:51:16+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 281 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=9c8dd7ff2fe4728850b0eb06a6d509d355c754ff78b99140ae77c81b86871215 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=32.710 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=29.257 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 2 packets received, 33% packet loss round-trip min/avg/max = 29.257/30.983/32.710 ms ### FILE /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=2f2b981b805b1b534bbc9d853609c0f8596b39644537d098b8c2da83af429c22 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48451 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 13 seconds ago transfer: 348 B received, 795 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt sha256=61defb2e2e3042a28444dae8fbd8e9ceceefd939605cbb46f1c0c3ae659b6b3e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48451 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 411 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log -rw-r--r-- 1 root root 1999 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log sha256=81d5f3c2437abbdfc3e68e611bd8248d958f6179fbd7c0e014d8d5b3f674810d Backup: KEYMASK-before-vpn_test-20260601-145129 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:51:29+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=b5b27c35c28832b18e31ef3406d2200dd13d476a31727a43336fe13f768ebd70 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=100.334 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=100.766 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=102.476 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 100.334/101.192/102.476 ms ### FILE /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=9f3010d0dd93eae95a76c18119a18941c8d4a07744edd23dd755916a44b5b61b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36341 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 823 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt sha256=a43009c49d0cf03909cd8cbe7a3cc7d6ad7154e7a82f87a8686ea95101184f35 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36341 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 439 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log -rw-r--r-- 1 root root 1992 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log sha256=79816e9bb8d926830424b63eaad98e6ada78093a2434b4b2a231a539c8179d33 Backup: KEYMASK-before-vpn_test-20260601-145141 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:51:41+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=5bbcd5cbc93e49570e867355c7d714e3f3262589cc0e1f3e78fecc0540153be8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41755 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.56 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 433 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt sha256=e0facbd628d55f4817d814427c8a3c93c4951b06d8edc6f2b825da6f84e0cf55 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41755 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.07 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log sha256=0804164327fb4e9598e4432fcbec38861fdb092f5e0ab035b1f6224f34030b32 Backup: KEYMASK-before-vpn_test-20260601-145155 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:51:55+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:52 /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=db06b0c0cdc4ef929b996e3b1613c5cb651192de7eced379434e7bc6569f40e2 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=181.033 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=180.848 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=182.037 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 180.848/181.306/182.037 ms ### FILE /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 14:52 /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=ea25d7368985790cea96c753dfdb754bc593d99f4d04cb32cfc2aa555978ae69 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45540 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 875 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 14:52 /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt sha256=2f59f127a2a972ed02551a20e7fa659d2b5c1962c13857cdec8ee85e5e17bcbc interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45540 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 491 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-144432/results.tsv -rw-r--r-- 1 root root 12235 Jun 1 14:52 /root/hmn/test-runs/20260601-144432/results.tsv sha256=388e121fbad042611204c94188283acdf6c4f8e2e8caf97094f8daaa890b447d status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.49 KiB sent 100% /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.16 KiB sent 100% /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 12 seconds ago transfer: 476 B received, 822 B sent 0% 58.891 /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt OK 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 latest handshake: 12 seconds ago transfer: 476 B received, 761 B sent 0% 58.804 /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 12 seconds ago transfer: 476 B received, 950 B sent 0% 59.160 /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 12 seconds ago transfer: 476 B received, 829 B sent 0% 373.341 /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.14 KiB sent 100% /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.37 KiB sent 100% /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 12 seconds ago transfer: 476 B received, 849 B sent 0% 80.964 /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 12 seconds ago transfer: 476 B received, 868 B sent 0% 48.801 /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt OK 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 latest handshake: 12 seconds ago transfer: 476 B received, 795 B sent 0% 81.250 /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.22 KiB sent 100% /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.55 KiB sent 100% /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.21 KiB sent 100% /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 12 seconds ago transfer: 476 B received, 811 B sent 0% 72.932 /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.44 KiB sent 100% /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.42 KiB sent 100% /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 12 seconds ago transfer: 476 B received, 812 B sent 0% 127.805 /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 13 seconds ago transfer: 476 B received, 932 B sent 0% 132.103 /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 12 seconds ago transfer: 476 B received, 898 B sent 0% 205.182 /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt OK 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 latest handshake: 12 seconds ago transfer: 476 B received, 853 B sent 0% 62.377 /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt OK 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 12 seconds ago transfer: 476 B received, 921 B sent 0% 31.403 /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.16 KiB sent 100% /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 12 seconds ago transfer: 476 B received, 789 B sent 0% 70.824 /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 12 seconds ago transfer: 476 B received, 787 B sent 0% 60.048 /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 12 seconds ago transfer: 476 B received, 849 B sent 0% 53.748 /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 12 seconds ago transfer: 476 B received, 753 B sent 0% 65.888 /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt OK 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 latest handshake: 12 seconds ago transfer: 476 B received, 787 B sent 0% 204.156 /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 12 seconds ago transfer: 476 B received, 915 B sent 0% 69.356 /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.23 KiB sent 100% /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 12 seconds ago transfer: 476 B received, 917 B sent 0% 274.366 /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt OK 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 latest handshake: 13 seconds ago transfer: 348 B received, 795 B sent 33% 30.983 /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 12 seconds ago transfer: 476 B received, 823 B sent 0% 101.192 /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.56 KiB sent 100% /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 12 seconds ago transfer: 476 B received, 875 B sent 0% 181.306 /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 15:16 /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log sha256=3cd8ba94bfbcc679556b4f79105a0a018cca7a0a554d34909b5f924db32d3d76 Backup: KEYMASK-before-vpn_test-20260601-151653 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:16:53+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=6b0044999c4a28036757a3309e8d95ecb82e619326cd8df14f0a07713baaaba4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33645 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.43 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt sha256=b5f59bd293911bf273974368b6273fc2cfe4788a122412b14f83fc6eb43008cb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33645 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 966 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log sha256=c902ddb39665eb4aef8ca882f21c02439bb649b09a17e2b786fd92929ee6fe56 Backup: KEYMASK-before-vpn_test-20260601-151707 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:17:07+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=4dc559fe1054b7f5696428abccb2ae6583da053d65b3ff27cace73431b2b1a03 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57876 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.12 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt sha256=5622c6d59cbd3dad6c8fa85aa224ff746392c7ddc95613ca6141b553b8cc374d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57876 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 760 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log -rw-r--r-- 1 root root 2001 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log sha256=bf9587a2884150f5e366a05975759a6dcf23d2511875e1f47a54980f52346bcc Backup: KEYMASK-before-vpn_test-20260601-151722 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:17:22+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=0f6bf74943b92c4e4d5833560444193f0997f61b9d45a5d11ef29a536ad5956a PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=65.476 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=71.189 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=65.634 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 65.476/67.433/71.189 ms ### FILE /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 466 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=4a6f800289ee83e808e587945483b1f6fc1cc156c0f98ad688c2e82d04194f33 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38152 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 828 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 464 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt sha256=c04974cef4a3f66420e88fd1a0249e1b0670ecd62ecf866328f1449a65d7d1d4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38152 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 444 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log sha256=2a45eda63650b8ceac01f5c7be0745a8799322e72281bc3d6092bfa89659505c Backup: KEYMASK-before-vpn_test-20260601-151734 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:17:34+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=9feb5b00671b3acccc993e9772774d401a5ef95c1afe4b75b205a9519dcb5abe PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=58.702 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=58.646 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=58.901 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 58.646/58.749/58.901 ms ### FILE /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=a53aed5973af8d1f057aa7687d85be6d2a9d47549903b2bd87a49e630b093d6e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54834 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 835 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt sha256=c0fff40fbd520bf4aec339227129b8547e4db03b53c8568f0fad65df0af9e279 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54834 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 451 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log -rw-r--r-- 1 root root 2011 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log sha256=313892996170d7c2f487c91ce22e0525075f57691a36048d33671006dc9ac853 Backup: KEYMASK-before-vpn_test-20260601-151746 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:17:46+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=61e2e0aa0814ab0fe7c822ec83b48a3ffb272ddc9cee9174adbd44210680f564 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=58.788 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=56.859 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=56.826 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 56.826/57.491/58.788 ms ### FILE /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=2af48c57124afc3d0808c1f7bb0e943501a680f970786300da653a77b0f78e28 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57620 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 910 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt sha256=4896b03251c6a65607e5b59827ab3c1b16d331c0535e52eb3048a24a2a63770b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57620 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 526 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log sha256=2fab3b624b00969adffdf41eb6ba23c7014632430b693bf9a737074a24c69b7f Backup: KEYMASK-before-vpn_test-20260601-151759 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:17:59+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=b58295562a78cb0b6e02f4fcea88fe51f66a088d10bd223ea5c05c069247ee1f PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=374.815 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=374.600 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=374.580 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 374.580/374.665/374.815 ms ### FILE /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=09f5c0df2b0e3868879b9a0f54edd31c0abb62877e918dcdf61f7e467482b4d1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54887 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 850 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt sha256=34e6768bc5ca547ca5d06cb4318285a60fd04e7f814d50094cd1a90970d3af30 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54887 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 466 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log -rw-r--r-- 1 root root 2023 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log sha256=7ba93f514ea8f88b54bee5cb054b7140ca428dbab9e01c4c6261770ddb1aef7a Backup: KEYMASK-before-vpn_test-20260601-151811 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:18:11+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=f70037e4af432991a99a0b2011f9e144dc2e83764d50ae4916f1d5a049d046b2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35222 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.29 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt sha256=ec33db28d949b63837b8befa99cb09eb1665acde18808fbdb65a619b7b992ec6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35222 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 884 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log sha256=1540f9dd29636a771c93cf6930c541aad4cc799cce68537e39815fb02d538880 Backup: KEYMASK-before-vpn_test-20260601-151825 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:18:25+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=09a70c0e0c8f54bd3b15f24ba792db26db077a0bccfc511fdf3c66e347f2117f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33123 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.42 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 431 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt sha256=423bd2c5646cee0515c741fbed3d8e553f608acef998d2fc93b4b52c66f7daad interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33123 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 983 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log sha256=5909c6c1852b1ac37adc48bde070cd434e51d89a68a6badc449ebecc77ac47d0 Backup: KEYMASK-before-vpn_test-20260601-151840 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:18:40+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=41f47b497c83b8908b9e453379e2e3ff5b2abffa70494eecc0fa5dd9ba4d0a0e PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=83.213 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=83.703 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=82.850 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 82.850/83.255/83.703 ms ### FILE /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=fc1f733de6337baf02bd04454d84a7faaa2d3cea4a45f5e9e71dafe5c8a842c2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38353 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 864 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt sha256=6469463f804459e7813d364eb39681c605fbdd9d464f14573485a59a5f23e68c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38353 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 480 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log sha256=44953f476c5d36b304c19a54722b63d84c8f301e28b66f9885de0f7140ded3c2 Backup: KEYMASK-before-vpn_test-20260601-151852 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:18:52+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=a542031914695ab70e98f001b1ef3b9e876ef67281ed2e71bc77d4cb9bb09493 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=48.849 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=48.999 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=48.552 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 48.552/48.800/48.999 ms ### FILE /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=764fc2fe8d78b041005a359e542604e8329419a69f5453da5d1f78d4d38a9654 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44532 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 851 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt sha256=4489551af483d26c88399594df9868af323ddce4a141f286f60488fc69980478 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44532 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 467 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log sha256=86e2188353aefb54f183280839452da604183bbe1a01f137020ae12bc7d82e86 Backup: KEYMASK-before-vpn_test-20260601-151904 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:19:04+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=a7cf3d11f01789e98885373811301965da12081ca269589eb9a329268446fed7 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=84.018 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=82.698 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=83.611 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 82.698/83.442/84.018 ms ### FILE /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=4a0848426cdae1ee65da1112b0675697138781a1c84f13cc83d3f37675c0a09b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55740 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 810 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt sha256=4433c4248bab1bfb780ad4b1b4b21123dcc66c7f1d075abaa2c74396aece33c5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55740 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 426 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log sha256=0efadc692276764014182132ec2952af8743ca56a611a654147c117820ddddc6 Backup: KEYMASK-before-vpn_test-20260601-151917 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:19:17+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=deb7d49a9241101e04e682ab65cfbe34ae12336e86164ddbab8583637eeff286 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41735 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.15 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 426 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt sha256=9f3dd604de9666aa31c31ba742c7775a049592cd26e454325dfb38fbae0dc75a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41735 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 788 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log -rw-r--r-- 1 root root 1984 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log sha256=5e6ff0d77274b9dead8fc1a09d9c7f2757f8254b2915c0c887721288321527ee Backup: KEYMASK-before-vpn_test-20260601-151931 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:19:31+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=d47bc129237f01580bf00eb73f69d629841d02c327f88e31056d99037b8760e7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43614 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.58 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt sha256=60936ddd34adab20df48b402412ec6896dae1d43792eb65a64f9d13775fa6156 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43614 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.06 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log sha256=9105be2de2429ba41f3aec57f95cf70a6d98a8a4afcff76f015510bb15b66c42 Backup: KEYMASK-before-vpn_test-20260601-151945 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:19:45+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=cd8fcf729d3da2fd8a7155988bbc8b57c51de060ec9ab6810caf94872e42dbb8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40069 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.33 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt sha256=77430bb709147e1346b3d3dfc7c92f0533137844bbfebcae119e18dcdbdf6389 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40069 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 915 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log sha256=d457767184c1647f52d3fdc0bbaa5ed0ecafe0c49d241fd0f2a55ce7a417e60b Backup: KEYMASK-before-vpn_test-20260601-151959 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:19:59+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=afae1b45f8c4043c20c0e103ab9b863cb408e6b8a4a8c1581f00565c8569ea3a PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=75.332 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=75.975 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=75.473 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 75.332/75.593/75.975 ms ### FILE /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=7582177e57b1034e5494ab411ad0559c2be5f1689e12066a54e3eb4c6da04e6b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58839 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 813 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt sha256=334f65f068fd7ea138e755ba68764c820776ac2e3ab89e359ba4c9fa73a823a8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58839 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 429 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log -rw-r--r-- 1 root root 1987 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log sha256=7b87479f95244a2d0b57c71fe93e6aeb58f39a4cb445a51fd5690315be38c5d9 Backup: KEYMASK-before-vpn_test-20260601-152012 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:20:12+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=b6c4119390a7fee6cf2e9617581efe4aa133d946218c074afefc4c06d9576507 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44705 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.29 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt sha256=8cfb656fdfe14b771709584e514552fb2a3099e9f7219c38b8aaf45fe1a9b3fe interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44705 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 881 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log sha256=473bfab48436d7b647db8417566c206cf85de688a2ef6bce6d940f7a89d823f1 Backup: KEYMASK-before-vpn_test-20260601-152026 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:20:26+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=f0927cacfe910c3c8a7b6c5cac5417586682ebb387bb06520edc5b9ac97fc13c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58809 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.34 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 427 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt sha256=c8fe4679c9949088a7d2466f8be1634517ffae0ef0cbe6b0987270e5f0f631fa interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58809 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 892 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log sha256=5889a2665d1fd3c1f105d3587ac9394994e390937a930c1167b0a25abb9915df Backup: KEYMASK-before-vpn_test-20260601-152040 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:20:40+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=1de99fd9cf7fe7535d5f88c0f0aa6c078453ce3aba52d6ca80443569ff26ec86 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=126.040 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=129.052 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=127.062 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 126.040/127.384/129.052 ms ### FILE /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=48662b0baca04158065225d2c80927e2267ac364e3955174ad8ec4e5421ad4d9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51078 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 827 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt sha256=30f9a0ff1cf2e2890881170600e3f6016c000e1dadc73f0048289ad2c1bb3f6c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51078 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 443 B sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log sha256=1adfe53286f7904f90534a5f0b45c58da6f090298c7805a51dcaca1dbc7fe6b1 Backup: KEYMASK-before-vpn_test-20260601-152052 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:20:52+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 286 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=34b5e6d79757aa2e6dd002a8eca7ab8725777121461a472201ba8a892073acb2 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=134.762 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=235.069 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 2 packets received, 33% packet loss round-trip min/avg/max = 134.762/184.915/235.069 ms ### FILE /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=b410843fd11998172c711c0feb01f98f50f4ecb6c0bacfcd69bf42658e722eb7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57956 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 348 B received, 904 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt sha256=6ed0e05ca07d61efb7f20d2d892ac0c81afc84fe658653620315dcda5c695560 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57956 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 520 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log sha256=61233718a8498ccbc56a460fe1679a716ed2f807c911c9b6912e6a2fae7bb986 Backup: KEYMASK-before-vpn_test-20260601-152106 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:21:06+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=a7d2da89ac5f70dec0b0f6c197f9058db879468dbb6627aca3d5d8a973d11f70 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=42 time=206.676 ms 64 bytes from 9.9.9.9: seq=1 ttl=42 time=206.569 ms 64 bytes from 9.9.9.9: seq=2 ttl=42 time=207.743 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 206.569/206.996/207.743 ms ### FILE /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=7300d3d0e92f7b3121e9e7b8a8bca41a88225db335d68644bcb33cb7739b4d9c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47906 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 895 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt sha256=0650199d47bf3772eb00877f98492b584e9a0d2d43733db2c93ae5b24c2fce3e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47906 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 511 B sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log -rw-r--r-- 1 root root 2010 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log sha256=6d3be8a97a15654cf25fc2b0c266b1e428c838af0f59d185fef81831df3e6066 Backup: KEYMASK-before-vpn_test-20260601-152118 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:21:18+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=084c4ea3f0ca3c74e9726ac3e20ec38e0ce531e2fcaae8ce5245f5d3eed2ae80 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55627 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.34 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt sha256=4773549a116ed766a7a57ac6f7ad4a25563dc911af973328a5e1e8ff2c60192f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55627 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 939 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log sha256=824a1e835b21602be6a91c3e728062b6050144454e4361e3cd6c8d9207270817 Backup: KEYMASK-before-vpn_test-20260601-152132 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:21:32+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=2c752159a0b82f49b2fb7bd368b4636d1c787734daf97b36931262da73a61603 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=33.333 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=34.980 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=33.841 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 33.333/34.051/34.980 ms ### FILE /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=3abb00ffb9ff45f088917bf9a84705ceb10e2173f4861ac09863a775528a4833 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42159 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 869 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt sha256=7f6766c01026e0c533828299a9bd98e41699baa5f329fa8ab98f9908038f7db9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42159 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 485 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log sha256=bccee572d6f20388f56521aeffbe734a90e684ac9a5995890abc9b6aadb1bc79 Backup: KEYMASK-before-vpn_test-20260601-152145 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:21:45+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=9567fa14aa88fbd980d51fc3e13371c0df9232aedc942e888c17b18c1da4d9e2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36909 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.17 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 428 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt sha256=24055386a6325b731c3b81ad9c60120fbb8e88835693df76e58e299632edf045 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36909 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 846 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log sha256=de0f536da21f6d614a0987fab392e60954a847d7323d89f027d9e3a312ded877 Backup: KEYMASK-before-vpn_test-20260601-152159 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:21:59+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=6b6bd167581b16d7509181d2e18929fcc9d2f2477b4075e3692f33bcd3904ec9 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=75.166 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=73.408 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=68.165 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 68.165/72.246/75.166 ms ### FILE /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=0e5eee425dea422a0169d9e8995f33e17197ad93d5cbbb9d2457edc6bc293085 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46027 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 766 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt sha256=1f5e9357755ae6e80c2684f693ba69ad458f40a149f9e3700d6d869021ea5ec9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46027 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 382 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log sha256=8214916f887b53e70432fff184b24c7277c53ce2c041aee4124dc03138e6b508 Backup: KEYMASK-before-vpn_test-20260601-152211 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:22:11+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=8a36c5b66ad29769c81fedb46a5a49038c59b4588a2fcb9edf883432a292f931 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=61.432 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=61.980 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=60.601 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 60.601/61.337/61.980 ms ### FILE /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=dc426d30f2c1ff2d64be79ff4967a2ec6b7b7d0cf9ce2094daf081570f95f755 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34377 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 788 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt sha256=b5fa837d79391e9b491a4e962602e044a8974ad0caea0437125f58938846c4a9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34377 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 404 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log -rw-r--r-- 1 root root 2017 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log sha256=5cd66bc9abfbf79e5ff28f07c00734c99465927eb44c237092087b03af4cb484 Backup: KEYMASK-before-vpn_test-20260601-152223 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:22:23+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=b54d009b85215bc1f782b35c1b4f4765df8ecacfd6ce9f8e13f0716ba1725ab6 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=57.194 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=51.485 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=52.932 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 51.485/53.870/57.194 ms ### FILE /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=6c63ffc85192ea9889a86fa2fd2b1cacb80ca7e1b6735a66ad8b71aa0b4a6c3d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39347 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 11 seconds ago transfer: 476 B received, 896 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt sha256=76bf2ff430be444437d22705d9d6b0b7ceba5ca552fe05a5981219d7b661688b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39347 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 512 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log -rw-r--r-- 1 root root 2012 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log sha256=1fcd939e69a0d860dd0744831b9458b49c63e8113ea51caff03d31358f47bb93 Backup: KEYMASK-before-vpn_test-20260601-152236 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:22:36+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=dbeb44939479bf6530b504fc45cb2fc92992df80be69f797854cc07b9f2a18c9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56777 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.09 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 429 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt sha256=9e9bc8eed4609eec7334936b84b232462a376b9676ea379e461873c6f85816be interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56777 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 transfer: 0 B received, 787 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log sha256=1112ef94c32e2aa0c6f26f6b8bf7cc306304bee115cd63252cc219e2d1154328 Backup: KEYMASK-before-vpn_test-20260601-152250 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:22:50+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=a012eb5627ef10bd23c918d71269eb31fc0841d6b5abada6b85a0ba38524aaf0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39922 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.36 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt sha256=d5472ba307c099a1fe025ddf7c9326b29bcd7739265db16ddb9e91548d60c257 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39922 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 934 B sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log sha256=af81684e984738b2f425b852d58e689dcafd4512a42fa104221776e0d8929cef Backup: KEYMASK-before-vpn_test-20260601-152304 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:23:04+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=9ae5c59c4d385775cee2f737b7a0b8dd63df4fa1ad7e7dc4b5ecad0f75788290 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=64.369 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=64.422 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=62.617 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 62.617/63.802/64.422 ms ### FILE /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=be29f9a50f20bd7ca7ea840a25ee332166c4291c3d5dd074bde2e89c6cf977c4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47984 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 929 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt sha256=37e23274dc8ed9fe1f178b217ffedd4b91bf913c51fe1c0f7aec0f4753036ee1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47984 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 545 B sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log -rw-r--r-- 1 root root 2000 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log sha256=dc800e61966bfb336ec93e77c101155b7ad79a992e452a856d5838d8fc2b3bbd Backup: KEYMASK-before-vpn_test-20260601-152316 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:23:16+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=6ef2b2b4bc7f381dd9d934051792fbe820e89f24743dbde3df543b16da3972e1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33844 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.21 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 429 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt sha256=97367fe0f091ca6a2dc937c2ed11ef29126ce8e1ac4b8e61498c9fb43111e968 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33844 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 803 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log -rw-r--r-- 1 root root 2022 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log sha256=a05c1819462a4d6d92218167955239177b6d3ad2fb8440a2d26ed1994e7bf565 Backup: KEYMASK-before-vpn_test-20260601-152331 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:23:31+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=22ddb50d828536fb3e06707bb58e382b7e94fbf483ba33eb2e828f02b22fd990 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=277.577 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=269.885 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=268.860 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 268.860/272.107/277.577 ms ### FILE /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=4423c1ee678e579e8eecee99373da0e6bb53abf271f1598a294b1ba83986e90f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54985 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 893 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt sha256=28b1f31252240897a2d64b1adc1cdce5535e3d705fbf88a50c5bfa8869bab73f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54985 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 509 B sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log sha256=2633138b58829fb7fc5a607469af606827f9a75c19a8092c325fde2764d7d90e Backup: KEYMASK-before-vpn_test-20260601-152343 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:23:43+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=f353fb4159c65cdbe556be8f161fd082ac94ce254532cc8e427dfa3cb42c3178 PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=29.673 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=30.923 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=31.441 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 29.673/30.679/31.441 ms ### FILE /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=ce2e181a1f71b7c56238b50c52d47578fc8d167ec35ca0f10704e576ec210fd2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40038 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 1.95 KiB received, 797 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt sha256=34ab2e797d0ae707240524807c47ed42ef856ba606ed14727674704b6d0ff9eb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40038 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 413 B sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log -rw-r--r-- 1 root root 1999 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log sha256=68bc7bec3397d47ea3083bcfe425f14d8d8b67d035b18e4cc9a4fb7e42a8f842 Backup: KEYMASK-before-vpn_test-20260601-152355 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:23:55+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=e63196338da5bdbd0eb52872324871701827e0235321d260ff192d5aff0554ee interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51689 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.21 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt sha256=4d60cc0ff4debafc406b28193213215a94cd4ca5f4d48f913170d959a4f6805e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51689 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 transfer: 0 B received, 856 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log -rw-r--r-- 1 root root 1992 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log sha256=f3c20953408697987dd6f93dbd53b2a84f1018f9ca665f1642fbbbd842c75c02 Backup: KEYMASK-before-vpn_test-20260601-152410 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:24:10+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=874255143b61cd485e3bf73620a1f34cff14c42a6933328cee579a9370bb8b87 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46142 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.44 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt sha256=ce520a929c8eb63b3a227b751e91b5fe3322b580c3ffabbde07aa02ba22fff14 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46142 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 985 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log sha256=31ecc2924cff967539295f00a40b77b81f40cda161ffeae224bd384130dadfa2 Backup: KEYMASK-before-vpn_test-20260601-152424 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:24:24+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=7a1f7c136b3b4d8301b594dc6f602b24d1a1c1708fcd0aa6eb9eccbcdf52aeeb PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=173.345 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=174.210 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=172.782 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 172.782/173.445/174.210 ms ### FILE /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=21e7d0985dd884e8a4647f3d731538a350de5aa84172ede0d8c73760d3df3ea9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60823 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 858 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt sha256=ee265b00623a11a84a67c49c8c4fd8914fe17fd060992df8a1bc9ca4fb2656d5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60823 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 474 B sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260601-151653/results.tsv -rw-r--r-- 1 root root 12156 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/results.tsv sha256=709c458266842d71a13a23c67b49cbcd6a0f20ebb7aec371e2b559a545a2d0ac status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.43 KiB sent 100% /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.12 KiB sent 100% /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 12 seconds ago transfer: 476 B received, 828 B sent 0% 67.433 /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt OK 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 latest handshake: 12 seconds ago transfer: 476 B received, 835 B sent 0% 58.749 /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 12 seconds ago transfer: 476 B received, 910 B sent 0% 57.491 /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 12 seconds ago transfer: 476 B received, 850 B sent 0% 374.665 /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.29 KiB sent 100% /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.42 KiB sent 100% /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 12 seconds ago transfer: 476 B received, 864 B sent 0% 83.255 /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 12 seconds ago transfer: 476 B received, 851 B sent 0% 48.800 /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt OK 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 latest handshake: 12 seconds ago transfer: 476 B received, 810 B sent 0% 83.442 /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.15 KiB sent 100% /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.58 KiB sent 100% /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.33 KiB sent 100% /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 12 seconds ago transfer: 476 B received, 813 B sent 0% 75.593 /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.29 KiB sent 100% /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.34 KiB sent 100% /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 12 seconds ago transfer: 476 B received, 827 B sent 0% 127.384 /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 12 seconds ago transfer: 348 B received, 904 B sent 33% 184.915 /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 12 seconds ago transfer: 476 B received, 895 B sent 0% 206.996 /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.34 KiB sent 100% /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt OK 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 12 seconds ago transfer: 476 B received, 869 B sent 0% 34.051 /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.17 KiB sent 100% /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 12 seconds ago transfer: 476 B received, 766 B sent 0% 72.246 /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 12 seconds ago transfer: 476 B received, 788 B sent 0% 61.337 /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 11 seconds ago transfer: 476 B received, 896 B sent 0% 53.870 /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 transfer: 0 B received, 1.09 KiB sent 100% /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.36 KiB sent 100% /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 12 seconds ago transfer: 476 B received, 929 B sent 0% 63.802 /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.21 KiB sent 100% /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 12 seconds ago transfer: 476 B received, 893 B sent 0% 272.107 /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt OK 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 latest handshake: 12 seconds ago transfer: 1.95 KiB received, 797 B sent 0% 30.679 /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 transfer: 0 B received, 1.21 KiB sent 100% /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.44 KiB sent 100% /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 12 seconds ago transfer: 476 B received, 858 B sent 0% 173.445 /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2019 Jun 3 16:22 /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=09c4135c86aee2be6f7282b6b3bdfb09f218ccb19718a057eb92f13fb2e9a158 Backup: KEYMASK-before-vpn_test-20260603-162225 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:22:25+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 3 16:22 /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:22 /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=b165a35df3dd2d35d435439f2a6fe7f26f2c98464a6d973ad801008621e0decb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44867 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.91 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 3 16:22 /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=ab4bb65463672cc1e2d4d836661614b6c363927bd0abca17c36dbb6cd2bfb1ac Backup: KEYMASK-before-vpn_test-20260603-162247 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:22:47+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=3cb34d7ef1ebee419ae399df0e48ee327e483cca0284b443a5a0c0e086902b65 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38133 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.50 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2007 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=d74975354d29f701a714876612009848a178e8aeb351ef136622b2dd181996c9 Backup: KEYMASK-before-vpn_test-20260603-162309 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:23:09+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=e7f1babee59a54bc439dfaf49c56cdc6412f6af1e0ec88e328e7936554e84632 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=60.230 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=58.809 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=59.567 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=76.288 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=57.855 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.855/62.549/76.288 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=58.657 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=60.856 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=58.210 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=58.896 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=58.667 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.210/59.057/60.856 ms ### FILE /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=80f894ed08eecce22742424ca2807955fa75cc1abe977b0414f0a1d6060a84a7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59267 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=effa2e9942b714feddf55a88a09e0a0d1266793e6a3055334c8b16e415a6c4e0 Backup: KEYMASK-before-vpn_test-20260603-162328 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:23:28+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=21f800580a68e2c550111b60e2691adf3ab8f446b462d2b8fe8cce8cad36b1e1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60523 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=a0c5333911644ec3f26dbd677baccf40e126d164fe62879a6eb846bcd5922002 Backup: KEYMASK-before-vpn_test-20260603-162350 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:23:50+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=1ce494176b2278b0315868b86e1b90b3253fc23ec5f241a447d65c90809dff9c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=58.115 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=61.018 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=57.344 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=58.852 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=62.363 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.344/59.538/62.363 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=66.402 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=64.826 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=66.106 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=66.929 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=64.812 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.812/65.815/66.929 ms ### FILE /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=cd095184af9df6f136b6400622e2658df7951242aae3ec1fb32b8ed59830ab4b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60047 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1989 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=402b5dc309b77ac8b0889451c4e6ef09d0480426a99ed98e9799998253df028b Backup: KEYMASK-before-vpn_test-20260603-162408 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:24:08+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=8c48cd823b3914512746fa7419900458f65c1cc4f2666f3a0048fb592fb374da === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=374.900 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=375.175 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=374.775 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=374.977 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=373.337 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 373.337/374.632/375.175 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=374.577 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=374.314 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=374.521 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=373.856 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=375.701 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 373.856/374.593/375.701 ms ### FILE /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=98762d8ef9fd328feb760614f68366dfac5f481a89d929f110f183eb936f6718 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36338 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2029 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=30b7c3300f654ea6d181c219f9cf337d86b1d9c312aaad237672a0d9f72e29df Backup: KEYMASK-before-vpn_test-20260603-162427 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:24:27+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=26f20d87f71103f9c9831e4e99c641f386552ea8a32e75cad018bf53cc43fb11 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52796 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.63 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=4fa336d49427d7ac078be4fae4c58e6d84eccf15a7ce6ba74163ee16f15eec8d Backup: KEYMASK-before-vpn_test-20260603-162449 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:24:49+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=d01a7d3ffe3a57eeb41969d34a41eacbb7a90079e4bcf698432a11fe9fec7a17 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45140 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.79 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2008 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=dd8480eebba87ab2fa739e4e0f42d4b58f7f2ff1ef1d137f5417ed58dbd5176a Backup: KEYMASK-before-vpn_test-20260603-162511 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:25:11+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=da7011ec031ed07353b32c4e0824e93cfc7c2846d2bf5c706c0363376c7c245e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=83.769 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=85.161 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=83.926 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=83.111 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=83.382 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 83.111/83.869/85.161 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=84.152 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=84.217 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=84.993 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=84.655 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=84.665 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 84.152/84.536/84.993 ms ### FILE /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=c5ff9bfe6bac9f68560b3f3cd5ffa49d58e70a043c290b9d6a523a1bfddd9138 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56217 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2019 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=1249be9f5a4399d90089fcff10fa2b286105704e4264af44745678344960f4a6 Backup: KEYMASK-before-vpn_test-20260603-162529 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:25:29+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=2b8a9036b619e9aebfdaa1d7fc6a17466a7785e6cc3a315767b29e4c4c1a970e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=45.148 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=45.500 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=45.214 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=45.953 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=44.799 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 44.799/45.322/45.953 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=52.321 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=51.001 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=51.587 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=52.975 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=51.416 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.001/51.860/52.975 ms ### FILE /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=35d88f2eecfaac3834a6b97cc62ef8e9fbc2dca1ff051839ebbcd3434480bd62 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45579 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=7f048d6d76dd723280b88af114f5f00a792ffa4e45694883c7468b9ec5d794e9 Backup: KEYMASK-before-vpn_test-20260603-162548 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:25:48+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=509eec42425e0d468faacc47b6ab46e846a4641ddb4ea138a4a3193b6a0f57a3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40618 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1989 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=cd4bfd3620064db88878372e83aad54e5fa13e723a4a1b42fd8db8130f0c87ec Backup: KEYMASK-before-vpn_test-20260603-162610 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:26:10+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=fd1dc73c4d1b7e257141f0ca2f4059bb4c773a7049d2d2b2b9dd8cea810632d6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47859 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1990 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=4bf5876679ee1ae5f17dbe933c7b8e362b7e9c4002b4486b2653a0d2e7fffb4b Backup: KEYMASK-before-vpn_test-20260603-162632 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:26:32+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=778a2af9d919cb248d655e8e7c7e4695c1beb6a64fa6d0ae6a7ee4811cdf874f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52062 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.96 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=d42551f2067c967ca405784cf85b5cab171f8d38fca66142ce1e058c222f5e05 Backup: KEYMASK-before-vpn_test-20260603-162654 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:26:54+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=52338f3ebc9e85a61a55c186e582df9d5db8bd709e8b6e90f99590144577effe interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50203 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.58 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=bd9bb49863abad21edf7e8c878e128e3c1585d8fdb37405fe1898dff48ddb021 Backup: KEYMASK-before-vpn_test-20260603-162716 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:27:16+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=1bc2176cd88d7ab21e69d984f0b1b6af0e18747f8df94ca31b1b6e328c6a1283 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=74.040 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=75.469 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=73.902 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=81.156 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=72.982 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 72.982/75.509/81.156 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=79.547 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=63.606 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=63.814 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=66.403 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=64.135 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.606/67.501/79.547 ms ### FILE /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=067295d2a11da588e16d6f4bdd246c981da8cfb11f0e2e83814a309d9b310435 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60266 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1993 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=96514c48638ac96fab8385e93075385c2f068122056d512bf921bcbe422b9440 Backup: KEYMASK-before-vpn_test-20260603-162735 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:27:35+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=21aca53dfcff9e061ab370cc80d8ef30de4eb98ec06512ba3c1b1c6a28884143 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46388 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.85 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=732ff5ad7ab31c2e62fc2bb116d8f98cf895db6ff02919c8ac68ecb6808f1d21 Backup: KEYMASK-before-vpn_test-20260603-162757 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:27:57+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=362dc483fa86816acc62ffbdc0a8726612407077a8b3e4a9162e42557c3df31b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59324 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.81 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=d2d57444d06859a4485218d8c82bc9b1d4d86abce32fd3707574bde601350293 Backup: KEYMASK-before-vpn_test-20260603-162819 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:28:19+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=7a4de9c69b01ff9b0cb3f370f9d972852df01e24d53d3350b974258b0ddf2bc4 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=135.132 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=127.231 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=131.424 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=127.676 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=128.871 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 127.231/130.066/135.132 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=126.348 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=130.036 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=129.652 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=126.629 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=128.597 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 126.348/128.252/130.036 ms ### FILE /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=b50f7270a5aa67bed36801f5ae39bd8ea20278e364f51418143ecefa0c74a289 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34736 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=c8e7d6e18ab92ba94f8cf79d4745ffdcf2fe7cf6781a7c032705d354ef420c34 Backup: KEYMASK-before-vpn_test-20260603-162837 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:28:37+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 907 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=e1e72dd1d91346f662aa40f2558224c9bea1eb302420dae18864b91c1dcb9401 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=36.693 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=121.428 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=66.671 ms 64 bytes from 9.9.9.9: seq=3 ttl=58 time=143.031 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 36.693/91.955/143.031 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=106.848 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=187.537 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=51.265 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 3 packets received, 40% packet loss round-trip min/avg/max = 51.265/115.216/187.537 ms ### FILE /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=74ad6db9bc36fb2acf045f2b8bbe6048e8ab42430a07203b4e34a624e69b4a4a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52249 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 18 seconds ago transfer: 988 B received, 1.77 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2015 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=ebfca7e86e97357dd51c759a33602d4c262e53abd8ec0302bb9e5383c2a58813 Backup: KEYMASK-before-vpn_test-20260603-162857 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:28:57+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=c9030dc7b43d5b845cdfdd711c98700cde4faa40bb259abed5ec0b998675d05e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=42 time=202.311 ms 64 bytes from 9.9.9.9: seq=1 ttl=42 time=203.228 ms 64 bytes from 9.9.9.9: seq=2 ttl=42 time=204.377 ms 64 bytes from 9.9.9.9: seq=3 ttl=42 time=202.785 ms 64 bytes from 9.9.9.9: seq=4 ttl=42 time=202.307 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 202.307/203.001/204.377 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=33.962 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=37.556 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=33.060 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=32.984 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=33.884 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.984/34.289/37.556 ms ### FILE /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=0ce4e887c1b2abfd3542be058d1b8c7781e16365531079fb9474999e05501578 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57179 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2016 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=05c2076ac3f23f6d5daf8d839314503066460ec9bce72cf2c4550b7024954822 Backup: KEYMASK-before-vpn_test-20260603-162916 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:29:16+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=ca30a3234cada6079d0b3b5339946e73ee678cf576df2f55d24cce59d583eb48 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41960 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.91 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2008 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=4e5db02be8a7cd46a249b5b7d3cebacbae2568f05af756080d63ac318da5800f Backup: KEYMASK-before-vpn_test-20260603-162938 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:29:38+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=38495c5431ddb2a09984fce3d79ccd81c6a56bbb9ef972f2ba75b4dd4bc35048 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=32.523 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=32.020 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=32.304 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=31.871 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=51.310 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 31.871/36.005/51.310 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=33.454 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=31.354 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=44.352 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=33.441 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 31.354/35.650/44.352 ms ### FILE /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=4ac40bd38b9690da70b4504c7c6061b8ca25f8d5ab9d488c9542cbbba5cafd2f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40629 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=22c3830cdad9d2d147afd72be1c8e0ee6f7dd12e9337ce27d779acaed63dfb9e Backup: KEYMASK-before-vpn_test-20260603-162957 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:29:57+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=b2a70ea7677ba4b5533193f42a740688e220d228bdaa7a17a423337bf8827617 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56187 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.59 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2015 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=edb5aba6b340ad3001ea6179233b6bf1458f6b0683fc0ea0bce069015172aaf2 Backup: KEYMASK-before-vpn_test-20260603-163019 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:30:19+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1054 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=a786d32c0c1a92903e87d5f0558e9cf67bf5732fef41ce5dabf5795bacb7f848 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=60.933 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=58.509 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=100.905 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=74.207 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=135.807 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.509/86.072/135.807 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=67.532 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=91.333 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=71.902 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=64.084 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=66.991 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.084/72.368/91.333 ms ### FILE /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=924f6fdff8ffb1f462af173defe8b9ff96cdf76494c244e797a95696408467a2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50474 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=7ecef1e8e293d648e9f01b34eac864b197065bb03573fd0d11b3262f35fe2dff Backup: KEYMASK-before-vpn_test-20260603-163037 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:30:37+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=e8e95fa408ad599b2d41734d9a82007e343062b6c1beedbc4917526969235324 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=57.212 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=55.601 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=64.613 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=71.592 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=54.897 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.897/60.783/71.592 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=57.124 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=60.945 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=84.310 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=57.913 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=54.041 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.041/62.866/84.310 ms ### FILE /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=759ac05b99b2dece6699da90734da99dd8eadd960dc30fb41b7c980aaa1ae803 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44348 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=10502ba03ca34c767f3207226ccf90bb06213f08ebc711f1d29f09d3fe61194e Backup: KEYMASK-before-vpn_test-20260603-163056 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:30:56+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=ca51955d5e51ae62f306a328f45644e0ec7b992d3de4f074c7f433058adc23c0 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=51.192 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=59.579 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=51.407 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=63.956 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=51.128 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.128/55.452/63.956 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=49.810 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=56.847 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=51.084 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=50.631 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=50.379 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.810/51.750/56.847 ms ### FILE /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=1b0a770643dfe1defdc1da952735aa789024af56c35c1eb91cf1e5388ccf708e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41116 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2018 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=f66a459195a9d072ee36703d61fe2a6c28ffa3cbe8ca51294300a89655f14901 Backup: KEYMASK-before-vpn_test-20260603-163114 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:31:14+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=d263154c3f92725e02547fe556c57d195e4a73b92160752ebd09e1f07f6b9ebf === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=64.733 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=64.606 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=64.646 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=64.830 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=77.440 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.606/67.251/77.440 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=65.313 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=64.458 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=64.186 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=64.310 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=64.739 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.186/64.601/65.313 ms ### FILE /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=539d0321bae1e5dd1f308acf5a8feb7a13bf029f4cbb0b99a5d469f2b4763b88 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38663 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=56359f8488e2b8a3ac4ccedae9870a849ecebf270684f26838be0cefc6614abe Backup: KEYMASK-before-vpn_test-20260603-163132 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:31:32+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=801163185e58b08f09fbf883aae9d9f0abd54f1c0e5c7c364dde72256a222a6b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40579 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.68 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=3bc24596cebbe3182f2f1c13eefdfa9a64d5a34a2d01bba90837fc8f9dab6cdb Backup: KEYMASK-before-vpn_test-20260603-163154 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:31:54+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=ddf4d0bfe0f1f84c96331aa82af065f40d5a68dd4daa6f3664c2c2403adffc9b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=69.151 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=65.022 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=69.180 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=93.131 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=64.317 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.317/72.160/93.131 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=65.057 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=73.440 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=96.241 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=64.634 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=65.908 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.634/73.056/96.241 ms ### FILE /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=48a9ee9d45d3e7f25a3155e01dae50cd2d64c658567c42b68be86a17599e5334 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46857 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=286ad20f95b80d4b8cd78cf34cd1e9ce99d3f5c8910fa5536190478bd1bb32af Backup: KEYMASK-before-vpn_test-20260603-163213 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:32:13+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=d9aaa57ab50542dacf23e37df3a4134cde2fea6a4c00361b051efc57727a82ca interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47066 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2028 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=8487176bac21e92e275c86b07d973800a9afc121511074d4b0684e91d868e132 Backup: KEYMASK-before-vpn_test-20260603-163235 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:32:35+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=19dd645bdc1be78218665af35ae73b35b609be8fee3f2a07b2b7e4cd35316354 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=269.421 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=270.329 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=268.319 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=267.245 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=268.407 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 267.245/268.744/270.329 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=232.399 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=231.498 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=256.161 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=232.143 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=233.322 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 231.498/237.104/256.161 ms ### FILE /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=3cb2de2ba180f67bb47d03613b21b4be4d0eefc34eca144e18bf602b490401ea interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51456 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2008 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=1fd99f1d608f15d36f24223a0fe9b66acd576273f782740b251015c5d29e0cce Backup: KEYMASK-before-vpn_test-20260603-163253 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:32:53+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=05bd19493e764acaaf2dcecf6f588ffbebd0fe9add58a52aae7cd74ca1df1f8d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48427 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.53 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=54e1983af3f2acba2ab2ebe8af9c1419d52dfcdfe7c255f8d5eaa8ee293c6e5c Backup: KEYMASK-before-vpn_test-20260603-163316 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:33:16+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=a6d99eb23187d3dbb4c89626a68b2cf4cd118d97d58d33be664ce2aa9184cbbe === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=122.205 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=122.243 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=119.934 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=122.990 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=121.193 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 119.934/121.713/122.990 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=179.152 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=179.624 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=180.060 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=203.910 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=179.398 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 179.152/184.428/203.910 ms ### FILE /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=2771da747bd0e42407d2c723ea346256d1beca01ef764c409790f0f99be6ee68 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59768 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=357a08cbc54c1e17975a65ac198b1b2dd7dc9f7dc747bf4ef6ed72144b55f28e Backup: KEYMASK-before-vpn_test-20260603-163334 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:33:34+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=dee9d15a5a7956d59a573d17427164a7083cf436e9c308c7b13aa75c51946bdf interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40295 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.00 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=fef9ae989fad100f049478f85d8ef4a4d2bd4b6710da540da408f9b2089f6c71 Backup: KEYMASK-before-vpn_test-20260603-163356 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:33:56+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 3 16:34 /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=afada225a8e100eb0255fdc1d2f7c4abb5b7ee8c62a9f49550301732a472082c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=200.641 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=212.104 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=183.558 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=211.220 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=181.563 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 181.563/197.817/212.104 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=194.768 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=181.231 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=205.127 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=182.517 ms 64 bytes from 1.1.1.1: seq=4 ttl=47 time=253.294 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 181.231/203.387/253.294 ms ### FILE /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 3 16:34 /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=4eb77e4e2a6dc1e33e5fbec265aaecb120d86808f653d72719d1b883387f7d5b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46046 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260603-162225/results.tsv -rw-r--r-- 1 root root 12980 Jun 3 16:34 /root/hmn/test-runs/20260603-162225/results.tsv sha256=c1f208645260cd4307774f5e22717e62f7c30cbda23a3998371bcd60c7fac062 status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.91 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.50 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 62.549 /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 59.538 /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 374.632 /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.63 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.79 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 83.869 /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 45.322 /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.96 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.58 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 75.509 /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.85 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.81 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 130.066 /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt FAIL_PING_LOSS 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 18 seconds ago transfer: 988 B received, 1.77 KiB sent 9.9.9.9:20%,1.1.1.1:40% 91.955 /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 203.001 /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.91 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:20% 36.005 /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.59 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 86.072 /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 60.783 /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 55.452 /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent 9.9.9.9:0%,1.1.1.1:0% 67.251 /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.68 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 72.160 /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 268.744 /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.53 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 121.713 /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 2.00 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 197.817 /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 4 04:21 /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=e70478f130a5f92f1c3006a67934a3c46fb3adc13521e5b6753d071d8ec89174 Backup: KEYMASK-before-vpn_test-20260604-042130 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:21:30+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 4 04:21 /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:21 /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=99971a27291d94efcb6d48a08089136b69335a40a71ebb5034f0089cad1321a2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46701 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.93 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 4 04:21 /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=c66f2c8f9b2882a110a9c8b6eba98f9d5191231deb2847f08eb22a5d6ef3a692 Backup: KEYMASK-before-vpn_test-20260604-042152 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:21:52+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=e13a4bbfc020004801eecd229b5597842fe77fcf935f74a4655c70d155228f2e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47553 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=6ba821c8eccd001415321875034ada472694de2a94e45b6fde611db917b7a0da Backup: KEYMASK-before-vpn_test-20260604-042214 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:22:14+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=61a9343e1fdc9159f47e10fe1230b670b53d647afb3ff6c59b80bc2632f2c23e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=63.888 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=65.186 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=63.534 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=65.522 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=63.988 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.534/64.423/65.522 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=63.466 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=64.748 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=65.629 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=64.818 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=64.371 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.466/64.606/65.629 ms ### FILE /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=78d3a3b83a984acab8ffd17aedad83aef4df82fab84f5bc26a1c0ae489d4b8f7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45879 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=23bdafbc6ba1dee35f268c4f3b698225c1adecfe6e33080531b81869a8d5e3d5 Backup: KEYMASK-before-vpn_test-20260604-042232 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:22:32+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=b626a4352d79025212070cb7f21e07da6fa1a563bc6871b756aa840007bba9af interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52949 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.52 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=ea2c9132b9bcd6998b1934487b5e55fa35a3f0ec219feb4aac83334532acfd24 Backup: KEYMASK-before-vpn_test-20260604-042255 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:22:55+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=1aa3aaf996479ef53b5c6647aba6901bfb7eabceb0ad22e52220994ff49630c0 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=65.063 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=68.938 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=66.016 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=68.418 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=67.082 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.063/67.103/68.938 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=71.817 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=70.886 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=72.791 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=72.761 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=72.503 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.886/72.151/72.791 ms ### FILE /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=369d2597dcb5eb48ba1472ff1fc47f069c81145a3904d2e1961a9abaff48deee interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42851 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=6601e1d83d8c8a8ee740b4de2b99ec8a1fa4e1d550ef11f92e260b49e950573f Backup: KEYMASK-before-vpn_test-20260604-042313 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:23:13+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=912b3c817ab8fb8bec92945a99d46b74dbd53dd46329312e65d6b0159976f95e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=378.398 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=375.865 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=374.797 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=375.730 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=375.431 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 374.797/376.044/378.398 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=374.942 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=375.091 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=375.699 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=376.959 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=375.801 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 374.942/375.698/376.959 ms ### FILE /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=98fbdc54444662df16be95756b7f01a212036d89747b733edc07b697320c00d3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33298 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=756d3599281e7f71d1e3961739c4bb97f3251b711e369490b5a2f6efc34ab0e3 Backup: KEYMASK-before-vpn_test-20260604-042332 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:23:32+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=4f2e3bd06941945f35808ba50c043a52732fa2d0294f8a9f5a57eb409371c748 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49909 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.70 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=51fd15d611da0f7c5c60af97d35ee0338410f7fbba69a40d17ea5624820b9ded Backup: KEYMASK-before-vpn_test-20260604-042354 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:23:54+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=2fc168c0f2c08f15c44eb0fa5c90d52309bcf84df5846ee9d3c917e8ddca3329 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36686 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.85 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=0df265c8929c15484b74af2c90498c04008d86f1361a6704807db347850e2598 Backup: KEYMASK-before-vpn_test-20260604-042416 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:24:16+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=c9be340386556cde0aa69ff5cd4757863f1491b57b9a39f550496732e8e38846 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=87.195 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=87.379 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=86.847 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=87.201 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=87.411 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 86.847/87.206/87.411 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=86.822 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=89.802 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=88.644 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=86.011 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=119.273 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 86.011/94.110/119.273 ms ### FILE /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=0998ad8187d9958a95cd93cd7fad5933039f6b04015d76a59723bd5df70164a8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40882 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=02e1e1ec009fbccc37afb7484e7d71fea499eba53c2feecd8ea8b983bfb907e6 Backup: KEYMASK-before-vpn_test-20260604-042434 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:24:34+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=38e1f9284c17f84e2a1180890c17eee89dd1cfb2991ea49c8a8c627b93d694db === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=44.837 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=44.102 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=44.167 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=45.369 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=45.242 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 44.102/44.743/45.369 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=50.933 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=51.130 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=51.086 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=50.090 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=51.053 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.090/50.858/51.130 ms ### FILE /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=e2605a27b6c282240442fcaf4bdbbd6031f9b03ea7f831dcd3fbacbf9e36ea55 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51430 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=d3bd79ea7ae18d9a55a1a69bbcd854d71591d3322172fc267abd67a959fbdda0 Backup: KEYMASK-before-vpn_test-20260604-042453 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:24:53+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=f6bbac9aa39c6b17de4eb47765420931bef12ebfc50062d17e92050151e5667c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52080 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=a6f38c98ad2c4485ff907c1a279e6be94e98932169357c34372dc7af195ece5f Backup: KEYMASK-before-vpn_test-20260604-042515 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:25:15+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=32bd1730b85dcfd4e2dd14b668d9beed37a4f38f7117901a7f58ace647a4ec65 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36628 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.59 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=ab9dafdfff3d09a2fbb2a400ae9cdc7490a696c7ad765df79404dfd54fa2e5e3 Backup: KEYMASK-before-vpn_test-20260604-042537 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:25:37+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=a0f0c5420be4d83b6f75e0a3b6ec533439b39e29726b02244dafa1e3707f49b3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37257 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.99 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=f92c88ac730db14dd976f4d5f0a86418b187d7a18b5bf623d120fbc87588ef64 Backup: KEYMASK-before-vpn_test-20260604-042559 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:25:59+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=319437a8c97dc04336c4708d7d747b21f045107007fa6ebc3e31d1e512675156 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36077 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=263dad8b562711c5916cc07598eb3c674b1752417342df93ecd3ee60dbeabd29 Backup: KEYMASK-before-vpn_test-20260604-042621 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:26:21+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=7f192a7ba7ad22170fad2aad84f4c04d0bfb18d43d804ff57fc6a0865e48e12e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=71.169 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=71.213 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=72.050 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=70.893 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=70.941 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.893/71.253/72.050 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=63.581 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=62.205 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=62.103 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=62.080 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=65.055 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.080/63.004/65.055 ms ### FILE /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=48f68025fe9258a063890ea863c3cb62a2743509aa8ce37109c0f2fc1087cfd8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60006 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=ab077dfc0a438b92d73dc8544178249b4985491e251c53c0299df8611d03b0d4 Backup: KEYMASK-before-vpn_test-20260604-042639 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:26:39+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=a2cdfdbdf025076a9622949af6240f52afbb5390d93c92b69e0148c4e1ccdfb3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34485 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.88 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=cf124805abea4e95a6a62c48c7a84e80c4ace0384d56234a627d20bee51ab21a Backup: KEYMASK-before-vpn_test-20260604-042701 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:27:02+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=0b2d7d41abdfce189494220772446e4710f37341376b1d3ad124b82729df514a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47294 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.70 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=fe26d2bd9a0299c178fda711bc4d498299af30bc851dc2021cd46b06fca42e93 Backup: KEYMASK-before-vpn_test-20260604-042724 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:27:24+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=0d820d700f7dd70be4cb33ebc9ace857a3fb8acbd6c61a4f8d1189a1b1108ff3 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=127.468 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=128.066 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=127.470 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=128.094 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=128.077 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 127.468/127.835/128.094 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=142.220 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=127.997 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=128.206 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=128.178 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=127.971 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 127.971/130.914/142.220 ms ### FILE /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=5baf14816bc58456de4de3288cca38b23f9062887b655afce931f6b75a29708c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55076 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=4cb1c9207a823027cb90410eeb515535b827dc652333e77fea85859c6a0e93da Backup: KEYMASK-before-vpn_test-20260604-042742 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:27:42+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=8c830fce06d307b39eebf72ee973624d51258573711c19a5fc8645cbdcf683dc === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=30.434 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=31.958 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=28.774 ms 64 bytes from 9.9.9.9: seq=3 ttl=58 time=30.951 ms 64 bytes from 9.9.9.9: seq=4 ttl=58 time=29.324 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.774/30.288/31.958 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=27.543 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=29.393 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=27.520 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=27.093 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=29.148 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 27.093/28.139/29.393 ms ### FILE /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=ab9f49b42d8645f17cb9eb15fd6bfef9e9d156eccb9f1b4e0d9f0ffb120e11e7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46395 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=deafb5c2b176c915ef8e108f82e465d088a8672de9a7a0b418a2e1f07e14bdb8 Backup: KEYMASK-before-vpn_test-20260604-042800 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:28:00+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=6f033cba41fec475b6e4f9a15227818d10d3b059d01d8fb9eb706b6e992d8036 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=40 time=211.197 ms 64 bytes from 9.9.9.9: seq=1 ttl=40 time=211.871 ms 64 bytes from 9.9.9.9: seq=2 ttl=40 time=211.335 ms 64 bytes from 9.9.9.9: seq=3 ttl=40 time=226.421 ms 64 bytes from 9.9.9.9: seq=4 ttl=40 time=211.426 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 211.197/214.450/226.421 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=34.613 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=34.414 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=35.389 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=36.553 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=34.532 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.414/35.100/36.553 ms ### FILE /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=7a2633b15cc81c7db5cd74396e5e5b5fbe10909697624d23e23b8518c6688d99 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51122 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=2974430c3257db05ab04f2dc63fb5a10bd8870965b55597c9fcd107e43814e34 Backup: KEYMASK-before-vpn_test-20260604-042819 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:28:19+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=8b988ece3d9dfff04c6e4423448ce85bdc42f357c4a1e628d8b9fb8d91913ac8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39649 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.92 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=0f480f6daba3526d5a06ffecc969c3ee34ac66c92472501d35cd8bcde20e58bb Backup: KEYMASK-before-vpn_test-20260604-042841 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:28:41+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=5c424e97bfd3343671f93b24e1223e439ff340d647bbca4aab71e657fcb40b8a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=30.222 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=29.591 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=31.735 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=55.905 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=31.186 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 29.591/35.727/55.905 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=29.944 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=29.995 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=29.780 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=29.541 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 29.541/29.815/29.995 ms ### FILE /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=385cb4da51bfd942cbb9daecab74d0ddf3a7ea363b3062609076d9f45833e48c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47931 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=be8758090b10f47e8fb821ce0681fd3b823b29ec11932f7f72b528908eb7c027 Backup: KEYMASK-before-vpn_test-20260604-042900 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:29:00+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=6a55cca6cfa89867eb3aaf90a5bfee9a5fcb608e4d75a2a2462f7bc8738c1cd4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55258 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.49 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=e24bbc0e8655f2e091d030343f0b29708bb95961c2878efd948ebb713a987df0 Backup: KEYMASK-before-vpn_test-20260604-042922 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:29:22+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=483de1a440eaf621650341590b0eb9a0e4a35903c8d837a8d3cc74c692748789 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=101.817 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=83.759 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=64.028 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=60.620 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=60.112 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.112/74.067/101.817 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=67.662 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=84.535 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=72.623 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=63.882 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=61.457 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.457/70.031/84.535 ms ### FILE /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=9761609a70e67029a02235b9629f3d31b9102d45182477ef61baacc74ef2fb54 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42795 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=5568651cd20ba0be8c16ee16e420cb13eb067684e0f781c5c699ceda99901372 Backup: KEYMASK-before-vpn_test-20260604-042940 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:29:40+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=c7a7589b3e7bef85dee83df6bf678d3a9c20d3835a5746b302492cee5cdcdd8f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=56.443 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=53.486 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=77.644 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=54.142 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=53.455 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 53.455/59.034/77.644 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=67.994 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=53.292 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=53.135 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=52.939 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=53.891 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 52.939/56.250/67.994 ms ### FILE /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=4baf4fe9e7ab9a7ef2f1833790684eb30fbfd8d73019cef31d319ba0a8dd0de8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46130 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=b832d99fcc4696584e40db7cfa0f3948a964a578f407b38b89723b8219f61eb0 Backup: KEYMASK-before-vpn_test-20260604-042959 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:29:59+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=5373df0ff4df0a2d7704095d0eb0f55abc31b2b33d3cc100a2096ecfe1c1593a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=50.355 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=49.383 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=50.084 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=49.597 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=50.615 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.383/50.006/50.615 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=50.042 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=49.892 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=49.783 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=49.898 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=50.061 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.783/49.935/50.061 ms ### FILE /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=2690741f872397aab359ffd02831d0949207e404b73f210b06a701c58dc36c30 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34955 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=748641af98f8701dd93d4cde0b0dcf665f47ebfd3e061d2effcb40e6fcfc769d === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=63.952 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=64.690 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=67.278 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=64.562 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=63.690 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.690/64.834/67.278 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=64.430 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=65.222 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=64.420 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=64.162 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=64.538 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.162/64.554/65.222 ms ### FILE /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 482 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=d8b64c6ad21f8a11bb8a3cb55842428c8cda0e70f86b8d43d4b4837be6773c77 interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 55970 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 1 minute, 15 seconds ago transfer: 930.70 KiB received, 923.80 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=66082071d2d3e70881f56015dad596be7cf532b7d31aceabaa03c3b1225a8fb4 Backup: KEYMASK-before-vpn_test-20260604-043027 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:30:27+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=6143c6ef9675cc22f1cb1ab7040bd329514321b77457e724752ae0b4f80024d7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50185 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.71 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=ed3e0034996d805659e7faf1a4be7e0872cc4bc7e4d4751a848ce10231097499 Backup: KEYMASK-before-vpn_test-20260604-043049 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:30:49+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=66edc3b5b1ab1b6e58e16689b126e2ef3433b10b05e34e02df0c9eb55107858d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=55.837 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=55.872 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=55.887 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=55.814 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=55.031 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.031/55.688/55.887 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=55.835 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=56.461 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=56.415 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=55.621 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=56.482 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.621/56.162/56.482 ms ### FILE /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=35c6531af49f5f9385a71ec563b12f3acb748afb0b859b05af032a92b5d552af interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51475 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=43ceda3a58f6c2c5b1cb7f0a3902bf5b1555cc6a89652f2aabee086f6284b24d Backup: KEYMASK-before-vpn_test-20260604-043107 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:31:07+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=6831c7a4f6bceaa71b83bde3ae71d5fa6dc7ffb562eb527ff8a97ec8d06bbcce === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=72.665 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=70.003 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=70.978 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=68.096 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=70.651 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.096/70.478/72.665 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=87.951 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=88.022 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=86.554 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=91.916 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=86.686 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 86.554/88.225/91.916 ms ### FILE /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=dbd067fb9a3ee569c52f77f37c3b5fab360c8d834d4d5f38055109d76aeb51c9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60190 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=9caee61cc642cc5208e71bde602df37ccee7956ff0b595e156fe3e59dbcb8ed4 Backup: KEYMASK-before-vpn_test-20260604-043126 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:31:26+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=2b063c3ddd71a1f85ac0e7a48827dba0e80551f35dc4eaf96af0217ec0788771 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40364 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=931c0dea690a63a4e00533f66d24d2af0e49c34036602da0c5adda9bcea05943 Backup: KEYMASK-before-vpn_test-20260604-043148 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:31:48+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=4036c44e8c0071643a9f195008262c3713028839237e145a32c7afcd034fd759 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=265.043 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=263.662 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=263.459 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=265.059 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=264.625 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 263.459/264.369/265.059 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=228.612 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=229.355 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=228.800 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=228.993 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=228.754 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 228.612/228.902/229.355 ms ### FILE /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=530303fb2935da0899169852e545336e89858bf7878c2cb31a3e9c588a6900d3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55506 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=7ff597ff0911ce5281fbd0753302d1e7ff434eafb8ab06f6cb1adc95b7385538 Backup: KEYMASK-before-vpn_test-20260604-043206 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:32:06+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=ad0bfa2555cad19784dbf33ce3bbd6d71bbde206d4793e5d554fe4b3d6b7e52d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56974 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=8e987b7a7e33151c2d79fb71f78a2c951b86479a13c4d270ba41d03a934dbc70 Backup: KEYMASK-before-vpn_test-20260604-043228 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:32:28+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=2be0958a3e90e53b8b43990bd12fe439b33b4e93a102241a265146369ab8f41e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=110.567 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=110.750 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=109.576 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=111.265 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=109.668 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 109.576/110.365/111.265 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=174.617 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=169.366 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=168.750 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=168.466 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=168.349 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.349/169.909/174.617 ms ### FILE /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=e8aa8d507cc63dcefc3690a4635154c4585c8688ef95f4385418f680b4822f69 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40119 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=c6ef72ec90da9ad6a2a5d24031d18fff9d63ba43157031c7081f3b5d947a2587 Backup: KEYMASK-before-vpn_test-20260604-043247 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:32:47+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=7810d6fc6951712ce3bbd7cc2ed6d72b53c220902795410e5ec432c47139faea interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43672 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.92 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=a6cff4b27d70401cbf0a5f3636b840d0e750b2dee61d3766e495fdd7395961c9 Backup: KEYMASK-before-vpn_test-20260604-043309 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:33:09+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=90a94da1c8612b5a82c18d74895003ad52c6c978b87999b66ae1b7b362381a47 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=184.653 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=184.434 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=184.700 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=184.380 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=184.132 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 184.132/184.459/184.700 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=178.436 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=178.688 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=179.427 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=178.911 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=178.870 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 178.436/178.866/179.427 ms ### FILE /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=915ab30f11085b221f31f6ed5522b28b3380fe176ca5f003ade66b7ff1ccf810 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45036 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260604-042130/results.tsv -rw-r--r-- 1 root root 13368 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/results.tsv sha256=6c6820dec8d9999a15afd92ff9538881c90a8711f4e725e333b74ad0318730c5 status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.93 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.423 /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.52 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 67.103 /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 376.044 /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.70 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.85 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 87.206 /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 44.743 /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.59 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.99 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 71.253 /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.88 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.70 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 127.835 /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent 9.9.9.9:0%,1.1.1.1:0% 30.288 /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 214.450 /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.92 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:20% 35.727 /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.49 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 74.067 /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 59.034 /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.006 /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 1 minute, 15 seconds ago transfer: 930.70 KiB received, 923.80 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.834 /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.71 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 55.688 /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 70.478 /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 264.369 /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.54 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 110.365 /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.92 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 184.459 /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 5 04:21 /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=cc87ba398c2b5ef3a25f80a72e0f2eeed00398a92972ea73b65a16eb813fbf5d Backup: KEYMASK-before-vpn_test-20260605-042129 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:21:29+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 5 04:21 /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:21 /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=1bf6b3ec8ae5c1e8929ab056911b9701cb20c8d9abe3e4c4198ad850be4b52c5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46199 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.87 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 5 04:21 /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=cf35948dba103e1a2e6f11aa5312a41f40a5ea63bae3bca2246abddbade6f9db Backup: KEYMASK-before-vpn_test-20260605-042151 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:21:51+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=fa8aa59bc52c440569ad2d9e87b7141d3aafdaea495ab092819fb34f77579470 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40347 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.53 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=444bc75e285e3ea8a46fda519ea96bb3ea2aab872727c587a4641fec6f6dbc22 Backup: KEYMASK-before-vpn_test-20260605-042214 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:22:14+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=ba5a36b9902f226a57074d8f47d357039166381c5a200c6a719ca6da21a66751 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=62.326 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=66.904 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=65.920 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=64.950 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=62.778 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.326/64.575/66.904 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=65.661 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=65.661 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=69.752 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=87.192 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=65.217 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.217/70.696/87.192 ms ### FILE /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=1fe1cafc21b07e44f8c9e0782b5a60eb61bf15e6b5aa4217622c93f2da65da4b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48005 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=c7c2f5723be2ece7363cbca194ebcbfc7869c3e3d966e1c47577fa5a2d176365 Backup: KEYMASK-before-vpn_test-20260605-042232 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:22:32+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=87148962e26e31f369ac74c571bcc79056668cf63eb4af8b57b63e304b0b9262 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38159 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=716793f68a3cbe638dda652653a2cbf867a31a02e2804b15a6e0e189311a2eda Backup: KEYMASK-before-vpn_test-20260605-042254 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:22:54+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=f59bcb3583d8a95dc7e5bcbd6c45e5bb9de694cabfc3a5d9f3fbe97032c75677 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=65.992 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=104.308 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=63.159 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=65.046 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=67.146 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.159/73.130/104.308 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=72.977 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=70.744 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=71.234 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=72.459 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=124.371 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.744/82.357/124.371 ms ### FILE /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=c0504a852ebc1a80de2e2887bb777d4ddb93bb7ffa218ffb5772e1c2414141ed interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43165 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=b66f31dc21489df42932a0357576c44ef3dcf64609e3d599efc17a00e9bb5744 Backup: KEYMASK-before-vpn_test-20260605-042312 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:23:12+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=e10c48a260a0612b015e59c6927afb075de15a9a49ab0d9d09ef07fda6b484b5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=377.306 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=375.645 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=374.538 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=375.273 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=376.169 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 374.538/375.786/377.306 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=376.032 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=375.069 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=375.958 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=376.001 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=376.226 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 375.069/375.857/376.226 ms ### FILE /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=2534d976a7f8ae420b9eeddadd5acf960abce929abe6f1114c68be8889b93668 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49316 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=f80c00cde928478634dd5173bc38d76b292c9ff740b1f9f2588376d4d2647f4d Backup: KEYMASK-before-vpn_test-20260605-042331 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:23:31+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=a8d297360303b7b24eb7579902ae8ce46de2ea0b749b83982fcce19b7a25b320 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39584 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=cd425ac5f537336684b49856bc4f856bc678579ecc2caa912891433f51a05147 Backup: KEYMASK-before-vpn_test-20260605-042353 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:23:53+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=0701d109291440f0ef287e7c27c598bf8e73773e0671febf98f5dfa047a5a734 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36204 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.76 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=60bd2daa20463644dd21afaa1ae7832ce212927e02c963b67c3dbd7a1aa2542e Backup: KEYMASK-before-vpn_test-20260605-042415 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:24:15+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=fddd182950f6816efd0ad9261647914218054017e43967d11bdfa08ac8b2ecb9 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=82.681 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=83.463 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=83.168 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=83.198 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=132.819 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 82.681/93.065/132.819 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=82.831 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=82.773 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=82.544 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=83.482 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=83.302 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 82.544/82.986/83.482 ms ### FILE /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=202a23e89a0150a94012a7b356bbad253fc6deab7ecf7c2d05b6d6f0efc5e810 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41577 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=47fd28a73dfcb584491fb1acb5ddfc290246a4e647d14db72b09dc6e054382b7 Backup: KEYMASK-before-vpn_test-20260605-042434 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:24:34+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=8cfc36b146189ae4e76af5192f025b32e0a12785b5706f8694e714ba8607d409 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=49.384 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=49.515 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=49.118 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=49.055 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=48.632 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.632/49.140/49.515 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=56.195 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=55.742 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=57.306 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=56.415 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=55.123 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.123/56.156/57.306 ms ### FILE /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=0ba9ec38063fc18c538ddca4b2cac8ded5d67a34405d7506b2746c56b7728fcb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34671 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=e5697d45c33484ba4e27fa772d9d6af6e13ab9ac258c55a93c6706e6f3792b6e Backup: KEYMASK-before-vpn_test-20260605-042452 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:24:52+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=3a2c7652622eda90ffb2deb82310423a26232dd9ca30a2afdac7b7cf044f7190 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51876 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=34978559d9b07f74b12282c65f3e0aad2a168c498a31dd34ba66cf362868d285 Backup: KEYMASK-before-vpn_test-20260605-042514 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:25:14+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=24724a0c6bb3482ea833da3620078daff04739493e80ad54bcf8dbda4481f6f0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52792 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.61 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=68451ed9b30c172bde16d61cfd70b526574e3354b93ccadf9da18a1f6f151e25 Backup: KEYMASK-before-vpn_test-20260605-042536 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:25:36+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=7c7b4be90f9dd1bb553aefe46e19ffd9f42cacc2e41f202ecffe317d922e01dd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50338 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.98 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=bd1266da09390edb423b4cb10980d562bf55f2908e8774dec7e82292784c37bf Backup: KEYMASK-before-vpn_test-20260605-042558 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:25:58+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=7007823bd21684d57ee784bf57f885b3702dbc1b24a4b088151914a31e66558b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54554 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=76857ecb5a7ed6180d4d0f861c79c7804c0b382e43b6cc90437947bb4f2015b2 Backup: KEYMASK-before-vpn_test-20260605-042621 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:26:21+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=38f4c1850add49d954d61ca3231a07c771cc3cef97c0d85f09cf1cee493522b8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=75.043 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=74.483 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=75.912 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=77.076 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=74.204 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 74.204/75.343/77.076 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=74.021 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=98.124 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=69.282 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=67.659 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=67.539 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 67.539/75.325/98.124 ms ### FILE /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=b419b3185e577acef67b30b75196883281b5b11c7df0b7cfdded2772856d4331 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35144 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=4c5dc8fed6014097047b0f8c11970be2edd17e2f87e56101289aa990266c2846 Backup: KEYMASK-before-vpn_test-20260605-042639 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:26:39+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=888903bd558d589acdf60509a32d7e3fa5cd367f185ae6c6c6d3d7188bac2af5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58646 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.83 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=6149502b95511cd95eaae7c9b0983870de7c17536c97ff984c547159cb4c0498 Backup: KEYMASK-before-vpn_test-20260605-042701 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:27:01+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=a3065d5db0d435061e39c9aea08b58820e9cb0eb01cdaeac8599bce43b6b1639 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40269 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.82 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=bd14b89581a0a17c00fe16f434d3216d6ac131935e2f41323f92dd199308e991 Backup: KEYMASK-before-vpn_test-20260605-042723 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:27:23+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=b7ae9fdd09f2e47d7ad4ed902d13700a27d4ea26e559473fbfb59e3b61df92b8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=125.887 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=125.752 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=128.085 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=125.358 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=176.391 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 125.358/136.294/176.391 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=126.011 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=123.771 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=123.516 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=124.912 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=124.524 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 123.516/124.546/126.011 ms ### FILE /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=0aec4497bd34759d7819b62c1d03129fb3db7b3e967f5458afb748076e0cbfc5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49664 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=a4438c4c1e28e802bb67b112bcac082d15fde1fc3cbc93c9a9de930dfda0dbe3 Backup: KEYMASK-before-vpn_test-20260605-042742 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:27:42+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=e3874b8015fee7060e699da21ce4da2481d531df17dbf520e7fb0c3c83eef74d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=30.295 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=53.538 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=48.457 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=35.032 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=32.343 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 30.295/39.933/53.538 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=43.708 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=71.873 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=30.925 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=46.670 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=29.394 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 29.394/44.514/71.873 ms ### FILE /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=07e7b516eccd9213057a9d1575c0bacf2d7260293e9c3a4cda859c6aeb44ab05 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58044 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=b81b5fddf88264f1634ac316f2c304dba3dc38d332dcbde6036ad2b8b62ad486 Backup: KEYMASK-before-vpn_test-20260605-042800 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:28:00+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=883dd06f0a3c3f2919ac4da293c035383714f079f6925e65eab861a29159f035 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=45 time=214.057 ms 64 bytes from 9.9.9.9: seq=1 ttl=45 time=213.760 ms 64 bytes from 9.9.9.9: seq=2 ttl=45 time=213.529 ms 64 bytes from 9.9.9.9: seq=3 ttl=45 time=214.732 ms 64 bytes from 9.9.9.9: seq=4 ttl=45 time=214.623 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 213.529/214.140/214.732 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=32.812 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=33.167 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=32.675 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=32.582 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=33.558 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.582/32.958/33.558 ms ### FILE /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=ef405e8134abbeefc4fc17ef51fe9a7800ef3b5c81896c500c9e9a91956f53f9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49831 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=5a9ef13a854099ed1571493bd964296a32152ef41fff4ee767fdd73e51fe2031 Backup: KEYMASK-before-vpn_test-20260605-042818 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:28:18+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=5b9c516f356a65cc91138143cefb1994efdb864afe5990e5eadfbc48ffd2ae36 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58723 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.86 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=2dc09307bd0a44b3404fa9481605e62fa71f9643ebc6d6f541869ab39f8d95e3 Backup: KEYMASK-before-vpn_test-20260605-042840 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:28:40+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=d61b2e63d753737a757e9cb289982841b747400391d94440a6f99d8ea0dc19f6 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=35.359 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=35.102 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=36.742 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=35.928 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=34.566 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.566/35.539/36.742 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=35.838 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=35.602 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=35.343 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=35.022 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 35.022/35.451/35.838 ms ### FILE /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=cd1ebb99b500387c22fbeba6ad53645ac2a4e7c045c14ab6571d8c8312d1a13f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50933 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=d967b7bcc5d2febb150a5a087a0037775abe1329e81a2386d35cd2e036be0e89 Backup: KEYMASK-before-vpn_test-20260605-042859 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:28:59+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=694d2fa85b836603b0996e065597ecc79fb001b4f56766f7308b03ba432ecb0d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51550 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=7f387d798ecfd51cbe15323befadc02da9d4ab7d55189fb90c7dd03a40529ef0 Backup: KEYMASK-before-vpn_test-20260605-042922 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:29:22+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=2881cfd0e4fe348bd406ab9fc340ecc0e5a0c7e3b2e9ecd9663d96114717377b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=62.824 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=63.357 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=59.876 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=87.561 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=86.095 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.876/71.942/87.561 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=119.034 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=77.681 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=75.918 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=64.977 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=64.376 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.376/80.397/119.034 ms ### FILE /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=2961a42098bfee7e01d4a59ac7df5741c1895ba52655a1762374dc6fc06b2daa interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54569 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=b7659a092232bc82afb4bb46e380baa3e52ebaff9b29f12265c35a52b613cb23 Backup: KEYMASK-before-vpn_test-20260605-042940 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:29:40+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=06972763d7255091bf7c49488e6d5b7ed3723c685ab2c76572ba8c6d306af91c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=55.752 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=56.635 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=56.765 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=57.166 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=55.729 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.729/56.409/57.166 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=56.152 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=55.769 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=55.907 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=55.603 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=56.271 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.603/55.940/56.271 ms ### FILE /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=a44af71de4518a59b547bb0ad218dc821a9d3c4fc1db073d1c2edd3eed0c0fd3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44112 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=56caa0c668ffdc499c828dfd1e30a4e3b8177e109b56b7bb6727b86b14c9cb09 Backup: KEYMASK-before-vpn_test-20260605-042958 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:29:58+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=f766782a7499b6e7265bcc8afdf8449423f20729a1341d773e80dd9dc5d8a172 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=49.793 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=50.083 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=53.403 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=49.912 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=50.315 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.793/50.701/53.403 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=50.068 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=53.644 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=49.596 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=49.797 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=69.521 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.596/54.525/69.521 ms ### FILE /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=d0ef36ff5758e51ebf023cb6b9134e0cba6a84d86f60660fc3519efe766089bd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56632 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=d7605830e672df01ab9783672659f41b664ff2eeeb13028c34977821b1562baf Backup: KEYMASK-before-vpn_test-20260605-043016 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:30:16+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=c3fd269b2c2f4210de16dcc848897a0e07152a42d0be4fec9c1f792b416ce6c2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=64.886 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=64.351 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=65.051 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=64.405 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=64.667 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.351/64.672/65.051 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=64.517 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=65.995 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=65.247 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=65.702 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=65.489 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.517/65.390/65.995 ms ### FILE /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=53214c82142bf735b03b6e188d437419194c7f054997f68e4bf3f022bb9123dd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42822 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=549ded80ad5c18e1670cb972894a7a033aacd95129bf82d220a4e6371436e648 Backup: KEYMASK-before-vpn_test-20260605-043035 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:30:35+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=887f19a4540f234bc985aab06f6d257d7d118e8d6947baf682c1cab4849861b5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57958 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1041 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=c79d452fd7fea17c08ab9a06949a18262d5aedf688a66e20926fedd17ae06133 === probe 9.9.9.9 dev vpn1 === 9.9.9.9 dev vpn1 src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=60.359 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=101.136 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=59.556 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=59.623 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=62.656 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.556/68.666/101.136 ms === probe 1.1.1.1 dev vpn1 === 1.1.1.1 dev vpn1 src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=108.269 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=60.606 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=60.313 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=76.116 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=59.905 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.905/73.041/108.269 ms ### FILE /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 481 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=a106f157b0b48b642024fdfa8392a778fea712fb21d85d10498ee71de0756c97 interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 47035 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 1 minute, 48 seconds ago transfer: 3.36 MiB received, 3.46 MiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=61a5127428be4ffb89ef6d1a2f741f253de996122700ef6b8ccdf0620ae9c1d6 Backup: KEYMASK-before-vpn_test-20260605-043107 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:31:07+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1056 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=88cae232cdf1ff784b502ad8f5195a541ddc57b61a82569c14a4457c24dd693d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=76.335 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=127.736 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=105.323 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=69.140 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=68.423 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.423/89.391/127.736 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=89.258 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=88.939 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=94.844 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=87.525 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=88.172 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 87.525/89.747/94.844 ms ### FILE /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=ac006ad89a6baff618a9a7c382d5f2e12c1e5568265761faa8d03355afdcf964 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49652 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.83 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=0385d5347f37da3f6104b6ca7f6e96e7fecd3537cfd9e35765d2528b107458ab Backup: KEYMASK-before-vpn_test-20260605-043125 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:31:25+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=0d21a1971f394e8f41fe6c96d2b84abfbb36befe2eda4b148fcc74b4e69cd46d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43044 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=1059ebbd77617c42a86dc96e713aa8e602dd7639c513d10332f26aee007c1813 Backup: KEYMASK-before-vpn_test-20260605-043147 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:31:47+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=b551bad72dee331e6e232f2361d96f15874f35f11ad5ddbcbcb53e64618b2045 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=267.127 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=266.836 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=266.346 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=266.705 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=266.637 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 266.346/266.730/267.127 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=230.445 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=230.426 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=229.454 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=231.113 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=230.283 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 229.454/230.344/231.113 ms ### FILE /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=dc244e6be029ee5e177967e6d5ceec85ebeeb9e797748ab34bcd2c01d22cfea7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35420 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=22919b4037d2c76be097ab52928c81e0aaba27d37829418f8e9a05b2a67793a8 Backup: KEYMASK-before-vpn_test-20260605-043206 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:32:06+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=ea02182ace2e661539585baaa6235db4d4ab31aaac628f71893b19becf711d6d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47387 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.49 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=a8d44c8bef91a6953d78072ad5703d0d704a0f9ea8231c29ec33e617b17c1aec Backup: KEYMASK-before-vpn_test-20260605-043228 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:32:28+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=80c28605bd0f6f0d641156b33029111a70591c8e40c238977574b1b527ec9a63 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=108.530 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=107.372 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=107.681 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=109.652 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=109.628 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 107.372/108.572/109.652 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=161.783 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=161.532 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=161.619 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=161.867 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=161.375 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 161.375/161.635/161.867 ms ### FILE /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=15ec70222f2e0976166e863701a0f86990414779e959c41a1af5dbe1964bbfbb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46194 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=a9bbe299b104df28c5948d7c837ca6dcdb7b992a4bff93cacfddc8f9cbfa213a Backup: KEYMASK-before-vpn_test-20260605-043246 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:32:46+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=08bb532f824fd02b90c38a68b3641b3ccdd7935f60abf0bd3992bec6fc7db215 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54680 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.99 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=75bbdaf3fc9994c53a7f50008a32bd514481fe19427cc4cfc257d725c9c27f2b Backup: KEYMASK-before-vpn_test-20260605-043309 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:33:09+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=c6d619fcc67dcf932836927e5b1fee6197f728b2c089d0c9ee8a4947efea81a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=182.309 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=183.090 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=181.977 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=182.956 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=182.822 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 181.977/182.630/183.090 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=178.361 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=177.328 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=217.684 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=177.017 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=176.871 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 176.871/185.452/217.684 ms ### FILE /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=7d981ccb62c072223d09c783e0ee267104b864988fa7953a7a3014feef41b7f2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37509 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260605-042129/results.tsv -rw-r--r-- 1 root root 13364 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/results.tsv sha256=f934529d1547c8cff6a3794c17e7408f60dc34d6166c630d2967cb8ff33bb788 status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.87 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.53 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.575 /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 73.130 /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 375.786 /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.76 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 93.065 /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 49.140 /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.61 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.98 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 75.343 /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.83 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.82 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent 9.9.9.9:0%,1.1.1.1:0% 136.294 /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 39.933 /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 214.140 /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.86 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:20% 35.539 /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 71.942 /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 56.409 /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.701 /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.672 /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 1 minute, 48 seconds ago transfer: 3.36 MiB received, 3.46 MiB sent 9.9.9.9:0%,1.1.1.1:0% 68.666 /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.83 KiB sent 9.9.9.9:0%,1.1.1.1:0% 89.391 /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 266.730 /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.49 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 108.572 /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.99 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 182.630 /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 6 04:21 /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=86fec7ac7d9660f72e21cad83fc5faef3ec6d309f6b9439cebdee1c7d6a6aa36 Backup: KEYMASK-before-vpn_test-20260606-042128 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:21:28+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 6 04:21 /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:21 /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=9ee5a95f6a0838f8c6974173b73c395915f3abd741ef19cce057b8ec89e4f842 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46697 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.87 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 04:21 /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=f7f870c03b8b09b96ca3949bdd68fce83055b08b2470eaba9e6109ffeee27021 Backup: KEYMASK-before-vpn_test-20260606-042150 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:21:50+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=dea980d6ae620f213e268898699f8aadd4dd6f52c3233989104ee21213302c53 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55081 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1037 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=171be5a74112360332a503a09ca158bd97ba9ddb6212f068cf1f76f1f26ef333 === probe 9.9.9.9 dev vpn1 === 9.9.9.9 dev vpn1 src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=57.912 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=57.823 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=57.555 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=56.941 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=57.350 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.941/57.516/57.912 ms === probe 1.1.1.1 dev vpn1 === 1.1.1.1 dev vpn1 src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=57.974 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=58.202 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=57.322 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=58.093 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=110.451 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.322/68.408/110.451 ms ### FILE /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 479 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=5474c47fed7ef9412d2232ce29f6bad5e1b23dbc889b3f1944f6cd2842340707 interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 51781 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 1 minute, 37 seconds ago transfer: 64.52 MiB received, 9.66 MiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=d5caca54757779c06b2af6a2eeda20058c97cfe30b70e08d66d91d77c5bf91ec Backup: KEYMASK-before-vpn_test-20260606-042222 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:22:22+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=ffec61c4889f8a5cc24c059d768078ff2e257830a15cdca2daa74533dbe55e4d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44083 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.53 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=4d5f3a64ed9819e6facc4ae58fd128d686f12dea7f18416fda68acf0535e9090 Backup: KEYMASK-before-vpn_test-20260606-042244 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:22:44+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=5deb29ae2301f2425e4c8868cd74864fbdecb7d6a437390fc16cfecea267e557 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=57.480 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=57.381 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=57.818 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=72.382 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=96.629 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.381/68.338/96.629 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=98.316 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=63.012 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=63.258 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=63.188 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=64.211 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.012/70.397/98.316 ms ### FILE /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=3a0cc9cc56b2d8d4a7f3c4c1f416c7109df8e0a73031d0cbebba634b8ea5cdb6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36461 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=320dfefa20f5aaf253781f04c2eeb2476485fa29c1c3df8a8c957a51da890ad0 Backup: KEYMASK-before-vpn_test-20260606-042303 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:23:03+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=ff195ca6dfac2526cddb0e11b1f6d364ba582dcf27894357a6e2b609a5eb4e84 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=252.826 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=252.579 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=252.399 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=253.371 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=253.428 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 252.399/252.920/253.428 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=253.451 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=253.301 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=253.234 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=253.357 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=253.134 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 253.134/253.295/253.451 ms ### FILE /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=369e10fe5c8de62112a563d8c90d7d91ccb794ebe5d60a56d045fe3231e9aed9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55275 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=f51b1e86c0a15e3e368953aef3da1d182d6b229f9cb0b91b53cd58f9e7dc4089 Backup: KEYMASK-before-vpn_test-20260606-042321 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:23:21+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=4cbeea91c49f654b72c9c4eaf61742c12206c26f7cade90fef0d80262c7416a5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42744 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.63 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=eb3cd20b6c19d8df3a4a2476f74bd77bb933cab5450ff5ee22bf8158b5906b15 Backup: KEYMASK-before-vpn_test-20260606-042343 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:23:43+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=146f060c65d06980dd1b9a626634eb98a349c808aba35d11667974246bda8f2b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43903 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.89 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=4bc09a2ffdc8b790ecc63a9f843b6057623237b1bbb94f564fb015353195a7ac Backup: KEYMASK-before-vpn_test-20260606-042406 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:24:06+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1006 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=d35471ad58d2b7cc5cc2a978f22bc01cf0e6e9fe6ab97862d4afa012ba5311c7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=88.392 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=85.954 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=150.178 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=88.535 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 85.954/103.264/150.178 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=87.026 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=87.583 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=85.629 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=86.008 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=87.089 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 85.629/86.667/87.583 ms ### FILE /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=da454d0be0cec47f887380beca8bd35ace54220d8f485378972e60e2009d9d30 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48225 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=dc1d1b059babfdbe6a91ed231c0f0373ca5763925dba366516b72298b6808be4 Backup: KEYMASK-before-vpn_test-20260606-042425 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:24:25+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=863d646af1ab28ced47b58e095d7f898b33717c60716a7f532d7572b0278a025 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=47.098 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=47.252 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=78.289 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=47.565 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=47.516 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 47.098/53.544/78.289 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=74.764 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=55.101 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=53.585 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=53.244 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=68.536 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 53.244/61.046/74.764 ms ### FILE /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=9bccb2c3fbd59606cb2aaa1b0d970a984c8236de5092249521bfd6d0358a64d0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34809 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=35be6b00cb4ef40fab01f24f8e30f8b11b7f8bbfd1919feb4ee4239221521231 Backup: KEYMASK-before-vpn_test-20260606-042443 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:24:43+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=994b26d8e4a122fe802f68cbf4521cd770aef4e5ac46b95b27ae1ba6ecbdba1f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47550 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=c01b4443f600582bc832b09e0a5042b294a5d94b17c867e5152fdb7536a1f374 Backup: KEYMASK-before-vpn_test-20260606-042505 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:25:05+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=aec5475e8508a59a6a6a9432f10eacf9a75a78e878324a2f3030634e25307aee interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45410 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.58 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=c23fea60adfc5e3a3f0b3f5189c3aaefe4d0ac72c4f19e3fe8fd0858baf3a21e Backup: KEYMASK-before-vpn_test-20260606-042527 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:25:27+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=a1f67231d8f9ff90521003ccb18acb52398a10be6768377b4a86024df75046d9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59543 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.01 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=f2a1d220796c75d1f5f68fe47d537d6b5eda5fa3d0d94bac011d35c8eea1ec8d Backup: KEYMASK-before-vpn_test-20260606-042549 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:25:49+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=e562670163030acd17edd35026ac51b3a4ad755213c2576a808c26be600630b3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41481 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.70 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=f1fe8f266071865ff3a9b92792387aed6c33caf8902451553bf464545ea1c5a5 Backup: KEYMASK-before-vpn_test-20260606-042612 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:26:12+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=265f04b00b3b447d430bcea0fe4d0f63b10f2e7a66681df4e6d3608a8744f73c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=73.723 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=72.996 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=101.045 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=73.671 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=72.814 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 72.814/78.849/101.045 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=65.730 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=65.187 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=66.151 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=65.485 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=65.732 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.187/65.657/66.151 ms ### FILE /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=cde21c764572ec7840d9e3adc97e8e5e95522b7f9d05dbee98dba07aaeafa055 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37085 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=63b3e662e0ffd96dd216f5a2efb67cb27f98c0b5908915b40cc962096b6461e6 Backup: KEYMASK-before-vpn_test-20260606-042630 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:26:30+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=58a5e680c6a8b243ff43dcab5a96787895fb9f9a74986662c52f75602b1897b2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43062 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.85 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=fabf187aaaa6e7525f9bce5e1fb719dd0a0766e2e5c07e815c0f357ce62af5ee Backup: KEYMASK-before-vpn_test-20260606-042652 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:26:52+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=ac5356a12dccd6a89ea86042060670f83885bb02ab6bae13bc56e1a923255d3f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43659 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.70 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=11fdd81b80f58aba919cae5f1db30786eccba899039f22f49646c4619592b50d Backup: KEYMASK-before-vpn_test-20260606-042714 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:27:14+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=be9514a313f39e0b6f51d687366fc99b5667cb140d8270f341720ee08f5a94c2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=127.051 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=126.290 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=126.296 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=126.251 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=174.536 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 126.251/136.084/174.536 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=127.158 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=126.506 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=126.443 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=170.382 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=127.842 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 126.443/135.666/170.382 ms ### FILE /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=df9f3e7900c410923173e8e106abf8fd2733d8eb7cd973b040bc0189336192e3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37539 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=eecbc1b4e23c8d638b13cbe710221d93f7985adf8e0c50caed3174fb76bff32c Backup: KEYMASK-before-vpn_test-20260606-042733 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:27:33+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=04168e46af4faa4ced1caec4ce9c91f975bd0dee7c1bd3bf567716287aa362f7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=74.619 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=98.518 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=73.804 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=29.668 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=54.443 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 29.668/66.210/98.518 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=54.033 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=33.381 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=57.266 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=28.870 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=29.841 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.870/40.678/57.266 ms ### FILE /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=4b8e9396d911b1811f2580be35ed5e6e8cd44ea1649b636d5f5ed2f191a9ecc3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45431 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=b183fd9b6c035dca871a4e4f3d9c1356b5018955ee87622e1a1457abc15017b8 Backup: KEYMASK-before-vpn_test-20260606-042751 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:27:51+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=e3a1e0b4c1ff9b86b2dfc709f08970a25ff76f89da1ea1e1a96e0185329dc0c9 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=209.103 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=209.535 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=237.979 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=209.301 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=210.103 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 209.103/215.204/237.979 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=34.596 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=95.662 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=34.620 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=34.552 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=34.942 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.552/46.874/95.662 ms ### FILE /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=016f6e4b19c53bcdc5ff97777fe4b6fb41ada580c102cb1ed09703db1c0a5d8c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60806 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=3fb50ab1a369e888703e64a63655dd8f45fbd014ce0a9973f8c8dfa28c5fc251 Backup: KEYMASK-before-vpn_test-20260606-042809 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:28:09+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=ce5a577db8c124d4a2019e7bf9f6428b116f40038ed8919dc68ae3096aab7311 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59042 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.89 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=e722de93b2805e9f3958f70fa8262392dbb2d67140782066781360fb518fe63b Backup: KEYMASK-before-vpn_test-20260606-042831 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:28:31+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=9c4084da37187386f616bdbda86cd0a01910361c936f086ef068a00aa40a4b63 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=33.391 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=33.306 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=32.698 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=33.697 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=33.828 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.698/33.384/33.828 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=33.591 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=33.615 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=33.823 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=33.609 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 33.591/33.659/33.823 ms ### FILE /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=3b0b9833905cb6c8b314a444ecc78e349d42fd78bf5bdcc68aa45f05d56d6755 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48118 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.77 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=bbe6df7a43c7e6923a806a2dbe45ee0f7833a9ded4d3ca31718b125f76c6ff6e Backup: KEYMASK-before-vpn_test-20260606-042850 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:28:50+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=2f9e89146eb8aad6dc833d61805f3619c8d51e7e67b0794d73919b12c50fd5f8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59019 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=2390ae93d047eb943f4c40e5e35521384a825ab2d2d49ffc7596edfe2393e533 Backup: KEYMASK-before-vpn_test-20260606-042913 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:29:13+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=4cde1221c65a6803d679e52fda7f740c3006af7818eada79b19fbc7e9d78bae8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=df91af1cebb9bfd03055d0be545c30e8b266fb8e2aaf5832e2bc07e598078dd8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40330 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 20 seconds ago transfer: 124 B received, 1.65 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=58e7fe953ac969be8982ab5cffbd317d957f7cd7a261b56521aa7a555494cecf Backup: KEYMASK-before-vpn_test-20260606-042935 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:29:35+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=62005a194a63845acf0e58d3428b93d6466666b0c2963e77171129cd5b492a08 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=79.944 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=56.857 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=56.918 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=56.095 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=56.363 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.095/61.235/79.944 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=56.430 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=55.911 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=55.745 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=56.246 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=58.004 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.745/56.467/58.004 ms ### FILE /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=17666b997705d976828df94d61c1071cba13b41fa6e35a47bfe9012109356f69 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36579 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=a814f3d6ea9e75d27cf6b59f9ab4863d169824ef1f2c409f326b136ac3afb5cc Backup: KEYMASK-before-vpn_test-20260606-042953 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:29:53+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=efaf83873e156b1ef36b9bce925573811dd43b784305291931df416344c74d5a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=49.793 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=51.726 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=49.626 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=51.397 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=49.653 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.626/50.439/51.726 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=50.107 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=50.212 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=50.114 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=50.613 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=50.955 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.107/50.400/50.955 ms ### FILE /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=4b05826ba9ff95990ad742cc9e1842d4e7d68bb03347ed7757126a0c4ff39152 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51446 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=563c70a1c06dd8fc34f67cf6006a7ea3c4fa461f959df1df89ad21bb02e240f1 Backup: KEYMASK-before-vpn_test-20260606-043011 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:30:11+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=c6c078e3f45475d3b848f873371100602e00de80bf46a085b1edaf3c2d3950d2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=65.372 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=64.969 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=63.567 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=64.241 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=64.248 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.567/64.479/65.372 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=64.909 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=64.707 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=64.851 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=64.050 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=64.758 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.050/64.655/64.909 ms ### FILE /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=2e2dc6779e3216ed1da5661e3139038f0c4340e625ae6efbad9b834bd5c5a6ba interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51039 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=c6e2b8b2eb7f213ceafef4cfc36023f14a047fa9b3f69944ccc6649db14d9710 Backup: KEYMASK-before-vpn_test-20260606-043029 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:30:29+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=59761495b8c1630482424c420f4e8fe152d706383bdeef0666ccc1499b27b706 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51903 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.72 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=b63c74b8f976d3e450e669152bd7b0a0f3da1caebf881b975654b6f4b36606a8 Backup: KEYMASK-before-vpn_test-20260606-043052 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:30:52+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=396f86a448ea8c471bfa5d2a2555095ff76c3231c5e4a1b4afbd3742ae8d1218 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=59.343 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=59.451 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=57.654 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=59.028 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=58.782 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.654/58.851/59.451 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=57.303 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=58.469 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=58.511 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=127.340 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=58.428 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.303/72.010/127.340 ms ### FILE /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=74e48870da8e708b5b6cfee17bbaaf75a9fbca2cb7503ce866f9953cfff806da interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40706 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=66066dad76fc9ac471edb0ab05f7d0f58a9fa3a8bf7b5027c1c835c9a5f6a790 Backup: KEYMASK-before-vpn_test-20260606-043110 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:31:10+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1061 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=adcdaaafcffdb4c86c3c9e47325d3b6e3b258cca1f307d4724ee6a8a0b39c888 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=154.250 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=154.735 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=153.046 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=153.830 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=154.690 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 153.046/154.110/154.735 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=90.379 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=91.135 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=90.460 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=92.308 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=91.237 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 90.379/91.103/92.308 ms ### FILE /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=8c4dff2eab5393bc95f0c515bba7a45df00f0561195778731244fa998fa37637 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44498 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=f9f8cfec1e059f3e3d27b3a68360e62942e1cf8b41bf1cfc12e1209c62566ac7 Backup: KEYMASK-before-vpn_test-20260606-043128 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:31:28+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=40a552cb3ec17a108bacd9df7a1acecd6a986e33f4cd9c675180dc3debf9186c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47258 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.60 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=a6e7917b7af0c0f54966ae84cdfcb5804f9c42e472d15fb08b61c456aa01095d Backup: KEYMASK-before-vpn_test-20260606-043150 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:31:50+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=2bf53b9445716a643b6ab72902ea659ab2ecd61da3546055e5ec5be3367f65fe === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=268.568 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=268.244 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=270.656 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=267.624 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=268.771 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 267.624/268.772/270.656 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=231.946 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=232.509 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=231.773 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=231.926 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=231.897 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 231.773/232.010/232.509 ms ### FILE /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=d54479a5a36c796bad186f1b0151c5249f96cb14dfa83e4a8b61b8aa07b8dabd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38203 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=d9879d137bdc8bea6596c49f1ed2195ab0a7e1703e7d6a93acb77c91128dd930 Backup: KEYMASK-before-vpn_test-20260606-043209 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:32:09+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=eeedb791327bcb998cdde782b8846c45f4d7cf74d23fb27524633efaefc5aa6b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50768 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=2f94d65d811b270038370d9e8165953c92e5b6cec4bb97e76a3cd6926c38d30a Backup: KEYMASK-before-vpn_test-20260606-043231 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:32:31+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=e97b727c49b50d3ef7c74447e234e9730360ddb65a43dcd95a005db4ee625c1c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=99.545 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=99.564 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=98.882 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=99.814 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=99.910 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 98.882/99.543/99.910 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=153.775 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=153.892 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=152.985 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=153.449 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=153.394 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 152.985/153.499/153.892 ms ### FILE /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=314843029479fbf4888810ae9a4e12e4b84f7a20c71b584ffd92de39ca9f7023 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57182 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=1f94f9960c957ef1676909b2f0a43bfcf02339c560e98d42009d89d1b76017f4 Backup: KEYMASK-before-vpn_test-20260606-043249 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:32:50+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=0ece60273a26db61391c7cc4daeba37434f28f16c2d202d83021f027bcb15848 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59849 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.08 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=7f07b2b05f552ad5ad3bd2f3738df5576a6a1c6f56b82bfd339cf85e98e55d18 Backup: KEYMASK-before-vpn_test-20260606-043312 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:33:12+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=ebc52f36fc40211530552cd2d6a47040f20353ebef5bbf86e7d62baaea66bde3 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=173.923 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=174.849 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=174.561 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=174.484 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=174.493 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 173.923/174.462/174.849 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=169.346 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=169.745 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=170.437 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=169.403 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=168.323 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.323/169.450/170.437 ms ### FILE /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=241931cfe95a4e7af4833e3f714f715ebf6ff0b86b29f747a200730ca89c5be0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59260 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260606-042128/results.tsv -rw-r--r-- 1 root root 13387 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/results.tsv sha256=bec2074c482f4a9c9d0210355f0e6def237a71be7c4d2ed0900d55b45a7d47db status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.87 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 1 minute, 37 seconds ago transfer: 64.52 MiB received, 9.66 MiB sent 9.9.9.9:0%,1.1.1.1:0% 57.516 /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.53 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 68.338 /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 252.920 /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.63 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.89 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt FAIL_PING_LOSS 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent 9.9.9.9:20%,1.1.1.1:0% 103.264 /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 53.544 /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.58 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.01 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.70 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 78.849 /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.85 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.70 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 136.084 /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent 9.9.9.9:0%,1.1.1.1:0% 66.210 /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 215.204 /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.89 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:20% 33.384 /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt FAIL_PING_LOSS 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 20 seconds ago transfer: 124 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 61.235 /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.439 /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.479 /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.72 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 58.851 /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent 9.9.9.9:0%,1.1.1.1:0% 154.110 /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.60 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 268.772 /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 99.543 /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 2.08 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 174.462 /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 6 18:08 /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=5c9ec3bf39827b7169f2fc307e0b1e6743efd125830030b8deb32d49e882ddd2 Backup: KEYMASK-before-vpn_test-20260606-180839 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:08:39+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 6 18:08 /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:08 /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=3c9cf29ed9e1e6373dfdb696503cad6cf34d041f36edc9856efdc477173aa2c2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57764 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.92 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=3db06c64609b4036d6dd092255ea1a8cd5a3ffb8023eaade8a0d615077bd8cef Backup: KEYMASK-before-vpn_test-20260606-180901 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:09:01+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=28aff79e6dc971bc0189e6635f8e5557189767aec048312342ed1872a88e09ad interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44559 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=b1b44b2635648582282f0755948d4ff055fadfcf98e02b5a5b2a44a4dfc82428 Backup: KEYMASK-before-vpn_test-20260606-180924 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:09:24+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=93b017b5660633347aa802a21545d3558d55e972b73712103f76cd2ebc317bff === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=62.860 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=64.430 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=80.881 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=62.546 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=70.117 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.546/68.166/80.881 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=67.991 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=63.098 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=62.186 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=62.801 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=62.610 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.186/63.737/67.991 ms ### FILE /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=4921f75e24bb3ad3b308d6c3524f498de36dcf830fc3ba91eb4050ce32c16a14 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54990 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=5f44a0321b810e60e95031991926e73bcf67a39f087f5e52abe639c4728c041d Backup: KEYMASK-before-vpn_test-20260606-180942 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:09:42+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=8893e047b9b10b80519074ca0f190b22c2e6132ec206f117020eabaeb343d532 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45550 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.52 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1037 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=eb64df69625e38645b917167ad46dce2c6a5f925a06bde9f0c089b4b03f68875 === probe 9.9.9.9 dev vpn1 === 9.9.9.9 dev vpn1 src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=59.395 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=88.298 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=56.743 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=60.816 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=65.907 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.743/66.231/88.298 ms === probe 1.1.1.1 dev vpn1 === 1.1.1.1 dev vpn1 src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=65.376 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=112.234 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=63.472 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=73.898 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=63.674 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.472/75.730/112.234 ms ### FILE /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=47f63a1c7edd6163a41fd2d7ad3139f1874b5203b82f42c6e8b9535b397a6397 interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 46347 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 10 seconds ago transfer: 7.23 MiB received, 1.12 MiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=b4105701e8de10da621e5b8770db8319bedd75d6992a58705da17542b3a3faad Backup: KEYMASK-before-vpn_test-20260606-181014 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:10:14+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=b39204f591c6dc829f41153280f9cb1503bc35906248a8e45ce34ba4bcf1dad0 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=428.329 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=437.219 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=370.220 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=382.584 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=407.115 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 370.220/405.093/437.219 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=385.971 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=377.084 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=584.670 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=384.935 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=391.955 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 377.084/424.923/584.670 ms ### FILE /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=cb59d31e95af03a9490e7d0192bad10317556565ed082b79ee9a81de58767393 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46029 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=0c1f8b430e1efdd6e855d2515601d8ec2726af69630fc6f06f22db82de30b861 Backup: KEYMASK-before-vpn_test-20260606-181033 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:10:33+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=b8d6b9685a65deada435435b1054787697f5ab6492a3ebd232a9670c43d0e7dc interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54445 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=8c314499ba1850e37faa01657606eb5a5df91d5d3cb5afffb9962f283ae8d094 Backup: KEYMASK-before-vpn_test-20260606-181055 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:10:55+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=5a93332a9e0d1c70392f599e6d8a533dfdbde04cd9cc88593204e7ef1a1f4def interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55498 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.79 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=76a934eacdc0690d9345a34ae2d6956f7b7fb8d0d926854f3445176810fd431d Backup: KEYMASK-before-vpn_test-20260606-181118 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:11:18+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 952 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=93fcafd1b3694b162f3b384820c0f6cdcced87e42512f3fb6ea9e275f1235a9e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=1 ttl=47 time=87.421 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=96.552 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=83.136 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 3 packets received, 40% packet loss round-trip min/avg/max = 83.136/89.036/96.552 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=83.360 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=83.483 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=83.384 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=84.190 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=94.286 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 83.360/85.740/94.286 ms ### FILE /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=db8a530498386e2563015c53237fc28dba1b667cf3d65eecf8ae0fe8aa065eb9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40385 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.09 KiB received, 1.72 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=eff8d7bf0e6033cbd1b70c5af808277ab510d57cb8dc3f39807e83591c39c85a Backup: KEYMASK-before-vpn_test-20260606-181137 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:11:37+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=c27e3c2b4e99f325d216bf45a78d88eef9c947e60e669e777ceb3930e4e7c83f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=54.727 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=46.336 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=50.304 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=46.442 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=53.786 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 46.336/50.319/54.727 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=53.515 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=51.784 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=52.413 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=51.766 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=63.841 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.766/54.663/63.841 ms ### FILE /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=0b82c36ac125d248e7b97a606d6f703ce850c5457a5a2fff0bef1d8b3f35b929 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48562 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=c82fe75d6a76997eb4edab00bc5be9d8d4f5c578c60b5d84a63f2672375efc19 Backup: KEYMASK-before-vpn_test-20260606-181155 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:11:55+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=b8e12cdd0d9a45c3428b075579e4a615331f3ae84a487b9620dc0da045c43c5e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48557 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=20687a0043e5aa09acd7eddf3f17a533623cd6463d22fe8779bdb07a4ce6aa8d Backup: KEYMASK-before-vpn_test-20260606-181217 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:12:17+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=b1469cbfe2d57a01a485f05405a37bf4662fcf7d3a6206513fd294c35557f35a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37510 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=51ef4f1b67a822e0a28b6841c355789d74d6fd8fe08529df02e2c96afd7995bd Backup: KEYMASK-before-vpn_test-20260606-181239 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:12:39+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=02cefc22e2b59546431eb1e5135c97b5a40d24e5862ebecb14f095f171111afd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33807 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.00 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=0eac9dbdf1b8790003fe8d67e2d52030df90f7df136ac20dafea53c24eb064e3 Backup: KEYMASK-before-vpn_test-20260606-181302 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:13:02+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=a149f094c0168e219743d66a65950a6e8f46a86b5948e381a2a13325505f4c2d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41852 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=115b9a6cf8ade281917bbc4ebb3044f1fde77c7439609e7c03c8397d53995cc7 Backup: KEYMASK-before-vpn_test-20260606-181324 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:13:24+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=6fe739269aacde7cee3a053bccc85ab6f5ba2a68cfebc482584f2d771eb0d90b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=79.375 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=77.285 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=81.633 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=110.414 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=79.432 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 77.285/85.627/110.414 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=72.253 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=75.637 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=88.832 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=73.871 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=102.595 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 72.253/82.637/102.595 ms ### FILE /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=508057cd68c1f77d216e0540713a8f5a3802c974eed906a210c0cf5610a581ee interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39487 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=b7f6a27823aaf2e171c95e2ac5ec748fa474249103a1c3c4295e55bd0554a86a Backup: KEYMASK-before-vpn_test-20260606-181342 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:13:42+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=b245a3e4b953459207b77cdc2e665ef6a022ba08e59da9b9d67a5a56230aa2c7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37762 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.83 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=b769ed702b65e8cd766273dd2046626b2fad0bcbc42335bb9c6c1c28228c00f8 Backup: KEYMASK-before-vpn_test-20260606-181404 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:14:04+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=c19caf106afa06b2469a9df7d18e52729a14a8c18c3ea6ec8ee045644d2b1724 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49839 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.72 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=eff5ae926709d30d2804818c5590d76a107f8304951af6a6847dc7f337fe580a Backup: KEYMASK-before-vpn_test-20260606-181426 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:14:26+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=b43d3de1a6b1b42f95bc350dbe78d06bfb6ffd55cf2ece00b307f16f3137a97d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=140.663 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=148.670 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=133.408 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=540.798 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=138.126 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 133.408/220.333/540.798 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=140.257 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=131.396 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=160.789 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=184.903 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=133.981 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 131.396/150.265/184.903 ms ### FILE /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=af7a37bd50629e86e9e3c0b87aa4aa3bc1fac1f5cc976a9683b3a1a765118d76 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39582 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=b01e88abdfe487c5475e5848952bf6c12cae49538a70d3f552c3040702c8f15e Backup: KEYMASK-before-vpn_test-20260606-181445 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:14:45+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1009 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=c6fec833b522dc41e70ee46c6e3eb06ca0ded9c4b991c3e40898e626a4964aab === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=189.678 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=73.959 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=114.383 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=128.231 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=39.616 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 39.616/109.173/189.678 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=38.151 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=125.398 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=149.296 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=34.950 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 34.950/86.948/149.296 ms ### FILE /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=05cae1712058cee142a0272e3518991abaad246d9be091e7dd5c49865a9ce7da interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34465 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=fd77da65a1554407e674fb845866606651ca8fefdb1e38a7c089e906ecc18334 Backup: KEYMASK-before-vpn_test-20260606-181504 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:15:04+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=9b2843bc1f80be1198ec7a5d9a46d322398ced22f3a2923d26406b787655d783 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=206.415 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=219.177 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=209.050 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=207.383 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=207.003 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 206.415/209.805/219.177 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=33.132 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=32.466 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=32.016 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=48.491 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=32.408 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.016/35.702/48.491 ms ### FILE /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=285b648903b14078e89e9e9dd80aceda350b131e0a6fa228cc56790235a021ff interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51160 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=2eab5885bd0d6a6d04a18973ec3a2893b57724718f017caaf1821ec879cd6e89 Backup: KEYMASK-before-vpn_test-20260606-181523 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:15:23+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=0063249ec0d6d0f1d56146f902fbf72e5d45feabe074c9fdd5c8b45504dd29a9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46069 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.91 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=bfa1447b21d9a2b402d015c49c780e948ddef7ae1f8ad76f22d3a448ba4f9a06 Backup: KEYMASK-before-vpn_test-20260606-181545 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:15:45+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=f619d93e47a6ae54e6580e7c7ca6c8799c07a56bc68a20afe3c9741f159edd05 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=33.982 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=33.627 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=33.101 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=44.004 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=32.843 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.843/35.511/44.004 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=32.148 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=47.553 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=71.282 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=32.188 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 32.148/45.792/71.282 ms ### FILE /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=70b71fb6f55ccb03605d8a20e6868363d32569c37bc46fae556927e56a9a6810 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36395 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.69 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=ca659a9de3637bc60803bdf4b9a98ce7afe0061b7973457a6b325e17617abaa9 Backup: KEYMASK-before-vpn_test-20260606-181604 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:16:04+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=281a83eb0e55ebae949d7c2ece06fc4e7591e17c9c5e4f2d7f5ea410fa544005 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39976 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.50 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=ff9e7302377c6f58de9e901c0b74d5bb3f04298286e4859bf27581ef18d06ba0 Backup: KEYMASK-before-vpn_test-20260606-181626 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:16:26+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=2b743a73ee54cbd5eacedd37ea6b18539c958dad6f8dd4a34e02c9d6c80172c4 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=64.207 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=93.324 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=116.825 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=64.157 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=176.781 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.157/103.058/176.781 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=188.554 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=69.377 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=72.791 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=78.072 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=73.101 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 69.377/96.379/188.554 ms ### FILE /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=b0a6f7b770005965324e08f9adca15354a874ce697fd267125b8d636db068b59 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46333 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=bf9ccad2404e6066446bfa28ac2f9e51de998a15a25353b43eb77362c9858b95 Backup: KEYMASK-before-vpn_test-20260606-181644 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:16:45+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=a92cd942dc2024fa7d945ec9d2f2a7f5bf561e0de20ddcd2c0a93cb5868d23b3 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=60.113 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=57.078 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=62.391 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=59.684 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=81.627 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.078/64.178/81.627 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=96.404 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=59.062 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=58.010 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=84.984 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=57.487 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.487/71.189/96.404 ms ### FILE /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=e6c988727df3be9774365f33b3babbe8d76519e2bd3f65dba173573dbd46ccfa interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50645 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.59 KiB received, 1.68 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=77a1d0394b7e5a177e68bd7d4d8c917a65d89a2412d35a42e4de1e3fea98718a Backup: KEYMASK-before-vpn_test-20260606-181703 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:17:03+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=5d9b14fd801715397bb739cade2841e4e4d9ef418cd134896d36d1096813529d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=55.895 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=84.395 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=50.076 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=51.040 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=51.278 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.076/58.536/84.395 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=89.776 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=68.685 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=79.787 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=74.272 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=76.902 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.685/77.884/89.776 ms ### FILE /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=2d7bc06ed477f65f4044a04a7134e2e285c653095709dcc4b0192b09aba107b2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41377 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=dcf847894ce5d6bdf17648022b4d092881df132d4c9f4c770cca3686c8b20f7c Backup: KEYMASK-before-vpn_test-20260606-181721 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:17:21+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1006 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=61d915478b729138de8719d52f252b7323da65fdc0553ee22b12e009676df1b9 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=87.464 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=89.315 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=86.578 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=145.563 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 86.578/102.230/145.563 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=99.001 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=86.057 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=107.094 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=91.881 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=81.101 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 81.101/93.026/107.094 ms ### FILE /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=8323a8022e1e13d2520e33f16ee4532748d2eb0366a68c78d9a14ddd9504210c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41209 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.64 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=e485d62f1fa932fa5e0f68045fbdcb0e4f508a2d3e080987f23e71cac681f677 Backup: KEYMASK-before-vpn_test-20260606-181740 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:17:40+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=a075b6ff6fb9d3ddab196b187151ca475c69573e512b605fb1a43b51d1cca784 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55080 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.68 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=6629f070242c19532c88852089b81647dd4f429f11fdc1d40bb904d4d02b8b87 Backup: KEYMASK-before-vpn_test-20260606-181802 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:18:03+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=4a65a8f8e5eb74fa5d1a6d13f14cad2aaf8edbe6154392e2740062d072365c1d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=58.084 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=59.988 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=64.369 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=67.303 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=105.324 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.084/71.013/105.324 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=95.281 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=62.429 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=73.265 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=58.426 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=59.259 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.426/69.732/95.281 ms ### FILE /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=274294b6684df04d3355a6f018918046d21401f3ce1c1671cfd8537b8010f0db interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48755 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=61c8cbca03c22bb5ab4caf1fc257abbe56f9c75aba06ddc349f3f6b07d8dec32 Backup: KEYMASK-before-vpn_test-20260606-181821 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:18:21+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1015 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=9ae1615c699b2d46d7a57722cc1952e13ce1a99bca958cb2d2b6e0f1216aa479 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=174.753 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=166.955 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=168.411 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=178.402 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=165.341 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 165.341/170.772/178.402 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=1 ttl=55 time=157.301 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=108.628 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=95.039 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=94.695 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 94.695/113.915/157.301 ms ### FILE /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=836b59dad904185c65a96b3d738e6b2307409376fabbf1ac4c1c195388ff57c4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48119 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.78 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=03f82351245dae063e20c4d3fea362530138a0bec19e1354d6c73ad17f08d941 Backup: KEYMASK-before-vpn_test-20260606-181840 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:18:40+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=b4a6c50c46e82797ed8a6447d15fad7b0aea0f7b17975137126cc86f87482318 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38244 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.71 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=da92f6713e879f20ce4eaf81629e7e3c3b6cf892169bdef57b047fd6c05e6585 Backup: KEYMASK-before-vpn_test-20260606-181902 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:19:02+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=d67fa4ccf26ea8ec309813bebd8e82f1cad481e0320798254bc5833e036dae6b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=291.931 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=316.022 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=270.911 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=283.071 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=271.684 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 270.911/286.723/316.022 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=235.019 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=235.496 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=242.617 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=247.632 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=235.464 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 235.019/239.245/247.632 ms ### FILE /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=73144d13ebabc8586c9f6de9f14bd7da3805c70feec05c535e2f386d3c1eebb3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52689 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=2ea1e7f90c523f2b4805d99d523454b512be0b69c58663af502f7c8729850035 Backup: KEYMASK-before-vpn_test-20260606-181921 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:19:21+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=86f18bffc77521238371068e71e053e634d93e67804fdec2decfe60ad107927f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55793 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.60 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=69860c99c2422d0dca215dd5081a0b33e6aef1b354ee11f7af7a537c4a5ed5dd Backup: KEYMASK-before-vpn_test-20260606-181943 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:19:43+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=1c1420e9bc7882ed8b1c1fe6011499c1fa55630950be2289b1ed7ce7990e9121 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=103.052 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=127.804 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=103.624 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=104.031 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=143.877 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 103.052/116.477/143.877 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=160.776 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=243.126 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=206.646 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=156.219 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=171.981 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 156.219/187.749/243.126 ms ### FILE /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=2883b01649fb54b2080c0688963d36f77b1156b429a71b4244b71e6f846c0b27 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33399 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=63d56812a9dafbe8a0f99e7e133cb5eaf6fdc8d8e0d7955da22c9b83d66db720 Backup: KEYMASK-before-vpn_test-20260606-182002 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:20:02+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=abc07a10f4d260f5a25fc513c3410744d148bfa3a8a155abe2ee756859a6af9a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55025 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.07 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=bc8323b5f04a657c29af59445b2db7a4301ec6e8d409dfef1ad89b801105221a Backup: KEYMASK-before-vpn_test-20260606-182024 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:20:24+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=e20506b6e516600433147fd401d5c092cd5f9b4cda78ff40edc017a7f5511d0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=196.199 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=200.505 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=204.329 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=201.223 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=212.079 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 196.199/202.867/212.079 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=212.720 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=216.094 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=240.269 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=199.865 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=211.249 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 199.865/216.039/240.269 ms ### FILE /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=c233e4e5b12698f8115fbd89d812db872eb0dbe0416d282afe685196421ef59a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33811 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260606-180839/results.tsv -rw-r--r-- 1 root root 13410 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/results.tsv sha256=a32abdfdaa353feadc0180c0df52b7ca60abeff867a827856547e72009ef05e8 status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.92 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 68.166 /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.52 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 10 seconds ago transfer: 7.23 MiB received, 1.12 MiB sent 9.9.9.9:0%,1.1.1.1:0% 66.231 /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 405.093 /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.79 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt FAIL_PING_LOSS 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 17 seconds ago transfer: 1.09 KiB received, 1.72 KiB sent 9.9.9.9:40%,1.1.1.1:0% 89.036 /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.319 /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.00 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 85.627 /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.83 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.72 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 220.333 /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt FAIL_PING_LOSS 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:20% 109.173 /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 209.805 /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.91 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:20% 35.511 /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.50 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 103.058 /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.59 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.178 /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 58.536 /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt FAIL_PING_LOSS 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.64 KiB sent 9.9.9.9:20%,1.1.1.1:0% 102.230 /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.68 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 71.013 /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_PING_LOSS 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:20% 170.772 /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.71 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 286.723 /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.60 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent 9.9.9.9:0%,1.1.1.1:0% 116.477 /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 2.07 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 202.867 /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 04:21 /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=68ce0c27e3cdb63b831825397ab6047bdb85b7034acea1465a379278618c285c Backup: KEYMASK-before-vpn_test-20260607-042129 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:21:29+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 04:21 /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:21 /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=113ef167cc6408de8d2aad9cefd235cf78f124a78897e8f54556fef5a156772d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46807 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.89 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 04:21 /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=3f9d1af0df4cd129e753b06a9842c5df7d15397558f7e2bb4fe316b9ad43449f Backup: KEYMASK-before-vpn_test-20260607-042151 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:21:51+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=f467382a86553462aa145d40097046edc2b1776d5d58fa3b75a0b6f334622f41 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41317 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.61 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=d884f0e675cc31148e85062ee58c6fce28fd603efd01d89500f1881a609cca47 Backup: KEYMASK-before-vpn_test-20260607-042213 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:22:13+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=034cb0074b0435a98fc929c562f6980d3e1cc9e6be93dbc688e3cd99ed2d740e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=60.981 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=61.240 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=61.895 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=60.220 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=61.775 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.220/61.222/61.895 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=61.360 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=60.761 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=60.784 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=61.912 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=62.006 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.761/61.364/62.006 ms ### FILE /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=b7aa1444729d250c0d81a453ff98ba6363a96147cf804ced01df58b3ec4638d8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51318 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=7349b12d168bf80a50ba6bf617eb786e4dba2a95a22eaabb29646be559d41bc1 Backup: KEYMASK-before-vpn_test-20260607-042231 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:22:31+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=a5b8aa794e5424794591ceca03eaaf5621036460450ad77b2974b16db60a243e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51666 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=517813cad639e2a2685565c667fb79df5a77907ab0120b962c56da5215cfda70 Backup: KEYMASK-before-vpn_test-20260607-042254 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:22:54+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=97273f538c368b753162c1bdeab2e349dafa5fbcdfd20463e70dae8f59ce2c08 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=57.964 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=58.264 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=57.406 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=57.283 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=57.863 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.283/57.756/58.264 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=63.465 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=64.322 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=62.617 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=63.222 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=64.559 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.617/63.637/64.559 ms ### FILE /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=ebdfdfdcf2c5e129255d99685f09cf174d5bfdebb0c87fe669b77681b288c34c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37800 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.82 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=d0fe8155db0807da6be3059c45f382595c66da279eca44b3cee48508d6c7dee3 Backup: KEYMASK-before-vpn_test-20260607-042312 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:23:12+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=aad79a9503adfafee9e65a1ee4d71688c15356ec5527fd8b587b09a7fe11330a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=374.158 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=383.596 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=371.828 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=371.946 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=371.465 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 371.465/374.598/383.596 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=371.738 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=371.369 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=371.661 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=372.124 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=372.267 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 371.369/371.831/372.267 ms ### FILE /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=4dfd55345fcb0c34ab44d9f9b34fd2700958f377d6b6f7162ac450087110c3c1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54443 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=8ff5d3946d2aa5973f7481e37db5fbeedc8db45a92639fb5ccea401a4ddba9e4 Backup: KEYMASK-before-vpn_test-20260607-042331 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:23:31+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=d1323de039b8df416c59c62063971c47a1cc4051887a6e28f0cab73a8ecdb3cd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43050 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=b61e0a340b03c8d1a1cc90626da23c90c91ca3d8158a369e5fcb32a164a552d6 Backup: KEYMASK-before-vpn_test-20260607-042353 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:23:53+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=27cf7a95596a646b80499b6a0218a7d173619be7cf09d9f9c1e7cc09194b4f48 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51338 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.83 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=827020c5284bdfea7cd7929bba8e53e4761e361344193681253760c8058ee5f6 Backup: KEYMASK-before-vpn_test-20260607-042415 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:24:15+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=9f58ae7bf0e91b5412a3391f58ab5363e6eba8917b8b93be54ab37bbc58ccc8c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=86.501 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=86.452 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=85.942 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=86.594 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=86.645 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 85.942/86.426/86.645 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=86.440 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=85.761 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=85.658 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=87.435 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=87.107 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 85.658/86.480/87.435 ms ### FILE /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=9d3484faa5b99bc59b9a518097956f00ccde2eba3c09c8882902e1afced22786 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55027 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=9356163b978f8d3df3e0462d8011032173b40a6b3b3fbd69e18fcf2d99cafa54 Backup: KEYMASK-before-vpn_test-20260607-042434 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:24:34+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=4d4be289745271ea7a46c6905162653633c8f1a8ac2477f817f69a5af57d88fb === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=44.859 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=45.591 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=46.037 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=45.513 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=46.077 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 44.859/45.615/46.077 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=52.135 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=51.654 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=52.164 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=51.349 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=51.967 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.349/51.853/52.164 ms ### FILE /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=2dbc8ba5d3f3dbd321113da504552d24d373f54d5e0f1fcbafbc2df03714a43b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37090 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=8d98022143d9f30c94fd3753689db4a362635d56accbb0ac85ee2756072ee6a3 Backup: KEYMASK-before-vpn_test-20260607-042452 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:24:52+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=bbe6a4d7ccf853161787ff8f10eb02ca0acd355ccb090d39842d614281e2a350 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43450 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=750aa5fc70b54cc69bda253c6395848ca0d2eebd99ec092f0e79ff0e420eb34c Backup: KEYMASK-before-vpn_test-20260607-042514 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:25:14+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=9beb226644f19c9f209f0ab5ef98c7d7722431439cd4c837af4c56e368873915 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44395 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=6e98b4621b3de4dfe5242a7f33ac0e1770b95dd2f72b71d0c06bd73974bef683 Backup: KEYMASK-before-vpn_test-20260607-042536 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:25:36+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=b7f5b302574747e2aba7f8dc2cc908f9469eeefec93e09b52c0e92df3dcaae61 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39707 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.05 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=5890ee9610cd677420e59f8f93f0c5b1b3538b4b1b5f3c37045b880e7c6cc40f Backup: KEYMASK-before-vpn_test-20260607-042558 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:25:58+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=042a058dc856c83fd48b5bdd2dd2be68cab913060e92909613fddffe8e0f7433 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59586 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.63 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=a09a2d854dc2ed71777e83683d025c4814bd276a4df7e43b6a636cbdeb4db156 Backup: KEYMASK-before-vpn_test-20260607-042620 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:26:20+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=1ae6bd724e3cb6e8ac5d1bd1d7518d7cdcbed15785ece417a26da5e2f9096f4f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=77.126 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=77.867 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=77.060 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=77.781 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=78.187 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 77.060/77.604/78.187 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=69.511 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=68.515 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=69.276 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=69.001 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=68.870 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.515/69.034/69.511 ms ### FILE /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=376102dfc07e30fb4af6146b446e9a4d768c7cdfbe56a1119e6c63541cf11ffc interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59779 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=e1f7641f18469d441212a68257e35ecd48e1762c12eb7b25c0eafce7d5b174a1 Backup: KEYMASK-before-vpn_test-20260607-042639 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:26:39+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=b3d33c7df8f6d02487c3afb1d662de917a718a11c40ed33fb5800a9000765d1e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43461 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.83 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=20391aa3af3d4fd36ce2639183148fb9044de68b861060055115cfa4a0485712 Backup: KEYMASK-before-vpn_test-20260607-042701 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:27:01+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=037adf1e30b7849a2fb9d062f9f8181b98bab54c29047e8a8938fa261785ad2f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52300 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.84 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=80b552c9ff9de497300ae3a9fa2ccc9ea3964b4746b1825e6075c2bd4a71deea Backup: KEYMASK-before-vpn_test-20260607-042723 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:27:23+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=fe5269a4fce339905731cfa7d9b52ca53ec5fe1ce111731a0d540dbaaa4c06ca === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=125.553 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=125.212 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=126.021 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=126.153 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=126.082 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 125.212/125.804/126.153 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=124.964 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=124.601 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=125.031 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=124.365 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=124.971 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 124.365/124.786/125.031 ms ### FILE /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=067de3276c6163ce77846f3a1bd5b996a847774c39ca626f06282d22c4fa42a3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40691 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=bde3ce9eb107520da7ed45a755a935d32c21b62be20d2859c8d883c0f66bc1f5 Backup: KEYMASK-before-vpn_test-20260607-042742 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:27:42+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=a4ab69b0f6964f48a2b74d8452b7f459af079e9b27712d246db34013cd3a78a1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=64.037 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=28.675 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=39.051 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=31.065 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=29.002 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.675/38.366/64.037 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=26.214 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=26.774 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=26.772 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=27.609 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=28.862 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 26.214/27.246/28.862 ms ### FILE /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=a06d2d782b2e267b90fe6eea762df4d1b3892b1e05565e83341c8118872b7dea interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36264 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=10489a0f104a50d9274b2b98529610dadc35e3c9ab06edf0e70968faf7b04856 Backup: KEYMASK-before-vpn_test-20260607-042800 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:28:00+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=53507ea849556ec96bef4d4d903085f58bbee3c3be2e2f891fb7ab064642b67c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=209.411 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=209.397 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=210.012 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=210.407 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=209.668 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 209.397/209.779/210.407 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=35.531 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=35.161 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=36.490 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=34.812 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=35.702 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.812/35.539/36.490 ms ### FILE /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=64f6c24ed42acc617f031b1019ecda8422763c4ac45120c3290e42a1801258a5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47324 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=37308681f348935ae9ec86fa9865be09e20b095199ca44f2ba3ae88a1fa208cd Backup: KEYMASK-before-vpn_test-20260607-042818 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:28:18+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=58a2b5f39d2a263d64aee9c0203d19ea00a08c9d2b2acad0a13bb12db012f0a4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37246 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.84 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=2661f8d13b3b6761dc3dfc7ea5d0825e3c0b087fa73164e02671986aa8edfe7f Backup: KEYMASK-before-vpn_test-20260607-042840 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:28:40+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=ff0895488b03dd40fa60fcebf55cd04411efb6c5b34f7cd53d5032da06cf9d7d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=29.884 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=30.411 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=29.515 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=30.716 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=30.261 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 29.515/30.157/30.716 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=29.632 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=30.009 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=49.309 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=30.356 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 29.632/34.826/49.309 ms ### FILE /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=5efc029f44f13746a03a238671c8c9622fa1a44c11409ad262f7562151d6d847 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46853 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.79 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=c2258adff6079bcdf1b05c7d14dfa125afc87264d24b3b1c2b4ff37ee5bf833d Backup: KEYMASK-before-vpn_test-20260607-042900 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:29:00+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=10fa9b960ad7df3db0635d293afb89825315eeafb9aaf5e673cadac6fdbd5422 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57005 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.58 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=38fa7e3a01eecf2dd6221e9f6af12d457f99ea43e477d88f58770bcb400c1784 Backup: KEYMASK-before-vpn_test-20260607-042922 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:29:22+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=ee726d8d84448c828e2a83225c757445bedd5839a89f183f09bf71e8ee3ff410 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=80.904 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=80.986 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=57.515 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=71.347 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=73.963 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.515/72.943/80.986 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=1 ttl=52 time=67.508 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=60.239 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=62.290 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=57.655 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 57.655/61.923/67.508 ms ### FILE /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=477c826a464722533452cc54e046fe76ab85d7309c5f0c13eb810bd83ac9ead9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57375 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.67 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1033 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=33775d0a8dd569ddd52686962300a261b073e40ebdf7dde57cb84caab1bb5726 === probe 9.9.9.9 dev vpn1 === 9.9.9.9 dev vpn1 src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=54.877 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=55.397 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=56.061 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=55.498 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=55.215 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.877/55.409/56.061 ms === probe 1.1.1.1 dev vpn1 === 1.1.1.1 dev vpn1 src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=54.927 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=55.468 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=56.127 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=53.989 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=54.444 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 53.989/54.991/56.127 ms ### FILE /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 480 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=88d00672335dd22bc3f0f11b5291b8e17953559971baff365f6dfcc2c299c78b interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 46922 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 1 minute, 14 seconds ago transfer: 63.32 MiB received, 5.66 MiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=9a42b676366dc01e9730086ceab8d732fd1e2f0a9a35732c8775cff678ee4091 Backup: KEYMASK-before-vpn_test-20260607-042951 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:29:51+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=6bfa1d9807906476aeab589e23670cfbd37c0214ecc9d92cfbd772b0266e7545 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=50.515 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=50.146 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=53.043 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=49.950 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=50.059 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.950/50.742/53.043 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=49.558 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=51.297 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=50.429 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=50.182 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=49.562 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.558/50.205/51.297 ms ### FILE /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=6c1432a33a53a345cb6358c0a89aff60205d50e2d1b16b837aaaf5d3cd0f113b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33872 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=f0be530fb4fcbdcacea4c5b419655060c3986bfd32dcae41af0eea8113882c71 Backup: KEYMASK-before-vpn_test-20260607-043009 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:30:09+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=56ea3e89b51c9c11e4a897ee7b22e954950c1d6d68f9de0b452078e67aca8ced === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=64.689 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=63.827 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=68.641 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=64.095 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=64.776 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.827/65.205/68.641 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=64.792 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=64.418 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=64.418 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=64.460 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=65.128 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.418/64.643/65.128 ms ### FILE /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=fb678c16e5956fb7181dccdf35836921b21981b7009d27c9574b4d405f97e15a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39944 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=8129410178df395e40b61e8b2cdcb26624351eb862658dba534481750f354832 Backup: KEYMASK-before-vpn_test-20260607-043028 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:30:28+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=93cb5cba75f3e2f963d5ecd4553cb7aed85381e18f00962f046086b741a3c180 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35404 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=fb9cee18cf36d4b8d81cb0c29f1d225ba6c1a1ef864f3d04fe3a075fb8151d61 Backup: KEYMASK-before-vpn_test-20260607-043050 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:30:50+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=cf530e6be3d49a637d45d56e85e2bcd08dfaa7a2acff8e1e1a4025ed42ccf0bb === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=67.315 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=66.675 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=62.456 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=62.434 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=63.747 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.434/64.525/67.315 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=64.446 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=65.350 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=63.420 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=102.973 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=65.735 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.420/72.384/102.973 ms ### FILE /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=8012d35c059ca97b177b447c19ad167398de2e9236355b8883bafb6b385e1419 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36051 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=5123a3f13b2e6d6e5f109c220c253078489c403148b92457a2a019315f2627ac Backup: KEYMASK-before-vpn_test-20260607-043108 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:31:08+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1066 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=7219e8d63ce849bcf4fe82a21eb2aa491d81b668a51ab5b5288e332948a22029 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=159.880 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=159.064 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=158.825 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=165.711 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=182.745 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 158.825/165.245/182.745 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=130.245 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=109.124 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=96.372 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=93.373 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=109.605 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 93.373/107.743/130.245 ms ### FILE /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=8250a50d4c932ff625bc65be9e158dff0a0f029c16ce92598d80dc4471457564 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57643 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.80 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=45b62eeeebaf61258b16cc947a4de02af342953e38e720062cd060733cc1919d Backup: KEYMASK-before-vpn_test-20260607-043127 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:31:27+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=7bfaf45e8697a9f49946b1d1d0a0154a528f4fbcf0f2f35b0f7d42aaeb6486d0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54552 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.60 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=1da69e5cfa99a9075d93452e4a1ee60f711249aeeceba6255d626768f51fcdfc Backup: KEYMASK-before-vpn_test-20260607-043149 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:31:49+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=1c806b469db500dee873487200e96e94cfa8cf8f2da5b8ce64222b8c0b0efb2c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=267.714 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=266.476 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=268.369 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=267.371 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=268.120 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 266.476/267.610/268.369 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=232.214 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=231.182 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=231.621 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=231.257 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=231.071 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 231.071/231.469/232.214 ms ### FILE /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=00b0728fda2a2f01978376d2220124136961dd2ac2fea724c778f573179e87e9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42760 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=1f0cfff00e422651422d1c6776de536d9d5d954e5937012ee733f71875dd2230 Backup: KEYMASK-before-vpn_test-20260607-043207 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:32:07+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=1f4f0e7c9893d31240da4ff86cf11bb9ed6dda6484d3d3ab53f5c7fbb728d7b7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59669 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=268520a09d50649232894f7cb2959fc828f913b2e30ab96b26c8133646888670 Backup: KEYMASK-before-vpn_test-20260607-043230 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:32:30+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=b284d3abf2b859ccae201c68eaa6943774e715f13bab6d54327d8004f62c7a41 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=112.794 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=113.031 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=113.210 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=113.210 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=113.718 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 112.794/113.192/113.718 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=168.200 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=166.764 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=167.917 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=167.372 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=236.484 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 166.764/181.347/236.484 ms ### FILE /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=0207c8f965235dfadfdf495eee6a2500b415c375560dafd4cd8758fec9db23cb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34241 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=974274b75e0ba47907cbb28f1a93119ca62757ad46497f3f671e13c4b60aa39c Backup: KEYMASK-before-vpn_test-20260607-043248 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:32:48+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=c38f4a3faddaa5dd1a2a26d194b99c69dd253d5a6b02415222ae846bfa7fc88f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33840 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.00 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=c9606701d3f7cd946fcd6beae68bfbfdbbd6ea1bb2ecab035e6a21da67ab8ae4 Backup: KEYMASK-before-vpn_test-20260607-043310 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:33:10+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=2f7b66bc77ffc252bb5222871bbae72a0e89668406caa948947cbbaa68abe790 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=174.670 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=186.858 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=174.413 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=175.947 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=174.804 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 174.413/177.338/186.858 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=170.549 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=180.102 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=168.708 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=169.753 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=169.644 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.708/171.751/180.102 ms ### FILE /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=f2391f5c7cde3ac3510fff6aa8face3d49520a78248ea426e3714aa675e4201a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56252 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-042129/results.tsv -rw-r--r-- 1 root root 13379 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/results.tsv sha256=0641ee4e26a66f8aa2cd14b80c60227ef27a9a0f16ed79cfdede2e5b0453f51e status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.89 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.61 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent 9.9.9.9:0%,1.1.1.1:0% 61.222 /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.82 KiB sent 9.9.9.9:0%,1.1.1.1:0% 57.756 /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 374.598 /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.83 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 86.426 /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 45.615 /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.54 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.05 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.63 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 77.604 /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.83 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.84 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 125.804 /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 38.366 /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 209.779 /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.84 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.79 KiB sent 9.9.9.9:0%,1.1.1.1:20% 30.157 /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.58 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt FAIL_PING_LOSS 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:20% 72.943 /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 1 minute, 14 seconds ago transfer: 63.32 MiB received, 5.66 MiB sent 9.9.9.9:0%,1.1.1.1:0% 55.409 /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.742 /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 65.205 /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.525 /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.80 KiB sent 9.9.9.9:0%,1.1.1.1:0% 165.245 /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.60 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 267.610 /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 113.192 /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 2.00 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 177.338 /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 12:08 /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=595b6adcf4bd89cc505a547cb825e5c9a2a8f9a6e7327ee347675cf020c7c146 Backup: KEYMASK-before-vpn_test-20260607-120845 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:08:45+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=7585ca06a730660312a802aa3702c657797d80ea9be594c5e44207e70bf17c93 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52453 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.84 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=008b428b012167a00baeb642b5fc2cb7d290c2747241d6cacec776bf00650d19 Backup: KEYMASK-before-vpn_test-20260607-120907 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:09:07+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=ceba0f0dc2641882b1b810080361d51e9adfb92a3a321bea6a5ab5c5b50e7a41 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48929 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=036a80e86b22b424b7deb98b504a43482d043845021f2c70303864517d6e2c98 Backup: KEYMASK-before-vpn_test-20260607-120929 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:09:29+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=e6a490d1033a0a3e493b28261f8ae5b7088aa35ce0e46ba6493e457da72b9c7f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=116.310 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=63.382 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=63.316 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=63.507 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=59.350 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.350/73.173/116.310 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=59.855 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=67.964 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=64.679 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=71.777 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=65.176 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.855/65.890/71.777 ms ### FILE /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=9457f42dc76fec3ecdc18ef6b040deb5d4f660cbf1eae8174c52b26096d503c4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50687 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=cc01641118126999b410c4dfbd6b0c35440ac151cb54125cb3e572364c4c50b5 Backup: KEYMASK-before-vpn_test-20260607-120948 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:09:48+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=e8c0b52d55dd01a4a9714e95ff07777be6f1d1220e49ebac5c714bd7131cb398 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43772 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=d50654d21a0e209cc1d48fca0c219b58fac333634f3af875d647c1e76f0912cd Backup: KEYMASK-before-vpn_test-20260607-121010 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:10:10+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=a09402faceabd6ca1dd6fab8cdf3dcf8bfc99fdbb467a1a1d98940e4820fa4e1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=73.086 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=63.601 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=63.512 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=62.150 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=63.740 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.150/65.217/73.086 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=87.571 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=77.985 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=68.426 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=102.614 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=67.784 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 67.784/80.876/102.614 ms ### FILE /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=431b5cca9f0f0afe348bf4d420ed2051dc6a4206e0d75fa14dcb429ca74331a1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52688 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=16dae103edd9783b300d9da09ebfff88f471332e6d2baf2f28a15c642de443dd Backup: KEYMASK-before-vpn_test-20260607-121028 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:10:28+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=225c4536dd8a9da523236087f0b061005c24b9c2fbb2e907adb9d86a6a02c55f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=369.722 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=369.486 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=369.891 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=370.503 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=369.076 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 369.076/369.735/370.503 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=369.781 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=369.734 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=370.229 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=369.067 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=370.196 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 369.067/369.801/370.229 ms ### FILE /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=627cbaa26ed8a3d74b979f23df101934f912dac0289a87bb7e8be69ca26b6a06 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37831 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=ab908b8586c3ce2565e8ab36783ae79ac7ddb2e2ec159c271b5e674e1f3c4fd3 Backup: KEYMASK-before-vpn_test-20260607-121047 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:10:47+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=c41f8d10b900af87e404ef535d72525bac740f88973546fe6054bfea84bdb88a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37725 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=3832ce76631576495fb5ff88e4a8268c0e4b0ebdcb20db5224581d95be929cfb Backup: KEYMASK-before-vpn_test-20260607-121109 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:11:09+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=b297a4e0e2fd14ccbd3c38964b6687f6e4d4b85dadfc9d9f2ea6416f7ec48c2a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57195 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.78 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=d8e746f93a51d6df583b2508964af7be59c7bee6ba3e1cfc6b2dbfc58555aa49 Backup: KEYMASK-before-vpn_test-20260607-121131 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:11:31+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1058 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=1502839278ae68ee66a99040e19b45522083cea4d4f2ac90cbc2bae3e680a7f2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=88.280 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=94.434 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=85.283 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=150.384 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=84.524 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 84.524/100.581/150.384 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=86.833 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=84.386 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=133.862 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=86.108 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=90.916 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 84.386/96.421/133.862 ms ### FILE /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=32e0f01cf7abf365a80816e08af8adf733f6c74441a8c73a3a28558ea39e656b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43390 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=814f9247cf7cb9c9d9c83dc7c26a181910d1c91c46e9cf528d08500a215d4f11 Backup: KEYMASK-before-vpn_test-20260607-121150 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:11:50+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=f1bea66c9db69456dda84f016d810a554a9db34c8980edb8f1820c73b09d5626 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=48.372 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=47.058 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=49.862 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=47.162 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=49.180 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 47.058/48.326/49.862 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=57.372 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=58.701 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=58.856 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=76.127 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=61.859 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.372/62.583/76.127 ms ### FILE /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=34167a59e0eb28639473fdedc8ab1c4cde4d8351d98fa08615bd08809ddf61e2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35351 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=576d313b5b444072669e27b07ef833f2f413da7769db4cf9c7826be00068bcc6 Backup: KEYMASK-before-vpn_test-20260607-121208 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:12:08+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=7d8d0993d8b6f53b88cc86833798e1ce45d1b1771c6a1cfc4c0bf9807c98f0fd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39819 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=a0b47498a2722d7d91c34f6b0190eee40fb5c4565e9962d8323904ab7f774272 Backup: KEYMASK-before-vpn_test-20260607-121230 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:12:30+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=667d08a3c0ea44c51765c68e4d3b0a347f39bc7e4bb235e21bace313fd4b3b29 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57878 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.53 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=53c51cc845face7b8d7a8bd989016cbc83078f107c00716ea2cb3c7a391c2ef1 Backup: KEYMASK-before-vpn_test-20260607-121252 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:12:52+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-120845/results.tsv -rw-r--r-- 1 root root 4828 Jun 7 12:13 /root/hmn/test-runs/20260607-120845/results.tsv sha256=91d3326c123ee3c51777cb058a71d885fc90b19ff25d2b473492e2c09f285f6a status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.84 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 73.173 /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 65.217 /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 369.735 /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.78 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 100.581 /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 48.326 /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.53 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.04 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 12:23 /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=75b7465eddb0c012c74a639d08de6e0ffc67aa4a5c08dbd2cb6696239b505890 Backup: KEYMASK-before-vpn_test-20260607-122354 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:23:54+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=09c1644f4a66d984961c4894ea1877998b4af3159a72b4644937534a0afb21a6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59518 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.89 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=80c2712af2b0b1e1e5d833f81f1b42ca26a96d96dd91d32e6acb22917adbbeb7 Backup: KEYMASK-before-vpn_test-20260607-122416 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:24:16+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=221d24dbe8128976d5c5c9f86b63af9057ab4186aa639ac606165095174de344 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38586 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.63 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=81c8b21f091fb91cebfd25fc0f695b600180efb8c808502bdc98901608bd2ed5 Backup: KEYMASK-before-vpn_test-20260607-122438 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:24:38+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1064 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=7a25b7cd0b4384f1dea3cfe676484c57ffa974860362adfbbbacaf11b03b73bd === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=206.137 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=117.621 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=83.797 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=79.658 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=272.157 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 79.658/151.874/272.157 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=243.695 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=127.969 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=247.769 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=217.083 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=249.684 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 127.969/217.240/249.684 ms ### FILE /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=44b34023deb0a040e939272232e0984b68a1b76c3bb0637d1d7aecb314b4eaff interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40141 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=b61bc4e276f690fd0b8e899d94ceb75665cd222520acceffba233e5f500d586c Backup: KEYMASK-before-vpn_test-20260607-122457 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:24:57+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=799e40cf37eda8b663cebea1e262bb014ed7513607ee5b1a2173491bebc6a0d1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38555 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=687fb12245fea3add98a18b61d92bae685d61629f4387302ffd1156ed91034cc Backup: KEYMASK-before-vpn_test-20260607-122519 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:25:19+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1054 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=a971ca5f95370aab3a0f085048135e0e6ec7dde3f7ba7c4f3192e137432c69ce === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=68.617 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=65.570 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=69.391 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=64.262 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=67.958 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.262/67.159/69.391 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=82.076 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=117.224 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=151.983 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=73.978 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=72.294 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 72.294/99.511/151.983 ms ### FILE /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=d6c4f8a7773f2692d02038c4376c6e07b5be2dbefe2231d5ea2947277b90ac47 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47739 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=09bf7e2f90bbff9fcbd2939e7e94a6551f2323efbff35d917bf3bc94b22735c9 Backup: KEYMASK-before-vpn_test-20260607-122537 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:25:37+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=f00715ffaadf6a2fcc4078ef925e55697af157bb981aef7dca74bf29eb6ccbe9 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=386.813 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=390.166 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=379.247 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=379.934 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=380.311 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 379.247/383.294/390.166 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=406.150 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=383.858 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=385.529 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=379.951 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=382.655 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 379.951/387.628/406.150 ms ### FILE /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=5009b5906c68dce1baae6d4fa07558bc44f5639f1ea2520ca6b5641ab4ec88a7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59430 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=d9abda4f66f41b00ed99b667ecea05ad80c4da4526dea10e980feb1524dedce1 Backup: KEYMASK-before-vpn_test-20260607-122556 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:25:56+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=a73ba0c054943333ea2846835754a60975ff9a33fc547720dfe407d71af00874 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55190 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.50 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=67c2f18bf98562b79146b8add12d1642fb6fb1b3944c153552f864ec34d9165b Backup: KEYMASK-before-vpn_test-20260607-122618 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:26:18+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=611985a244101bb86c7b163867f7124e359cef27d1d9fa380b51f308b12bcabb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33162 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.84 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=3f4a58c71f4ff137f12880b1d781f3cfb97d5cd3139a7748d248417f4b7fd1c1 Backup: KEYMASK-before-vpn_test-20260607-122640 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:26:40+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1064 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=a9a00eccba834dc6410541d355c867fb16e153bbe4bf2e813843740c0750cac2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=113.362 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=91.542 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=91.506 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=101.285 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=165.833 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 91.506/112.705/165.833 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=124.357 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=88.701 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=170.218 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=170.424 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=207.028 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 88.701/152.145/207.028 ms ### FILE /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=2c71132a8ccf8073e55540f60dac97c7ed51673cfa7f567b1df05dcd5c0d98a2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39061 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=c5da06a64fdd7d977123689868c267827e4e35fb4102e27640da094776a8a8cd Backup: KEYMASK-before-vpn_test-20260607-122659 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:26:59+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=49e94eddf01b5338eca433d96d9a9bf688e53fcf556b8b83207a82b9c744e2bf === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=171.640 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=122.779 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=141.723 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=173.339 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=194.083 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 122.779/160.712/194.083 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=187.755 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=227.995 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=57.862 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=237.069 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=225.043 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.862/187.144/237.069 ms ### FILE /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=6e015a0cebc31ca0c1bbb1a919487b69910879deb434e01cdb117ac230d08efa interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57897 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=45d3ff402e56d2b510f7be3fc6b5459d8f93ed9ec64fd25ecdcf52969b0d4d09 Backup: KEYMASK-before-vpn_test-20260607-122717 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:27:17+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=1731e775cf0304f2666f66cc94502857ece25ff97ff5dee08ed8d10fa6f6e1ae interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56730 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.49 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=4b57d68729457c11b16369221c34144ef203f59b7e230526f24d3e89e35e8261 Backup: KEYMASK-before-vpn_test-20260607-122739 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:27:39+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=204f6feeb247fd5728e12c6de3cf6edc8561ea46690f6293dc4faabfa1471bb4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51106 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=370584e45f273a3c2bbd2e84ed0ca1ecc4a6262e603ea1af3a70e1896528672e Backup: KEYMASK-before-vpn_test-20260607-122801 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:28:02+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=f4eed2872bc5d6fc497d3a3acab3db2c9118a7750a21e73f69e4dfb6549e58f0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42377 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.97 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=5394f35c2ae4e9b90998b6c27bc7779c4eee06195ccce673968415c3e762ab85 Backup: KEYMASK-before-vpn_test-20260607-122824 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:28:24+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=24dd413e490b8e53fa4e9a26bea3607a58f579062c891dfcec3713413aebf287 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48808 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.73 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=0689478d58da39115c37b110952d0c5600a520950ff80d7d9564a1926f364756 === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=81.989 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=85.248 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=87.675 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=88.944 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=78.407 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 78.407/84.452/88.944 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=81.578 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=70.921 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=90.299 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=75.921 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=75.674 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.921/78.878/90.299 ms ### FILE /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=45dec03a800798721f64a9905f3d1364fcfb4526a9cd62b226d93e298185d88f interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 46625 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 29 seconds ago transfer: 244.03 KiB received, 100.93 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=2dd03a74726c931e4115460c0a3fb8464c4cc22f9168db65ff8254745c9382b8 Backup: KEYMASK-before-vpn_test-20260607-122856 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:28:56+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=9bcaaf56276d7c8a4d1125afc2d01263950c99d9e385b5ba9f85cb52b374b32e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44347 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.87 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=8a0558e8bdad1aa0e679951aa290f7026943f65eb65642a35b3c92b141bdfdc9 Backup: KEYMASK-before-vpn_test-20260607-122918 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:29:18+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=7151ad78739d135ef3afcdb64b24722a6926319366b39e47965918bd585e20d2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49819 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.82 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=03d2abf98860159cd32d7a6026183b222a4b955ed9bdf23981d968faa31ac697 Backup: KEYMASK-before-vpn_test-20260607-122940 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:29:40+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=6ce49421587d962c83f8ab03e6bc5b9111b4a3c2c60e5fcb6181d7b17bb3b011 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=146.517 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=152.882 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=171.543 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=139.556 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=131.871 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 131.871/148.473/171.543 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=138.766 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=141.700 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=129.195 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=153.878 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=129.704 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 129.195/138.648/153.878 ms ### FILE /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=0f2e69675873eb136676f5438025e85374efd5a5fe44684aaa1edbece8991483 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52754 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=3ab5be4979554a12dcc407c548f14f1ba47b559cf0b5e8e42cd994d10984ceca Backup: KEYMASK-before-vpn_test-20260607-122959 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:29:59+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 907 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=717d3052c9b4a02ca7a4656c04472f532183bfc6275064b0fc22cfeb6c615af1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=1 ttl=56 time=162.726 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=70.650 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 2 packets received, 60% packet loss round-trip min/avg/max = 70.650/116.688/162.726 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=203.185 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=97.070 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=68.140 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=119.439 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=180.159 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.140/133.598/203.185 ms ### FILE /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=100138b814696d9780930efb1e8993fc3b06534c175c02dd9b0dbb0277dc307c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60108 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 988 B received, 1.77 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=93a675d4c129f6a712f3e14df342de8d748090b43982e72b3aed21664aa0bfb7 Backup: KEYMASK-before-vpn_test-20260607-123018 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:30:18+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=2b62b870d5b377c4d9452f804b6500f4fd98b5c75a1e49f175335becf4f3c690 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=208.079 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=207.422 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=207.212 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=209.020 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=207.990 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 207.212/207.944/209.020 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=98.249 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=35.285 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=35.323 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=34.953 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=34.850 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.850/47.732/98.249 ms ### FILE /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=edc671804da24773a1821c3f605886950e4c99377de8809df66456598e762a84 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55459 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=d12b586dc4daae00a050e1a04b16f8209f04065b71ffaff4124cda27bf76807d Backup: KEYMASK-before-vpn_test-20260607-123036 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:30:36+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=2c0013aff82afcdf1c2045a707229ef0ac87845aaeb5c5d5d337a02423be3224 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55269 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.89 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=d445bd1a3d2bacd2decdfc10c1c0e628f28b7f9dc568e448432bda4e8872c09c Backup: KEYMASK-before-vpn_test-20260607-123058 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:30:58+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=4895a1a0bb0261119db20cd1318c7bf75f0bfdc54752ef40fc98317d4a083109 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=34.330 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=36.784 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=35.009 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=34.992 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=34.936 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.330/35.210/36.784 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=35.403 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=35.435 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=34.833 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=35.160 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 34.833/35.207/35.435 ms ### FILE /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=7d5ebc79e5a4ed6cdaed7ae61357a00d83053fc133a5b2c9e4b0174665e68341 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42981 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.73 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=9ac0a1cd29d40aeb3affcbd847e5dad5b7073961ebd227da995732a785796603 Backup: KEYMASK-before-vpn_test-20260607-123118 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:31:18+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=e9ed2c8df3772440ece796e11b9725fd197fa91ac027abe62254ad40e58057af interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57971 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.60 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=f1f98c6e44ee5bb3fdce5101be123a624be23e347398ee1c9b6bfaf1a5feb8a5 Backup: KEYMASK-before-vpn_test-20260607-123140 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:31:40+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=2dbf3a1bc654f07b74e1ec130e0f018da3f6bb9d26d87f91d3d1062ac695a3ab === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=84.704 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=74.651 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=100.361 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=63.370 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=67.856 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.370/78.188/100.361 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=75.782 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=64.905 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=92.634 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=64.922 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=60.039 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.039/71.656/92.634 ms ### FILE /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=a075b04a4cfabedeed85552abff12d850bbaee04b58929e651e9f6b2db5f0c5b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55427 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=34bc1877567a5a2643044f7fef7421c98cde2224011d243efdb80cd509fa11c3 Backup: KEYMASK-before-vpn_test-20260607-123158 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:31:58+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=6d3585e620a8473b3946eba7c71e7e529ce7e2324d32af32a895e66b50b0cc8d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=57.401 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=58.245 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=57.916 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=63.630 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=59.267 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.401/59.291/63.630 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=120.209 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=56.395 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=65.949 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=67.562 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=57.535 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.395/73.530/120.209 ms ### FILE /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=cfcb88113928f6228bd00e3ac95ef3c45bbcdb7b2c8715aa6df7ae5b5e99e6b7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57125 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=d7ffc49236d0402eb7b9e5ae98c972cd007289e5f8691f373425e692781f9645 Backup: KEYMASK-before-vpn_test-20260607-123216 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:32:16+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=6676e323f0c0e66a09886a1e0bf24f0bf8d925ef416d29d8e6ac631d0c52d9f9 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=49.335 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=48.705 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=55.240 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=135.551 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=61.848 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.705/70.135/135.551 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=117.733 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=103.314 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=142.318 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=164.836 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=120.865 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 103.314/129.813/164.836 ms ### FILE /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=558f8e292b8bae134d0b47f369a2e0e3f8227147c012357e2d557de304669a08 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60885 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=cfd2d14bdd0f37f97015e73544a3ab5d15de808568e83cff3d9896ff0b1105ff Backup: KEYMASK-before-vpn_test-20260607-123235 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:32:35+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=4ea9787a4e551e95e9a50a6c53037f81a53f1dc0b1deaf5138c140fecadaf41d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=76.128 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=69.031 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=70.634 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=67.295 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=70.226 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 67.295/70.662/76.128 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=68.348 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=68.548 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=66.960 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=68.266 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=67.532 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 66.960/67.930/68.548 ms ### FILE /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=de0db8ae1e1b2e3dbc0409980490578d2eaa47daf957582d706e7b47df0a27f4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48896 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=a42b4d088cfad85671ea8b58a35d14302e9abaaef2124443d3acc89439752ab2 Backup: KEYMASK-before-vpn_test-20260607-123253 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:32:53+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=6691282b4d2f1f673779246e8b5df85ddb5d00834afab49f98ed1c64a2a41745 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59881 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=d69b8b795cb31fb1f9c50702011b40ec9119f95bf0d9312e42be6fd2c90f8ddd Backup: KEYMASK-before-vpn_test-20260607-123315 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:33:15+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=783138021dd8da16753fb2b030f2a6a6c8b96a67aa3903fb38f14fde304f40bd === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=69.736 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=65.260 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=68.486 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=96.356 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=64.988 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.988/72.965/96.356 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=64.593 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=66.625 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=64.934 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=64.187 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=63.324 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.324/64.732/66.625 ms ### FILE /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=2910ab264aee94fd5b83047fc84430c1175842c35fd3f159f44c8345d297b82f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41544 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=f9e785a70f022af3e6bf5719332970c644c34c53c4de357356128ac27dc0018c Backup: KEYMASK-before-vpn_test-20260607-123333 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:33:33+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1069 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=cd8a671df46b0ba48b66846f1207a763162b6c885643d7d9f03eac830ce7089c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=181.533 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=163.804 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=162.902 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=193.343 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=160.801 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 160.801/172.476/193.343 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=114.282 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=151.406 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=113.869 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=100.182 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=121.531 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 100.182/120.254/151.406 ms ### FILE /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=59ea52b1fa4d23956d4508d5c61edd6d3f73c66b740a14065a431526a8f72593 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49553 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=b8f5468bc3aea4b18c24187700b00e1e91ddd25e37eefae119d84f7d622dc633 Backup: KEYMASK-before-vpn_test-20260607-123352 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:33:52+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=1218ec71cee40546acc986dd3db2301f7f9795ad93746da922b8e378028429da interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55613 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=a98ebd4658d60d037cbdee079ac417bead91e23c307666ee851a7204fa85eee9 Backup: KEYMASK-before-vpn_test-20260607-123414 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:34:14+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=3d9e17302df40ea9deebe6f00cfbd0f7adcd4889b600500df9e465671c33c932 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=271.202 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=273.501 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=274.609 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=271.571 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=272.619 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 271.202/272.700/274.609 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=236.655 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=235.858 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=270.883 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=294.220 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=239.616 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 235.858/255.446/294.220 ms ### FILE /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=0f0c8a8685a784db9087f4cc95a5217449e7fe42ae1e12900ec32458f4aec969 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49624 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=6635997efd938c40d03f0094ed0a5a5ab6d1a0d97ce48d36fb7e1ecab4bf1ea5 Backup: KEYMASK-before-vpn_test-20260607-123432 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:34:32+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=9e005c3235d8d91c062145724d1f46a6aba738f72e0b4647cd9d16d24a14c3b2 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35540 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.61 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=8f1ba54d75a1d85535fd00fbe991dba2baf75108f1f39c558c40103047544acb Backup: KEYMASK-before-vpn_test-20260607-123455 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:34:55+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=65e5def59566d1d8f04d3258656947570d6a639263e71d08b207891794ad00e9 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=169.343 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=107.061 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=106.725 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=106.719 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=109.228 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 106.719/119.815/169.343 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=159.714 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=158.963 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=160.582 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=159.672 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=161.610 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 158.963/160.108/161.610 ms ### FILE /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=559353291f5206fe0c25a90213de25256c1cc7ebc91f3afc72828cc35c6da586 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36271 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=c4e4d5aa63cacdadf32da303da1e6ad1cbc26cd6b6ba24576fe16190cb5708f6 Backup: KEYMASK-before-vpn_test-20260607-123513 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:35:13+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=a6686fe64d4b12a88e142f90185c801e99fa0ee9492a65feee146cdb5156ea5d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51985 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.91 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=73a8dab4aa08584e7ba3a579db07b9d0272dcc563355db68ad48173c597d13a8 Backup: KEYMASK-before-vpn_test-20260607-123535 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:35:35+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=5d6d4f106103ed51e4d82265e4eafcde6fc80163d9eb6c8fbeb3107a817d797c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=182.521 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=183.424 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=183.782 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=181.848 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=182.097 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 181.848/182.734/183.782 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=196.701 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=178.685 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=176.768 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=176.738 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=177.965 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 176.738/181.371/196.701 ms ### FILE /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=925a550484863d2acda73053003c0cd24379b77349a20f7644b11482f15d49d7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48516 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-122354/results.tsv -rw-r--r-- 1 root root 13373 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/results.tsv sha256=2cc763d2e4ed9a0c174b08ce8e10fa876d9bc9e23a32695cabbc6a1e7b5b9b3b status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.89 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.63 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 151.874 /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.54 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent 9.9.9.9:0%,1.1.1.1:0% 67.159 /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 383.294 /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.50 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.84 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 112.705 /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 160.712 /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.49 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.97 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.73 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 29 seconds ago transfer: 244.03 KiB received, 100.93 KiB sent 9.9.9.9:0%,1.1.1.1:0% 84.452 /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.87 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.82 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 148.473 /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt FAIL_PING_LOSS 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 17 seconds ago transfer: 988 B received, 1.77 KiB sent 9.9.9.9:60%,1.1.1.1:0% 116.688 /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 207.944 /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.89 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:20% 35.210 /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.60 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 78.188 /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 59.291 /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 70.135 /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 70.662 /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 72.965 /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 172.476 /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 272.700 /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.61 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 119.815 /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.91 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 182.734 /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=6253dc77cc8ea3a36399447e69b7f1ba034134e576f46500f5889f65c11cca8f Backup: KEYMASK-before-vpn_test-20260607-181002 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:10:02+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=54b2dfff5fb502122e683e20dfaa7b7beff9eb5834c05384532a1d4c7711d8a0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54000 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.88 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=9991dd1090b8bed40d7665684f03f5f159a8061f722dd10a7933a1186cfbdce8 Backup: KEYMASK-before-vpn_test-20260607-181024 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:10:24+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=992b90eb0ab6dda69cac33d8b9b2e17889740b8f9c8ddad715c259344a6ba751 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58153 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=9ae15f934b9706ebfdc0f3692bc9e0ebf22ab8cd4a19c5d9c72f9c365b3ab640 Backup: KEYMASK-before-vpn_test-20260607-181046 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:10:46+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=b4d810231195da612850e898b793c251b0d2e4a01a384de0f882c66d74765b3e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=141.493 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=128.139 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=96.225 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=82.917 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=90.472 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 82.917/107.849/141.493 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=89.304 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=87.087 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=92.938 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=98.086 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=91.793 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 87.087/91.841/98.086 ms ### FILE /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=9345849d60b454ffa25c10a64364b5c17e329cdd9b54e813f31eb5a87abacdd6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52701 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=fc673b353f88c156046af2a71eced45152797c777038d0864ea40f229e767e66 Backup: KEYMASK-before-vpn_test-20260607-181105 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:11:05+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=b32dc2e503472350b83183e7ad4d8c6d939b03bb9102cb5109ffe0907f1ade7e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37850 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=619897d3bc9fdbe3c01f139b6f6170c5af6530126c2dc89386048f39d1086f08 Backup: KEYMASK-before-vpn_test-20260607-181127 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:11:27+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1058 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=00a700879880fc67b7ca94e8b1be388cbcb2ecfb01923ca445ae394e822efe73 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=313.104 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=98.080 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=134.204 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=64.421 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=89.798 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.421/139.921/313.104 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=101.055 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=74.101 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=119.491 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=76.322 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=74.903 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 74.101/89.174/119.491 ms ### FILE /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=1574e796ca63b7f9a50ec0e395ea2af7d9800e785cac17204369e8664b18ae01 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45939 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.82 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=1fd5f48620dd589a0b37a2dad648f5e933d74b7552d88c8253ab5565877d6290 Backup: KEYMASK-before-vpn_test-20260607-181145 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:11:45+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=1518954b4e826f34037776c2887a63e1e62657592fd2f8147e6b17a2c0ba4f7e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=401.018 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=375.126 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=375.813 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=472.710 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=394.845 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 375.126/403.902/472.710 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=369.886 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=369.122 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=370.221 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=369.186 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=369.894 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 369.122/369.661/370.221 ms ### FILE /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=364d766f1e3f8d881c5d55dbde32b04aca47eabec37ecf921653bd970209c9f0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55264 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=b4124a6dddde6d256e71f7f09ab635ec461e089c356fd74a87dd4162be8186b5 Backup: KEYMASK-before-vpn_test-20260607-181204 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:12:04+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=1536f0205ffe67becc43d59dd1fdbd1650a764f2a04cdfe8b0b41dee70b3a3e0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36342 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.52 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=d1a07ebcb88de5bc44606041a9a81df6ddc20805fcdbd1fba9aff7b65fb9ebdc Backup: KEYMASK-before-vpn_test-20260607-181226 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:12:26+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=d5df8f0f7ccedce7ad15902831e007847f7218b102eafc7ef13aa1c51a85a225 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35651 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.80 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=5ee0683acaafe78bb4c364702c616a270dde6a7bd7e333a2d4907f83596340a9 Backup: KEYMASK-before-vpn_test-20260607-181248 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:12:48+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 855 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=4892d019690a090289c7f7b5ede38a68c29f2efae1578abf42f851f1ae985db2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=84.063 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=169.219 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=185.503 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 3 packets received, 40% packet loss round-trip min/avg/max = 84.063/146.261/185.503 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=1 ttl=49 time=81.640 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=82.007 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=95.804 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 3 packets received, 40% packet loss round-trip min/avg/max = 81.640/86.483/95.804 ms ### FILE /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=17e6276bd842e77ea426fbc2c21229520a9b711914efbb350c83016437b0b010 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47094 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 18 seconds ago transfer: 860 B received, 1.71 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=70d11fbb07334244751ec1e548671d127e1b71d02bb2b95de9655f60ae1e6068 Backup: KEYMASK-before-vpn_test-20260607-181308 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:13:08+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=edff5d03b2fb7570bec7e41524ea7bd5544e5c25ade737ee3bfe59135fc06f2d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47177 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=254d9488a0325089f2759fb0268e5eae24ae270104816252aac8baaa32e04308 Backup: KEYMASK-before-vpn_test-20260607-181330 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:13:30+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=0d9130b90fdebd5220bbcbf9699cf3468e58526c6824f41a564897e22c344583 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37219 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=1046f8db7876fc553bffb828e29dde3ebc10f26de9601049c5397de7573f83c5 Backup: KEYMASK-before-vpn_test-20260607-181353 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:13:53+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=21a34c4195437dfc8dc89c89fbea6caf7229877148437356c66d4361132eb600 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47508 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.07 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=b9c3c423fa7cb85041e17a3f122777ddb7b1e780cbff34c668a7af90a93fd074 Backup: KEYMASK-before-vpn_test-20260607-181415 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:14:15+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=3f3bf745ada1a9f3f6592479b4e25c80f48ec470dc675922507f53f0b0de757d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46662 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=4088071a5e092f72b980ae6971c233facdcfa9ccef181b70452ba3fff117ec69 Backup: KEYMASK-before-vpn_test-20260607-181437 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:14:37+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=0c2ff10cfe15e02a9e34f9e21b0835fc58c3b1843fe056b9d28ab0af1d83c373 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34241 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.76 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=e84e8937e491ed8a72d511cee6c9e815e2c2417677d51d56ba589d8d0d065f4f Backup: KEYMASK-before-vpn_test-20260607-181459 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:14:59+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 909 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=8ba4ce3592777b933ba4b31de2d4f25ebe267229e43d417d531dfa7f4f0473b2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=280.221 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=212.735 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=144.240 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=366.572 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 144.240/250.942/366.572 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=1 ttl=58 time=53.107 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=99.980 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=142.847 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 3 packets received, 40% packet loss round-trip min/avg/max = 53.107/98.644/142.847 ms ### FILE /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=43fc6a8878c8f312fd73c0ff4690c4bab84c287d3ae76a5795d2fd10b05f5670 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33324 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 18 seconds ago transfer: 988 B received, 1.78 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=0cd1ad81b83b3545dc21e3b1a0d5a1f3f9012ee6ec205c0cd1eef195427ac133 Backup: KEYMASK-before-vpn_test-20260607-181519 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:15:19+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=93c57aa59b0be96a37f49aaa085906eca1f064215fe971b20de9b463da2195ab === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=234.170 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=212.634 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=282.019 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=227.512 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=227.505 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 212.634/236.768/282.019 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=52.292 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=45.042 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=43.876 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=37.987 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=38.876 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 37.987/43.614/52.292 ms ### FILE /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=92800a6218c9fe85b6799f3cfc9f5a5292355bad5fec284737e9991ced686432 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53698 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=35b3574a7d6e6b85abc5812d851161a16aaaf5b0a0dcae229cca4fe478c7a419 Backup: KEYMASK-before-vpn_test-20260607-181538 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:15:38+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=82d585fb9908c739ca7d1f521f7f971ba88df59ebfbbe7d624466e30d06969ff interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40134 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.88 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=c811d4d997395778e63ce1d9569abc8fe0399b87a2273a95de0e311ae016e3ff Backup: KEYMASK-before-vpn_test-20260607-181600 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:16:00+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=6af72b68fbc25be063bbc5c1c8af0584ac51d4da70cf79f7427776f82920b051 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=45.122 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=68.833 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=34.979 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=35.580 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=38.315 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.979/44.565/68.833 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=35.119 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=36.285 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=44.895 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=75.739 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 35.119/48.009/75.739 ms ### FILE /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=9b101b1f036b4a71ce85538b39cb706fa25fff8617fae1a4a33f3ead63b0ef29 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38157 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=d8d428cbcaff305f306a8173c5befcca6a0099a7faa566f63eb6d53634fe89d9 Backup: KEYMASK-before-vpn_test-20260607-181619 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:16:19+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=8bf348122679f252752851d7c43aa44df4f5b3a743ce4d1c51ebcdab4db6b899 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40206 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=243d7d83ee868880e98b4fb67f367c7e7e05795c2712d70d23f840a9006692cc Backup: KEYMASK-before-vpn_test-20260607-181641 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:16:41+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1007 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=6a27eb65fa837d1634d3da903a0fd40c567e3ffe9f0087ee5e989d5a9024bf4a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=213.033 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=260.832 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=59.574 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=64.632 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 59.574/149.517/260.832 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=77.290 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=66.925 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=135.547 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=66.677 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=82.526 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 66.677/85.793/135.547 ms ### FILE /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=bb120f4d78a4cc06ddce3b8e384387e4ac3b0ffb2b87fe78fe9a9c1510be7ff3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56476 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 11 seconds ago transfer: 1.21 KiB received, 2.04 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=f7110d93663ecb7be3cff707079a79f89b4dc055dc95377ab497341a6a6d3a89 Backup: KEYMASK-before-vpn_test-20260607-181700 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:17:00+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=4a759967719e5578ae9012bf5194081d5b0dee5cfa4efa8cc768340c731f8600 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=69.925 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=58.775 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=57.535 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=55.764 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=57.063 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.764/59.812/69.925 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=76.754 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=55.576 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=55.407 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=54.744 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=83.569 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.744/65.210/83.569 ms ### FILE /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=6f3048089db7b6f54c06bce67047cf0f6ce24cdf1f6cc2aac8003100240fe055 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37918 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=346503f0e96496dbedbb870760edc4025413d3590754c8ecb3620b1a3f7ee0c4 Backup: KEYMASK-before-vpn_test-20260607-181718 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:17:18+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=e8d325b746e4e4293ead43e0e7bbeee0c3fcbeec49da5b2cf36f3005f306ef4c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=49.761 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=51.156 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=50.223 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=57.864 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=53.893 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.761/52.579/57.864 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=116.201 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=185.347 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=184.056 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=130.632 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=131.478 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 116.201/149.542/185.347 ms ### FILE /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=661c14b5373b31c817800c04efb6e516b53db720c190bfbcaf8d14fe4b4bb330 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33335 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=bdf9b1dd2c87dd42f084b66ef02f6aa01e24f89f443f9c41aa85984e18c0daea Backup: KEYMASK-before-vpn_test-20260607-181737 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:17:37+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1060 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=658dcef42237ec0bf54ded9b8ab8a1ffad00d21252d0aa237156b47c9185cc89 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=108.883 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=170.768 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=156.524 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=150.742 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=98.761 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 98.761/137.135/170.768 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=101.629 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=112.559 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=89.916 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=84.686 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=94.727 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 84.686/96.703/112.559 ms ### FILE /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=8182ab537fcff0c7d517631799c2b5f4c43c3ac67aaa6fe7cc841204b67c094e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48335 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=8c4e763f90ae3c9b9fcea6f683d90a088514421288837b93fa95d45150e1d96d Backup: KEYMASK-before-vpn_test-20260607-181755 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:17:55+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=3148a4ddbeff9cb353ad3ac98f7778b8ff84b8b83afdb511bfc4f2ecbb7d896e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33043 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.69 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=f10b2a7d81fb8c3cb25e065a3800977a9d55d2c7a44a78d27cb4915f7c6422d4 Backup: KEYMASK-before-vpn_test-20260607-181817 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:18:17+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=11a38ae035129e75f2c0f61d1bbcb02cadee99c2b07cadd46473d9c0d37fd1f5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=196.359 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=75.918 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=98.985 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=65.399 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=60.820 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.820/99.496/196.359 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=131.629 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=83.422 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=63.676 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=61.384 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=66.127 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.384/81.247/131.629 ms ### FILE /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=9f33db4303e3511624dadf96021a6227e7094f86b2cd707bab53b2699160d8a1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40391 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=06319f5b6ebaf7a81c87e2802c4b878683f364d923b2c12669c556f9d54f1e78 Backup: KEYMASK-before-vpn_test-20260607-181835 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:18:36+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1018 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=e9ece3c712a18414f86acdda360bde83a504093edff8d1cf800c8ec94fb936a3 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=228.688 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=206.209 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=168.232 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=170.526 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 168.232/193.413/228.688 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=137.734 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=114.354 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=114.508 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=117.183 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=138.604 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 114.354/124.476/138.604 ms ### FILE /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=8557cdc82e36eb55ae5fe670b60097891198b94aab08bff14c628df70aabdfec interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35115 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.load.txt sha256=f6c8cdbddb46ccaa5f22ba77072cf742673054a6f922a64449b523865f438711 Backup: KEYMASK-before-vpn_test-20260607-181855 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 194.135.119.55:35962 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:18:55+00:00' network.vpn_test.hmn_endpoint='194.135.119.55:35962' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.135.119.55' network.@amneziawg_vpn_test[0].endpoint_port='35962' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.show-after-ping.txt sha256=741344265b6703697244ba3479e952b1e7c30452014ee2492202a698d4230b2b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57828 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 194.135.119.55:35962 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=9be842eb0c530cf0f30e2dc41d16c813b540c80b0fbeb27cf18ea2370c4553d2 Backup: KEYMASK-before-vpn_test-20260607-181917 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:19:17+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=5309fabc93e85b3edcc0a2e61fdb1e60b527ecc10ce98d43ac4d2760c9b2cbb3 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=719.512 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=585.793 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=470.464 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=924.351 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=997.411 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 470.464/739.506/997.411 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=557.948 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=399.553 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=243.690 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=271.689 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=252.734 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 243.690/345.122/557.948 ms ### FILE /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=007e8891e4d6138b4ad9df1dc2e3e3f9a0029988ce2fedc2bd47aaf0b71ed699 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43044 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=ea504b6323e96ffb5d27cc5e8426d056d87900c473f33f9afec3bad465013b8b Backup: KEYMASK-before-vpn_test-20260607-181936 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:19:36+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=bdde4ad66914b3b6ad5eb3e35697269d41e45b76e277d6cb111eb12bfc013545 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38417 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.48 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=dfd9fbbbc1c99b5ebd124fb78c7c6ce767d8fa8fd4f136783747ee73217ada2c === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=312.141 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=131.121 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=109.768 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=110.692 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=110.840 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 109.768/154.912/312.141 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=163.903 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=172.561 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=165.034 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=164.179 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=163.422 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 163.422/165.819/172.561 ms ### FILE /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=84c9c619fcfec82aa18a6dd69f70d72a2049ce12559dcae11ad324b2b4621021 interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 59575 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 232.18 KiB received, 86.52 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=f6c3feb9ec9cf77ef94e8211e6bfc3bf7e604c2e42479be73bab38bed9772407 Backup: KEYMASK-before-vpn_test-20260607-182009 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:20:09+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=0105b47534aab493536081c782ca47380d48ef1aef97acbb58b18f95684450ca interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51360 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.96 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=fd466243769dad4faea644c7eab4bd0cc7b5b9403a218ef2e614487e765ee42c Backup: KEYMASK-before-vpn_test-20260607-182031 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:20:31+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=61b549fdce3d84512daae8c1f24a9cdb66181e102fce79fbc8a8357efc345dbc === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=192.021 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=183.316 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=183.426 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=192.269 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=183.573 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 183.316/186.921/192.269 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=178.139 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=238.757 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=177.354 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=239.466 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=177.760 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 177.354/202.295/239.466 ms ### FILE /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=c614e2f40812128b66734b3e689ec888f819295018abf886aada863ec4bac918 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45501 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260607-181002/results.tsv -rw-r--r-- 1 root root 11918 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/results.tsv sha256=b651c9b0dddc36f79452627f10ec197cc828a309794c43b9562bbd08f91b7ada status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.88 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 107.849 /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.82 KiB sent 9.9.9.9:0%,1.1.1.1:0% 139.921 /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 403.902 /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.52 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.80 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt FAIL_PING_LOSS 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 18 seconds ago transfer: 860 B received, 1.71 KiB sent 9.9.9.9:40%,1.1.1.1:40% 146.261 /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.07 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.76 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt FAIL_PING_LOSS 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 18 seconds ago transfer: 988 B received, 1.78 KiB sent 9.9.9.9:20%,1.1.1.1:40% 250.942 /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 236.768 /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.88 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:20% 44.565 /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt FAIL_PING_LOSS 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 11 seconds ago transfer: 1.21 KiB received, 2.04 KiB sent 9.9.9.9:20%,1.1.1.1:0% 149.517 /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 59.812 /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 52.579 /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 137.135 /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.69 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 99.496 /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_PING_LOSS 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent 9.9.9.9:20%,1.1.1.1:0% 193.413 /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf 194.135.119.55:35962 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 739.506 /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.48 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 8 seconds ago transfer: 232.18 KiB received, 86.52 KiB sent 9.9.9.9:0%,1.1.1.1:0% 154.912 /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.96 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 186.921 /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 8 04:20 /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=89452f649f5aa664c910b573ada41727dadda34ffca03e7b48c9e532d13adc40 Backup: KEYMASK-before-vpn_test-20260608-042050 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:20:50+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=14dbf10ceed33c8f00384f480245c7b8ec334d121324abde1b6e4cedfefc832b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53830 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.96 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=5f60819de54c53d7c2522bd7ee9895cbf99f27ac883cfe275eccab157d4f95ea Backup: KEYMASK-before-vpn_test-20260608-042112 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:21:12+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=70a8dd4ab59555365747e39beb5f74205a54d2e576e43ef01f72e30ad40672bd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42790 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=98ed5226e6c698f8de36c8c2d11850c93d5697e6832c292cc5d2e7c4bc00b704 === probe 9.9.9.9 dev vpn1 === 9.9.9.9 dev vpn1 src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=60.959 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=61.317 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=61.782 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=61.131 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=61.528 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.959/61.343/61.782 ms === probe 1.1.1.1 dev vpn1 === 1.1.1.1 dev vpn1 src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=61.725 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=60.839 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=61.228 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=61.296 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=61.037 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.839/61.225/61.725 ms ### FILE /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=a2577246e3a521230f0066e6c1205974e752bb46c3c1d3c83dc960dd0f2cf424 interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 53355 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 39 seconds ago transfer: 1.25 MiB received, 886.23 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=624293de76e4d4a3c1c44062c684b20049ce3511009ea17c45e22fec216a2f94 Backup: KEYMASK-before-vpn_test-20260608-042145 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:21:45+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=d399d2bf1d768aa19ffe3479e1f3f0a9761e87c2a20fd62b2d4f7bfd085c93b9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48177 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.58 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=934de10ea08849e268813c8ec14a4b61c3af1dbbca54bbecebac7816d98a249d Backup: KEYMASK-before-vpn_test-20260608-042207 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:22:07+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=b908ee8a4a7fa2220d8157105ae31eb7bfac4adff2c9dd25c66d367e32e6116b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=56.687 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=56.267 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=56.523 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=56.432 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=56.226 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.226/56.427/56.687 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=61.785 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=62.614 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=62.951 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=62.558 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=62.379 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.785/62.457/62.951 ms ### FILE /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=bb7cdd564f6a7a9f9b4c990bfdc156ada74180ffecfe51f79e2c2b5a81cbdec4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58889 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=8f3e66798c4a8ba41aee92316d668c320426da5921670d944309614c8b67755d Backup: KEYMASK-before-vpn_test-20260608-042225 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:22:25+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=fe38ef8cf223a453590e3c88950682516f4417964d48646586ea2775d5dee1bd === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=375.663 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=376.531 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=374.389 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=374.268 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=375.502 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 374.268/375.270/376.531 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=379.409 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=375.898 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=375.028 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=375.397 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=400.068 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 375.028/381.160/400.068 ms ### FILE /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=4639e2779f6e1e798d3aec4e997e3ed849d5afc92105cddc7d4bc4c87074afcf interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47673 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=545e08e6c4a62b065d7ec2ad23fc8f69e605efea87a3f4beb130ee86da820f40 Backup: KEYMASK-before-vpn_test-20260608-042244 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:22:44+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=623d64e9bfa3e2f1ac5fed5c3a41b6739c643cbad4b02e4e778dc28edd090fb7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43286 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=fc105e7c2de86d44920994b9ae5915a6f3a70b8a975b60c20d1c33c6d20975ec Backup: KEYMASK-before-vpn_test-20260608-042306 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:23:06+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=a5195a93c6c65dc30d72127eac11bbb9a7b5b15aa2bc84abe89d877a1e1f085b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34871 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.75 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=496d3fafc9e49f6771a03c84ff55eb01f6af3187d3784003c8501324734067f3 Backup: KEYMASK-before-vpn_test-20260608-042328 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:23:28+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=cf81528c8af64f4d3bdedf9bc5f58431ab2854ba561e998036dca37587d6a3e1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=192.042 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=100.970 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=83.955 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=82.980 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=83.828 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 82.980/108.755/192.042 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=83.568 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=145.798 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=83.088 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=88.800 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=83.392 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 83.088/96.929/145.798 ms ### FILE /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=dbf04978c7e692dc410e566c9e5668a08f165b4281bf059a8595864bc61715dd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56747 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=6f71f2150aed5dcdd6c76ade20e74bd9604322599c28c1f2e9b5c7e3a8a33717 Backup: KEYMASK-before-vpn_test-20260608-042346 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:23:46+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=e099940a0230f2826ad8664bb9065dbfe3e67a7c3ad9e4e85a738e95e0b5f9d1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=148.205 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=133.778 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=45.906 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=170.151 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=187.552 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 45.906/137.118/187.552 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=196.313 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=61.996 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=53.154 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=85.721 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=109.136 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 53.154/101.264/196.313 ms ### FILE /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=5e6cbd873e87059c1e0d7bab97ef9765326f2b570fd5a001c3292d21b1b0f12b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57521 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=5f6523f9a97b82b77041257d92f58912f9ac70224ea33dbce22150b9732aff00 Backup: KEYMASK-before-vpn_test-20260608-042405 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:24:05+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=5c95a74d94bb5f5295d61dc1d640987b8dbfa2b7a2d782b5976be11bba6ea992 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40671 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.51 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=fe0a6c37a1564e0f1e32ab90e69a9387d9a3a1f3eaddcb591a33839e7b983f73 Backup: KEYMASK-before-vpn_test-20260608-042427 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:24:27+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=16b45bd12c0fdb34511661cddee2d2cc753a862f5a5f956348a10eee80192733 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40390 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.56 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=c314481a244a7f5e9406bf64de191b4fef37c46c4f64356477fcc702cbd53007 Backup: KEYMASK-before-vpn_test-20260608-042449 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:24:49+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=716f80279c6e04432dc815c119ed9a169686a26515936dca1673d903cb9a5993 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42937 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.06 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=469f8d5d2f7d740171c17a11b5d25f09969c87ac9351805ec2ac2fee060896bf Backup: KEYMASK-before-vpn_test-20260608-042511 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:25:11+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=f9f856ca207dc37a9dad19a98eb34e327ac9e7d87595e1dfe58e433b52c67020 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34420 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.72 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=bc83404ffef5e5db75f547cc5b43d7772b499e31ba16981790498fca5eb8c319 Backup: KEYMASK-before-vpn_test-20260608-042533 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:25:33+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=a37117a0093fc00d3a1c020b614ca4b0615de7167f1350ac312ef0317596ac88 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=71.089 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=73.140 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=114.443 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=71.781 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=71.627 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 71.089/80.416/114.443 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=63.777 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=63.760 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=63.975 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=68.062 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=63.459 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.459/64.606/68.062 ms ### FILE /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=4157d36e8a2a26f00f63f16f134f6f7f60ebe333f8d090abd9d1f06c353789ae interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51245 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=6a576378a5f696183a066fda8d3bb8534a7f17fc03ec9e7765b00d3911a14b2e Backup: KEYMASK-before-vpn_test-20260608-042552 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:25:52+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=e7ef781c3e43ea0c894006dea23b702545c7a3ae3b69c2be38118b52bc74e89c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42673 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.90 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=53e646c64f5790473ed69df80640866688bcc9950c9e0f87133d8efd42cf9313 Backup: KEYMASK-before-vpn_test-20260608-042614 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:26:14+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=a29081292b697df1f5848a66ac8740e8e0120624a53bb8e3307cb4f99bebabac interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52881 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.76 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=b2d8c2f2dd30f032e9b50aaf6172be554cf52ecd31694bce2d8fbc932a4179da Backup: KEYMASK-before-vpn_test-20260608-042636 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:26:36+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=6fa1dc3fe811433d09416123b3ade7c39c922921916ea1cf5a2f263476a12480 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=126.130 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=125.452 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=123.965 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=125.060 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=124.531 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 123.965/125.027/126.130 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=124.058 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=191.799 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=124.002 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=123.647 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=124.709 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 123.647/137.643/191.799 ms ### FILE /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=89986155dd7228316e19874152462dc71d1ec4e3399d6ee8ef519a3595f895a7 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52735 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=b01965f4d6a54b4b3feed1a56b378d1f2076c7c18a02f8525d377ba490949e99 Backup: KEYMASK-before-vpn_test-20260608-042654 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:26:54+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=b41691182632f500e60346de75e1bf71dbb81f5723a7bea3cc5144cebf676a34 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=30.715 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=31.695 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=29.416 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=39.528 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=32.038 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 29.416/32.678/39.528 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=30.822 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=28.050 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=90.705 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=30.596 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=99.913 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.050/56.017/99.913 ms ### FILE /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=945fa779f5b1c5352018ce55475c6857172f33aef794467bbd4f5585db375c4e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35509 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=72e055bd7270654182de25b090ba8aa2ec63426fe01c8f3ef2aa811f6ee54656 Backup: KEYMASK-before-vpn_test-20260608-042713 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:27:13+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1061 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=eec60e1b6b3ed9c83dc0d0741c59ffb61275d656d2277c29787f3823bdfd80ac === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=212.857 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=212.543 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=213.485 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=213.013 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=213.464 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 212.543/213.072/213.485 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=38.226 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=117.397 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=37.956 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=38.139 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=38.703 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 37.956/54.084/117.397 ms ### FILE /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=09bd0152822edad43122737298f192760953373148a6bfb9a07782b9a0953d90 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41649 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=996dbfa1440a3d5bbc5f67acdacef350d6945ebc6c707979fe9bd4860fc43b8d Backup: KEYMASK-before-vpn_test-20260608-042731 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:27:31+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=09046442277a0ea7ef02d4faf137bb8a517b30fe2a76426a06cc21efb076bf84 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41461 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.80 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=3675c34356c70d8387328e2d961c18401b4f2ad75aaa136c772d4b4c5436a5a2 Backup: KEYMASK-before-vpn_test-20260608-042753 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:27:53+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=c497621ef6d06b2acd152f4f0a0c3640518cb6ce5fad9303d9a1d2382627fc9a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=93.054 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=34.854 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=33.211 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=36.552 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=34.876 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 33.211/46.509/93.054 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=33.656 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=33.399 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=32.726 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=47.364 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 32.726/36.786/47.364 ms ### FILE /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=2d95ea68fdcc9bb7a923509db6ced4f013d19f1aac0dd8f315ce4de3ad3a9c14 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56369 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=3faf7931c345ecc207a9941b2f1ae08a6623b4aa755031215458920189f67100 Backup: KEYMASK-before-vpn_test-20260608-042812 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:28:12+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=2d070bd531ec7130555a5b5c17d4f73e615c91ec889cca006e8d7c298220543f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54711 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=e2d8186f15c642507024b8a9d1368c16e606fcbf37c07184dbd790ab960e92d4 Backup: KEYMASK-before-vpn_test-20260608-042834 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:28:34+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=c780dbc821cb4928ec7ba3fdf64c5d4bafdb21e7a93e8395721af77b85fdbac8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=62.693 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=58.427 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=66.074 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=79.718 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=69.574 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.427/67.297/79.718 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=62.759 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=88.353 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=66.381 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=62.360 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=61.526 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.526/68.275/88.353 ms ### FILE /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=565cc8e8bb2dfe93904a1274efea80c000d07a96494cfbfb6fdd19b91b754f7e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39801 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=7764413ced75034b0886336f84440deae98c4a5ff6ade42f6d7163ab55ff03df Backup: KEYMASK-before-vpn_test-20260608-042853 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:28:53+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1052 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=9f7274ecd2e340dd7c43ff613ff6f76cb0d2c36c37bca566d224d440cab0ecfa === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=59.976 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=102.860 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=101.117 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=57.983 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=65.664 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.983/77.520/102.860 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=69.727 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=59.279 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=57.368 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=58.601 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=58.471 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.368/60.689/69.727 ms ### FILE /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=1eaf29ac8318df018a7ef2aba62841e59803b1494ba120db4df6cbe9a92f2b27 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39340 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=57635019d664d5c04673483016a22dd42e20c106aba17603daa7b45592f619cd Backup: KEYMASK-before-vpn_test-20260608-042911 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:29:11+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=b218bb1243311457b4db099b83e878a64cb05f6e11a5c404f593a928e678ec0f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=49.432 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=49.724 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=49.322 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=49.082 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=49.098 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.082/49.331/49.724 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=49.144 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=50.030 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=48.800 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=58.318 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=50.349 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.800/51.328/58.318 ms ### FILE /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=b4297ed415794f3d92ae28d375276f5190cde1d5879c8fe940e4d82cdbf487f3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49834 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=ff5b3b429ec899ed510513c17eacdc354162b545bd324c6d0205673c8172f8ba Backup: KEYMASK-before-vpn_test-20260608-042929 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:29:29+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=2c098ac0f97b399a9498f2480f7c6a30ffb7606938ac39986c0a4c90bf5eb82d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=63.101 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=64.914 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=90.192 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=112.259 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=64.512 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.101/78.995/112.259 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=64.849 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=64.990 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=64.941 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=63.988 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=86.966 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.988/69.146/86.966 ms ### FILE /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=f3614b9b5ed3b5f09e7893f6cf25a77a2319412ed6aa840cbc14e26beaf57078 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59123 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=5bbcbee86aae5dbc8af9239b387d97c90047f713ba3d5f5a37d44a82fa23cb3e Backup: KEYMASK-before-vpn_test-20260608-042947 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:29:47+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=4ec553f85897ad173cb29819d380b43d39bc64add5dd803f5906d83df1d7fc99 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39160 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.76 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=818034af870a20b05c113ceb22e30514910da3e9e900285962fa46cc38655503 Backup: KEYMASK-before-vpn_test-20260608-043010 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:30:10+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1060 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=5c5445133411891c761df050b0e95ace3e85028b0ccaef00ac551e8d0e2ede54 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=62.255 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=62.187 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=62.372 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=61.276 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=147.757 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.276/79.169/147.757 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=143.629 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=118.679 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=83.423 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=62.386 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=108.863 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.386/103.396/143.629 ms ### FILE /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=df1fdecf4f3607304651a26a9afa0b160207ee92c1e23c4bf82a086b11c0daef interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41384 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=705648a85b2b3f18dfe268cd1c87ccab0683e8a40b9b840d27bc73a7f38d63b8 Backup: KEYMASK-before-vpn_test-20260608-043028 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:30:28+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1061 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=05329867d2a693182e7fb9cb2fe4019ee2bc8b8aaa10daef17c9e83da40fb424 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=274.461 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=163.156 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=160.563 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=161.798 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=206.270 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 160.563/193.249/274.461 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=98.333 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=97.979 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=96.745 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=97.138 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=97.403 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 96.745/97.519/98.333 ms ### FILE /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=ffa3c1f3801ecf5f3626b7a38b8e26bcf5bba2df75b2b8230cf4a1f7c9998024 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38832 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.83 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=445f2d18da6f910748a8519b4387c1a8f50f2725f74b1b3fd6f3fadcacfea7b7 Backup: KEYMASK-before-vpn_test-20260608-043046 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:30:46+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=baf6a24048e046679d89d645ab8532fb4fb1d870b29372b1dbd5fd898a4aa09c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=271.296 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=333.333 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=271.098 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=271.736 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=272.616 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 271.098/284.015/333.333 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=234.751 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=240.563 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=235.660 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=235.213 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=235.101 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 234.751/236.257/240.563 ms ### FILE /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=eafa97dc02757325bf94d65b4247f523e5b6cf242f2beac2bfdf262f2a790583 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46399 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=ee93d456f3ca41e73e06ffff1d5daf792114e408bda3e3380d5fa217f6928f5e Backup: KEYMASK-before-vpn_test-20260608-043105 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:31:05+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=a1e6e177ee8df2ba1c6c8bc97d99b18f2b81d4cdfe2de85c55f59a2ae34d23cb interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35926 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=416cb06c05dfa31a0e288e536f3217c277d20129a61d00655b903bc309f12d77 Backup: KEYMASK-before-vpn_test-20260608-043127 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:31:27+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=72f2e05a45f11d47b07941fce73452f0313eefc0a0a269037648457f8d7db2fe === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=1 ttl=57 time=144.086 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=156.669 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=123.170 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=182.503 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 123.170/151.607/182.503 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=173.481 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=161.610 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=160.575 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=169.715 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=165.419 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 160.575/166.160/173.481 ms ### FILE /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=feda2448ba4bb96129b0b42712355ceeb46e715e32ac7d1b55e82551caf4e6fd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41949 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 11 seconds ago transfer: 1.21 KiB received, 2.00 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=502b9e354bf8561d242d4e7d1c25a627170a6111fe089dde7df83eb446acba61 Backup: KEYMASK-before-vpn_test-20260608-043146 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:31:47+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=81199aa7cbfa5cc7fb977954d249fb0744d0109702cee4f3edb4dcfe139253ca interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53088 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.97 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=e68d8d0731a80d1f8c41e3a7d41fe74b6862907bdd1187d3aae2d44710da9c60 Backup: KEYMASK-before-vpn_test-20260608-043209 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:32:09+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=3f4dd0eb266fd005d552a2ab32aaba63f4b49b41431906b39f211f8e9343cceb === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=229.692 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=185.295 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=179.054 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=179.132 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=178.821 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 178.821/190.398/229.692 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=173.305 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=173.128 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=173.130 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=173.758 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=194.294 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 173.128/177.523/194.294 ms ### FILE /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=e313d8a28d02a4f09aa3a588ccec5950175ae472ffb31e51a4bd29b44d38c024 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55719 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260608-042050/results.tsv -rw-r--r-- 1 root root 13021 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/results.tsv sha256=e4e329a699f6652511b40cc0c4bdf574e6f1fd5e5028e44c54ebb7970ae4c7af status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.96 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 39 seconds ago transfer: 1.25 MiB received, 886.23 KiB sent 9.9.9.9:0%,1.1.1.1:0% 61.343 /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.58 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 56.427 /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 375.270 /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.75 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 108.755 /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 137.118 /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.51 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.56 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.06 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.72 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 80.416 /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.90 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.76 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 125.027 /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 32.678 /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 213.072 /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.80 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:20% 46.509 /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 67.297 /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 77.520 /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 49.331 /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 78.995 /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.76 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 79.169 /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.83 KiB sent 9.9.9.9:0%,1.1.1.1:0% 193.249 /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 284.015 /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.54 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt FAIL_PING_LOSS 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 11 seconds ago transfer: 1.21 KiB received, 2.00 KiB sent 9.9.9.9:20%,1.1.1.1:0% 151.607 /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.97 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 190.398 /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt -rw-r--r-- 1 root root 1922 Jul 6 16:14 /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt sha256=9b8f08a24ba706aa351db446b11e6500c098c63b9e1be6153cfd50be2c00f64c Backup: KEYMASK-before-vpn_test-20260706-161434 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf Parsed: Address: 10.119.249.139/32 Endpoint: 192.36.27.17:35500 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.249.139/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:14:34+00:00' network.vpn_test.hmn_endpoint='192.36.27.17:35500' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.36.27.17' network.@amneziawg_vpn_test[0].endpoint_port='35500' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 6 16:14 /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt sha256=ede852c6dde15f9f249aecd0c4b2ed97b66ac4591869a4a512df4b6e0ab4599b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.249.139 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.249.139 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 6 16:14 /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt sha256=53263bb415cdaa5bfacfc64c174b7f1705f422cd8d924bfec3142a5962d7db28 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36040 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 192.36.27.17:35500 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.88 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 1918 Jul 6 16:14 /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=ac31bd2a2f546aa3a69c2bb2a9be1f5821c6a923a27b667fdd19fae39123ecd5 Backup: KEYMASK-before-vpn_test-20260706-161456 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.60.219/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.60.219/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:14:56+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=c779bde1b9033d9331fb286bae953c683f132db58571967146436df76fca5d0b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.60.219 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.60.219 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=39f2dc58cd8c2fc7fadd5e97c4dcfe1a2115842d02aba4b6ea1d2681549a4250 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59337 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.50 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=5e5e323f30ce07196f24d6796a610d9950bb80052fce9f68f776d387a99f9653 === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=83.040 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=80.464 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=73.715 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=95.008 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=82.401 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 73.715/82.925/95.008 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=79.972 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=96.994 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=92.429 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=86.437 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=70.125 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.125/85.191/96.994 ms ### FILE /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=2736e9de2fab00110b651f9ec0972da18f201f34bf6c6b152e550948e1feb8a5 interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 54216 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 19 seconds ago transfer: 313.23 KiB received, 87.88 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 1925 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=e276ce6d2f8a44ed44f4d01db97cf24400f5313940a12f8e6c3372c2b3231160 Backup: KEYMASK-before-vpn_test-20260706-161529 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.254.15/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.254.15/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:15:29+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=db3c71ff5ecbf71d6faab97e93b918860969205d9d640c7132e174bc69860de2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.254.15 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=219.055 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=216.569 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=235.120 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=228.495 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=218.203 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 216.569/223.488/235.120 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.254.15 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=73.291 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=92.885 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=72.025 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=86.599 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=86.418 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 72.025/82.243/92.885 ms ### FILE /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=c20d0ed335aa372d4a976ccb825ff0a69acfd1818190cb2f980981dd54998e8c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53049 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1897 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=ae24d0482564ea55c6ec2c50d0d709a9cf983bb5bbd01569fc02a72c4b139603 Backup: KEYMASK-before-vpn_test-20260706-161547 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.61.41/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.61.41/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:15:47+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=f8d9990df4deec456a522e7c32c375b1584666e3fa8df5bb32f7abbf4b6afa9f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.61.41 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=432.596 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=439.908 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=396.938 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=392.848 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=383.761 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 383.761/409.210/439.908 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.61.41 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=376.905 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=389.815 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=384.717 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=390.964 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=448.927 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 376.905/398.265/448.927 ms ### FILE /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=1ea3dae4bbdddd6e7da2e3623ca5a9e66afd0ccfab339aeae9fcac1f2d67dc19 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52478 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt -rw-r--r-- 1 root root 1927 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt sha256=f6b7d0342358799dd6f7432bb17b4d0f91b693097c6c9c993f85d6152ff7b8aa Backup: KEYMASK-before-vpn_test-20260706-161606 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf Parsed: Address: 10.103.56.214/32 Endpoint: 107.172.187.100:39480 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.56.214/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:16:06+00:00' network.vpn_test.hmn_endpoint='107.172.187.100:39480' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.100' network.@amneziawg_vpn_test[0].endpoint_port='39480' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt sha256=23b5cb1cccde5530fa547b3ec480227b6d4842a27a704f370a055bdc927030a0 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.56.214 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=182.031 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=183.663 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=196.489 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=182.947 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=182.320 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 182.031/185.490/196.489 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.56.214 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=200.332 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=182.458 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=183.258 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=182.099 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 182.099/187.036/200.332 ms ### FILE /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt sha256=06498bf455abe615f6432886c5b04e61f6b8b935c4f6bc284eb04fc3def0676e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34025 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.100:39480 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 1929 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=9f1eb5ad27210270bb020ce8a10257a13bdabdb015d668d960505a43adc3f364 Backup: KEYMASK-before-vpn_test-20260706-161625 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.109/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.109/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:16:25+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=8d3311913aa9ea4726e40fd3b1fc878892eccf7f760018850c67817fa58892a1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.109 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=45.195 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=45.953 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=45.989 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=47.143 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=46.661 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 45.195/46.188/47.143 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.109 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=52.692 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=55.554 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=53.919 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=51.534 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=70.944 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.534/56.928/70.944 ms ### FILE /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=679b22fc3764a4b671579e3f997c499da9ac0e1e19f9c15f4f3d070be7008dc8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55439 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt sha256=9bf39261b150c6c487570bd48c020477003b8cd7f98cb0ab658a45cbc3eed430 Backup: KEYMASK-before-vpn_test-20260706-161644 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf Parsed: Address: 10.107.43.173/32 Endpoint: 107.175.93.59:31095 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.43.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:16:44+00:00' network.vpn_test.hmn_endpoint='107.175.93.59:31095' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='107.175.93.59' network.@amneziawg_vpn_test[0].endpoint_port='31095' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt sha256=c58eae2cde14b94cc90b4e8d044250c78c955de907f4b57bf1bb45d42592e083 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.43.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=145.168 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=136.709 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=138.505 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=182.710 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=134.158 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 134.158/147.450/182.710 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.43.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=51 time=142.303 ms 64 bytes from 1.1.1.1: seq=1 ttl=51 time=140.087 ms 64 bytes from 1.1.1.1: seq=2 ttl=51 time=142.325 ms 64 bytes from 1.1.1.1: seq=3 ttl=51 time=142.571 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 140.087/141.821/142.571 ms ### FILE /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt sha256=e39777a43572f6a774b09d182cf1badab7a2dadad13e5292473ce4addbfcbd0b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 32962 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 107.175.93.59:31095 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.67 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt sha256=147d3561b57fb483327220561f26cde1acd57d3337968ed19d7316af3e703f17 Backup: KEYMASK-before-vpn_test-20260706-161703 Loading config into vpn_test: KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf Parsed: Address: 10.107.108.112/32 Endpoint: 107.174.226.51:44839 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.108.112/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:17:03+00:00' network.vpn_test.hmn_endpoint='107.174.226.51:44839' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='107.174.226.51' network.@amneziawg_vpn_test[0].endpoint_port='44839' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt -rw-r--r-- 1 root root 1018 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt sha256=090335419c057b6ce238def056cbb7980e0ae79b7881cf9825f036000260dd5f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.108.112 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=166.702 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=166.816 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=212.174 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=166.020 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=165.680 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 165.680/175.478/212.174 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.108.112 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=167.576 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=184.696 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=165.299 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=179.856 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 165.299/174.356/184.696 ms ### FILE /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt sha256=f47de1e22ab4a771d365164543d733f3c4f42ea30befb63bd4bae91974b70c84 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42044 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 107.174.226.51:44839 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.78 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=98f8acfaeda0358f9edff6903a99538eb39db0ca5bdd592d4141211a4431283e Backup: KEYMASK-before-vpn_test-20260706-161722 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.238.215/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.238.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:17:22+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=03884188042d62f08aa257476e80f53666f1c4583a953be670c36496ea695d1e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.238.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.238.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=8ff77cdbe7637c583eea1e6f23871ee61f9d5fa1984a9d5411b15e3c7ce81721 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35230 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=6d4b68f81b6ec14172e9bf08077d487f3464ed808667aed176baaf8403979ba7 Backup: KEYMASK-before-vpn_test-20260706-161745 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.111.97/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.111.97/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:17:45+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=864d69901bc35865355c30bed731c05049a3ed724eba91ce4eed94dfe35f80eb === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.111.97 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=72.436 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=76.082 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=79.583 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=81.049 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=70.171 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.171/75.864/81.049 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.111.97 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=61.564 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=65.109 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=60.985 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=62.654 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=69.201 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.985/63.902/69.201 ms ### FILE /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=0d4d69f5147ff88b2292ed6507ec01ea9cfa5fc3d8f3baab232764a1e212a663 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57258 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1901 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=6fbb701b4e2c5a485fed540472ace82410226ded036f9598a42c5e06bb5daa98 Backup: KEYMASK-before-vpn_test-20260706-161803 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.239.94/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.239.94/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:18:03+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=fda0ca561a76e7a5d953321d0943cc53305493b0e7240b41f08c55cfc5b7a513 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.239.94 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.239.94 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=44a4cfa6ec84bbf0bf467c5c4e21f39f0b43262bca393ef48ce129ae4670fe6a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57376 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.80 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt -rw-r--r-- 1 root root 1919 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt sha256=cfe0103b026f2ee66bb03856e3d6da616fd3d39603a8fce4a000aa3acdb09c7b Backup: KEYMASK-before-vpn_test-20260706-161825 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf Parsed: Address: 10.83.41.157/32 Endpoint: 185.14.97.234:37492 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.41.157/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:18:25+00:00' network.vpn_test.hmn_endpoint='185.14.97.234:37492' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.234' network.@amneziawg_vpn_test[0].endpoint_port='37492' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt sha256=b5d28861ba94605c706d05ec5d3fcc8c06b01d3ede19bb9ad912d525c438d907 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.41.157 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.41.157 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt sha256=965eed9aa4812e29b60b5683360d955eab2639072cb220f3774be04d3f756b6b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 32778 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.234:37492 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.85 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1921 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=cad64346599ad6df90c4307824c95323fed627ac4ea82618a4d110eb40d38b3c Backup: KEYMASK-before-vpn_test-20260706-161847 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.142/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.142/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:18:47+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=1a268e49ed843e7c00060e09cafdd7dc8e07101d117d2d74a831192692dd4788 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.142 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=197.252 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=169.981 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=125.355 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=124.812 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=213.873 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 124.812/166.254/213.873 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.142 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=171.589 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=127.792 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=215.363 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=158.176 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=123.705 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 123.705/159.325/215.363 ms ### FILE /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=2402ce86c16c84e1bc1fa6d88bb4c412d163b4bda14f5f039ae9877b68f63d79 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56971 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=cc90002156270fff29f3f5700fe007e423f2ba791e1172e782ef027f6d6e9637 Backup: KEYMASK-before-vpn_test-20260706-161906 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.235.104/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.235.104/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:19:06+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1008 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=ac9ce76a647ca049c83cdb2b0f0e37d92a51bfd79f0256e67f584f5e023494b1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.235.104 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=82.732 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=56.925 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=168.279 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=67.949 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 56.925/93.971/168.279 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.235.104 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=112.551 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=202.577 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=87.042 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=75.062 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=172.369 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 75.062/129.920/202.577 ms ### FILE /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=58c1b971abdb0df05f01cf9b6484438fdb69fc3e333fbadf6fd6860a80b32ed6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57213 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=ec8091964f53c8892963caca5006a564ef3705bcabbe98425e3237a482137a3a Backup: KEYMASK-before-vpn_test-20260706-161925 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.108.200/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.108.200/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:19:25+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=c260c9ec01bc6ecf930f456b5a847ffa81e5f56c005eaf75efbe942a2f0a44e7 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.108.200 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=50.630 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=131.497 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=49.424 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=48.751 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=62.745 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.751/68.609/131.497 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.108.200 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=66.928 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=66.028 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=48.685 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=69.690 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=48.690 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.685/60.004/69.690 ms ### FILE /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=e9bb94914bc0445a0b8b892009ad20d7fcd2bf82205a7d1aed2f2764b5ff8704 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45958 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt sha256=c334e012a52f1627324eb2d1346b17af8e357c64d19391862b8e60f63ec27866 Backup: KEYMASK-before-vpn_test-20260706-161943 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf Parsed: Address: 10.86.172.73/32 Endpoint: 89.46.232.39:40316 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.172.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:19:43+00:00' network.vpn_test.hmn_endpoint='89.46.232.39:40316' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.46.232.39' network.@amneziawg_vpn_test[0].endpoint_port='40316' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt sha256=658d9be88f15cb3815e7cf04a4b70429662a407f381240d6131e2229b9380c3b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.172.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.172.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt sha256=f9b9a88c8a706420082b9b52e2969edd29c53d0c4b38a4cc63746cd5d245766e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50886 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 89.46.232.39:40316 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.97 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=9edb15f4a4335172030016673654e50ea1642e8951cb0a9b926d18cb72d6c1db Backup: KEYMASK-before-vpn_test-20260706-162005 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.170.125/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.170.125/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:20:05+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=cdc6ec7b0718668d43ffefe40234d5c5f38889e7b8117ccc06c7efafa1d157a5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.170.125 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=28.855 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=29.446 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=30.325 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=46.144 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=30.233 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.855/33.000/46.144 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.170.125 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=28.854 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=29.945 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=36.165 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=28.473 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 28.473/30.859/36.165 ms ### FILE /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=e0ea10be99c6e3e6f96c24804e96c05a5253112ff06ca4b54ff8e2a1ce0d7155 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46917 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt sha256=c7d44efa6509c05a2cfd4288a160c614b6797a1926c273dc1c8242289cebb0a5 Backup: KEYMASK-before-vpn_test-20260706-162025 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf Parsed: Address: 10.89.174.45/32 Endpoint: 194.71.126.45:32821 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:20:25+00:00' network.vpn_test.hmn_endpoint='194.71.126.45:32821' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='194.71.126.45' network.@amneziawg_vpn_test[0].endpoint_port='32821' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt sha256=ddb01a3c192d3310286491aa5344ced0020d9686bbaf5acfb3ab690095ed4760 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt sha256=d155ed7e58c8863b910b749ac0f1baca7adab2771f8b3136da4bdbfc97c1d614 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39584 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 194.71.126.45:32821 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.56 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=4bc87827b9484ff4b13c02e6e0d28f7d854db6ebc34896bc66f77cddcd658779 Backup: KEYMASK-before-vpn_test-20260706-162047 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.235.244/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.235.244/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:20:47+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1056 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=2fac1452139f379a01e03776de856be2c436f963e6b484dd48d7d17a878a559d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.235.244 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=70.335 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=79.654 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=62.380 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=115.022 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=84.710 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.380/82.420/115.022 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.235.244 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=76.933 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=115.670 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=115.648 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=67.138 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=61.222 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.222/87.322/115.670 ms ### FILE /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=a0dbc17707994c49446c922e6e49beb551e70b7448bf65c5161e8f65674a4bae interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34055 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt sha256=b99247a51b854dd65f8c385432c794f6b32cec902a59b5db00fe216a452c2f56 Backup: KEYMASK-before-vpn_test-20260706-162105 Loading config into vpn_test: KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf Parsed: Address: 10.91.43.12/32 Endpoint: 23.158.72.87:45460 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=143 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='143' network.vpn_test.awg_h1='1943142100' network.vpn_test.awg_h2='1154665998' network.vpn_test.awg_h3='1159227869' network.vpn_test.awg_h4='2081036883' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.43.12/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:21:05+00:00' network.vpn_test.hmn_endpoint='23.158.72.87:45460' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='23.158.72.87' network.@amneziawg_vpn_test[0].endpoint_port='45460' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt sha256=c5eaddf1dbafc2cd3fc06c55f2ee5d4a7ef578cd260499bc9faca72257751b4c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.43.12 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=215.302 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=213.405 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=226.409 ms 64 bytes from 9.9.9.9: seq=3 ttl=58 time=214.113 ms 64 bytes from 9.9.9.9: seq=4 ttl=58 time=216.750 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 213.405/217.195/226.409 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.43.12 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=168.262 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=180.117 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=168.470 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=171.449 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=185.358 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.262/174.731/185.358 ms ### FILE /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt sha256=6fdb43538cb272ede44295440f9157378cf52218546e9bfe3fa16f4fe49d79ab interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37050 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 143 h1: 1943142100 h2: 1154665998 h3: 1159227869 h4: 2081036883 peer: KEYMASK endpoint: 23.158.72.87:45460 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=2d6482bb9032a0a1e8b5799443b2e30c87024fc053e8ea552d9c948d77a78568 Backup: KEYMASK-before-vpn_test-20260706-162124 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.168.223/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.168.223/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:21:24+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=574b3f7e9bcaec87471d1d4935ae9e9b8c4ff720f6c648467e788af070cebc30 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.168.223 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=59.335 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=60.137 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=59.883 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=60.832 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=60.271 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.335/60.091/60.832 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.168.223 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=60.462 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=59.741 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=59.710 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=60.461 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=135.335 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.710/75.141/135.335 ms ### FILE /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=b7ada8f8700c59424fa960c0a8f8a0512d38e11b9a785a62d2a16aae4b91776c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54022 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 1933 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=d99cebb2c7cc66bca2c89006dffbbef99fd03e7c05bc63649f92fa61a70e38c3 Backup: KEYMASK-before-vpn_test-20260706-162142 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.233.132/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.233.132/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:21:42+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=8c94bdc0445561d709a1a20ee56a25b8bd1d91b3e93e7af94331ad30d901f0c3 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.233.132 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=50.431 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=50.676 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=63.972 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=50.201 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=50.890 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.201/53.234/63.972 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.233.132 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=53.216 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=53.599 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=52.742 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=73.051 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=62.821 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 52.742/59.085/73.051 ms ### FILE /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=933f70fb29b1824679cfe431cd2e03509263194b666290f2f06bf5575e5b7df6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44855 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 1924 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=1ce882327f1911e010a0cc030609a5ab0251f08db3119d51a8d51ce4e94a8a2f Backup: KEYMASK-before-vpn_test-20260706-162200 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.173.35/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.173.35/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:22:00+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=da2d69f99734b0bd62236b9a5988a1cfcbcb7e8f0de36b4163579e5186ca048d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.173.35 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=74.319 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=68.486 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=70.465 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=67.785 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=107.129 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 67.785/77.636/107.129 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.173.35 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=79.247 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=96.426 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=74.099 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=71.260 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=85.130 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 71.260/81.232/96.426 ms ### FILE /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=885c07ea3787d8277e83cedfd771991cfd8411d790b76c0153fe61fc189012e8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56119 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt -rw-r--r-- 1 root root 1926 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt sha256=75ae0de01d91a8712fa5cd626bda369f24479136cbce68dab55236d642b03a59 Backup: KEYMASK-before-vpn_test-20260706-162219 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf Parsed: Address: 10.77.236.75/32 Endpoint: 109.248.198.4:37129 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=51 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='51' network.vpn_test.awg_h1='144970534' network.vpn_test.awg_h2='210374235' network.vpn_test.awg_h3='1100727461' network.vpn_test.awg_h4='1885204570' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.77.236.75/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:22:19+00:00' network.vpn_test.hmn_endpoint='109.248.198.4:37129' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='109.248.198.4' network.@amneziawg_vpn_test[0].endpoint_port='37129' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt sha256=a0e386f3ef25bcc18c7ec5dc49ca7a958e9abdf169ba7ff27c33baca56ba1971 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.77.236.75 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=193.002 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=189.771 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=188.586 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=188.129 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=191.963 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 188.129/190.290/193.002 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.77.236.75 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=107.261 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=112.464 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=105.191 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=107.049 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=107.218 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 105.191/107.836/112.464 ms ### FILE /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt sha256=29bad8282b78e48e8337c41b81c298c983fb16e5986bba21787a95276b457147 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56443 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 51 h1: 144970534 h2: 210374235 h3: 1100727461 h4: 1885204570 peer: KEYMASK endpoint: 109.248.198.4:37129 allowed ips: 0.0.0.0/0 latest handshake: 11 seconds ago transfer: 1.34 KiB received, 2.30 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=a6bf4c908f64eb7fb014540d7dd4b6b63349146a56882ba129342d3086f9f38c Backup: KEYMASK-before-vpn_test-20260706-162237 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.237.218/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.237.218/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:22:37+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=b657b0faf4bd7b1245e90dc68f12894d687a04c5ef3fa0b2e899f81ca4d4ee87 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.237.218 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=59.045 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=60.279 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=60.048 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=79.220 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=72.992 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.045/66.316/79.220 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.237.218 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=63.547 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=60.403 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=68.573 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=65.385 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=57.765 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.765/63.134/68.573 ms ### FILE /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=a127b78ff1c6ce9133761b36ba1b63cd847ed67b83718dd81ba644f0d66b39a1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59980 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 1936 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=63c3a27a167f394c722e540f1a26bc94dbb0f0c1ea785380f11cff89f26920e9 Backup: KEYMASK-before-vpn_test-20260706-162255 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.47.73/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.47.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:22:55+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=c945e619b91769cdf47ce06be7078933b5401d8bf1c081b4422adbcf3b64dde4 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.47.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=271.886 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=357.338 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=275.845 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=270.527 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=268.598 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 268.598/288.838/357.338 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.47.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=233.212 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=234.564 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=233.930 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=232.949 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=235.529 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 232.949/234.036/235.529 ms ### FILE /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=bbbe549753837a3e17a3d7b8a786b551e85d1d9c6c3abe5e529465cd6b865994 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35007 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt sha256=eaefa318d25614e321566ff763778f5a12fc651e2e7b47d4ddcd6db4d6027b44 Backup: KEYMASK-before-vpn_test-20260706-162314 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf Parsed: Address: 10.65.43.208/32 Endpoint: 89.40.104.201:36979 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.43.208/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:23:14+00:00' network.vpn_test.hmn_endpoint='89.40.104.201:36979' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.40.104.201' network.@amneziawg_vpn_test[0].endpoint_port='36979' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt sha256=6994f54909c11ff656615490413670ed00c9f420e3709aca5579ed95a0e00a25 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.43.208 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.43.208 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt sha256=fe4d8f28c06e01b2a7f3933dd5c8c4ac75564f11f5091b4dacdb6c0696f9b1e0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47881 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 89.40.104.201:36979 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.42 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1903 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt sha256=04a76f07032a65cfb3a7406751aa41f01c923002e17173a76a3f3784449aa098 Backup: KEYMASK-before-vpn_test-20260706-162336 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf Parsed: Address: 10.66.44.225/32 Endpoint: 77.67.8.84:43378 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=49 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='49' network.vpn_test.awg_h1='679240017' network.vpn_test.awg_h2='1624207748' network.vpn_test.awg_h3='139122664' network.vpn_test.awg_h4='1720133880' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.66.44.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:23:36+00:00' network.vpn_test.hmn_endpoint='77.67.8.84:43378' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='77.67.8.84' network.@amneziawg_vpn_test[0].endpoint_port='43378' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1062 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt sha256=075e48e153973d70327313064ba9f89c56415a0a09ef1bc1d2083a04de99bdf4 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.66.44.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=174.049 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=186.357 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=209.032 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=174.803 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=174.578 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 174.049/183.763/209.032 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.66.44.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=98.241 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=103.350 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=95.791 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=111.215 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=106.880 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 95.791/103.095/111.215 ms ### FILE /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt sha256=c620185aa2c2052e9459166642fafb8f5fae3c9f7dc928b210721ddc54adbb06 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55354 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 49 h1: 679240017 h2: 1624207748 h3: 139122664 h4: 1720133880 peer: KEYMASK endpoint: 77.67.8.84:43378 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=f6f79b0e2614828b6afaecee6ea1f8593a0e24202b8fc50bdfd33ed3c8bedc64 Backup: KEYMASK-before-vpn_test-20260706-162355 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.234.5/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.234.5/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:23:55+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 6 16:24 /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=735b11ebe4f60592b5683a8bedbf6e56a2194cbaaeb7dd6de067591a599099a1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.234.5 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=122.562 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=121.017 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=119.706 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=123.658 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=121.326 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 119.706/121.653/123.658 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.234.5 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=179.677 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=174.540 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=172.560 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=175.311 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=192.853 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 172.560/178.988/192.853 ms ### FILE /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:24 /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=3e04d0659fcf64dd190efc612fcababd117c95f756b90b063ae68bad0e01d4a9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55249 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260706-161434/results.tsv -rw-r--r-- 1 root root 11395 Jul 6 16:24 /root/hmn/test-runs/20260706-161434/results.tsv sha256=207e9820c8312e8d787d6e21504d71f7e750dcdbd3514b9679bbf90c0ac89826 status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 192.36.27.17:35500 transfer: 0 B received, 1.88 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.50 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 19 seconds ago transfer: 313.23 KiB received, 87.88 KiB sent 9.9.9.9:0%,1.1.1.1:0% 82.925 /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent 9.9.9.9:0%,1.1.1.1:0% 223.488 /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 409.210 /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_PING_LOSS 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 107.172.187.100:39480 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:20% 185.490 /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 46.188 /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_PING_LOSS 087-US-USA-New-York-S1-107.175.93.59-awg1.conf 107.175.93.59:31095 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:20% 147.450 /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt FAIL_PING_LOSS 088-US-USA-Dallas-107.174.226.51-awg1.conf 107.174.226.51:44839 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:20% 175.478 /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 75.864 /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.80 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 185.14.97.234:37492 transfer: 0 B received, 1.85 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 166.254 /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt FAIL_PING_LOSS 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:20%,1.1.1.1:0% 93.971 /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 68.609 /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 89.46.232.39:40316 transfer: 0 B received, 1.97 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:20% 33.000 /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 194.71.126.45:32821 transfer: 0 B received, 1.56 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 82.420 /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 217.195 /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 60.091 /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 53.234 /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 77.636 /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt OK 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 latest handshake: 11 seconds ago transfer: 1.34 KiB received, 2.30 KiB sent 9.9.9.9:0%,1.1.1.1:0% 190.290 /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 66.316 /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 288.838 /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 89.40.104.201:36979 transfer: 0 B received, 1.42 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt OK 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 183.763 /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent 9.9.9.9:0%,1.1.1.1:0% 121.653 /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt -rw-r--r-- 1 root root 1922 Jul 7 04:20 /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt sha256=bf6cc7a1707f272d848ddf0c3805a157af6e17bac1be9b74b1f5926d4525aa4a Backup: KEYMASK-before-vpn_test-20260707-042048 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf Parsed: Address: 10.119.249.139/32 Endpoint: 192.36.27.17:35500 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.249.139/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:20:48+00:00' network.vpn_test.hmn_endpoint='192.36.27.17:35500' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.36.27.17' network.@amneziawg_vpn_test[0].endpoint_port='35500' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt sha256=ede852c6dde15f9f249aecd0c4b2ed97b66ac4591869a4a512df4b6e0ab4599b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.249.139 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.249.139 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt sha256=4328a7b196c1dace375d98f666dad05497f2c6574b3053793547a031bd6ac034 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45322 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 192.36.27.17:35500 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.90 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 1918 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=e38061e7b5d4fe6bb3ece31a2621a1911112370f34fc524408b88635a8d0fa10 Backup: KEYMASK-before-vpn_test-20260707-042110 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.60.219/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.60.219/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:21:10+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=c779bde1b9033d9331fb286bae953c683f132db58571967146436df76fca5d0b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.60.219 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.60.219 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=9220f94e41fe638c4ce01b445ceb3c4c366294ddd1f96c54c464015b7cd46633 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37369 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.60 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=587b105cd752cdf62a22218f0ca781eafae959526eb1193a17566f1904cb481b Backup: KEYMASK-before-vpn_test-20260707-042132 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.187.205/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.187.205/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:21:32+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=e077a8ebef55027bc7d4a557bf1d438e9a8ca598e4124e92dd7953b8c8793764 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.187.205 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=58.414 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=59.583 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=61.436 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=59.403 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=66.279 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.414/61.023/66.279 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.187.205 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=61.016 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=58.110 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=59.059 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=58.553 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=59.565 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.110/59.260/61.016 ms ### FILE /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=474fe39aedd947f9bae7e56474a429e0793ceeb243b77996081f22a448d1e1bf interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51791 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 1925 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=04d93c5ed3fcaeae3231de42ea16e69549389e3da7f1816d45f0961245c63263 Backup: KEYMASK-before-vpn_test-20260707-042151 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.254.15/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.254.15/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:21:51+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=3558c41dc470ffba91695b6d79975a2157e7a167f8e89f237cda4db734d27f06 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.254.15 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=220.250 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=220.105 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=221.559 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=223.734 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=220.668 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 220.105/221.263/223.734 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.254.15 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=76.731 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=74.374 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=76.845 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=74.666 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=97.484 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 74.374/80.020/97.484 ms ### FILE /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=6f5e4ddb20a460ae1bab023688cb6959f68f95474b62824a73d9192c66568f44 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60250 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1897 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=1c48b30f4f2ea5c4a5b781f60afa46e7f6019d0b9be6015d0a0c5afa4f1e00c3 Backup: KEYMASK-before-vpn_test-20260707-042209 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.61.41/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.61.41/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:22:09+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=3044eabbd2e85dbedb265733a456b4d58fec39b80ca7489005db71f77460327d === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.61.41 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=377.826 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=379.021 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=377.500 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=377.382 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=378.400 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 377.382/378.025/379.021 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.61.41 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=378.664 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=378.299 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=379.235 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=380.215 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=379.012 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 378.299/379.085/380.215 ms ### FILE /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=9df962e5bca57f92ecfa029672449c7e49885687528d29b2be22a17cadeefffd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35601 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1934 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.load.txt sha256=bb6ed5065455111ba5278910f8701c5a71c91a3e38b8243dcafe54dfe6e19076 Backup: KEYMASK-before-vpn_test-20260707-042228 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf Parsed: Address: 10.102.248.214/32 Endpoint: 193.235.207.39:38330 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.214/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:22:28+00:00' network.vpn_test.hmn_endpoint='193.235.207.39:38330' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.39' network.@amneziawg_vpn_test[0].endpoint_port='38330' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 1003 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt sha256=1f31a8a6d5da6d8ea5d4932adc699f8e799fd88701f09d4d973694004a3701b2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.214 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=53 time=69.666 ms 64 bytes from 9.9.9.9: seq=1 ttl=53 time=69.200 ms 64 bytes from 9.9.9.9: seq=2 ttl=53 time=70.323 ms 64 bytes from 9.9.9.9: seq=3 ttl=53 time=71.869 ms 64 bytes from 9.9.9.9: seq=4 ttl=53 time=70.462 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 69.200/70.304/71.869 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.214 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=58.653 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=54.984 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=58.392 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=59.926 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 54.984/57.988/59.926 ms ### FILE /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt sha256=004cfd72f2c9380bcc81bc5868ebee0f79c841a7ab985c60b7176972a9f0abbd interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50444 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.39:38330 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt -rw-r--r-- 1 root root 1927 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt sha256=e6f89e899d0e366b4fe982700f97298504c3e366e513c4318b26e3b2004505c8 Backup: KEYMASK-before-vpn_test-20260707-042247 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf Parsed: Address: 10.103.56.214/32 Endpoint: 107.172.187.100:39480 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.56.214/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:22:47+00:00' network.vpn_test.hmn_endpoint='107.172.187.100:39480' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.100' network.@amneziawg_vpn_test[0].endpoint_port='39480' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt sha256=17fda9d5fe02a63649f84c1c2308d6ca544d629a9abfbc321a967040cbce42a9 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.56.214 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=197.765 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=195.396 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=195.285 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=195.436 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=196.939 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 195.285/196.164/197.765 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.56.214 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=194.629 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=194.947 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=198.056 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=194.743 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 194.629/195.593/198.056 ms ### FILE /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt sha256=a79f06fd347a59a7c6a845ec4eb15a9c08b101e5a7419f10848b155c0803d1ba interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39516 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.100:39480 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.load.txt -rw-r--r-- 1 root root 1927 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.load.txt sha256=0960521ba2b42322db15f9e61a48d9c4f6126cf120743dd609a6c38e9360aa38 Backup: KEYMASK-before-vpn_test-20260707-042307 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf Parsed: Address: 10.103.120.171/32 Endpoint: 78.31.250.16:41729 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=132 S2=22 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='132' network.vpn_test.awg_s2='22' network.vpn_test.awg_h1='1314107157' network.vpn_test.awg_h2='894303025' network.vpn_test.awg_h3='687987321' network.vpn_test.awg_h4='1498765620' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.120.171/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:23:07+00:00' network.vpn_test.hmn_endpoint='78.31.250.16:41729' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='78.31.250.16' network.@amneziawg_vpn_test[0].endpoint_port='41729' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt sha256=a35eb01a6cc0cb5869e9fb03b5555133d947c1aecf566a436434b6af1cd7ca06 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.120.171 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=43.420 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=46.252 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=45.033 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=45.423 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=44.060 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 43.420/44.837/46.252 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.120.171 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=45.326 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=45.546 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=44.208 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=45.194 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=46.301 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 44.208/45.315/46.301 ms ### FILE /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt sha256=ec97c3ad3b9c1d009b1659028a9a44ef368f38570cf096d0d5d92a5bd59f3a0c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36889 jc: 3 jmin: 50 jmax: 100 s1: 132 s2: 22 h1: 1314107157 h2: 894303025 h3: 687987321 h4: 1498765620 peer: KEYMASK endpoint: 78.31.250.16:41729 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=613fdb139c062f2ae7197fd14b7d5182dcf2687f4d1a95ef70eaba3613fcc363 Backup: KEYMASK-before-vpn_test-20260707-042325 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.187.191/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.187.191/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:23:25+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=d440819bd5abaf9e403ec186ae0e0749f7b196fa30f91c6991fe29df796c15ab === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.187.191 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=52 time=84.608 ms 64 bytes from 9.9.9.9: seq=1 ttl=52 time=82.788 ms 64 bytes from 9.9.9.9: seq=2 ttl=52 time=84.422 ms 64 bytes from 9.9.9.9: seq=3 ttl=52 time=83.241 ms 64 bytes from 9.9.9.9: seq=4 ttl=52 time=82.763 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 82.763/83.564/84.608 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.187.191 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=83.354 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=83.781 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=85.157 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=83.985 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=83.308 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 83.308/83.917/85.157 ms ### FILE /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=a5ffa3f7b195e7115e6008f3528ccce50f058173c52dedea9ad69176c146ea31 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41143 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.45 KiB received, 1.64 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=6aabbe58a4af108875c529530ff1f63eda83f6651449323e909bbc67c3e9b143 === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.104.58.109 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=44.706 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=44.352 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=46.384 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=49.000 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=45.965 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 44.352/46.081/49.000 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.104.58.109 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=52.670 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=50.854 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=53.738 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=53.037 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=53.157 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.854/52.691/53.738 ms ### FILE /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=9b96953a116da174d2f0bca8f662273dbf296777eaade2105d1e8b9872e711da interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 49822 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 856.14 KiB received, 645.24 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.load.txt sha256=51c18a1b5d63049580f4e79577f65521b5246a473adb870e59f8983a65fc7449 Backup: KEYMASK-before-vpn_test-20260707-042353 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf Parsed: Address: 10.104.120.117/32 Endpoint: 149.154.157.24:35090 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.120.117/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:23:53+00:00' network.vpn_test.hmn_endpoint='149.154.157.24:35090' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.24' network.@amneziawg_vpn_test[0].endpoint_port='35090' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt -rw-r--r-- 1 root root 1011 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt sha256=0b4bd1a81241e8f3c6f1d315ef032df0ea763694449c69a6864f11b2859838e8 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.120.117 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=351.681 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=229.149 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=231.045 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=231.339 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=230.247 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 229.149/254.692/351.681 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.120.117 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=67.242 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=67.241 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=66.778 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=66.965 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 66.778/67.056/67.242 ms ### FILE /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt sha256=a5e45aa5bb5b8a58e800ac942d9dfcc03cd6993710dff97ccd584dbbb662c5f0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60387 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.24:35090 allowed ips: 0.0.0.0/0 latest handshake: 18 seconds ago transfer: 1.21 KiB received, 1.69 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt sha256=3e28d449146c0664ca543042dbda8315d3d4d4ba64d9e0f23b41b646a6932907 Backup: KEYMASK-before-vpn_test-20260707-042413 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf Parsed: Address: 10.107.43.173/32 Endpoint: 107.175.93.59:31095 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.43.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:24:13+00:00' network.vpn_test.hmn_endpoint='107.175.93.59:31095' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='107.175.93.59' network.@amneziawg_vpn_test[0].endpoint_port='31095' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt sha256=26e56933d874ea5520f75223e83440f6d54011528c8d903e100076659f584c38 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.43.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=148.466 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=150.897 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=147.977 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=151.745 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=148.196 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 147.977/149.456/151.745 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.43.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=51 time=158.923 ms 64 bytes from 1.1.1.1: seq=1 ttl=51 time=155.699 ms 64 bytes from 1.1.1.1: seq=2 ttl=51 time=154.148 ms 64 bytes from 1.1.1.1: seq=3 ttl=51 time=153.936 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 153.936/155.676/158.923 ms ### FILE /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt sha256=82a3e2dc85075fa75f5ec47ea335d5016134f4f9d192a6aaaf53a27b3f467e0d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36809 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 107.175.93.59:31095 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt sha256=8103ca18eaa7ae9bde3afcaf57c961935129931c5083869066191e9a4ac82195 Backup: KEYMASK-before-vpn_test-20260707-042432 Loading config into vpn_test: KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf Parsed: Address: 10.107.108.112/32 Endpoint: 107.174.226.51:44839 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.108.112/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:24:32+00:00' network.vpn_test.hmn_endpoint='107.174.226.51:44839' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='107.174.226.51' network.@amneziawg_vpn_test[0].endpoint_port='44839' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt -rw-r--r-- 1 root root 1018 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt sha256=fa45725e3c88e9c90c4fee784806ac2ab24ef61bd779111ea40b574b6cb2ff13 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.108.112 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=170.318 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=170.548 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=170.533 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=168.135 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=170.689 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.135/170.044/170.689 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.108.112 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=170.520 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=171.569 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=169.790 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=172.293 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 169.790/171.043/172.293 ms ### FILE /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt sha256=08d858c10a5c2b8d84302c9ca8a8b5a9b3bdd4db0e5370c9003de7d1f1e13858 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55855 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 107.174.226.51:44839 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=1ed68249b2aaa1d3a1e9a296c5ac32bb66794b1d1d1322cb3ab7a6703740679f Backup: KEYMASK-before-vpn_test-20260707-042451 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.238.215/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.238.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:24:51+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=03884188042d62f08aa257476e80f53666f1c4583a953be670c36496ea695d1e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.238.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.238.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=9c2ef52df4f091df219b123805acbaa7688418ba091c74b7a24ce2180f1281db interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59584 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=44fad7066ec4546e55c28d1429c2e3629677b53a766491071b5fe3dffb359337 Backup: KEYMASK-before-vpn_test-20260707-042513 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.111.97/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.111.97/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:25:13+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=4e3f5f708a359f9827000093638d57c58e53634dfa6d6889479558fb0b169515 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.111.97 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=80.064 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=79.960 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=79.511 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=86.930 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=81.943 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 79.511/81.681/86.930 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.111.97 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=71.144 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=69.866 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=72.301 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=70.313 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=71.297 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 69.866/70.984/72.301 ms ### FILE /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=31547abb285b4b6ba4ebc1d19777a47bdfe560b71d99a393961a9df7786b2550 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50603 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1901 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=2b7954574422c7f2591575ac59f8e712f7b68a6b0fa2aeed028543e07ad070a4 Backup: KEYMASK-before-vpn_test-20260707-042532 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.239.94/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.239.94/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:25:32+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=fda0ca561a76e7a5d953321d0943cc53305493b0e7240b41f08c55cfc5b7a513 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.239.94 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.239.94 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=92f3017636206fe3c91ac7046513cbd805ff83cf8124dae4be822a03853bd603 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39669 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.79 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt -rw-r--r-- 1 root root 1919 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt sha256=210bc7549ddcd785784ee754fef097ea04fa1dafa6fbc6ce354458af7853436a Backup: KEYMASK-before-vpn_test-20260707-042554 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf Parsed: Address: 10.83.41.157/32 Endpoint: 185.14.97.234:37492 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.41.157/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:25:54+00:00' network.vpn_test.hmn_endpoint='185.14.97.234:37492' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.234' network.@amneziawg_vpn_test[0].endpoint_port='37492' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt sha256=b5d28861ba94605c706d05ec5d3fcc8c06b01d3ede19bb9ad912d525c438d907 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.41.157 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.41.157 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt sha256=4788ee1a9376ec270d19da3ba9164c23ab4971bf8668ed4464465b3393fcb3a1 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55365 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.234:37492 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.79 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1921 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=aca4449822bfda5e735769594cd05c6554aff7b04882bd9b79d13c0c03202d5d Backup: KEYMASK-before-vpn_test-20260707-042616 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.142/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.142/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:26:16+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=feed7dd9c3a6643eb809489c95d400cf96d93055d78a87c95d5d36491670e6a5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.142 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=124.643 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=125.451 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=125.554 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=126.077 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=128.678 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 124.643/126.080/128.678 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.142 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=122.662 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=124.509 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=123.210 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=122.616 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=123.656 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 122.616/123.330/124.509 ms ### FILE /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=135b37e9dcaca3e1081228af5a296a8e81f016b09c05759c784b629fbb61440b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45492 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=8b32676dd7d6377c67c028d12eeb1a79018c6703862f6cd50fec5e89e45f92b3 Backup: KEYMASK-before-vpn_test-20260707-042634 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.235.104/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.235.104/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:26:34+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=1321a876ce7e89e608e05f2eb4a7d53512e7dc2ad078d7655752276bb72ed5fe === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.235.104 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=32.837 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=30.906 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=29.641 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=31.576 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=28.764 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.764/30.744/32.837 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.235.104 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=26.195 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=26.463 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=25.830 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=33.152 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=28.989 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 25.830/28.125/33.152 ms ### FILE /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=da221428c340b982f05ea14cab61cd2100e718f60e127a55cdaf4ec61ddd4ee6 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51865 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=5cac734d668135629b30e2b5261b1a8bd0cbec44def610cfcc8a82aaa4f2e245 Backup: KEYMASK-before-vpn_test-20260707-042653 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.108.200/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.108.200/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:26:53+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=c656a7fb2ae7ed04cf676a6b426a34de7a33f57f030190becddfb5cd0aee72d5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.108.200 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=46.159 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=43.533 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=45.106 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=43.487 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=46.159 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 43.487/44.888/46.159 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.108.200 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=43.752 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=45.030 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=45.407 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=45.324 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=44.858 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 43.752/44.874/45.407 ms ### FILE /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=f028a139fecab9b5dda812f3a205cdc5a4208953061d329a564cbdc24da07cba interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57771 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt sha256=5432b3a7039e4103481783f275a7baf1d11272cd9f072a31376d16c6c04e666f Backup: KEYMASK-before-vpn_test-20260707-042711 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf Parsed: Address: 10.86.172.73/32 Endpoint: 89.46.232.39:40316 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.172.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:27:11+00:00' network.vpn_test.hmn_endpoint='89.46.232.39:40316' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='89.46.232.39' network.@amneziawg_vpn_test[0].endpoint_port='40316' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt sha256=658d9be88f15cb3815e7cf04a4b70429662a407f381240d6131e2229b9380c3b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.172.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.172.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt sha256=6392aefe98736482bf93ffbd12c4a53b9f7223471342b87593ab0c3c26054e54 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46189 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 89.46.232.39:40316 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.91 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=8204fdff5e2fbf5847e278639e48cfcf7625d50ea54bdc9d3daf4fe01d0f2280 Backup: KEYMASK-before-vpn_test-20260707-042733 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.170.125/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.170.125/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:27:33+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=71fe6fd63d13713ec35e97134e84b7312d0dd0f940a1e8ccd6295e88fa06e271 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.170.125 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=33.511 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=33.721 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=32.473 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=32.941 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=33.373 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.473/33.203/33.721 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.170.125 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=34.771 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=34.121 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=34.277 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=33.880 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 33.880/34.262/34.771 ms ### FILE /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=514f15ccfeb0030a9d6c181880b26f4ec1549f3a9e5f0fbfe83264269aa623df interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35244 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.73 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt sha256=b1917b0a8f075f9593d34d5f0fd61c80fe5124a34677467d2ab3aecd84d9b4f3 Backup: KEYMASK-before-vpn_test-20260707-042752 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf Parsed: Address: 10.89.174.45/32 Endpoint: 194.71.126.45:32821 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:27:52+00:00' network.vpn_test.hmn_endpoint='194.71.126.45:32821' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='194.71.126.45' network.@amneziawg_vpn_test[0].endpoint_port='32821' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt sha256=ddb01a3c192d3310286491aa5344ced0020d9686bbaf5acfb3ab690095ed4760 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt sha256=2c23c23832f6aef307f901b6d7fb5925f5a7f02ff0902e13782a6d64efd81d4a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55501 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 194.71.126.45:32821 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=df682d1e45f045f60e1f04779d8fc16685b123aa52cb9606c278ef3abccca0d4 Backup: KEYMASK-before-vpn_test-20260707-042814 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.235.244/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.235.244/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:28:14+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=fe2ad753e43a557e4442ad5d15d641815a55ec6230135dee0f1bfad1bce8a003 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.235.244 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=56.346 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=57.439 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=54.576 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=63.415 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=58.853 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.576/58.125/63.415 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.235.244 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=60.613 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=61.968 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=55.567 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=55.186 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=57.141 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.186/58.095/61.968 ms ### FILE /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=c26f894017812802a6da2182f8c3440f95a027e0974b79d3d7896e1fd1151c3d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42329 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt sha256=ab58e8964868a1f3467d6e0c62fdc2ea832465219d71481712fa50e6dadb5199 Backup: KEYMASK-before-vpn_test-20260707-042833 Loading config into vpn_test: KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf Parsed: Address: 10.91.43.12/32 Endpoint: 23.158.72.87:45460 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=143 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='143' network.vpn_test.awg_h1='1943142100' network.vpn_test.awg_h2='1154665998' network.vpn_test.awg_h3='1159227869' network.vpn_test.awg_h4='2081036883' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.43.12/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:28:33+00:00' network.vpn_test.hmn_endpoint='23.158.72.87:45460' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='23.158.72.87' network.@amneziawg_vpn_test[0].endpoint_port='45460' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt sha256=3601640804edc49408a62d56e7c297a35294c585b3669a75053cf5306516d990 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.43.12 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=179.426 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=180.126 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=179.819 ms 64 bytes from 9.9.9.9: seq=3 ttl=58 time=179.433 ms 64 bytes from 9.9.9.9: seq=4 ttl=58 time=180.561 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 179.426/179.873/180.561 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.43.12 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=167.500 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=169.737 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=167.914 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=168.389 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=166.619 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 166.619/168.031/169.737 ms ### FILE /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt sha256=96a63387e35a4b42449bd3b2ee96b66e39007db3d6a21aad179790f141bbfb0a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40065 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 143 h1: 1943142100 h2: 1154665998 h3: 1159227869 h4: 2081036883 peer: KEYMASK endpoint: 23.158.72.87:45460 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=7db422b08a8dda06a24beb7bc5a534dd4fb97062ca52b459fba76c4c93906151 Backup: KEYMASK-before-vpn_test-20260707-042851 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.168.223/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.168.223/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:28:51+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=61b326fa107c5d9c927f98fc4b4367c5a1a0bf51f7a1c0605ed96d3d688d400a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.168.223 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=57.238 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=59.750 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=57.360 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=61.513 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=56.851 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.851/58.542/61.513 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.168.223 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=54.940 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=55.667 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=57.020 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=55.823 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=59.437 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.940/56.577/59.437 ms ### FILE /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=2e44dd5d18b8eccd6d32aa48c913af1fe03a3c4470a80fc7e0852c904755922a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59478 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 1933 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=7d28d2205c4a339d59dec14a2a50c2246b475b97e15aae235027acd054bb0816 Backup: KEYMASK-before-vpn_test-20260707-042909 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.233.132/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.233.132/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:29:09+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=f2a665494376c4605808dbeec244cfd9f0bbaa6d8f90e11e91e11f8acf20e499 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.233.132 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=51.945 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=48.599 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=49.427 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=51.140 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=51.333 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.599/50.488/51.945 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.233.132 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=53.106 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=53.239 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=52.099 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=54.853 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=51.527 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.527/52.964/54.853 ms ### FILE /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=1e209e80595322b5b9358594dd497970da81fae1dad167c94f94dcdf8014bdf8 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46203 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 1924 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=178e3f6e6d9ff06498ca7cd38f0deca754f9a353d175062fc93d9442616ba9c5 Backup: KEYMASK-before-vpn_test-20260707-042928 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.173.35/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.173.35/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:29:28+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=38c91a33ccf25485c620b70be45414a24d00503a56709ddddc727de97bb18e36 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.173.35 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=94.333 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=65.492 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=66.157 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=65.949 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=67.634 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.492/71.913/94.333 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.173.35 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=66.901 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=65.674 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=65.962 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=67.664 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=67.779 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.674/66.796/67.779 ms ### FILE /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=6fd1bf46db962fb1b16cf8a2fe4c12e59f875cac82b157b95b0ffafbb826b28c interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53488 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt -rw-r--r-- 1 root root 1926 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt sha256=aea46521895a251257ff18becdcd1f086487baa7b8c8082c9f74fe8ea2c0ab2f Backup: KEYMASK-before-vpn_test-20260707-042946 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf Parsed: Address: 10.77.236.75/32 Endpoint: 109.248.198.4:37129 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=51 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='51' network.vpn_test.awg_h1='144970534' network.vpn_test.awg_h2='210374235' network.vpn_test.awg_h3='1100727461' network.vpn_test.awg_h4='1885204570' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.77.236.75/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:29:46+00:00' network.vpn_test.hmn_endpoint='109.248.198.4:37129' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='109.248.198.4' network.@amneziawg_vpn_test[0].endpoint_port='37129' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt sha256=742a8a2302ae6528f46559905095e62ff23b8e254aeeec0d456f5f119bbd490e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.77.236.75 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=168.037 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=170.371 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=168.856 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=172.273 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=169.228 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.037/169.753/172.273 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.77.236.75 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=86.983 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=89.032 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=89.766 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=87.299 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=88.807 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 86.983/88.377/89.766 ms ### FILE /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt sha256=69878ba9e67ab28be082a38e8133ad1925134294288fd2bd4d3b2a00179c8582 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43442 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 51 h1: 144970534 h2: 210374235 h3: 1100727461 h4: 1885204570 peer: KEYMASK endpoint: 109.248.198.4:37129 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=49e3aa0702c13e710628f5f3a49df5bef530ffffaae3bb31ddba07e2b76655bf Backup: KEYMASK-before-vpn_test-20260707-043004 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.237.218/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.237.218/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:30:04+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=0be11c0b3b5d7f43b6c68cfb7eb697a7f0d28721f8e7c04161c717acf53901d3 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.237.218 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=68.329 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=68.238 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=68.809 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=69.754 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=63.164 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.164/67.658/69.754 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.237.218 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=64.302 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=68.337 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=67.474 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=66.326 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=64.784 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.302/66.244/68.337 ms ### FILE /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=2b526df7aea6fcc436ecd037608ea3fcdbe52b59e2f63898b6027a8973eafd70 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34053 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 1936 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=5a84ac0282e51bac159cefd4836c178e041c32a326c92b6642eb14f645cf3c43 Backup: KEYMASK-before-vpn_test-20260707-043023 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.47.73/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.47.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:30:23+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=7c98d1715e7aea19c552d1603744d03fe2e56ac28cc531332e05d11af82e97ac === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.47.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=265.267 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=265.328 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=267.037 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=266.208 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=266.971 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 265.267/266.162/267.037 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.47.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=229.346 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=229.135 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=230.812 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=230.888 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=230.622 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 229.135/230.160/230.888 ms ### FILE /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=14462ac483f3a3693225300cf9f479b15c91ccfececad8f5f55540171d63aeab interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39572 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt sha256=0125ff5b3bf383c61ad201615422a5e9116f88084acabeee62253de29ac591c7 Backup: KEYMASK-before-vpn_test-20260707-043041 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf Parsed: Address: 10.65.43.208/32 Endpoint: 89.40.104.201:36979 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.43.208/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:30:41+00:00' network.vpn_test.hmn_endpoint='89.40.104.201:36979' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.40.104.201' network.@amneziawg_vpn_test[0].endpoint_port='36979' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt sha256=6994f54909c11ff656615490413670ed00c9f420e3709aca5579ed95a0e00a25 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.43.208 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.43.208 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt sha256=9f146d49ff1b28ac8c0678eb9d7c333059dd1b0f06409ca2e6e7bb2cf2089174 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58181 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 89.40.104.201:36979 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1903 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt sha256=8ad80da4d95ce96eb54ad293913dc1e8d8e48659e1f8dd059fac504389ede39d Backup: KEYMASK-before-vpn_test-20260707-043103 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf Parsed: Address: 10.66.44.225/32 Endpoint: 77.67.8.84:43378 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=49 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='49' network.vpn_test.awg_h1='679240017' network.vpn_test.awg_h2='1624207748' network.vpn_test.awg_h3='139122664' network.vpn_test.awg_h4='1720133880' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.66.44.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:31:03+00:00' network.vpn_test.hmn_endpoint='77.67.8.84:43378' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='77.67.8.84' network.@amneziawg_vpn_test[0].endpoint_port='43378' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt sha256=5f9238783191b503f3fde4368d7000d0cf9347b86c0ea2445002080d863faa98 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.66.44.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=168.571 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=169.548 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=167.326 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=169.601 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=169.536 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 167.326/168.916/169.601 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.66.44.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=93.207 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=92.432 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=90.661 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=90.553 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=90.176 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 90.176/91.405/93.207 ms ### FILE /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt sha256=bf0355cb30a127b9d34c5fe7d817b88a733d29d7d40f351d22275f8cfa91bbf5 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47684 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 49 h1: 679240017 h2: 1624207748 h3: 139122664 h4: 1720133880 peer: KEYMASK endpoint: 77.67.8.84:43378 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=8121d61fc1b6d60e6c66e9556aa5914338cd8fa9f62ed628999c7d7b62810eff Backup: KEYMASK-before-vpn_test-20260707-043122 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.234.5/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.234.5/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:31:22+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=9904e352f53bb2854669ce75961e6bcc203991bd3977b87952db15c10b9c832a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.234.5 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=109.642 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=106.179 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=105.176 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=104.115 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=332.194 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 104.115/151.461/332.194 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.234.5 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=292.951 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=158.283 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=157.837 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=159.421 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=156.779 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 156.779/185.054/292.951 ms ### FILE /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=9bf2569d2c05d26e93b0fb24f6a6d7e3091a7bb72e23e1830e247eef16754a44 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 32772 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260707-042048/results.tsv -rw-r--r-- 1 root root 12954 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/results.tsv sha256=8b4902cada5dd36d59b9cdf7b05a734419c622da4bc47cdd151a2d327b27e0ed status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 192.36.27.17:35500 transfer: 0 B received, 1.90 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.60 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 61.023 /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent 9.9.9.9:0%,1.1.1.1:0% 221.263 /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 378.025 /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_PING_LOSS 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 193.235.207.39:38330 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:20% 70.304 /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt FAIL_PING_LOSS 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 107.172.187.100:39480 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:20% 196.164 /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt OK 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 44.837 /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.45 KiB received, 1.64 KiB sent 9.9.9.9:0%,1.1.1.1:0% 83.564 /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 17 seconds ago transfer: 856.14 KiB received, 645.24 KiB sent 9.9.9.9:0%,1.1.1.1:0% 46.081 /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_PING_LOSS 076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 149.154.157.24:35090 latest handshake: 18 seconds ago transfer: 1.21 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:20% 254.692 /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt FAIL_PING_LOSS 087-US-USA-New-York-S1-107.175.93.59-awg1.conf 107.175.93.59:31095 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:20% 149.456 /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt FAIL_PING_LOSS 088-US-USA-Dallas-107.174.226.51-awg1.conf 107.174.226.51:44839 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:20% 170.044 /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 81.681 /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.79 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 185.14.97.234:37492 transfer: 0 B received, 1.79 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 126.080 /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 30.744 /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 44.888 /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 89.46.232.39:40316 transfer: 0 B received, 1.91 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:20% 33.203 /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 194.71.126.45:32821 transfer: 0 B received, 1.54 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 58.125 /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 179.873 /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 58.542 /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.488 /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 71.913 /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt OK 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 169.753 /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 67.658 /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 266.162 /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 89.40.104.201:36979 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt OK 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 168.916 /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent 9.9.9.9:0%,1.1.1.1:0% 151.461 /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt ### FILE /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt -rw-r--r-- 1 root root 1922 Jul 8 04:20 /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt sha256=75dd9ca8afbc9f673e0f75f7857a7303f7763d114a2507a06c77d46b0be0d064 Backup: KEYMASK-before-vpn_test-20260708-042045 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf Parsed: Address: 10.119.249.139/32 Endpoint: 192.36.27.17:35500 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.249.139/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:20:45+00:00' network.vpn_test.hmn_endpoint='192.36.27.17:35500' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.36.27.17' network.@amneziawg_vpn_test[0].endpoint_port='35500' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt sha256=ede852c6dde15f9f249aecd0c4b2ed97b66ac4591869a4a512df4b6e0ab4599b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.249.139 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.249.139 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt sha256=3ae787b81c6ba75e17023ef0adb6fed3b678b13bf1f3b651497f29d80928388d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42741 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 192.36.27.17:35500 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.94 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 1918 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=9fc43acc73731f09f0e578c7f33153a7c3d189e6587661a251204a806b11f2f2 Backup: KEYMASK-before-vpn_test-20260708-042107 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.60.219/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.60.219/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:21:07+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=c779bde1b9033d9331fb286bae953c683f132db58571967146436df76fca5d0b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.60.219 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.60.219 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=c8e638ebf84e92f34ec20897720e99a2a54b7fcd0b618844c9e618ddef9c8e73 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58535 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=e0a38272b5fb8bfca489ea7e68771c26658be948ba3f1bfd506f6e32aafd0698 Backup: KEYMASK-before-vpn_test-20260708-042129 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.187.205/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.187.205/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:21:29+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=e76aa13980ce2bdf237a021fd9194d87f230a15da5f2f0ba5066bb5c376b2418 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.187.205 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=57.378 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=57.156 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=57.193 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=57.323 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=57.447 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.156/57.299/57.447 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.187.205 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=57.549 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=57.748 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=57.701 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=57.912 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=57.521 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.521/57.686/57.912 ms ### FILE /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=236dff1d9f1f7c7dd8f46d8e77e76e249af5edeac19e6f9193b1cafb1eb3eec3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51687 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.load.txt -rw-r--r-- 1 root root 1919 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.load.txt sha256=1585fca05a99804f10a964b48c126edfb2792c0817d64afef1f12572ad620729 Backup: KEYMASK-before-vpn_test-20260708-042147 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf Parsed: Address: 10.98.185.144/32 Endpoint: 192.71.247.18:35999 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.144/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:21:47+00:00' network.vpn_test.hmn_endpoint='192.71.247.18:35999' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='192.71.247.18' network.@amneziawg_vpn_test[0].endpoint_port='35999' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.ping.txt sha256=6c941d6fc9aaacf12e5762a594749b235c2cfe453385ec05db37e8992fec83a1 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.144 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.144 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.show-after-ping.txt sha256=be68add97b21d3b24761675332c3747201c36f20a1548f69cae195b6dbfb8355 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34458 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 192.71.247.18:35999 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.59 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 1925 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=756698b588d5bd121d21fc4262a711959b3f9e6f49f6fab774175c2cc600feb0 Backup: KEYMASK-before-vpn_test-20260708-042209 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.254.15/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.254.15/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:22:09+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=8626bf59ebbba5a2f6f80d8ac8399b2386706c46500af5330519d8f20dfedf2c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.254.15 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=218.941 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=218.926 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=219.113 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=219.066 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=218.998 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 218.926/219.008/219.113 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.254.15 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=73.620 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=73.594 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=73.521 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=73.751 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=73.854 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 73.521/73.668/73.854 ms ### FILE /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=8baf588d81ab4769b65a0c6fd77915be23382445d4d9121c233fec987458e7a3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47441 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1897 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=af10de3990b4e316a95c4a9e524e4d218a3d0d71ca8ab34b169b1665d95818a4 Backup: KEYMASK-before-vpn_test-20260708-042228 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.61.41/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.61.41/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:22:28+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=2665a2623343e2ad0b71e0636a8a85204bcc51c0d434b50317b969fdaeb22080 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.61.41 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=247.569 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=248.383 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=247.678 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=247.161 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=247.456 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 247.161/247.649/248.383 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.61.41 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=247.504 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=247.791 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=247.585 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=247.680 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=247.617 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 247.504/247.635/247.791 ms ### FILE /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=fc27996c8fe08ca7aeecd0bbeb2dabb192c9cb04de4825c3f5850f0f8efe5ab0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50754 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1934 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.load.txt sha256=35381b8a78c3b0be95b3c2476104eaf069dae34ca2070ea9e2ff29519d8b1c7d Backup: KEYMASK-before-vpn_test-20260708-042246 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf Parsed: Address: 10.102.248.214/32 Endpoint: 193.235.207.39:38330 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.214/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:22:46+00:00' network.vpn_test.hmn_endpoint='193.235.207.39:38330' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.39' network.@amneziawg_vpn_test[0].endpoint_port='38330' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 1003 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt sha256=4f3e326b63de3ac42de93083c11abe88932e9369745a3ef3e6b2acb10a0db111 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.214 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=53 time=66.910 ms 64 bytes from 9.9.9.9: seq=1 ttl=53 time=66.716 ms 64 bytes from 9.9.9.9: seq=2 ttl=53 time=66.854 ms 64 bytes from 9.9.9.9: seq=3 ttl=53 time=66.780 ms 64 bytes from 9.9.9.9: seq=4 ttl=53 time=67.197 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 66.716/66.891/67.197 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.214 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=55.039 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=54.848 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=55.032 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=55.236 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 54.848/55.038/55.236 ms ### FILE /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt sha256=6bbaeea24f0fc7160f33f72c37a2f1587a4711d9f1b44efaa68b79b43cf1dd1d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52590 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.39:38330 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt -rw-r--r-- 1 root root 1927 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt sha256=ddefa7c8f2b79e59a0f4417179049d54c59412e0cc6973524bc9e461dcc0eaaf Backup: KEYMASK-before-vpn_test-20260708-042306 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf Parsed: Address: 10.103.56.214/32 Endpoint: 107.172.187.100:39480 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.56.214/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:23:06+00:00' network.vpn_test.hmn_endpoint='107.172.187.100:39480' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.100' network.@amneziawg_vpn_test[0].endpoint_port='39480' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt sha256=a0b5404dbb5a89d588d3466a243278b6002019f3604d3a7d47d7129b1e431e19 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.56.214 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=193.194 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=193.267 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=192.847 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=193.001 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=193.117 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 192.847/193.085/193.267 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.56.214 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=193.103 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=193.322 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=192.799 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=193.096 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 192.799/193.080/193.322 ms ### FILE /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt sha256=799628b50bfe5f47325c7e87547981fd3ad198fb05aadb829f72f6b9f8ec96e0 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44790 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.100:39480 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.load.txt -rw-r--r-- 1 root root 1927 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.load.txt sha256=0fe4756b85fb60534523e5b7905907377468fa3125bbd6f61e378f6ab41d9ea5 Backup: KEYMASK-before-vpn_test-20260708-042325 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf Parsed: Address: 10.103.120.171/32 Endpoint: 78.31.250.16:41729 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=132 S2=22 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='132' network.vpn_test.awg_s2='22' network.vpn_test.awg_h1='1314107157' network.vpn_test.awg_h2='894303025' network.vpn_test.awg_h3='687987321' network.vpn_test.awg_h4='1498765620' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.120.171/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:23:25+00:00' network.vpn_test.hmn_endpoint='78.31.250.16:41729' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='78.31.250.16' network.@amneziawg_vpn_test[0].endpoint_port='41729' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt sha256=8490e18f1f36c31bc451ad7577812cd3c6d7742430a90ccd4bd69612fccceca9 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.120.171 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=46.387 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=46.262 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=46.257 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=46.477 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=46.522 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 46.257/46.381/46.522 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.120.171 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=46.435 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=46.386 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=46.273 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=46.542 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=46.523 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 46.273/46.431/46.542 ms ### FILE /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt sha256=a08585783eb33770771358c8118595e7c0ba1301d67877dc2b3060661473a4ae interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55995 jc: 3 jmin: 50 jmax: 100 s1: 132 s2: 22 h1: 1314107157 h2: 894303025 h3: 687987321 h4: 1498765620 peer: KEYMASK endpoint: 78.31.250.16:41729 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=a568612f87893a18439575755d9bd2491290fa7a68b68e86a0cc1464307cdabe Backup: KEYMASK-before-vpn_test-20260708-042343 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.187.191/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.187.191/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:23:43+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=4519936c1d839e49f8d8035e1d4a804b1fa23fc942e33e358dbc4c15cc1a9666 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.187.191 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=52 time=75.289 ms 64 bytes from 9.9.9.9: seq=1 ttl=52 time=75.455 ms 64 bytes from 9.9.9.9: seq=2 ttl=52 time=75.067 ms 64 bytes from 9.9.9.9: seq=3 ttl=52 time=75.185 ms 64 bytes from 9.9.9.9: seq=4 ttl=52 time=75.365 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 75.067/75.272/75.455 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.187.191 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=76.687 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=75.805 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=75.835 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=76.109 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=76.125 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 75.805/76.112/76.687 ms ### FILE /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=b658145b315eb179c548902d17a507e6e56acfba375303507581b1033c3ba722 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49074 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=7991c2b1146f3dc3691eeaa96e800238854526f5cee0de08e3ec1efcd580f518 === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.104.58.109 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=43.362 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=43.192 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=43.299 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=43.418 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=43.252 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 43.192/43.304/43.418 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.104.58.109 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=49.764 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=49.725 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=50.665 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=49.777 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=49.799 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.725/49.946/50.665 ms ### FILE /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=da4643df9917e06f0fa720c9043272b29af67909c1092e6dfc68ad5969ca1f53 interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 42543 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 38 seconds ago transfer: 2.00 MiB received, 1.15 MiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.load.txt sha256=618f094a0e50b713bfee911402a4a9eed340fc9a2723eb72e9ab18046a2eb88a Backup: KEYMASK-before-vpn_test-20260708-042412 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf Parsed: Address: 10.104.120.117/32 Endpoint: 149.154.157.24:35090 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.120.117/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:24:12+00:00' network.vpn_test.hmn_endpoint='149.154.157.24:35090' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.24' network.@amneziawg_vpn_test[0].endpoint_port='35090' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt -rw-r--r-- 1 root root 1011 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt sha256=1001f454599f86b9304c12299ccb5c3d760682cbd03216f3b5d7684a415641d5 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.120.117 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=235.974 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=235.842 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=236.493 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=235.931 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=235.699 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 235.699/235.987/236.493 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.120.117 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=73.481 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=77.346 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=74.213 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=73.620 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 73.481/74.665/77.346 ms ### FILE /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt sha256=d8e38876591dd19f8353ebd7c8feb173764cc7a5bddc7a984c540d5fb8a1c691 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46518 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.24:35090 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt sha256=1155b511ee94d864742f0e2623553ff2cc0055824b626221cca608a6b8629a1a Backup: KEYMASK-before-vpn_test-20260708-042431 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf Parsed: Address: 10.107.43.173/32 Endpoint: 107.175.93.59:31095 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.43.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:24:31+00:00' network.vpn_test.hmn_endpoint='107.175.93.59:31095' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='107.175.93.59' network.@amneziawg_vpn_test[0].endpoint_port='31095' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt sha256=4f143f7656f835e9a179c59aae50e419fe250be5eb7ca6b1693411ce1f68cf3b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.43.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=137.932 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=137.915 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=137.916 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=137.874 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=137.618 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 137.618/137.851/137.932 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.43.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=51 time=144.120 ms 64 bytes from 1.1.1.1: seq=1 ttl=51 time=144.153 ms 64 bytes from 1.1.1.1: seq=2 ttl=51 time=144.572 ms 64 bytes from 1.1.1.1: seq=3 ttl=51 time=144.341 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 144.120/144.296/144.572 ms ### FILE /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt sha256=a8eaeed0376d325ffe719fece06f29bd1d59a9f668e98332798724dae29518e9 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47481 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 107.175.93.59:31095 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.64 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt sha256=154f492f60b92fbebc755d8610cf9eab34ddcf6b27c6fb69ace7ac5336238fa4 Backup: KEYMASK-before-vpn_test-20260708-042450 Loading config into vpn_test: KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf Parsed: Address: 10.107.108.112/32 Endpoint: 107.174.226.51:44839 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.108.112/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:24:50+00:00' network.vpn_test.hmn_endpoint='107.174.226.51:44839' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='107.174.226.51' network.@amneziawg_vpn_test[0].endpoint_port='44839' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt -rw-r--r-- 1 root root 1018 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt sha256=d23f6ed24bfbd8a53da5a058846d94c7c2f2167f7a1922e26e12d21ea8301fad === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.108.112 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=165.298 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=165.662 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=165.277 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=165.404 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=165.341 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 165.277/165.396/165.662 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.108.112 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=166.707 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=166.584 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=166.230 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=166.601 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 166.230/166.530/166.707 ms ### FILE /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt sha256=c038f89e7cd1c84bf3202f9f489325e46ec2cc02c501464e9f42b0a26501cf4b interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48314 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 107.174.226.51:44839 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.81 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=fa016891e013398a28f966bd2520592f354bade221ba698cb3d741fdfbd79076 Backup: KEYMASK-before-vpn_test-20260708-042510 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.238.215/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.238.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:25:10+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=03884188042d62f08aa257476e80f53666f1c4583a953be670c36496ea695d1e === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.238.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.238.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=e3a9ff45273870964fb9f711561a5d990821b23a4de2334a275bc0ebc841b182 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44907 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.71 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=6b73ffba914fe4e01053861a444f68f7bba4865bedd903ea6cea805110700b55 Backup: KEYMASK-before-vpn_test-20260708-042532 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.111.97/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.111.97/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:25:32+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=8727d12e7be7a96433db68a6eff4dab9223bf2f320ea56c410c1a3f15dd8747c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.111.97 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=75.705 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=75.556 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=75.526 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=76.186 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=75.405 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 75.405/75.675/76.186 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.111.97 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=68.870 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=68.960 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=68.906 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=68.901 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=68.629 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.629/68.853/68.960 ms ### FILE /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=9af845cc57fa9932c334e1989c47e18eb611a109ce1e68432073481c9b02517f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41574 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1901 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=017b559a90e32750b00f54aaf82b4bac58c3d48171e940f0f295aa2b964babe0 Backup: KEYMASK-before-vpn_test-20260708-042550 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.239.94/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.239.94/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:25:50+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=fda0ca561a76e7a5d953321d0943cc53305493b0e7240b41f08c55cfc5b7a513 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.239.94 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.239.94 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=11e5f3ee330a88d0535fbe30cbc61b226e2456547ccec9220a5a26d6416a1316 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54322 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.79 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt -rw-r--r-- 1 root root 1919 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt sha256=87bca068cf50b84d048d6e3f6ea937e9bb1b3f389a06072924a4c7a947773bfa Backup: KEYMASK-before-vpn_test-20260708-042612 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf Parsed: Address: 10.83.41.157/32 Endpoint: 185.14.97.234:37492 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.41.157/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:26:12+00:00' network.vpn_test.hmn_endpoint='185.14.97.234:37492' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.234' network.@amneziawg_vpn_test[0].endpoint_port='37492' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt sha256=b5d28861ba94605c706d05ec5d3fcc8c06b01d3ede19bb9ad912d525c438d907 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.41.157 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.41.157 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt sha256=cd60f21ca225fd50d0db65e2665ee658cb90428463d62991c9233dd23d1c26a3 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48773 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.234:37492 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1921 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=cd9565f3dc0caf9a4eedd30b41ca42c2bac78895197c5d0da6b62a96777e2866 Backup: KEYMASK-before-vpn_test-20260708-042634 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.142/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.142/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:26:34+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=d28a83b7cf496bbf769090690695a18a3c7ec7dc4d632ed0eb29a3fab917265a === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.142 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=129.316 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=129.026 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=129.198 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=129.783 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=129.281 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 129.026/129.320/129.783 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.142 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=127.252 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=127.169 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=127.330 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=127.464 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=127.266 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 127.169/127.296/127.464 ms ### FILE /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=585d7e9ea14de6800731c423bda62c000ceeb4442093868e26c75c75a87a667e interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58353 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=356b43fc9dcb48f81f891e36b118c11c1243ef5acaa34a4d56540fec74cbedc4 Backup: KEYMASK-before-vpn_test-20260708-042653 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.235.104/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.235.104/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:26:53+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=b882aec1b5f661fea601d4b1079d1e443a429e192cbcea885df518614c200774 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.235.104 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=26.386 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=31.465 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=30.544 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=24.258 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=26.075 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 24.258/27.745/31.465 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.235.104 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=24.050 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=24.573 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=22.806 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=29.227 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=23.098 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 22.806/24.750/29.227 ms ### FILE /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=2c602c6545ca6033591e420ed6ac7106542fb08deb6d3b861b060338c4078b42 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59196 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=fdfc6336aaef1df3a75ae9241762eccedf72fd7ff352527b9e2596b4f55298b4 Backup: KEYMASK-before-vpn_test-20260708-042711 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.108.200/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.108.200/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:27:11+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=3e2c4c0ffefd35bd925b2bb3886f2f3f793f2cf82552d2c21a88d964989da443 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.108.200 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=38.939 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=38.875 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=38.723 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=38.849 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=39.013 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 38.723/38.879/39.013 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.108.200 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=39.014 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=39.086 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=39.327 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=39.005 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=39.042 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 39.005/39.094/39.327 ms ### FILE /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=9800c91ed7d2f257c9ba9a992e6f837e6e37fd88155d2b12f75d74abcaee540f interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43629 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt sha256=28cfbcbb0abd85cd1a516b95201ce50a441f07b66ef0cff2785cef1d366f5bd7 Backup: KEYMASK-before-vpn_test-20260708-042729 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf Parsed: Address: 10.86.172.73/32 Endpoint: 89.46.232.39:40316 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.172.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:27:29+00:00' network.vpn_test.hmn_endpoint='89.46.232.39:40316' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='89.46.232.39' network.@amneziawg_vpn_test[0].endpoint_port='40316' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt sha256=658d9be88f15cb3815e7cf04a4b70429662a407f381240d6131e2229b9380c3b === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.172.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.172.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt sha256=8c537f4cae30695e7c0bf67a0b701659d069e9cb274ee62d2c6879e765990e94 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55153 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 89.46.232.39:40316 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.88 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=5c5d1c0abe1a3cc2cd50ee92bed01708060168df78b3e5609ec32b65f81ab630 Backup: KEYMASK-before-vpn_test-20260708-042751 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.170.125/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.170.125/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:27:51+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=ffbc9d2a984a957298efbe9b20ea0386bddcf96d6456d6cb8980cb1d8288a602 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.170.125 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=63.287 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=63.128 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=63.253 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=63.288 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=63.223 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.128/63.235/63.288 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.170.125 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=63.284 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=63.372 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=63.316 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=63.321 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 63.284/63.323/63.372 ms ### FILE /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=ee0f3d2cc5b10cb2bd8dab3e2f5c3756e44ca797e35bbdc5beafc91f58d4cd5d interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46257 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt sha256=5a8621a45b7c6b3cef85c2c5e0d5d2d4b9876530ec3d4fc7945389a81cb88ce0 Backup: KEYMASK-before-vpn_test-20260708-042811 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf Parsed: Address: 10.89.174.45/32 Endpoint: 194.71.126.45:32821 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:28:11+00:00' network.vpn_test.hmn_endpoint='194.71.126.45:32821' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='194.71.126.45' network.@amneziawg_vpn_test[0].endpoint_port='32821' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt sha256=ddb01a3c192d3310286491aa5344ced0020d9686bbaf5acfb3ab690095ed4760 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt sha256=3999b13c00b184ec026e83f62b4cf56b5c626df64e6c68b05fb4d71a7d2bbe10 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58525 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 194.71.126.45:32821 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.63 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=a8a29d60b6f93ece40ccaf539457a2b8efdc8fb096203636237ded1d017bf89a Backup: KEYMASK-before-vpn_test-20260708-042833 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.235.244/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.235.244/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:28:33+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=51bfa7b4f1f5d3553b6ac669d77e3f4849dbc22cac2d3252dff0c6a7132aa351 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.235.244 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=56.336 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=67.532 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=56.541 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=61.264 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=70.140 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.336/62.362/70.140 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.235.244 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=54.784 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=66.998 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=55.092 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=55.530 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=56.893 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.784/57.859/66.998 ms ### FILE /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=362ceb5454019297bd80aa68d5bbfa188b6c838bd1c5fdaa62d8b7f1394d2290 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52788 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 24 seconds ### FILE /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt sha256=96ebf83262e9ee95cfe15a1ac59e8798ee7388b598bc8c58371db404bb68f936 Backup: KEYMASK-before-vpn_test-20260708-042851 Loading config into vpn_test: KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf Parsed: Address: 10.91.43.12/32 Endpoint: 23.158.72.87:45460 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=143 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='143' network.vpn_test.awg_h1='1943142100' network.vpn_test.awg_h2='1154665998' network.vpn_test.awg_h3='1159227869' network.vpn_test.awg_h4='2081036883' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.43.12/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:28:51+00:00' network.vpn_test.hmn_endpoint='23.158.72.87:45460' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='23.158.72.87' network.@amneziawg_vpn_test[0].endpoint_port='45460' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt sha256=5acae962e534cf3ed54d959d203537241f37eb5e4e397c6de01e7669ce656e71 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.43.12 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=185.309 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=184.428 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=184.813 ms 64 bytes from 9.9.9.9: seq=3 ttl=58 time=184.640 ms 64 bytes from 9.9.9.9: seq=4 ttl=58 time=184.552 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 184.428/184.748/185.309 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.43.12 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=172.141 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=171.649 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=172.301 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=173.042 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=172.190 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 171.649/172.264/173.042 ms ### FILE /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt sha256=1ae5757d345e8d7c8835723e7a96e7a434fff2406db9fd55d60c7b450bcde286 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58137 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 143 h1: 1943142100 h2: 1154665998 h3: 1159227869 h4: 2081036883 peer: KEYMASK endpoint: 23.158.72.87:45460 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=891f137f13e775446e81dfa3f44768885d8f4689788a07b74d326dfa97be9356 Backup: KEYMASK-before-vpn_test-20260708-042909 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.168.223/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.168.223/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:29:10+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=e49e1c689db17340aac64995d13922a81ffe5db331e6191fa1f50a4da82828b4 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.168.223 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=59.441 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=59.415 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=59.225 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=59.483 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=59.411 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.225/59.395/59.483 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.168.223 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=58.660 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=58.625 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=58.919 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=58.780 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=58.756 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.625/58.748/58.919 ms ### FILE /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=31ce67d1a45f41f2b260ef6bee11e4319fb67707aabfe3d6d950db6db2cd85f4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35724 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent persistent keepalive: every 26 seconds ### FILE /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 1933 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=c9ea4223687b05620ddc3f50ed043edf628faad7e86e3930c322d01b2515f375 Backup: KEYMASK-before-vpn_test-20260708-042928 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.233.132/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.233.132/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:29:28+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=49f3f500ece8e61867b90edece5603df39074ec363af4855a1735c1beeea8388 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.233.132 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=50.051 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=50.041 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=50.091 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=50.099 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=50.203 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.041/50.097/50.203 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.233.132 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=52.694 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=52.976 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=52.666 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=52.902 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=52.904 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 52.666/52.828/52.976 ms ### FILE /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=736c3417f5ca1f016aea76391984dff892c6e06dd98fb157ea5ce825857975dc interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48499 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 1924 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=46cf19d7d00f78fb0d7d9d99c1ddbdcaabd12890c681485587ffa4092ac6f7dc Backup: KEYMASK-before-vpn_test-20260708-042946 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.173.35/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.173.35/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:29:46+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=27339af591e600025429d828f1a571e07f272e6072820f96b57bc8a7afcdb5fb === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.173.35 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=65.880 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=65.781 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=65.700 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=65.840 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=65.688 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.688/65.777/65.880 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.173.35 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=66.163 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=65.881 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=65.965 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=66.118 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=66.116 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.881/66.048/66.163 ms ### FILE /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=dde34182747e17749998c717329965dab52e11396aab5c058d40ea5547d03288 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40604 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 28 seconds ### FILE /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt -rw-r--r-- 1 root root 1926 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt sha256=341d8f8e51294a9d28b10efc63a2a28fb99df2e5c6a6a2c7d27b0cf2e5486de1 Backup: KEYMASK-before-vpn_test-20260708-043004 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf Parsed: Address: 10.77.236.75/32 Endpoint: 109.248.198.4:37129 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=51 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='51' network.vpn_test.awg_h1='144970534' network.vpn_test.awg_h2='210374235' network.vpn_test.awg_h3='1100727461' network.vpn_test.awg_h4='1885204570' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.77.236.75/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:30:04+00:00' network.vpn_test.hmn_endpoint='109.248.198.4:37129' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='109.248.198.4' network.@amneziawg_vpn_test[0].endpoint_port='37129' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt sha256=7aed8ec00de44e9de4381ec7fbd4431e16d003467d32d7fd554b977c360e6961 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.77.236.75 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=186.431 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=186.138 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=186.486 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=185.842 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=185.872 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 185.842/186.153/186.486 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.77.236.75 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=128.667 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=128.783 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=128.722 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=128.814 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=128.702 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 128.667/128.737/128.814 ms ### FILE /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt sha256=2ba26a19102ec2046a1e12140b69f4ef2c6029937cd3fd8494fcb59deadf7a90 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43833 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 51 h1: 144970534 h2: 210374235 h3: 1100727461 h4: 1885204570 peer: KEYMASK endpoint: 109.248.198.4:37129 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 23 seconds ### FILE /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=95b38e008b73d9e556ba5a182272624e20d37d11b58d3bb5b5eb39aac1c2ab73 Backup: KEYMASK-before-vpn_test-20260708-043023 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.237.218/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.237.218/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:30:23+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=8378d2ee12e1fca790d203b18a104434022ad1d3fa924dc5e08a11fa341b0e03 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.237.218 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=66.551 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=66.635 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=66.494 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=66.468 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=66.420 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 66.420/66.513/66.635 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.237.218 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=66.165 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=66.989 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=66.250 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=66.296 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=66.479 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 66.165/66.435/66.989 ms ### FILE /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=aa26a57f044b6e3e6bb8598864befa7c9793bbd63fc3fb74e3e7d2da55749128 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35001 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 1936 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=9ac58aa9917882f347035f73219d8f311135ed65bff69686f2c4e89e2ff993d8 Backup: KEYMASK-before-vpn_test-20260708-043041 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.47.73/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.47.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:30:41+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=fbe40caff4f88e289e5ce03d086aa5d9941403a7679a5846169b42254ce9b43c === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.47.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=194.274 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=194.249 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=194.715 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=194.303 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=195.525 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 194.249/194.613/195.525 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.47.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=158.214 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=158.398 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=159.132 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=158.352 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=158.750 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 158.214/158.569/159.132 ms ### FILE /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=28e6bc5998af9248d94bac228f5cf9d90c076469383f761fe70b9eac9384f38a interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41920 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 25 seconds ### FILE /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt sha256=e4ca1e2cd5e3be6fb5f4bbe49bdca204e7f414a857ac81f23f304b92472ed6e4 Backup: KEYMASK-before-vpn_test-20260708-043100 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf Parsed: Address: 10.65.43.208/32 Endpoint: 89.40.104.201:36979 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.43.208/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:31:00+00:00' network.vpn_test.hmn_endpoint='89.40.104.201:36979' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='89.40.104.201' network.@amneziawg_vpn_test[0].endpoint_port='36979' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt sha256=6994f54909c11ff656615490413670ed00c9f420e3709aca5579ed95a0e00a25 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.43.208 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.43.208 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### FILE /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt sha256=dbe8c5624f08329434744f91853ac760046fb542d726508b4812cf27878a79ba interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47229 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 89.40.104.201:36979 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.56 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1903 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt sha256=9671fc568186d846aea0c37ce219f3dc9ee5d37908807b87ab7d7ecb55636497 Backup: KEYMASK-before-vpn_test-20260708-043122 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf Parsed: Address: 10.66.44.225/32 Endpoint: 77.67.8.84:43378 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=49 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='49' network.vpn_test.awg_h1='679240017' network.vpn_test.awg_h2='1624207748' network.vpn_test.awg_h3='139122664' network.vpn_test.awg_h4='1720133880' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.66.44.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:31:22+00:00' network.vpn_test.hmn_endpoint='77.67.8.84:43378' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='77.67.8.84' network.@amneziawg_vpn_test[0].endpoint_port='43378' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt sha256=9a91bff250beb16064a769e45288c4689d623fe74d3d91be4643dc25f638c3e2 === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.66.44.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=161.833 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=161.620 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=161.466 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=161.677 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=161.379 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 161.379/161.595/161.833 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.66.44.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=94.007 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=93.763 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=94.201 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=93.343 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=94.255 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 93.343/93.913/94.255 ms ### FILE /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt sha256=4f6a7a252a5a36adbb6d5c51f8cab397f6b15fb22629af1afec9963bb24d06ce interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57950 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 49 h1: 679240017 h2: 1624207748 h3: 139122664 h4: 1720133880 peer: KEYMASK endpoint: 77.67.8.84:43378 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 27 seconds ### FILE /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=8878f7703bba3a98557bc39f12f29667bbd1144a686856d79b51d8f7aa087854 Backup: KEYMASK-before-vpn_test-20260708-043140 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.234.5/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.234.5/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:31:40+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### FILE /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=7c910515ba71b248ded4185475b6e281485ccdb6464c363c7d7b4b8c73b0390f === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.234.5 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=106.198 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=105.888 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=105.670 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=106.205 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=105.926 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 105.670/105.977/106.205 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.234.5 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=158.740 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=158.999 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=158.991 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=159.289 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=159.082 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 158.740/159.020/159.289 ms ### FILE /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=e6af1c388691d25e7257a2929766aac53da9dce4ce337e9d44826c5d647a66f4 interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40809 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent persistent keepalive: every 22 seconds ### FILE /root/hmn/test-runs/20260708-042044/results.tsv -rw-r--r-- 1 root root 13309 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/results.tsv sha256=791ddca9f67a00c0c85d365731bc4d5cad93c53da51e6e3d44e831d8658065e2 status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 192.36.27.17:35500 transfer: 0 B received, 1.94 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 57.299 /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf 192.71.247.18:35999 transfer: 0 B received, 1.59 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent 9.9.9.9:0%,1.1.1.1:0% 219.008 /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 247.649 /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_PING_LOSS 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 193.235.207.39:38330 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:20% 66.891 /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt FAIL_PING_LOSS 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 107.172.187.100:39480 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:20% 193.085 /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt OK 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 46.381 /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 75.272 /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 38 seconds ago transfer: 2.00 MiB received, 1.15 MiB sent 9.9.9.9:0%,1.1.1.1:0% 43.304 /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_PING_LOSS 076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 149.154.157.24:35090 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:20% 235.987 /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt FAIL_PING_LOSS 087-US-USA-New-York-S1-107.175.93.59-awg1.conf 107.175.93.59:31095 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.64 KiB sent 9.9.9.9:0%,1.1.1.1:20% 137.851 /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt FAIL_PING_LOSS 088-US-USA-Dallas-107.174.226.51-awg1.conf 107.174.226.51:44839 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.81 KiB sent 9.9.9.9:0%,1.1.1.1:20% 165.396 /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.71 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 75.675 /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.79 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 185.14.97.234:37492 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 129.320 /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 27.745 /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 38.879 /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 89.46.232.39:40316 transfer: 0 B received, 1.88 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:20% 63.235 /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 194.71.126.45:32821 transfer: 0 B received, 1.63 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 62.362 /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 184.748 /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent 9.9.9.9:0%,1.1.1.1:0% 59.395 /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.097 /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 65.777 /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt OK 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 186.153 /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 66.513 /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 194.613 /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 89.40.104.201:36979 transfer: 0 B received, 1.56 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt OK 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 161.595 /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent 9.9.9.9:0%,1.1.1.1:0% 105.977 /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt DIR=/usr/local/sbin ### FILE /usr/local/sbin/router-egress-slots-apply.sh -rwxr-xr-x 1 root root 2217 Jul 8 13:00 /usr/local/sbin/router-egress-slots-apply.sh sha256=6e5bfbcc2b216a234f5501d72f2319a74f5ae9f49ec931d10157e322eeb66bfc #!/bin/sh set -u ensure_link() { iface="$1" ip link show "$iface" >/dev/null 2>&1 || { echo "BLOCK: missing_iface_$iface" exit 10 } } ensure_rule() { pref="$1" mark="$2" table="$3" ip rule show | grep -E "fwmark $mark.*lookup $table|fwmark $mark/0xffffffff.*lookup $table" >/dev/null && return 0 ip rule add pref "$pref" fwmark "$mark" lookup "$table" } case "${1:-start}" in start|restart|reload) ensure_link vpn1 ensure_link vpn2 ensure_link vpn3 ensure_link vpn4 ensure_link vpn5 ip route replace default dev vpn1 table 201 ip route replace default dev vpn2 table 202 ip route replace default dev vpn3 table 203 ip route replace default dev vpn4 table 204 ip route replace default dev vpn5 table 205 ensure_rule 10011 0x201 201 ensure_rule 10012 0x202 202 ensure_rule 10013 0x203 203 ensure_rule 10014 0x204 204 ensure_rule 10015 0x205 205 ip route flush cache 2>/dev/null || true ip route show table 200 | grep -F "default dev vpn1" >/dev/null || { echo "BLOCK: legacy_table200_default_vpn1_missing" exit 20 } echo "applied_router_egress_slots_5=1" ;; stop) for mark_table in "0x201 201 10011" "0x202 202 10012" "0x203 203 10013" "0x204 204 10014" "0x205 205 10015"; do set -- $mark_table mark="$1" table="$2" pref="$3" while ip rule show | grep -E "fwmark $mark.*lookup $table|fwmark $mark/0xffffffff.*lookup $table" >/dev/null; do ip rule del fwmark "$mark" lookup "$table" 2>/dev/null || ip rule del pref "$pref" 2>/dev/null || break done done ip route flush table 201 2>/dev/null || true ip route flush table 202 2>/dev/null || true ip route flush table 203 2>/dev/null || true ip route flush table 204 2>/dev/null || true ip route flush table 205 2>/dev/null || true echo "stopped_router_egress_slots_5=1" ;; status) ip rule show | grep -E 'fwmark 0x20[1-5]|lookup 20[1-5]' || true for t in 201 202 203 204 205; do echo "--- table $t ---" ip route show table "$t" || true done ;; *) echo "usage: $0 {start|stop|restart|reload|status}" exit 1 ;; esac ### FILE /usr/local/sbin/router-wgpay-canary-apply.sh -rwxr-xr-x 1 root root 2737 Jul 8 13:03 /usr/local/sbin/router-wgpay-canary-apply.sh sha256=5a0e48e9ef31ef6fe0d9fa0f4aac4ed48cc3e9a4b0ea93abc87dfd0067f6cd1c #!/bin/sh set -u TABLE="router_egress_dscp_canary" check_route() { table="$1" iface="$2" ip route show table "$table" | grep -E "default .* dev $iface|default dev $iface" >/dev/null || { echo "BLOCK: table${table}_not_${iface}" exit "$3" } } case "${1:-start}" in start|restart|reload) check_route 201 vpn1 21 check_route 202 vpn2 22 check_route 203 vpn3 23 check_route 204 vpn4 24 check_route 205 vpn5 25 ip route show table 200 | grep -F "default dev vpn1" >/dev/null || { echo "BLOCK: legacy_table200_default_vpn1_missing" exit 30 } nft delete table inet "$TABLE" 2>/dev/null || true nft add table inet "$TABLE" nft add chain inet "$TABLE" prerouting '{ type filter hook prerouting priority mangle; policy accept; }' nft add chain inet "$TABLE" postrouting '{ type filter hook postrouting priority mangle; policy accept; }' nft add rule inet "$TABLE" prerouting iifname "eth1" ip saddr 10.200.0.1 ip dscp cs1 meta mark set 0x203 counter comment "STEP_036I_DSCP_CS1_TO_FW_MARK_0x203" nft add rule inet "$TABLE" prerouting iifname "eth1" ip saddr 10.200.0.1 ip dscp cs2 meta mark set 0x204 counter comment "STEP_036I_DSCP_CS2_TO_FW_MARK_0x204" nft add rule inet "$TABLE" prerouting iifname "eth1" ip saddr 10.200.0.1 ip dscp cs3 meta mark set 0x205 counter comment "STEP_036I_DSCP_CS3_TO_FW_MARK_0x205" nft add rule inet "$TABLE" prerouting iifname "eth1" ip saddr 10.200.0.1 ip dscp cs4 meta mark set 0x201 counter comment "STEP_036I_DSCP_CS4_TO_FW_MARK_0x201" nft add rule inet "$TABLE" prerouting iifname "eth1" ip saddr 10.200.0.1 ip dscp cs5 meta mark set 0x202 counter comment "STEP_036I_DSCP_CS5_TO_FW_MARK_0x202" nft add rule inet "$TABLE" postrouting meta mark 0x203 ip dscp cs1 ip dscp set cs0 counter comment "STEP_036I_CLEAR_DSCP_CS1_MARK_0x203" nft add rule inet "$TABLE" postrouting meta mark 0x204 ip dscp cs2 ip dscp set cs0 counter comment "STEP_036I_CLEAR_DSCP_CS2_MARK_0x204" nft add rule inet "$TABLE" postrouting meta mark 0x205 ip dscp cs3 ip dscp set cs0 counter comment "STEP_036I_CLEAR_DSCP_CS3_MARK_0x205" nft add rule inet "$TABLE" postrouting meta mark 0x201 ip dscp cs4 ip dscp set cs0 counter comment "STEP_036I_CLEAR_DSCP_CS4_MARK_0x201" nft add rule inet "$TABLE" postrouting meta mark 0x202 ip dscp cs5 ip dscp set cs0 counter comment "STEP_036I_CLEAR_DSCP_CS5_MARK_0x202" echo "applied_vm101_5class_mapper=1" ;; stop) nft delete table inet "$TABLE" 2>/dev/null || true echo "stopped_vm101_5class_mapper=1" ;; status) nft list table inet "$TABLE" 2>/dev/null ;; *) echo "usage: $0 {start|stop|restart|reload|status}" exit 1 ;; esac __INITD_HMN_VPN_RELEVANT__ ### INIT /etc/init.d/boot enabled=true #!/bin/sh /etc/rc.common # Copyright (C) 2006-2011 OpenWrt.org START=10 STOP=90 uci_apply_defaults() { . /lib/functions/system.sh cd /etc/uci-defaults || return 0 files="$(ls)" [ -z "$files" ] && return 0 for file in $files; do ( . "./$(basename $file)" ) && rm -f "$file" done uci commit } boot() { [ -f /proc/mounts ] || /sbin/mount_root [ -f /proc/jffs2_bbc ] && echo "S" > /proc/jffs2_bbc mkdir -p /var/lock chmod 1777 /var/lock mkdir -p /var/log mkdir -p /var/run ln -s /var/run /run ln -s /var/lock /run/lock mkdir -p /var/state mkdir -p /var/tmp mkdir -p /tmp/.uci chmod 0700 /tmp/.uci touch /var/log/wtmp touch /var/log/lastlog mkdir -p /tmp/resolv.conf.d touch /tmp/resolv.conf.d/resolv.conf.auto ln -sf /tmp/resolv.conf.d/resolv.conf.auto /tmp/resolv.conf grep -q debugfs /proc/filesystems && /bin/mount -o nosuid,nodev,noexec,noatime -t debugfs debugfs /sys/kernel/debug grep -q bpf /proc/filesystems && /bin/mount -o nosuid,nodev,noexec,noatime,mode=0700 -t bpf bpffs /sys/fs/bpf grep -q pstore /proc/filesystems && /bin/mount -o nosuid,nodev,noexec,noatime -t pstore pstore /sys/fs/pstore [ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe touch /tmp/.config_pending /sbin/kmodloader [ ! -f /etc/config/wireless ] && { # compat for bcm47xx and mvebu sleep 1 } mkdir -p /tmp/.uci [ -f /etc/uci-defaults/30_uboot-envtools ] && (. /etc/uci-defaults/30_uboot-envtools) /bin/config_generate rm -f /tmp/.config_pending /sbin/wifi config uci_apply_defaults sync # temporary hack until configd exists /sbin/reload_config } ### INIT /etc/init.d/dnsmasq enabled=true #!/bin/sh /etc/rc.common # Copyright (C) 2007-2012 OpenWrt.org START=19 USE_PROCD=1 PROG=/usr/sbin/dnsmasq ADD_LOCAL_DOMAIN=1 ADD_LOCAL_HOSTNAME=1 ADD_WAN_FQDN=0 ADD_LOCAL_FQDN="" BASECONFIGFILE="/var/etc/dnsmasq.conf" EXTRACONFFILE="extraconfig.conf" BASEHOSTFILE="/tmp/hosts/dhcp" TRUSTANCHORSFILE="KEYMASK-anchors.conf" TIMEVALIDFILE="/var/state/dnsmasqsec" BASEDHCPSTAMPFILE="/var/run/dnsmasq" DHCPBOGUSHOSTNAMEFILE="KEYMASK.conf" RFC6761FILE="KEYMASK.conf" DHCPSCRIPT="/usr/lib/dnsmasq/dhcp-script.sh" DHCPSCRIPT_DEPENDS="/usr/share/libubox/jshn.sh /usr/bin/jshn /bin/ubus" DNSMASQ_DHCP_VER=4 dnsmasq_ignore_opt() { local opt="$1" if [ -z "$dnsmasq_features" ]; then dnsmasq_features="$(dnsmasq --version | grep -m1 'Compile time options:' | cut -d: -f2) " [ "${dnsmasq_features#* DHCP }" = "$dnsmasq_features" ] || dnsmasq_has_dhcp=1 [ "${dnsmasq_features#* DHCPv6 }" = "$dnsmasq_features" ] || dnsmasq_has_dhcp6=1 [ "${dnsmasq_features#* DNSSEC }" = "$dnsmasq_features" ] || dnsmasq_has_dnssec=1 [ "${dnsmasq_features#* TFTP }" = "$dnsmasq_features" ] || dnsmasq_has_tftp=1 [ "${dnsmasq_features#* ipset }" = "$dnsmasq_features" ] || dnsmasq_has_ipset=1 [ "${dnsmasq_features#* nftset }" = "$dnsmasq_features" ] || dnsmasq_has_nftset=1 fi case "$opt" in dhcp-duid|\ ra-param) [ -z "$dnsmasq_has_dhcp6" ] ;; dhcp-*|\ bootp-*|\ pxe-*) [ -z "$dnsmasq_has_dhcp" ] ;; dnssec*|\ trust-anchor) if [ -z "$dnsmasq_has_dnssec" ]; then echo "dnsmasq: \"$opt\" requested, but dnssec support is not available" >&2 exit 1 fi return 1 ;; tftp-*) [ -z "$dnsmasq_has_tftp" ] ;; ipset) [ -z "$dnsmasq_has_ipset" ] ;; nftset) [ -z "$dnsmasq_has_nftset" ] ;; *) return 1 esac } xappend() { local value="${1#--}" local opt="${value%%=*}" if ! dnsmasq_ignore_opt "$opt"; then echo "$value" >>"$CONFIGFILE_TMP" fi } hex_to_hostid() { local var="$1" local hex="${2#0x}" # strip optional "0x" prefix if [ -n "${hex//[0-9a-fA-F]/}" ]; then # is invalid hex literal return 1 fi # convert into host id export "$var=$( printf "%0x:%0x" \ $(((0x$hex >> 16) % 65536)) \ $(( 0x$hex % 65536)) )" return 0 } dhcp_calc() { local ip="$1" local res=0 while [ -n "$ip" ]; do part="${ip%%.*}" res="$(($res * 256))" res="$(($res + $part))" [ "${ip%.*}" != "$ip" ] && ip="${ip#*.}" || ip= done echo "$res" } dhcp_check() { local ifname="$1" local stamp="${BASEDHCPSTAMPFILE_CFG}.${ifname}.dhcp" local rv=0 [ -s "$stamp" ] && return $(cat "$stamp") # If interface is down, skip it. # The init script will be called again once the link is up case "$(devstatus "$ifname" | jsonfilter -e @.up)" in false) return 1;; esac udhcpc -n -q -s /bin/true -t 1 -i "$ifname" >&- && rv=1 || rv=0 echo $rv > "$stamp" return $rv } log_once() { pidof dnsmasq >/dev/null || \ logger -t dnsmasq "$@" } has_handler() { local file for file in /etc/hotplug.d/dhcp/* /etc/hotplug.d/tftp/* /etc/hotplug.d/neigh/*; do [ -f "$file" ] && return 0 done return 1 } append_bool() { local section="$1" local option="$2" local value="$3" local default="$4" local _loctmp [ -z "$default" ] && default="0" config_get_bool _loctmp "$section" "$option" "$default" [ $_loctmp -gt 0 ] && xappend "$value" } append_parm() { local section="$1" local option="$2" local switch="$3" local default="$4" local _loctmp config_get _loctmp "$section" "$option" "$default" [ -z "$_loctmp" ] && return 0 xappend "$switch=$_loctmp" } append_server() { xappend "--server=$1" } append_rev_server() { xappend "--rev-server=$1" } append_address() { xappend "--address=$1" } append_connmark_allowlist() { xappend "--connmark-allowlist=$1" } append_interface() { network_get_device ifname "$1" || ifname="$1" xappend "--interface=$ifname" } append_listenaddress() { xappend "--listen-address=$1" } append_notinterface() { network_get_device ifname "$1" || ifname="$1" xappend "--except-interface=$ifname" } ismounted() { local filename="$1" local dirname for dirname in $EXTRA_MOUNT ; do case "$filename" in "${dirname}/"* | "${dirname}" ) return 0 ;; esac done return 1 } append_extramount() { ismounted "$1" || append EXTRA_MOUNT "$1" } append_addnhosts() { append_extramount "$1" xappend "--addn-hosts=$1" } append_bogusnxdomain() { xappend "--bogus-nxdomain=$1" } append_pxe_service() { xappend "--pxe-service=$1" } append_interface_name() { xappend "--interface-name=$1,$2" } append_filter_rr() { xappend "--filter-rr=$1" } append_cache_rr() { xappend "--cache-rr=$1" } filter_dnsmasq() { local cfg="$1" func="$2" match_cfg="$3" found_cfg # use entry when no instance entry set, or if it matches config_get found_cfg "$cfg" "instance" if [ -z "$found_cfg" ] || [ "$found_cfg" = "$match_cfg" ]; then $func $cfg fi } dhcp_subscrid_add() { local cfg="$1" config_get networkid "$cfg" networkid [ -n "$networkid" ] || return 0 config_get subscriberid "$cfg" subscriberid [ -n "$subscriberid" ] || return 0 xappend "--dhcp-subscrid=set:$networkid,$subscriberid" config_get_bool force "$cfg" force 0 dhcp_option_add "$cfg" "$networkid" "$force" ### INIT /etc/init.d/dropbear enabled=true #!/bin/sh /etc/rc.common # Copyright (C) 2006-2010 OpenWrt.org # Copyright (C) 2006 Carlos Sobrinho START=19 STOP=50 USE_PROCD=1 PROG=/usr/sbin/dropbear NAME=dropbear PIDCOUNT=0 extra_command "killclients" "Kill ${NAME} processes except servers and yourself" # most of time real_stat() will be failing # due to missing "stat" binary (by default) real_stat() { env stat -L "$@" 2>/dev/null ; } dumb_stat() { ls -Ldln "$1" | tr -s '\t ' ' ' ; } stat_perm() { real_stat -c '%A' "$1" || dumb_stat "$1" | cut -d ' ' -f 1 ; } stat_owner() { real_stat -c '%u' "$1" || dumb_stat "$1" | cut -d ' ' -f 3 ; } _dropbearkey() { /usr/bin/dropbearkey "$@" /dev/null 2>&1 } # $1 - file name (host key or config) file_verify() { [ -f "$1" ] || return 1 # checking file ownership [ "$(stat_owner "$1")" = "0" ] || { chown 0 "$1" [ "$(stat_owner "$1")" = "0" ] || return 2 } # checking file permissions [ "$(stat_perm "$1")" = "-rw-------" ] || { chmod 0600 "$1" [ "$(stat_perm "$1")" = "-rw-------" ] || return 3 } # file is host key or not? # if $2 is empty string - file is "host key" # if $2 is non-empty string - file is "config" [ -z "$2" ] || return 0 # checking file contents (finally) [ -s "$1" ] || return 4 _dropbearkey -y -f "$1" || return 5 return 0 } # $1 - file_verify() return code file_errmsg() { case "$1" in 0) ;; 1) echo "file does not exist" ;; 2) echo "file has wrong owner (must be owned by root)" ;; 3) echo "file has wrong permissions (must not have group/other write bit)" ;; 4) echo "file has zero length" ;; 5) echo "file is not valid host key or not supported" ;; *) echo "unknown error" ;; esac } # $1 - config option # $2 - host key file name hk_config() { local x m file_verify "$2" ; x=$? if [ "$x" = 0 ] ; then procd_append_param command -r "$2" return fi m=$(file_errmsg "$x") logger -s -t "${NAME}" -p daemon.warn \ "Option '$1', skipping '$2': $m" } # $1 - host key file name hk_config__keyfile() { hk_config keyfile "$1" ; } ktype_all='ed25519 ecdsa rsa' hk_generate_as_needed() { local hk_cfg_dir kgen ktype kfile hk_tmp_dir hk_cfg_dir='/etc/dropbear' [ -d "${hk_cfg_dir}" ] || mkdir -p "${hk_cfg_dir}" kgen= for ktype in ${ktype_all} ; do kfile="${hk_cfg_dir}/dropbear_${ktype}_host_key" if file_verify "${kfile}" ; then continue ; fi kgen="${kgen}${kgen:+ }${ktype}" done # all keys are sane? [ -n "${kgen}" ] || return 0 hk_tmp_dir=$(mktemp -d) # system in bad state? [ -n "${hk_tmp_dir}" ] || return 1 chmod 0700 "${hk_tmp_dir}" for ktype in ${kgen} ; do kfile="${hk_tmp_dir}/dropbear_${ktype}_host_key" if ! _dropbearkey -t ${ktype} -f "${kfile}" ; then # unsupported key type rm -f "${kfile}" continue fi chmod 0600 "${kfile}" done kgen= for ktype in ${ktype_all} ; do kfile="${hk_tmp_dir}/dropbear_${ktype}_host_key" [ -s "${kfile}" ] || continue kgen="${kgen}${kgen:+ }${ktype}" done if [ -n "${kgen}" ] ; then for ktype in ${kgen} ; do kfile="${hk_tmp_dir}/dropbear_${ktype}_host_key" [ -s "${kfile}" ] || continue mv -f "${kfile}" "${hk_cfg_dir}/" done fi rm -rf "${hk_tmp_dir}" # cleanup empty files for ktype in ${ktype_all} ; do kfile="${hk_cfg_dir}/dropbear_${ktype}_host_key" [ -s "${kfile}" ] || rm -f "${kfile}" done } # $1 - list with whitespace-separated elements normalize_list() { printf '%s' "$1" | tr -s ' \r\n\t' ' ' | sed -E 's/^ //;s/ $//' } warn_multiple_interfaces() { logger -t "${NAME}" -p daemon.warn \ "Option '$1' should specify SINGLE interface but instead it lists interfaces: $2" logger -t "${NAME}" -p daemon.warn \ "Consider creating per-interface instances instead!" } validate_section_dropbear() { uci_load_validate dropbear dropbear "$1" "$2" \ 'PasswordAuth:bool:1' \ 'enable:bool:1' \ 'DirectInterface:string' \ 'Interface:string' \ 'GatewayPorts:bool:0' \ 'ForceCommand:string' \ 'RootPasswordAuth:bool:1' \ 'RootLogin:bool:1' \ 'rsakeyfile:file' \ 'keyfile:list(file)' \ 'BannerFile:file' \ 'Port:port:22' \ 'SSHKeepAlive:uinteger:300' \ 'IdleTimeout:uinteger:0' \ 'MaxAuthTries:uinteger:3' \ 'RecvWindowSize:uinteger:262144' \ 'mdns:bool:1' } dropbear_instance() { [ "$2" = 0 ] || { echo "validation failed" return 1 } [ "${enable}" = "1" ] || return 1 local iface ndev ipaddrs # 'DirectInterface' should specify single interface # but end users may misinterpret this setting DirectInterface=$(normalize_list "${DirectInterface}") # 'Interface' should specify single interface # but end users are often misinterpret this setting Interface=$(normalize_list "${Interface}") if [ -n "${Interface}" ] ; then if [ -n "${DirectInterface}" ] ; then logger -t "${NAME}" -p daemon.warn \ "Option 'DirectInterface' takes precedence over 'Interface'" else logger -t "${NAME}" -p daemon.info \ "Option 'Interface' binds to address(es) but not to interface" logger -t "${NAME}" -p daemon.info \ "Consider using option 'DirectInterface' to bind directly to interface" fi fi # handle 'DirectInterface' iface=$(echo "${DirectInterface}" | awk '{print $1}') case "${DirectInterface}" in *\ *) warn_multiple_interfaces DirectInterface "${DirectInterface}" logger -t "${NAME}" -p daemon.warn \ "Using network interface '${iface}' for direct binding" ;; esac while [ -n "${iface}" ] ; do # if network is available (even during boot) - proceed if network_is_up "${iface}" ; then break ; fi # skip during boot [ -z "${BOOT}" ] || return 0 logger -t "${NAME}" -p daemon.crit \ "Network interface '${iface}' is not available!" return 1 done while [ -n "${iface}" ] ; do # ${iface} is logical (higher level) interface name # ${ndev} is 'real' interface name # e.g.: if ${iface} is 'lan' (default LAN interface) then ${ndev} is 'br-lan' network_get_device ndev "${iface}" [ -z "${ndev}" ] || break logger -t "${NAME}" -p daemon.crit \ "Missing network device for network interface '${iface}'!" return 1 done if [ -n "${iface}" ] ; then logger -t "${NAME}" -p daemon.info \ "Using network interface '${iface}' (network device '${ndev}') for direct binding" fi # handle 'Interface' while [ -z "${iface}" ] ; do [ -n "${Interface}" ] || break # skip during boot [ -z "${BOOT}" ] || return 0 case "${Interface}" in *\ *) warn_multiple_interfaces Interface "${Interface}" ;; ### INIT /etc/init.d/firewall enabled=true #!/bin/sh /etc/rc.common START=19 USE_PROCD=1 QUIET="" service_triggers() { procd_add_reload_trigger firewall procd_add_reload_data_trigger firewall } restart() { fw4 restart } start_service() { fw4 ${QUIET} start } stop_service() { fw4 flush } reload_service() { fw4 reload } boot() { # Be silent on boot, firewall might be started by hotplug already, # so don't complain in syslog. QUIET=-q start } ### INIT /etc/init.d/gpio_switch enabled=true #!/bin/sh /etc/rc.common # Copyright (C) 2015 OpenWrt.org START=94 STOP=10 USE_PROCD=1 load_gpio_switch() { local name local gpio_pin local value config_get gpio_pin "$1" gpio_pin config_get name "$1" name config_get value "$1" value 0 [ -z "$gpio_pin" ] && { echo >&2 "Skipping gpio_switch '$name' due to missing gpio_pin" return 1 } local gpio_path if [ -n "$(echo "$gpio_pin" | grep -E "^[0-9]+$")" ]; then gpio_path="/sys/class/gpio/gpio${gpio_pin}" # export GPIO pin for access [ -d "$gpio_path" ] || { echo "$gpio_pin" >/sys/class/gpio/export # we need to wait a bit until the GPIO appears [ -d "$gpio_path" ] || sleep 1 } # direction attribute only exists if the kernel supports changing the # direction of a GPIO if [ -e "${gpio_path}/direction" ]; then # set the pin to output with high or low pin value { [ "$value" = "0" ] && echo "low" || echo "high"; } \ >"$gpio_path/direction" else { [ "$value" = "0" ] && echo "0" || echo "1"; } \ >"$gpio_path/value" fi else gpio_path="/sys/class/gpio/${gpio_pin}" [ -d "$gpio_path" ] && { { [ "$value" = "0" ] && echo "0" || echo "1"; } \ >"$gpio_path/value" } fi } service_triggers() { procd_add_reload_trigger "system" } start_service() { [ -e /sys/class/gpio/ ] && { config_load system config_foreach load_gpio_switch gpio_switch } } ### INIT /etc/init.d/led enabled=true #!/bin/sh /etc/rc.common # Copyright (C) 2008 OpenWrt.org START=96 led_color_set() { local cfg="$1" local sysfs="$2" local max_b local colors local color local multi_intensity local value local write [ -e /sys/class/leds/${sysfs}/multi_intensity ] || return [ -e /sys/class/leds/${sysfs}/multi_index ] || return max_b="$(cat /sys/class/leds/${sysfs}/max_brightness)" colors="$(cat /sys/class/leds/${sysfs}/multi_index | tr " " "\n")" multi_intensity="" for color in $colors; do config_get value $1 "color_${color}" "0" [ "$value" -gt 0 ] && write=1 [ "$value" -gt "$max_b" ] && value="$max_b" multi_intensity="${multi_intensity}${value} " done # Check if any color is configured [ "$write" = 1 ] || return # Remove last whitespace multi_intensity="${multi_intensity:0:-1}" echo "setting '${name}' led color to '${multi_intensity}'" echo "${multi_intensity}" > /sys/class/leds/${sysfs}/multi_intensity } load_led() { local name local sysfs local trigger local dev local ports local mode local default local delayon local delayoff local interval config_get sysfs $1 sysfs config_get name $1 name "$sysfs" config_get trigger $1 trigger "none" config_get dev $1 dev config_get ports $1 port config_get mode $1 mode config_get_bool default $1 default "0" config_get delayon $1 delayon config_get delayoff $1 delayoff config_get interval $1 interval "50" config_get port_state $1 port_state config_get delay $1 delay "150" config_get message $1 message "" config_get gpio $1 gpio "0" config_get_bool inverted $1 inverted "0" [ "$2" ] && [ "$sysfs" != "$2" ] && return # execute application led trigger [ -f "/usr/libexec/led-trigger/${trigger}" ] && { . "/usr/libexec/led-trigger/${trigger}" return 0 } [ "$trigger" = "usbdev" ] && { # Backward compatibility: translate to the new trigger trigger="usbport" # Translate port of root hub, e.g. 4-1 -> usb4-port1 ports=$(echo "$dev" | sed -n 's/^\([0-9]*\)-\([0-9]*\)$/usb\1-port\2/p') # Translate port of extra hub, e.g. 2-2.4 -> 2-2-port4 [ -z "$ports" ] && ports=$(echo "$dev" | sed -n 's/\./-port/p') } [ -e /sys/class/leds/${sysfs}/brightness ] && { echo "setting up led ${name}" printf "%s %s %d" \ "$sysfs" \ "$(sed -ne 's/^.*\[\(.*\)\].*$/\1/p' /sys/class/leds/${sysfs}/trigger)" \ "$(cat /sys/class/leds/${sysfs}/brightness)" \ >> /var/run/led.state # Save default color if supported [ -e /sys/class/leds/${sysfs}/multi_intensity ] && { printf " %s" \ "$(sed 's/\ /:/g' /sys/class/leds/${sysfs}/multi_intensity)" \ >> /var/run/led.state } printf "\n" >> /var/run/led.state [ "$default" = 0 ] && echo 0 >/sys/class/leds/${sysfs}/brightness [ $default = 1 ] && cat /sys/class/leds/${sysfs}/max_brightness > /sys/class/leds/${sysfs}/brightness led_color_set "$1" "$sysfs" echo $trigger > /sys/class/leds/${sysfs}/trigger 2> /dev/null ret="$?" [ $ret = 0 ] || { echo >&2 "Skipping trigger '$trigger' for led '$name' due to missing kernel module" return 1 } case "$trigger" in "heartbeat") echo "${inverted}" > "/sys/class/leds/${sysfs}/invert" ;; "netdev") [ -n "$dev" ] && { echo $dev > /sys/class/leds/${sysfs}/device_name for m in $mode; do [ -e "/sys/class/leds/${sysfs}/$m" ] && \ echo 1 > /sys/class/leds/${sysfs}/$m done echo $interval > /sys/class/leds/${sysfs}/interval 2>/dev/null } ;; "timer"|"oneshot") [ -n "$delayon" ] && \ echo $delayon > /sys/class/leds/${sysfs}/delay_on [ -n "$delayoff" ] && \ echo $delayoff > /sys/class/leds/${sysfs}/delay_off ;; "usbport") local p for p in $ports; do echo 1 > /sys/class/leds/${sysfs}/ports/$p done ;; "port_state") [ -n "$port_state" ] && \ echo $port_state > /sys/class/leds/${sysfs}/port_state ;; "gpio") echo $gpio > /sys/class/leds/${sysfs}/gpio echo $inverted > /sys/class/leds/${sysfs}/inverted ;; switch[0-9]*) local port_mask speed_mask config_get port_mask $1 port_mask [ -n "$port_mask" ] && \ echo $port_mask > /sys/class/leds/${sysfs}/port_mask config_get speed_mask $1 speed_mask [ -n "$speed_mask" ] && \ echo $speed_mask > /sys/class/leds/${sysfs}/speed_mask [ -n "$mode" ] && \ echo "$mode" > /sys/class/leds/${sysfs}/mode ;; esac } } start() { [ -e /sys/class/leds/ ] && { [ -s /var/run/led.state ] && { local led trigger brightness color while read led trigger brightness color; do [ "$1" ] && [ "$1" != "$led" ] && continue [ -e "/sys/class/leds/$led/trigger" ] && \ echo "$trigger" > "/sys/class/leds/$led/trigger" [ -e "/sys/class/leds/$led/brightness" ] && \ echo "$brightness" > "/sys/class/leds/$led/brightness" [ -e "/sys/class/leds/$led/multi_intensity" ] && \ echo "$color" | sed 's/:/\ /g' > \ "/sys/class/leds/$led/multi_intensity" done < /var/run/led.state if [ "$1" ]; then grep -v "^$1 " /var/run/led.state > /var/run/led.state.new mv /var/run/led.state.new /var/run/led.state else rm /var/run/led.state fi } config_load system config_foreach load_led led "$1" } } ### INIT /etc/init.d/log enabled=true #!/bin/sh /etc/rc.common # Copyright (C) 2013 OpenWrt.org # start after and stop before networking START=12 STOP=89 PIDCOUNT=0 USE_PROCD=1 PROG=/sbin/logread validate_log_section() { uci_load_validate system system "$1" "$2" \ 'log_file:string' \ 'log_size:uinteger' \ 'log_hostname:string' \ 'log_ip:host' \ 'log_remote:bool:1' \ 'log_port:port:514' \ 'log_proto:or("tcp", "udp"):udp' \ 'log_trailer_null:bool:0' \ 'log_prefix:string' } validate_log_daemon() { uci_load_validate system system "$1" "$2" \ 'log_size:uinteger:0' \ 'log_buffer_size:uinteger:0' } start_service_daemon() { [ $log_buffer_size -eq 0 -a $log_size -gt 0 ] && log_buffer_size=$log_size [ $log_buffer_size -eq 0 ] && log_buffer_size=64 procd_open_instance logd procd_set_param command "/sbin/logd" procd_append_param command -S "${log_buffer_size}" procd_set_param respawn 5 1 -1 procd_close_instance } start_service_file() { PIDCOUNT="$(( ${PIDCOUNT} + 1))" local pid_file="/var/run/logread.${PIDCOUNT}.pid" [ "$2" = 0 ] || { echo "validation failed" return 1 } [ -z "${log_file}" ] && return [ "$_BOOT" = "1" ] && [ "$(procd_get_mountpoints "${log_file}")" ] && return 0 mkdir -p "$(dirname "${log_file}")" procd_open_instance logfile procd_set_param command "$PROG" -f -F "$log_file" -p "$pid_file" [ -n "${log_size}" ] && procd_append_param command -S "$log_size" procd_close_instance } start_service_remote() { PIDCOUNT="$(( ${PIDCOUNT} + 1))" local pid_file="/var/run/logread.${PIDCOUNT}.pid" [ "$2" = 0 ] || { echo "validation failed" return 1 } [ "${log_remote}" -ne 0 ] || return [ -z "${log_ip}" ] && return [ -z "${log_hostname}" ] && log_hostname=$(cat KEYMASK) procd_open_instance logremote procd_set_param command "$PROG" -f -h "$log_hostname" -r "$log_ip" "${log_port}" -p "$pid_file" case "${log_proto}" in "udp") procd_append_param command -u;; "tcp") [ "${log_trailer_null}" -eq 1 ] && procd_append_param command -0;; esac [ -z "${log_prefix}" ] || procd_append_param command -P "${log_prefix}" procd_close_instance } register_mount_trigger() { [ -n "${log_file}" ] && procd_add_action_mount_trigger start "${log_file}" } service_triggers() { config_load system procd_add_reload_trigger "system" procd_add_validation validate_log_section config_foreach validate_log_section system register_mount_trigger } start_service() { config_load system config_foreach validate_log_daemon system start_service_daemon config_foreach validate_log_section system start_service_file config_foreach validate_log_section system start_service_remote } boot() { _BOOT=1 start } ### INIT /etc/init.d/network enabled=true #!/bin/sh /etc/rc.common START=20 STOP=90 USE_PROCD=1 init_switch() { setup_switch() { return 0; } include /lib/network setup_switch } start_service() { init_switch procd_open_instance procd_set_param command /sbin/netifd procd_set_param respawn procd_set_param watch network.interface [ -e /proc/sys/kernel/core_pattern ] && { procd_set_param limits core="unlimited" } procd_close_instance } reload_service() { local rv=0 init_switch ubus call network reload || rv=1 return $rv } stop_service() { [ -x /sbin/wifi ] && /sbin/wifi down ifdown -a sleep 1 } validate_atm_bridge_section() { uci_validate_section network "atm-bridge" "${1}" \ 'unit:uinteger:0' \ 'vci:range(32, 65535):35' \ 'vpi:range(0, 255):8' \ 'atmdev:uinteger:0' \ 'encaps:or("llc", "vc"):llc' \ 'payload:or("bridged", "routed"):bridged' } validate_route_section() { uci_validate_section network route "${1}" \ 'interface:string' \ 'target:cidr4' \ 'netmask:netmask4' \ 'gateway:ip4addr' \ 'metric:uinteger' \ 'mtu:uinteger' \ 'table:or(range(0,65535),string)' } validate_route6_section() { uci_validate_section network route6 "${1}" \ 'interface:string' \ 'target:cidr6' \ 'gateway:ip6addr' \ 'metric:uinteger' \ 'mtu:uinteger' \ 'table:or(range(0,65535),string)' } validate_rule_section() { uci_validate_section network rule "${1}" \ 'in:string' \ 'out:string' \ 'src:cidr4' \ 'dest:cidr4' \ 'tos:range(0,31)' \ 'mark:string' \ 'invert:bool' \ 'lookup:or(range(0,65535),string)' \ 'goto:range(0,65535)' \ 'action:or("prohibit", "unreachable", "blackhole", "throw")' } validate_rule6_section() { uci_validate_section network rule6 "${1}" \ 'in:string' \ 'out:string' \ 'src:cidr6' \ 'dest:cidr6' \ 'tos:range(0,31)' \ 'mark:string' \ 'invert:bool' \ 'lookup:or(range(0,65535),string)' \ 'goto:range(0,65535)' \ 'action:or("prohibit", "unreachable", "blackhole", "throw")' } validate_switch_section() { uci_validate_section network switch "${1}" \ 'name:string' \ 'enable:bool' \ 'enable_vlan:bool' \ 'reset:bool' \ 'ar8xxx_mib_poll_interval:uinteger' \ 'ar8xxx_mib_type:range(0,1)' } validate_switch_vlan() { uci_validate_section network switch_vlan "${1}" \ 'device:string' \ 'vlan:uinteger' \ 'ports:list(ports)' } service_triggers() { procd_add_reload_trigger network wireless procd_open_validate validate_atm_bridge_section validate_route_section [ -e /proc/sys/net/ipv6 ] && validate_route6_section validate_rule_section [ -e /proc/sys/net/ipv6 ] && validate_rule6_section validate_switch_section validate_switch_vlan procd_close_validate } shutdown() { ifdown -a sleep 1 } ### INIT /etc/init.d/odhcpd enabled=true #!/bin/sh /etc/rc.common START=35 STOP=85 USE_PROCD=1 start_service() { procd_open_instance procd_set_param command /usr/sbin/odhcpd procd_set_param respawn procd_close_instance } reload_service() { procd_send_signal odhcpd } service_triggers() { procd_add_reload_trigger "dhcp" } ### INIT /etc/init.d/openvpn enabled=true #!/bin/sh /etc/rc.common # Copyright (C) 2008-2013 OpenWrt.org # Copyright (C) 2008 Jo-Philipp Wich # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. START=90 STOP=10 USE_PROCD=1 PROG=/usr/sbin/openvpn PATH_INSTANCE_DIR="/etc/openvpn" LIST_SEP=" " UCI_STARTED= UCI_DISABLED= append_param() { local s="$1" local v="$2" case "$v" in *_*_*_*) v=${v%%_*}-${v#*_}; v=${v%%_*}-${v#*_}; v=${v%%_*}-${v#*_} ;; *_*_*) v=${v%%_*}-${v#*_}; v=${v%%_*}-${v#*_} ;; *_*) v=${v%%_*}-${v#*_} ;; esac echo -n "$v" >> "/var/etc/openvpn-$s.conf" return 0 } append_bools() { local p; local v; local s="$1"; shift for p in $*; do config_get_bool v "$s" "$p" [ "$v" = 1 ] && append_param "$s" "$p" && echo >> "/var/etc/openvpn-$s.conf" done } append_params() { local p; local v; local s="$1"; shift for p in $*; do config_get v "$s" "$p" IFS="$LIST_SEP" for v in $v; do [ "$v" = "frames_only" ] && [ "$p" = "compress" ] && unset v && append_param "$s" "$p" && echo >> "/var/etc/openvpn-$s.conf" [ -n "$v" ] && [ "$p" != "push" ] && append_param "$s" "$p" && echo " $v" >> "/var/etc/openvpn-$s.conf" [ -n "$v" ] && [ "$p" = "push" ] && append_param "$s" "$p" && echo " \"$v\"" >> "/var/etc/openvpn-$s.conf" done unset IFS done } append_list() { local p; local v; local s="$1"; shift list_cb_append() { v="${v}:$1" } for p in $*; do unset v config_list_foreach "$s" "$p" list_cb_append [ -n "$v" ] && append_param "$s" "$p" && echo " ${v:1}" >> "/var/etc/openvpn-$s.conf" done } section_enabled() { config_get_bool enable "$1" 'enable' 0 config_get_bool enabled "$1" 'enabled' 0 [ $enable -gt 0 ] || [ $enabled -gt 0 ] } create_temp_file() { mkdir -p "$(dirname "$1")" rm -f "$1" touch "$1" chown root "$1" chmod 0600 "$1" } openvpn_get_dev() { local dev dev_type local name="$1" local conf="$2" # Do override only for configurations with config_file config_get config_file "$name" config [ -n "$config_file" ] || return # Check there is someething to override config_get dev "$name" dev config_get dev_type "$name" dev_type [ -n "$dev" ] || return # If there is a no dev_type, try to guess it if [ -z "$dev_type" ]; then . /lib/functions/openvpn.sh local odev odev_type get_openvpn_option "$conf" odev dev get_openvpn_option "$conf" odev_type dev-type [ -n "$odev_type" ] || odev_type="$odev" case "$odev_type" in tun*) dev_type="tun" ;; tap*) dev_type="tap" ;; *) return;; esac fi # Return overrides echo "--dev-type $dev_type --dev $dev" } openvpn_get_credentials() { local name="$1" local ret="" config_get cert_password "$name" cert_password config_get password "$name" password config_get username "$name" username if [ -n "$cert_password" ]; then create_temp_file /var/run/openvpn.$name.pass echo "$cert_password" > /var/run/openvpn.$name.pass ret=" --askpass /var/run/openvpn.$name.pass " fi if [ -n "$username" ]; then create_temp_file /var/run/openvpn.$name.userpass echo "$username" > /var/run/openvpn.$name.userpass echo "$password" >> /var/run/openvpn.$name.userpass ret=" --auth-user-pass /var/run/openvpn.$name.userpass " fi # Return overrides echo "$ret" } openvpn_add_instance() { local name="$1" local dir="$2" local conf=$(basename "$3") local security="$4" local up="$5" local down="$6" local route_up="$7" local route_pre_down="$8" local ipchange="$9" local client=$(grep -qEx "client|tls-client" "$dir/$conf" && echo 1) procd_open_instance "$name" procd_set_param command "$PROG" \ --syslog "openvpn($name)" \ --status "/var/run/openvpn.$name.status" \ --cd "$dir" \ --config "$conf" # external scripts can only be called on script-security 2 or higher if [ "${security:-2}" -lt 2 ]; then logger -t "openvpn(${name})" "not adding hotplug scripts due to script-security ${security:-2}" else procd_append_param command \ --up "/usr/libexec/openvpn-hotplug up $name" \ --down "/usr/libexec/openvpn-hotplug down $name" \ --route-up "/usr/libexec/openvpn-hotplug route-up $name" \ --route-pre-down "/usr/libexec/openvpn-hotplug route-pre-down $name" \ ${client:+--ipchange "/usr/libexec/openvpn-hotplug ipchange $name"} \ ${up:+--setenv user_up "$up"} \ ${down:+--setenv user_down "$down"} \ ${route_up:+--setenv user_route_up "$route_up"} \ ${route_pre_down:+--setenv user_route_pre_down "$route_pre_down"} \ ${client:+${ipchange:+--setenv user_ipchange "$ipchange"}} fi procd_append_param command \ --script-security "${security:-2}" \ $(openvpn_get_dev "$name" "$conf") \ $(openvpn_get_credentials "$name" "$conf") procd_set_param file "$dir/$conf" procd_set_param term_timeout 15 procd_set_param respawn procd_append_param respawn 3600 procd_append_param respawn 5 procd_append_param respawn -1 procd_close_instance } start_uci_instance() { local s="$1" config_get config "$s" config config="${config:+$(readlink -f "$config")}" section_enabled "$s" || { append UCI_DISABLED "$config" "$LIST_SEP" return 1 } local up down route_up route_pre_down ipchange script_security config_get up "$s" up config_get down "$s" down config_get route_up "$s" route_up config_get route_pre_down "$s" route_pre_down config_get ipchange "$s" ipchange config_get script_security "$s" script_security [ ! -d "/var/run" ] && mkdir -p "/var/run" if [ ! -z "$config" ]; then append UCI_STARTED "$config" "$LIST_SEP" [ -n "$script_security" ] || get_openvpn_option "$config" script_security script-security [ -n "$up" ] || get_openvpn_option "$config" up up [ -n "$down" ] || get_openvpn_option "$config" down down [ -n "$route_up" ] || get_openvpn_option "$config" route_up route-up [ -n "$route_pre_down" ] || get_openvpn_option "$config" route_pre_down route-pre-down [ -n "$ipchange" ] || get_openvpn_option "$config" ipchange ipchange openvpn_add_instance "$s" "${config%/*}" "$config" "$script_security" "$up" "$down" "$route_up" "$route_pre_down" "$ipchange" return fi create_temp_file "/var/etc/openvpn-$s.conf" append_bools "$s" $OPENVPN_BOOLS append_params "$s" $OPENVPN_PARAMS append_list "$s" $OPENVPN_LIST openvpn_add_instance "$s" "/var/etc" "openvpn-$s.conf" "$script_security" "$up" "$down" "$route_up" "$route_pre_down" "$ipchange" } start_path_instances() { local path name for path in ${PATH_INSTANCE_DIR}/*.conf; do [ -f "$path" ] && { name="${path##*/}" name="${name%.conf}" start_path_instance "$name" } done } start_path_instance() { local name="$1" local path name up down route_up route_pre_down ipchange path="${PATH_INSTANCE_DIR}/${name}.conf" # don't start configs again that are already started by uci if echo "$UCI_STARTED" | grep -qxF "$path"; then logger -t openvpn "$name.conf already started" return fi # don't start configs which are set to disabled in uci if echo "$UCI_DISABLED" | grep -qxF "$path"; then logger -t openvpn "$name.conf is disabled in /etc/config/openvpn" return fi ### INIT /etc/init.d/packet_steering enabled=true #!/bin/sh /etc/rc.common START=25 USE_PROCD=1 start_service() { reload_service } service_triggers() { procd_add_reload_trigger "network" procd_add_reload_trigger "firewall" procd_add_raw_trigger "interface.*" 1000 /etc/init.d/packet_steering reload } reload_service() { packet_steering="$(uci -q get "network.@globals[0].packet_steering")" steering_flows="$(uci -q get "network.@globals[0].steering_flows")" [ "${steering_flows:-0}" -gt 0 ] && opts="-l $steering_flows" if [ -e "KEYMASK-steering.sh" ]; then KEYMASK-steering.sh "$packet_steering" else KEYMASK-steering.uc $opts "$packet_steering" fi } ### INIT /etc/init.d/pbr enabled=false #!/bin/sh /etc/rc.common # Copyright 2020-2024 MOSSDeF, Stan Grishin (stangri@melmac.ca) # shellcheck disable=SC2018,SC2019,SC2034,SC3043,SC3057,SC3060 # sysctl net.ipv4.conf.default.rp_filter=1 # sysctl net.ipv4.conf.all.rp_filter=1 # shellcheck disable=SC2034 START=20 # shellcheck disable=SC2034 USE_PROCD=1 if type extra_command >/dev/null 2>&1; then extra_command 'enable_forward' "Enables forwarding from LAN > WAN, can be used if the router is stuck in Disabled state" extra_command 'netifd' "Netifd extensions operations" extra_command 'on_interface_reload' "Run service on indicated interface reload" extra_command 'status' "Generates output required to troubleshoot routing issues Use '-d' option for more detailed output Use '-p' option to automatically upload data under PBR paste.ee account WARNING: while paste.ee uploads are unlisted, they are still publicly available List domain names after options to include their lookup in report" extra_command 'support' "Show diagnostic info and mask sensitive data" extra_command 'version' "Show version information" else # shellcheck disable=SC2034 EXTRA_COMMANDS='help netifd on_interface_reload status version' # shellcheck disable=SC2034 EXTRA_HELP=" \tstatus\tGenerates output required to troubleshoot routing issues \t\tUse '-d' option for more detailed output \t\tUse '-p' option to automatically upload data under PBR paste.ee account \t\t\tWARNING: while paste.ee uploads are unlisted, they are still publicly available \t\tList domain names after options to include their lookup in report \tsupport\tShow diagnostic info and mask sensitive data " fi readonly packageName='pbr' readonly PKG_VERSION='1.2.2-r12' readonly packageCompat='25' readonly serviceName="$packageName $PKG_VERSION" readonly packageConfigFile="/etc/config/${packageName}" readonly packageDebugFile="/var/run/${packageName}.debug" readonly packageLockFile="/var/run/${packageName}.lock" readonly packageDnsmasqFile="/var/run/${packageName}.dnsmasq" readonly runningStatusFile="/dev/shm/${packageName}.status.json" readonly _OK_='\033[0;32m\xe2\x9c\x93\033[0m' readonly __OK__='\033[0;32m[\xe2\x9c\x93]\033[0m' readonly _OKB_='\033[1;34m\xe2\x9c\x93\033[0m' readonly __OKB__='\033[1;34m[\xe2\x9c\x93]\033[0m' readonly _FAIL_='\033[0;31m\xe2\x9c\x97\033[0m' readonly __FAIL__='\033[0;31m[\xe2\x9c\x97]\033[0m' readonly _ERROR_='\033[0;31mERROR:\033[0m' readonly _WARNING_='\033[0;33mWARNING:\033[0m' readonly _DOT_='.' readonly __DOT__='[w]' readonly ip_full='/usr/libexec/ip-full' # shellcheck disable=SC2155 readonly ipTablePrefix="$packageName" # shellcheck disable=SC2155 readonly agh="$(command -v AdGuardHome)" # shellcheck disable=SC2155 readonly nft="$(command -v nft)" readonly nftIPv4Flag='ip' readonly nftIPv6Flag='ip6' readonly nftTempFile="/var/run/${packageName}.nft" readonly nftMainFile="/usr/share/nftables.d/ruleset-post/30-${packageName}.nft" readonly nftNetifdFile="/usr/share/nftables.d/ruleset-post/20-${packageName}-netifd.nft" readonly nftPrefix="$packageName" readonly nftTable='fw4' readonly chainsList='forward output prerouting' readonly ssConfigFile='/etc/shadowsocks' readonly torConfigFile='/etc/tor/torrc' readonly xrayIfacePrefix='xray_' readonly rtTablesFile='/etc/iproute2/rt_tables' # Silence "Command failed: Not found" for redundant procd service delete calls __UBUS_BIN="$(command -v ubus || echo /bin/ubus)" ubus() { if [ "$1" = "call" ] && [ "$2" = "service" ] && [ "$3" = "delete" ]; then "$__UBUS_BIN" "$@" >/dev/null 2>&1 || true else "$__UBUS_BIN" "$@" fi } # Wrap ip to emulate `ip rule replace` on builds where it's unavailable. # We only intercept "rule replace"; everything else is passed through to ip-full. ip() { # If first arg is -4 or -6, we might be handling rules if [ "$1" = "-4" ] || [ "$1" = "-6" ]; then local fam="$1" shift # Intercept: ip -4|-6 rule replace ... if [ "$1" = "rule" ] && [ "$2" = "replace" ]; then shift 2 # Parse args: capture priority/pref value and rebuild the rest local prio= local newargs= while [ -n "$1" ]; do case "$1" in priority|pref) shift prio="$1" shift continue ;; esac newargs="${newargs}${newargs:+ }$1" shift done # If we found a priority, replace = del by priority + add with pref if [ -n "$prio" ]; then "$ip_full" "$fam" rule del priority "$prio" >/dev/null 2>&1 || true # shellcheck disable=SC2086 "$ip_full" "$fam" rule add $newargs pref "$prio" return $? fi # No priority found; best-effort: just add what we have # shellcheck disable=SC2086 "$ip_full" "$fam" rule add $newargs return $? fi # Not a rule replace: pass through "$ip_full" "$fam" "$@" return $? fi # No -4/-6 family: pass straight through "$ip_full" "$@" } # package config options enabled= fw_mask= icmp_interface= ignored_interface= ipv6_enabled= nft_user_set_policy= nft_user_set_counter= procd_boot_trigger_delay= procd_reload_delay= lan_device= uplink_interface= uplink_interface4= uplink_interface6= uplink_interface6_metric='128' resolver_set= resolver_instance= strict_enforcement= supported_interface= verbosity= uplink_ip_rules_priority= uplink_mark= prefixlength= nft_rule_counter= nft_set_auto_merge= nft_set_counter= nft_set_flags_interval= nft_set_flags_timeout= nft_set_flags_gc_interval= nft_set_policy= nft_set_timeout= netifd_enabled= netifd_strict_enforcement= netifd_interface_default= netifd_interface_default6= netifd_interface_local= config_compat= config_version= # run-time aghConfigFile='KEYMASK.yaml' gatewaySummary= ifaceMark= ifaceTableID= ifacePriority= ifacesAll= ifacesSupported= ifacesTriggers= firewallWanZone= uplinkGW= uplinkGW4= uplinkGW6= pbrBootFlag= serviceStartTrigger= processDnsPolicyError= processPolicyError= processPolicyWarning= resolverSetSupported= pbrNftPrevParam4= pbrNftPrevParam6= nftRuleParams= nftSetParams= torDnsPort= torTrafficPort= dnsmasq_features= dnsmasq_ubus= nft_fw4_dump= loadEnvironmentFlag= loadPackageConfigFlag= resolverWorkingFlag= # shellcheck disable=SC1091 . "${IPKG_INSTROOT}/lib/functions.sh" # shellcheck disable=SC1091 . "${IPKG_INSTROOT}/lib/functions/network.sh" # shellcheck disable=SC1091 . "${IPKG_INSTROOT}/usr/share/libubox/jshn.sh" debug() { local i j; for i in "$@"; do eval "j=\$$i"; logger "${packageName:+-t ${packageName}}" "${i}: ${j} "; done; } str_contains() { [ "${1//${2}}" != "$1" ]; } str_contains_word() { echo "$1" | grep -qw "$2"; } str_extras_to_underscore() { echo "$1" | sed -E 's/[\. ~`!@#$%^&*()+=,<>?;:\/\\-]/_/g; s/_+/_/g'; } str_extras_to_space() { echo "$1" | tr ',;{}' ' '; } str_first_value_interface() { local i; for i in $1; do is_supported_interface "$i" && { echo "$i"; break; }; done; } str_first_value_ipv4() { local i; for i in $1; do is_ipv4 "$i" && { echo "$i"; break; }; done; } str_first_value_ipv6() { local i; for i in $1; do is_ipv6 "$i" && { echo "$i"; break; }; done; } str_first_word() { echo "${1%% *}"; } str_replace() { echo "${1//${2}/${3}}"; } str_to_dnsmasq_nftset() { echo "$1" | tr ' ' '/'; } str_to_lower() { echo "$1" | tr 'A-Z' 'a-z'; } str_to_upper() { echo "$1" | tr 'a-z' 'A-Z'; } # shellcheck disable=SC3060 output() { [ -z "$verbosity" ] && verbosity="$(uci_get "$packageName" 'config' 'verbosity' '1')" [ "$#" -ne '1' ] && { case "$1" in [0-9]) [ $((verbosity & $1)) -gt 0 ] && shift || return 0;; esac } local msg="$*" queue="/dev/shm/$packageName-output" [ -t 1 ] && printf "%b" "$msg" [ "$msg" != "${msg//\\n}" ] && { [ -s "$queue" ] && msg="$(cat "$queue")${msg}" && rm -f "$queue" msg="$(printf "%b" "$msg" | sed 's/\x1b\[[0-9;]*m//g')" logger -t "$packageName [$$]" "$(printf "%b" "$msg")" } || printf "%b" "$msg" >> "$queue" } output_1_newline() { output 1 '\n'; } output_ok() { output 1 "$_OK_"; output 2 "$__OK__\n"; } output_okn() { output 1 "$_OK_\n"; output 2 "$__OK__\n"; } output_okb() { output 1 "$_OKB_"; output 2 "$__OKB__\n"; } output_okbn() { output 1 "$_OKB_\n"; output 2 "$__OKB__\n"; } output_fail() { output 1 "$_FAIL_"; output 2 "$__FAIL__\n"; } output_failn() { output 1 "$_FAIL_\n"; output 2 "$__FAIL__\n"; } output_dot() { output 1 "$_DOT_"; output 2 "$__DOT__"; } output_error() { output "${_ERROR_} $*!\n"; } output_warning() { output "${_WARNING_} $*.\n"; } quiet_mode() { case "$1" in on) verbosity=0;; off) verbosity="$(uci_get "$packageName" 'config' 'verbosity' '2')";; esac } pbr_find_iface() { local iface i param="$2" case "$param" in wan6) iface="$uplink_interface6";; wan|*) iface="$uplink_interface4";; esac eval "$1"='${iface}' } pbr_get_gateway4() { local iface="$2" dev="$3" gw ### INIT /etc/init.d/router-egress-slots enabled=true #!/bin/sh /etc/rc.common START=98 STOP=11 start() { /usr/local/sbin/router-egress-slots-apply.sh start } stop() { /usr/local/sbin/router-egress-slots-apply.sh stop } restart() { stop start } reload_service() { start } ### INIT /etc/init.d/router-wgpay-canary enabled=true #!/bin/sh /etc/rc.common START=99 STOP=10 start() { /usr/local/sbin/router-wgpay-canary-apply.sh start } stop() { /usr/local/sbin/router-wgpay-canary-apply.sh stop } restart() { stop start } reload_service() { start } ### INIT /etc/init.d/rpcd enabled=true #!/bin/sh /etc/rc.common START=12 USE_PROCD=1 NAME=rpcd PROG=/sbin/rpcd start_service() { local socket=$(uci -q get rpcd.@rpcd[0].socket) local timeout=$(uci -q get rpcd.@rpcd[0].timeout) procd_open_instance procd_set_param command "$PROG" ${socket:+-s "$socket"} ${timeout:+-t "$timeout"} procd_set_param respawn procd_close_instance } reload_service() { procd_send_signal rpcd } ### INIT /etc/init.d/sysntpd enabled=true #!/bin/sh /etc/rc.common # Copyright (C) 2011 OpenWrt.org START=98 USE_PROCD=1 PROG=/usr/sbin/ntpd HOTPLUG_SCRIPT=/usr/sbin/ntpd-hotplug get_dhcp_ntp_servers() { local interfaces="$1" local filter="*" local interface ntpservers ntpserver for interface in $interfaces; do [ "$filter" = "*" ] && filter="@.interface='$interface'" || filter="$filter,@.interface='$interface'" done ntpservers=$(ubus call network.interface dump | jsonfilter -e "@.interface[$filter]['data']['ntpserver']") for ntpserver in $ntpservers; do local duplicate=0 local entry for entry in $server; do [ "$ntpserver" = "$entry" ] && duplicate=1 done [ "$duplicate" = 0 ] && server="$server $ntpserver" done } validate_ntp_section() { uci_load_validate system timeserver "$1" "$2" \ 'dhcp_interface:list(string)' \ 'enable_server:bool:0' \ 'enabled:bool:1' \ 'interface:string' \ 'server:list(host)' \ 'use_dhcp:bool:1' } start_ntpd_instance() { local peer [ "$2" = 0 ] || { echo "validation failed" return 1 } [ $enabled = 0 ] && return [ $use_dhcp = 1 ] && get_dhcp_ntp_servers "$dhcp_interface" [ -z "$server" -a "$enable_server" = "0" ] && return procd_open_instance procd_set_param command "$PROG" -n -N if [ "$enable_server" = "1" ]; then procd_append_param command -l [ -n "$interface" ] && { local ifname network_get_device ifname "$interface" || \ ifname="$interface" procd_append_param command -I "$ifname" procd_append_param netdev "$ifname" } fi [ -x "$HOTPLUG_SCRIPT" ] && procd_append_param command -S "$HOTPLUG_SCRIPT" for peer in $server; do procd_append_param command -p $peer done procd_set_param respawn [ -x /sbin/ujail -a -e /etc/capabilities/ntpd.json ] && { procd_add_jail ntpd ubus procd_add_jail_mount "$HOTPLUG_SCRIPT" procd_add_jail_mount "/usr/share/libubox/jshn.sh" procd_add_jail_mount "/usr/bin/env" procd_add_jail_mount "/usr/bin/jshn" procd_add_jail_mount "/bin/ubus" procd_set_param capabilities /etc/capabilities/ntpd.json procd_set_param user ntp procd_set_param group ntp procd_set_param no_new_privs 1 } procd_close_instance } start_service() { . /lib/functions/network.sh validate_ntp_section ntp start_ntpd_instance } service_triggers() { local script name use_dhcp enable_server interface script=$(readlink -f "$initscript") name=$(basename ${script:-$initscript}) procd_add_config_trigger "config.change" "system" /etc/init.d/$name reload config_load system config_get use_dhcp ntp use_dhcp 1 [ $use_dhcp = 1 ] && { local dhcp_interface config_get dhcp_interface ntp dhcp_interface if [ -n "$dhcp_interface" ]; then for n in $dhcp_interface; do procd_add_interface_trigger "interface.*" $n /etc/init.d/$name reload done else procd_add_raw_trigger "interface.*" 1000 /etc/init.d/$name reload fi } config_get_bool enable_server ntp enable_server 0 config_get interface ntp interface [ $enable_server -eq 1 ] && [ -n "$interface" ] && { local ifname network_get_device ifname "$interface" || \ ifname="$interface" procd_add_interface_trigger "interface.*" "$ifname" \ /etc/init.d/"$name" reload } procd_add_validation validate_ntp_section } ### INIT /etc/init.d/system enabled=true #!/bin/sh /etc/rc.common # Copyright (C) 2014 OpenWrt.org START=10 USE_PROCD=1 validate_system_section() { uci_load_validate system system "$1" "$2" \ 'hostname:string:OpenWrt' \ 'conloglevel:uinteger' \ 'buffersize:uinteger' \ 'timezone:string:UTC' \ 'zonename:string' } system_config() { [ "$2" = 0 ] || { echo "validation failed" return 1 } echo "$hostname" > KEYMASK [ -z "$conloglevel" -a -z "$buffersize" ] || dmesg ${conloglevel:+-n $conloglevel} ${buffersize:+-s $buffersize} echo "$timezone" > /tmp/TZ [ -n "$zonename" ] && [ -f "/usr/share/zoneinfo/${zonename// /_}" ] \ && ln -sf "/usr/share/zoneinfo/${zonename// /_}" /tmp/localtime \ && rm -f /tmp/TZ # apply timezone to kernel hwclock -u --systz } reload_service() { config_load system config_foreach validate_system_section system system_config } service_triggers() { procd_add_reload_trigger "system" procd_add_validation validate_system_section } start_service() { reload_service } ### INIT /etc/init.d/ucitrack enabled=true #!/bin/sh /etc/rc.common START=80 USE_PROCD=1 . "$IPKG_KEYMASK.sh" register_init() { local config="$1" local init="$2" shift; shift if [ -x "$init" ] && "$init" enabled && ! grep -sqE 'USE_PROCD=.' "$init"; then logger -t "ucitrack" "Setting up /etc/config/$config reload trigger for non-procd $init" procd_add_config_trigger "config.change" "$config" "$init" "$@" fi } register_trigger() { local file="$1" local config init exec affects affected local prev json_set_namespace config prev json_init json_load_file "${file}" >/dev/null 2>&1 json_get_var config 'config' json_get_var init 'init' json_get_var exec 'exec' json_get_values affects 'affects' json_cleanup json_set_namespace "$prev" if [ -n "$init" ]; then register_init "$config" "/etc/init.d/$init" "reload" fi if [ -n "$exec" ]; then case "$exec" in /etc/init.d/*) set -- $exec register_init "$config" "$@" ;; *) logger -t "ucitrack" "Setting up non-init /etc/config/$config reload handler: $exec" procd_add_config_trigger "config.change" "$config" $exec ;; esac fi for affected in $affects; do logger -t "ucitrack" "Setting up /etc/config/$affected reload dependency on /etc/config/$config" procd_add_config_trigger "config.change" "$config" \ ubus call service event \ "$(printf '{"type":"config.change","data":{"package":"%s"}}' $affected)" done } service_triggers() { local config="$1" local file for file in /usr/share/ucitrack/*.json; do [ -f "$file" ] || continue register_trigger "$file" done } ### INIT /etc/init.d/uhttpd enabled=true #!/bin/sh /etc/rc.common # Copyright (C) 2010 Jo-Philipp Wich START=50 USE_PROCD=1 UHTTPD_BIN="/usr/sbin/uhttpd" PX5G_BIN="/usr/sbin/px5g" OPENSSL_BIN="/usr/bin/openssl" append_arg() { local cfg="$1" local var="$2" local opt="$3" local def="$4" local val config_get val "$cfg" "$var" [ -n "$val" -o -n "$def" ] && procd_append_param command "$opt" "${val:-$def}" } append_bool() { local cfg="$1" local var="$2" local opt="$3" local def="$4" local val config_get_bool val "$cfg" "$var" "$def" [ "$val" = 1 ] && procd_append_param command "$opt" } generate_keys() { local cfg="$1" local key=MASKED local crt="$3" local days bits country state location organization commonname config_get days "$cfg" days config_get bits "$cfg" bits config_get country "$cfg" country config_get state "$cfg" state config_get location "$cfg" location config_get organization "$cfg" organization config_get commonname "$cfg" commonname config_get key_type "$cfg" key_type config_get ec_curve "$cfg" ec_curve # Prefer px5g for certificate generation (existence evaluated last) local GENKEY_CMD="" local KEY_OPTS="rsa:${bits:-2048}" local UNIQUEID=$(dd if=/dev/urandom bs=1 count=4 | hexdump -e '1/1 "%02x"') [ "$key_type" = "ec" ] && KEY_OPTS="ec -pkeyopt ec_paramgen_curve:${ec_curve:-P-256}" [ -x "$OPENSSL_BIN" ] && GENKEY_CMD="$OPENSSL_BIN req -x509 -sha256 -outform der -nodes" [ -x "$PX5G_BIN" ] && GENKEY_CMD="$PX5G_BIN selfsigned -der" [ -n "$GENKEY_CMD" ] && { $GENKEY_CMD \ -days ${days:-397} -newkey ${KEY_OPTS} -keyout "${UHTTPD_KEY}.new" -out "${UHTTPD_CERT}.new" \ -subj /C="${country:-ZZ}"/ST="${state:-Somewhere}"/L="${location:-Unknown}"/O="${organization:-OpenWrt$UNIQUEID}"/CN="${commonname:-OpenWrt}" \ -addext KEYMASK -addext subjectAltName=DNS:"${commonname:-OpenWrt}" sync mv "${UHTTPD_KEY}.new" "${UHTTPD_KEY}" mv "${UHTTPD_CERT}.new" "${UHTTPD_CERT}" } } create_httpauth() { local cfg="$1" local prefix username password config_get prefix "$cfg" prefix config_get username "$cfg" username config_get password "$cfg" password if [ -z "$prefix" ] || [ -z "$username" ] || [ -z "$password" ]; then return fi echo "${prefix}:${username}:${password}" >>$httpdconf haveauth=1 } append_lua_prefix() { local v="$1" local prefix="${v%%=*}" local handler="${v#*=}" if [ "$prefix" != "$handler" ] && [ -n "$prefix" ] && [ -f "$handler" ]; then procd_append_param command -l "$prefix" -L "$handler" else echo "Skipping invalid Lua prefix \"$v\"" >&2 fi } append_ucode_prefix() { local v="$1" local prefix="${v%%=*}" local handler="${v#*=}" if [ "$prefix" != "$handler" ] && [ -n "$prefix" ] && [ -f "$handler" ]; then procd_append_param command -o "$prefix" -O "$handler" else echo "Skipping invalid ucode prefix \"$v\"" >&2 fi } start_instance() { UHTTPD_CERT="" UHTTPD_KEY=MASKED local cfg="$1" local realm="$(uci_get system.@system[0].hostname)" local listen http https interpreter indexes path handler httpdconf haveauth local enabled config_get_bool enabled "$cfg" 'enabled' 1 [ $enabled -gt 0 ] || return procd_open_instance procd_set_param respawn procd_set_param stderr 1 procd_set_param command "$UHTTPD_BIN" -f config_get config "$cfg" config if [ -z "$config" ]; then mkdir -p /var/etc/uhttpd httpdconf="/var/etc/uhttpd/httpd.${cfg}.conf" rm -f ${httpdconf} config_list_foreach "$cfg" httpauth create_httpauth if [ "$haveauth" = "1" ]; then procd_append_param command -c ${httpdconf} [ -r /etc/httpd.conf ] && cat /etc/httpd.conf >>/var/etc/uhttpd/httpd.${cfg}.conf fi fi append_arg "$cfg" home "-h" append_arg "$cfg" realm "-r" "${realm:-OpenWrt}" append_arg "$cfg" config "-c" append_arg "$cfg" cgi_prefix "-x" [ -f /usr/lib/uhttpd_lua.so ] && { local len config_get len "$cfg" lua_prefix_LENGTH if [ -n "$len" ]; then config_list_foreach "$cfg" lua_prefix append_lua_prefix else config_get prefix "$cfg" lua_prefix config_get handler "$cfg" lua_handler append_lua_prefix "$prefix=$handler" fi } [ -f /usr/lib/uhttpd_ubus.so ] && { append_arg "$cfg" ubus_prefix "-u" append_arg "$cfg" ubus_socket "-U" append_bool "$cfg" ubus_cors "-X" 0 } [ -f /usr/lib/uhttpd_ucode.so ] && { config_list_foreach "$cfg" ucode_prefix append_ucode_prefix } append_arg "$cfg" script_timeout "-t" append_arg "$cfg" network_timeout "-T" append_arg "$cfg" http_keepalive "-k" append_arg "$cfg" tcp_keepalive "-A" append_arg "$cfg" error_page "-E" append_arg "$cfg" max_requests "-n" 3 append_arg "$cfg" max_connections "-N" append_bool "$cfg" no_ubusauth "-a" 0 append_bool "$cfg" no_symlinks "-S" 0 append_bool "$cfg" no_dirlists "-D" 0 append_bool "$cfg" rfc1918_filter "-R" 0 config_get alias_list "$cfg" alias for alias in $alias_list; do procd_append_param command -y "$alias" done config_get http "$cfg" listen_http for listen in $http; do procd_append_param command -p "$listen" done config_get interpreter "$cfg" interpreter for path in $interpreter; do procd_append_param command -i "$path" done config_get indexes "$cfg" index_page for path in $indexes; do procd_append_param command -I "$path" done config_get https "$cfg" listen_https config_get UHTTPD_KEY "$cfg" key /etc/uhttpd.key config_get UHTTPD_CERT "$cfg" cert /etc/uhttpd.crt [ -f /lib/libustream-ssl.so ] && [ -n "$https" ] && { [ -s "$UHTTPD_CERT" -a -s "$UHTTPD_KEY" ] || { config_foreach generate_keys cert } [ -f "$UHTTPD_CERT" -a -f "$UHTTPD_KEY" ] && { append_arg "$cfg" cert "-C" append_arg "$cfg" key "-K" procd_append_param file "$UHTTPD_CERT" procd_append_param file "$UHTTPD_KEY" for listen in $https; do procd_append_param command -s "$listen" done } append_bool "$cfg" redirect_https "-q" 0 } config_get json_script "$cfg" json_script for file in $json_script; do [ -s "$file" ] && procd_append_param command -H "$file" done procd_close_instance } uhttpd_interfaces() { local cfg="$1" local http https listen ips config_get http "$cfg" listen_http config_get https "$cfg" listen_https for listen in $http $https; do case "$listen" in "" |\ "0.0.0.0:"* |\ "[::]:"* ) continue ;; *.*.*.*:*) ips="$ips ${listen%%:*} " ;; \[*\]:* ) listen="${listen:1}" ips="$ips ${listen%%]:*} " ;; esac done ips="$( echo "$ips" | sort -u )" echo "$ips" } resolve_iface() { local cfg="$1" local ipaddr ipaddrs testip="$2" config_get ipaddrs "$cfg" ipaddr ### INIT /etc/init.d/urngd enabled=true #!/bin/sh /etc/rc.common START=00 USE_PROCD=1 NAME=urngd PROG=/sbin/urngd start_service() { procd_open_instance procd_set_param command "$PROG" procd_close_instance } reload_service() { procd_send_signal $PROG } __HMN_FILES_INVENTORY__ ### HMN_FILE /root/hmn/backups/99-vpn-egress-manager.before-hotplug-lock-fix-20260601-123834 -rwxr-xr-x 1 root root 348 Jun 1 12:38 /root/hmn/backups/99-vpn-egress-manager.before-hotplug-lock-fix-20260601-123834 sha256=8be3b6ef4ee05a337912e3f46384e2afb48e2632fd0d42d5b75b49e586c5bc35 --- head --- #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2|vpn3|vpn4) ;; *) exit 0 ;; esac LOCK="/tmp/vpn-egress-manager.lock" mkdir "$LOCK" 2>/dev/null || exit 0 ( sleep 15 /usr/bin/vpn-egress-manager.sh rmdir "$LOCK" 2>/dev/null ) & exit 0 ### HMN_FILE /root/hmn/backups/99-vpnin-policy-route.disabled-20260601-123640 -rwxr-xr-x 1 root root 932 Jun 1 12:36 /root/hmn/backups/99-vpnin-policy-route.disabled-20260601-123640 sha256=6278ab3440b2b15f069520c3fe986dc9aa1de83b168e37d945683da3915ac012 --- head --- #!/bin/sh # Rebuild routing rule for traffic entering VM101 from vpn_in. # Current topology: # vpn_in = eth1 = 10.200.0.2/24 # vpn_out tunnel = vpn1 # table 200 = VPN egress table VPN_DEV="vpn1" VPNIN_DEV="eth1" TABLE="200" # Run only on interface up/update events. [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 # VPN device must exist. ip link show "$VPN_DEV" >/dev/null 2>&1 || exit 0 # Route all traffic in table 200 through the VPN tunnel. ip route replace default dev "$VPN_DEV" table "$TABLE" # Avoid duplicate rules. ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from 10.200.0.0/24 lookup "$TABLE" 2>/dev/null # Main rule: anything entering through vpn_in goes to VPN table. ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 # Extra safety rule for traffic sourced from vpn transit network. ip rule add from 10.200.0.0/24 lookup "$TABLE" pref 10020 ip route flush cache ### HMN_FILE /root/hmn/backups/client001-before-h42a-import-20260603-162047/client-script-files-before.tgz -rw-r--r-- 1 root root 7966 Jun 3 16:20 /root/hmn/backups/client001-before-h42a-import-20260603-162047/client-script-files-before.tgz sha256=d4c2d5555e8279c9e206b41b7dda5230a12c33984ceb059315028aa96bea1608 --- head ---   0Y+R^mT qبBY$KYpe 5+D1pT1۷=F*ڕvت5%h*Ampd Tz>{̊s=, JY?, ,2L1!g mPT56pݓHC;sO {Ǻⱇu `>xhٹO]Rٵ 1F l}:4x, n q(o-t gXoq"l+LA[fV }$P%2 ]$ <XWl"/y~2/{֑9 g,w z,)W9 Gx 5@ͧ,?xuTlG7m~? ~$(4xdq_54~$#2`gYIJxō uˍÎQ9 h0 [;N„ӗfNS.A4xIh#Dq K%g:dV:ٕ\ l^0BNB%3*WC`AkpÑ"}z'Yy/ّw^엾ك % Lgv$D؃'tqh9>r[(Ekϲ<e"  U~LDK3g3#ƕ)0Ao-ƺ[RI%㡉9 PĞ{,{i!Nzi8ŒͪE|s`FV'2:svQ EFڢC7bӕ˗HnH',=zpHS(ږ0Mjn(.䉄("whC ,2 70/  ˢ!MLl >F=!~ZY|OF쉧j݀cO1|ɸIS99f_q` jom|QJ'60a(zN~21T0LP ^0? Z*qeԧĴQH䆖 /)ٚ,WC1?R?Ŕ0iV@@{0pd⬴S Eʼ)11)yd^K<967p0wc% 2b~L Bt>> ܘtfy59yA0B:8 T<@1 )se$!'A@ Ҽi9{SV*CPO- L` {d \h$gLB@W ť}psn=§%sg Ą/(6Ѓ۾Hx(43Ȏ]("x͂NƵFn){]UHGb3iajp)4{=O Mv0vNvb#N*!v1 T(wKLq-/M$aO-7p0:r}>}XdVyGqZbDXҨӮa@?Ղip*⌔87bsB436)btb(Vm!gۡ;VP[1s:-mؼJn*<9zrh \GKLGA[lݬ=xPms.gOHhiԹm5j5QQp9Mݼ];\5:Z㜔,|r&+R7fч^OcC<"&1Q<3ma}uDQ'S<~S;֭sj_d&No;D^a$:L`owQ/ _[/VoaI..&@<1J6^L,n~$(1WZ]m_%]B~l{Uv`ѯ2S:ʢsiFhTÌpޠeetr|x-/EV`=#Ac(Ш>7v\c[Ibq`tI9'X; x*xQ!ƾb>;17 NeP#帑$ІH' ۜ0p5]r+>9nbGK) bOL+ef~,J0G88Fy+/&K2W[E׿nN~h{ذ%t.e:z\.K,\t TmI_[EK3Jϒ  SU?)Ĉ7@kTejuOk 7U)60^᡽;QrLGr?y%M0_9^{w u|pw}]\?|GdIt~/'!/?]QؾӉ $ wl߂30`߮R:^žR<MxYnh\&e6*}Ž;p8bGѳyXAx'aFT}>6]<YܬӱClu>#ϙRY *Ǡ$Z";v8Y99N59gW'G P"&?`8H+=-fb<5ܾTߓLy:3 $6%±n Jgĺ'\c[?:xaJ}EyLm4DŴXDc2UL7kE9>k?c}]$!\+lzx -[)|'o>Z=zrj;Tyf>ǪBo}wl߉w}5_]G{$G+T2j<qjZe v^F3b? ܵ!H#Ӡ ¥|TZ0XbY`eѢ A,Va4=3ٖ7f QנشA߄ר*hLW9JI%Y>F=zW \[ g (o|Q`hH{2IKv(}JSfr%@ UCҾɒ:TG>ۢ B$%w4C#~bY  tm;c3Fb+%M@]y@Cz _ A|gbzn ,y3P/!Ҡ`{[x/@o2w0Rú-|-# /hR^2ߚMAVN.h !4wp4Z#/_)(4)ڔ]3iNca`Ό3Y=/FB*,B|TB's+ʏ``te>$LdGX8grPQ$˴W'2È- Kzqj634'#݆FQl qP?+; r0 3&&6/)'KL랞aX,ka$| a"+3<: ٓ\VX̳LJ,>dr3U6_LEwLlD͇@KHxr_:`feDy^9ˆ}6<,nvd$>~!; ٮuoiZQmV:軾b;q#aVА8)I'%R‰؇Ȳ*)Cm>iB!__}7&%̞̞=k%.~Y_{ğ_ lǾ$pVFZVKQN0skDia[dDŽ ,69vB_bGǯ7oN~@?_ݯ W$>t05ko%/a%L0-'R0`(DoAbjY #*$jp0তZHܥG!^:p~ Lʠ^0JFVȖ55yf@ID5䀴6Tɚ M(+dEœ5UPVTYDYS eMÔ5UTd9TQTʞ W X,.We?o-ϳ%Bn zlҘ*,CU2H娄md$ֵRQYl ĩ,qڷN%dY8AAk+yED"ZPq0_nė; ! *L"gMe `EZG`;v6<=lv"O!;:oVfH#pi{uɷd-I%xcS{+8j2x RXZ_76.]F_\Y7>m4>{}S?;FnL @ b§=; T78/7%4rCSzkk:Н@Ofrm= /p{}nOqŠ9o0c4qWTЈ'&㵂aS]oXϺ/ q q`b̵͖ГF6Ԕ{JƂ׸#x?8-hso}'`VFX EbX^۹ZVAr^x̐J pP(]]rرnHS4 9o|`N ފܥ X:.ۣXB(oÑ0YRaJ3S! 7o% {4gWc󹣀I$p󟶹ud"%/֗d<  i0rPaI&?p jlvGH?6Z'eߐ|6/ =D Cܭ$)(vϠ9$+rYBycn+Hέ C7H]DŽA6 -XT;Ma@xl^{w$ *_ͳ&0d=2eR`L!<âq!dnN`,{_Wx0U Y}oQ!v dzH:61F-Jֻ4Ev tS|Ƹet48Cw'(ZgÝ@+rn0 .6̖~ g Dk -o&y ### HMN_FILE /root/hmn/backups/client001-before-h42a-import-20260603-162047/crontab.before -rw-r--r-- 1 root root 150 Jun 3 16:20 /root/hmn/backups/client001-before-h42a-import-20260603-162047/crontab.before sha256=5f7616f7630aa241808b801b6002048db3ecce29f9099f83e9666e8f87781517 --- head --- * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-awg.sh run >/root/hmn/logs/hmn-refresh-awg-nightly.log 2>&1 ### HMN_FILE /root/hmn/backups/client001-before-h42a-import-20260603-162047/firewall.uci.before -rw-r--r-- 1 root root 3803 Jun 3 16:20 /root/hmn/backups/client001-before-h42a-import-20260603-162047/firewall.uci.before sha256=5cd98dab4cb41ce7a3fcd8dc82b37e06ef7f8d770c505830ccdd0d8fe7719691 --- head --- package firewall config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' option network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'mgmt' option masq '1' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn4' list network 'vpn1' list network 'vpn3' list network 'vpn2' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' ### HMN_FILE /root/hmn/backups/client001-before-h42a-import-20260603-162047/iprule.before -rw-r--r-- 1 root root 157 Jun 3 16:20 /root/hmn/backups/client001-before-h42a-import-20260603-162047/iprule.before sha256=7e546f1bf53822a5feed6885811b34d39f743f46d71098d3b28e65c5826916dc --- head --- 0: from all lookup local 10019: from all iif eth1 lookup 200 10020: from 10.200.0.0/24 lookup 200 32766: from all lookup main 32767: from all lookup default ### HMN_FILE /root/hmn/backups/client001-before-h42a-import-20260603-162047/network.uci.before -rw-r--r-- 1 root root 5283 Jun 3 16:20 /root/hmn/backups/client001-before-h42a-import-20260603-162047/network.uci.before sha256=5879904db5a8906e805b1f1323a369d71bf32c214ba0325ffeb7bc432c507006 --- head --- package network config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T14:52:08+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn1 option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' ### HMN_FILE /root/hmn/backups/client001-before-h42a-import-20260603-162047/table200.before -rw-r--r-- 1 root root 221 Jun 3 16:20 /root/hmn/backups/client001-before-h42a-import-20260603-162047/table200.before sha256=09bb8cc58007e10f2fccfa0aebfa77ed901886d9d8c9826300c1c4a6712ee36f --- head --- default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 ### HMN_FILE /root/hmn/backups/client001-before-h42c-load-slots-20260603-163645/network.uci.before -rw-r--r-- 1 root root 5283 Jun 3 16:36 /root/hmn/backups/client001-before-h42c-load-slots-20260603-163645/network.uci.before sha256=b310d121c570932a96e1f2aa5c6318b4c94fc42e4b5b93b72d2e8bc82b46d8f2 --- head --- package network config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T14:52:08+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn1 option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' ### HMN_FILE /root/hmn/backups/client001-before-h42c-load-slots-20260603-163645/selected-awg1-latest.tsv.before -rw-r--r-- 1 root root 372 Jun 1 15:24 /root/hmn/backups/client001-before-h42c-load-slots-20260603-163645/selected-awg1-latest.tsv.before sha256=39e1fac154d276d43c0ff677152f081d4e8b2059161c96ee454ff6d801abb082 --- head --- slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000030.679 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000034.051 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf ### HMN_FILE /root/hmn/backups/client001-before-h42c-load-slots-20260603-163645/table200.before -rw-r--r-- 1 root root 221 Jun 3 16:36 /root/hmn/backups/client001-before-h42c-load-slots-20260603-163645/table200.before sha256=09bb8cc58007e10f2fccfa0aebfa77ed901886d9d8c9826300c1c4a6712ee36f --- head --- default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 ### HMN_FILE /root/hmn/backups/client001-before-h42d-selected-cache-20260603-163829/selected-awg1-latest.tsv.before -rw-r--r-- 1 root root 372 Jun 1 15:24 /root/hmn/backups/client001-before-h42d-selected-cache-20260603-163829/selected-awg1-latest.tsv.before sha256=39e1fac154d276d43c0ff677152f081d4e8b2059161c96ee454ff6d801abb082 --- head --- slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000030.679 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000034.051 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf ### HMN_FILE /root/hmn/backups/failover-manager-before-fix-20260601-132034/99-vpn-egress-manager -rwxr-xr-x 1 root root 691 Jun 1 12:38 /root/hmn/backups/failover-manager-before-fix-20260601-132034/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 --- head --- #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### HMN_FILE /root/hmn/backups/failover-manager-before-fix-20260601-132034/99-vpnin-policy-route -rwxr-xr-x 1 root root 168 Jun 1 12:36 /root/hmn/backups/failover-manager-before-fix-20260601-132034/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 --- head --- #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### HMN_FILE /root/hmn/backups/failover-manager-before-fix-20260601-132034/active-slot -rw-r--r-- 1 root root 5 Jun 1 13:20 /root/hmn/backups/failover-manager-before-fix-20260601-132034/active-slot sha256=a5d46f9f74cb971c15698484e3d1a909e3e42da65b38f2e934600e47dfb43d25 --- head --- vpn1 ### HMN_FILE /root/hmn/backups/failover-manager-before-fix-20260601-132034/network -rw------- 1 root root 5288 Jun 1 13:03 /root/hmn/backups/failover-manager-before-fix-20260601-132034/network sha256=f7194f7a27bc53716a2dcf73980f2c48b333bd48457de8418f46a23502e08599 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T12:19:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' ### HMN_FILE /root/hmn/backups/failover-manager-before-fix-20260601-132034/vpn-egress-manager.sh -rwxr-xr-x 1 root root 6189 Jun 1 12:28 /root/hmn/backups/failover-manager-before-fix-20260601-132034/vpn-egress-manager.sh sha256=6ed154c4b4586f55ec063cefe50af7bf313f3c6f4ebb1d381330cd11f9b9924d --- head --- #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" ### HMN_FILE /root/hmn/backups/hmn-download-all-awg.before-quarantine-reset-20260601-135846.sh -rwxr-xr-x 1 root root 8362 Jun 1 10:06 /root/hmn/backups/hmn-download-all-awg.before-quarantine-reset-20260601-135846.sh sha256=d61a2cea021f03ae4fdf4b4f42e81cc075d6764763a53f215de7b3ecc03ced7c --- head --- #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" ### HMN_FILE /root/hmn/backups/hmn-load-egress-slot.sh.before-step031b3-20260708-103114 -rw------- 1 root root 4415 Jul 8 10:28 /root/hmn/backups/hmn-load-egress-slot.sh.before-step031b3-20260708-103114 sha256=f81d1cdae5845caf09dbc8653bff1f6072187542a6ced70d5172fc84af7897b6 --- head --- #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-dry-run}" case "$SLOT" in vpn1|vpn2|vpn3|vpn4|vpn5) ;; *) echo "ERROR: slot must be vpn1..vpn5" >&2 echo "Usage:" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf dry-run" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load-up" >&2 exit 1 ;; esac case "$ACTION" in dry-run|load|load-up) ;; *) echo "ERROR: action must be dry-run, load, or load-up" >&2 exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: config not found: $CONF" >&2 exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } '\'' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: config parse failed" >&2 echo "CONF=$CONF" >&2 echo "Address=$ADDRESS" >&2 echo "Endpoint=$ENDPOINT" >&2 exit 1 fi echo "HMN generic egress slot loader" echo "slot=$SLOT" echo "config=$CONF" echo "endpoint=$ENDPOINT" echo "address=$ADDRESS" echo "action=$ACTION" if [ "$ACTION" = "dry-run" ]; then echo "DRY_RUN=YES" echo "No changes applied." exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-egress-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup: $BACKUP" ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='\''interface'\'' uci set network."$SLOT".proto='\''amneziawg'\'' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='\''0'\'' uci set network."$SLOT".disabled='\''0'\'' uci set network."$SLOT".delegate='\''0'\'' uci set network."$SLOT".peerdns='\''0'\'' uci set network."$SLOT".defaultroute='\''0'\'' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS='\'','\'' for D in $DNS; do D="$(echo "$D" | sed '\''s/^[[:space:]]*//; s/[[:space:]]*$//'\'')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS='\'','\'' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed '\''s/^[[:space:]]*//; s/[[:space:]]*$//'\'')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='\''0'\'' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network."$SLOT".hmn_role='\''egress_pool_slot'\'' uci set network."$SLOT".hmn_source_config="$CONF" uci set network."$SLOT".hmn_loaded_at="$(date -Iseconds)" uci set network."$SLOT".hmn_endpoint="$ENDPOINT" ### HMN_FILE /root/hmn/backups/hmn-load-egress-slot.sh.before-step031b4-20260708-103325 -rw------- 1 root root 4415 Jul 8 10:28 /root/hmn/backups/hmn-load-egress-slot.sh.before-step031b4-20260708-103325 sha256=f81d1cdae5845caf09dbc8653bff1f6072187542a6ced70d5172fc84af7897b6 --- head --- #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-dry-run}" case "$SLOT" in vpn1|vpn2|vpn3|vpn4|vpn5) ;; *) echo "ERROR: slot must be vpn1..vpn5" >&2 echo "Usage:" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf dry-run" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load-up" >&2 exit 1 ;; esac case "$ACTION" in dry-run|load|load-up) ;; *) echo "ERROR: action must be dry-run, load, or load-up" >&2 exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: config not found: $CONF" >&2 exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } '\'' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: config parse failed" >&2 echo "CONF=$CONF" >&2 echo "Address=$ADDRESS" >&2 echo "Endpoint=$ENDPOINT" >&2 exit 1 fi echo "HMN generic egress slot loader" echo "slot=$SLOT" echo "config=$CONF" echo "endpoint=$ENDPOINT" echo "address=$ADDRESS" echo "action=$ACTION" if [ "$ACTION" = "dry-run" ]; then echo "DRY_RUN=YES" echo "No changes applied." exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-egress-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup: $BACKUP" ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='\''interface'\'' uci set network."$SLOT".proto='\''amneziawg'\'' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='\''0'\'' uci set network."$SLOT".disabled='\''0'\'' uci set network."$SLOT".delegate='\''0'\'' uci set network."$SLOT".peerdns='\''0'\'' uci set network."$SLOT".defaultroute='\''0'\'' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS='\'','\'' for D in $DNS; do D="$(echo "$D" | sed '\''s/^[[:space:]]*//; s/[[:space:]]*$//'\'')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS='\'','\'' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed '\''s/^[[:space:]]*//; s/[[:space:]]*$//'\'')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='\''0'\'' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network."$SLOT".hmn_role='\''egress_pool_slot'\'' uci set network."$SLOT".hmn_source_config="$CONF" uci set network."$SLOT".hmn_loaded_at="$(date -Iseconds)" uci set network."$SLOT".hmn_endpoint="$ENDPOINT" ### HMN_FILE /root/hmn/backups/hmn-rank-awg.before-quarantine-20260601-135559.sh -rwxr-xr-x 1 root root 2683 Jun 1 11:06 /root/hmn/backups/hmn-rank-awg.before-quarantine-20260601-135559.sh sha256=6f3922d2e4a1e9a0fa98f0ddb3856f9886ca3efec8299dd0388da5be16d99a69 --- head --- #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Потом это можно сделать настройкой в hmn.env. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" ' NR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### HMN_FILE /root/hmn/backups/hmn.env.20260706-161014 -rw------- 1 root root 434 Jul 6 16:10 /root/hmn/backups/hmn.env.20260706-161014 sha256=8adfa267e6e39f9a9d259945b88c91ed7a54a1e30620af424f891af94fbdc399 --- head --- # HideMyName local secrets/settings # Created: 2026-06-01T10:04:02+00:00 HMN_ACCESS_CODE=MASKED # Current working default for VM101/client001 HMN_AWG_PARAM='1' HMN_PROTOCOL='amneziawg1' # HideMyName API HMN_SERVERLIST_URL='https://hide-my-name.net/api/serverlist.php?out=js&wg' HMN_CONFIG_URL='https://hide-my-name.net/api/vpn_get_config_wg.php' # auto = use default dev from routing table 200 HMN_REQUEST_IFACE='auto' ### HMN_FILE /root/hmn/backups/network-before-egress-load-vpn3-20260708-103448 -rw------- 1 root root 5018 Jul 8 10:34 /root/hmn/backups/network-before-egress-load-vpn3-20260708-103448 sha256=b85d8570c028f73728f2ed53833477090c8074418cd0e4fcb7524893f53205f2 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:40+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-08T06:15:47+00:00' ### HMN_FILE /root/hmn/backups/network-before-egress-load-vpn4-20260708-104101 -rw------- 1 root root 6090 Jul 8 10:41 /root/hmn/backups/network-before-egress-load-vpn4-20260708-104101 sha256=4aac9845a92210a5cd878552e6458b230500ab404b7a1053157b7355a34d5ff3 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:40+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-08T06:15:47+00:00' ### HMN_FILE /root/hmn/backups/network-before-egress-load-vpn5-20260708-104257 -rw------- 1 root root 7160 Jul 8 10:42 /root/hmn/backups/network-before-egress-load-vpn5-20260708-104257 sha256=26968a28cd0e11c2aab4794bfc8aeacf28eab8d211afd364ddc0faf5f7449d3f --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:40+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-08T06:15:47+00:00' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260601-111640 -rw------- 1 root root 4890 Jun 1 11:16 /root/hmn/backups/network-before-load-vpn1-20260601-111640 sha256=7275505a9d301416932904395389ce08575bb6e9ca84486f23c015209beabeff --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' list dns '1.1.1.1' option auto '0' list addresses '10.91.235.78/32' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn1 option description 'NetherlandsAmsterdamR5.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-01T10:35:04+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260601-130301 -rw------- 1 root root 5276 Jun 1 13:03 /root/hmn/backups/network-before-load-vpn1-20260601-130301 sha256=425d7aba154de098d8e1c7c7efd1c9eddf7e5157540715843c2bacb06fa4cfd3 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T11:16:40+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn1 option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260601-143639 -rw------- 1 root root 5288 Jun 1 14:36 /root/hmn/backups/network-before-load-vpn1-20260601-143639 sha256=f7194f7a27bc53716a2dcf73980f2c48b333bd48457de8418f46a23502e08599 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T12:19:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260601-143803 -rw------- 1 root root 5291 Jun 1 14:38 /root/hmn/backups/network-before-load-vpn1-20260601-143803 sha256=f73cbf87a959c23665ff413180a3b142484c7639e6af3ff391c099c62aba8cc4 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T12:19:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260601-145208 -rw------- 1 root root 5279 Jun 1 14:52 /root/hmn/backups/network-before-load-vpn1-20260601-145208 sha256=6a89e873fc3843eabc5306d48172510f3054d40e97b665cdb8cff0f0a5f6c453 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-01T14:38:03+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260603-163645 -rw------- 1 root root 5267 Jun 3 16:36 /root/hmn/backups/network-before-load-vpn1-20260603-163645 sha256=4949f8af1cb2912bb12bbf00217456d8ad131534662fb8855545300eeca4a312 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T14:52:08+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn1 option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260603-164822 -rw------- 1 root root 3948 Jun 3 16:48 /root/hmn/backups/network-before-load-vpn1-20260603-164822 sha256=6124dacf8dc9a78c35ec1849ff5ad45bdd332381c265d2442797346ee1ab81f6 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-03T16:36:45+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-03T16:37:01+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260603-171347 -rw------- 1 root root 3929 Jun 3 17:13 /root/hmn/backups/network-before-load-vpn1-20260603-171347 sha256=78bcc68239c3be5b3183d9c3ad781385069f33b534d43d8ecdd441d253c5d7e2 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-03T16:48:22+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-03T17:01:29+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260603-203331 -rw------- 1 root root 3928 Jun 3 20:33 /root/hmn/backups/network-before-load-vpn1-20260603-203331 sha256=4c4bfd020f999c36af5dd149cb85cbbbaf3967ea9501d142f03e9e86162a9a8f --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-03T17:13:47+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-03T19:15:30+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn2 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.244.202' option endpoint_port '45735' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260605-054125 -rw------- 1 root root 3934 Jun 5 05:41 /root/hmn/backups/network-before-load-vpn1-20260605-054125 sha256=c6913f285900218c270be4ea4077f5702b185ec9724f40f62949ea00a9778caa --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-03T20:33:31+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn1 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '151.236.30.139' option endpoint_port '33998' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-04T06:36:26+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-05T04:33:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260605-150225 -rw------- 1 root root 3937 Jun 5 15:02 /root/hmn/backups/network-before-load-vpn1-20260605-150225 sha256=4fd46924741f174e5a317bff164014f177c4738b343bf4b24595020f08200296 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-05T04:33:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-05T05:41:25+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-05T14:31:29+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260606-054330 -rw------- 1 root root 3928 Jun 6 05:43 /root/hmn/backups/network-before-load-vpn1-20260606-054330 sha256=7b8cad5cd59aa79477313124a6d1f21b9342f43c1189f6d05aa7818e8acb34c6 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-05T15:02:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-05T16:14:29+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn2 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.71.244.202' option endpoint_port '45735' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260606-091029 -rw------- 1 root root 3948 Jun 6 09:10 /root/hmn/backups/network-before-load-vpn1-20260606-091029 sha256=91c25dfb7157b0726e907fd24eab8cbe86138ed9d7d898649367f4f9429df4eb --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-06T05:43:30+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-06T08:27:39+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260606-161926 -rw------- 1 root root 3923 Jun 6 16:19 /root/hmn/backups/network-before-load-vpn1-20260606-161926 sha256=e4ea9672b4b6b7c71f14d59ce5dcd9ee39f3a929addcd6ceb15edbbacdbec1fd --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-06T09:10:29+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn1 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '151.236.30.139' option endpoint_port '33998' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-06T16:07:26+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260606-185025 -rw------- 1 root root 3925 Jun 6 18:50 /root/hmn/backups/network-before-load-vpn1-20260606-185025 sha256=6e8ed61f5c046521da8e05726e2dec26a8bdd1757bfd360fc33a063998c58ec6 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-06T16:19:26+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.110.248/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-06-06T17:57:25+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn2 option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '89.46.237.14' option endpoint_port '38594' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T18:20:24+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260606-204232 -rw------- 1 root root 3948 Jun 6 20:42 /root/hmn/backups/network-before-load-vpn1-20260606-204232 sha256=dce805508dc9edda0caeb243b4de02a3d7c717183b8c0d2f50b3f9de90e1a20b --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T18:20:24+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-06T18:50:25+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-06T19:15:29+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260607-102826 -rw------- 1 root root 3920 Jun 7 10:28 /root/hmn/backups/network-before-load-vpn1-20260607-102826 sha256=1103105f9c6911d7dae0ef6f1e1f395f2ffb2ea904ff1793f05e7a75045c1bf5 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-06T20:42:32+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn1 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '157.173.25.198' option endpoint_port '34340' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-06T21:56:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260607-112926 -rw------- 1 root root 3948 Jun 7 11:29 /root/hmn/backups/network-before-load-vpn1-20260607-112926 sha256=42ddb3ce0a05323805d612f56f15dccf03fab5357f1c705557af51f93bdd157f --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-07T10:28:26+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T11:27:26+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260607-114826 -rw------- 1 root root 3929 Jun 7 11:48 /root/hmn/backups/network-before-load-vpn1-20260607-114826 sha256=efc994f8b9619f110eec8f4989ba43355edbe627d303d6e747f46ab08aa0b341 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-07T11:29:26+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-07T11:44:26+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn2 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260607-115730 -rw------- 1 root root 3927 Jun 7 11:57 /root/hmn/backups/network-before-load-vpn1-20260607-115730 sha256=7b4a0a1f5d3e980efc345324e0325481f313ba42189c5a98267ecf24f27a8e99 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-07T11:48:26+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn1 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.71.244.202' option endpoint_port '45735' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.110.248/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-06-07T11:53:30+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn2 option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '89.46.237.14' option endpoint_port '38594' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260607-140125 -rw------- 1 root root 3921 Jun 7 14:01 /root/hmn/backups/network-before-load-vpn1-20260607-140125 sha256=4064fcff90105e2af56a387a7973e7621a2cd24f55c3aa394b84b84233b36a3d --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '52' option awg_s2 '88' option awg_h1 '247439890' option awg_h2 '1157952265' option awg_h3 '469264248' option awg_h4 '95652034' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.189.240/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option hmn_loaded_at '2026-06-07T11:57:30+00:00' option hmn_endpoint '84.32.230.159:43808' config amneziawg_vpn1 option description '073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '84.32.230.159' option endpoint_port '43808' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-07T13:59:25+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260607-143729 -rw------- 1 root root 3943 Jun 7 14:37 /root/hmn/backups/network-before-load-vpn1-20260607-143729 sha256=4ce608535486854815c0c91c5d80b768b5a9b806dac20bb843c49bed8d275625 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-07T14:01:25+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T14:20:29+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260607-161629 -rw------- 1 root root 3931 Jun 7 16:16 /root/hmn/backups/network-before-load-vpn1-20260607-161629 sha256=981b4b937cc6fbe455565dcd12ab9eae5ee8abe7ec8a7fbf22bee600bd5a9b78 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-07T14:37:29+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn1 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.71.244.202' option endpoint_port '45735' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-07T14:48:25+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn2 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260607-180625 -rw------- 1 root root 3927 Jun 7 18:06 /root/hmn/backups/network-before-load-vpn1-20260607-180625 sha256=1bd0ba0ce6bd96b8cbf9d3d063030ab719d27fbea6f243d7dbcfb269d0d93cb8 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-06-07T16:16:29+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.235.136/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-06-07T17:56:29+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn2 option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.71.27.64' option endpoint_port '40044' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260608-104429 -rw------- 1 root root 3934 Jun 8 10:44 /root/hmn/backups/network-before-load-vpn1-20260608-104429 sha256=ce22cfe4f71f07d30a1d333ca4d334906ccb5005033f0b62063d3b28376a5141 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-07T18:06:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T20:59:30+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-08T04:32:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260706-160850 -rw------- 1 root root 4149 Jul 6 16:08 /root/hmn/backups/network-before-load-vpn1-20260706-160850 sha256=821ae07a0bd91bda95b0d44e9d6405abb620a7aee44db11d69f6c3c240648f28 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-08T04:32:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-08T10:44:29+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' ### HMN_FILE /root/hmn/backups/network-before-load-vpn1-20260706-170753 -rw------- 1 root root 4170 Jul 6 17:07 /root/hmn/backups/network-before-load-vpn1-20260706-170753 sha256=6a7d519e0e0b37257f5aaabeaea52b0305b0dd73fdfe720d36daa4a371730286 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260601-110946 -rw------- 1 root root 4506 Jun 1 11:09 /root/hmn/backups/network-before-load-vpn2-20260601-110946 sha256=efaaae1256e0ef9bf6da810779a753b9d6db865dc4e0be99f75524aa261d5e05 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' list dns '1.1.1.1' option auto '0' list addresses '10.91.235.78/32' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '80' option awg_s2 '113' option awg_h1 '1671317470' option awg_h2 '469282168' option awg_h3 '844208806' option awg_h4 '4169549' list dns '1.1.1.1' option auto '0' list addresses '10.83.46.58/32' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn1 option description 'NetherlandsAmsterdamR5.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config amneziawg_vpn2 option description 'NorwaySandefjordS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '185.14.97.151' option endpoint_port '42180' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-01T10:35:04+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260603-163701 -rw------- 1 root root 5279 Jun 3 16:37 /root/hmn/backups/network-before-load-vpn2-20260603-163701 sha256=8bd7be73cdab1674776399811fed862c6590ad1d5e2ce07130eee7d969d83cbe --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260603-170129 -rw------- 1 root root 3943 Jun 3 17:01 /root/hmn/backups/network-before-load-vpn2-20260603-170129 sha256=a1794c244e0b28c3e6ae304187e94eeb4f8636d4883090619c924283291624fa --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-03T16:37:01+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-03T16:48:22+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260603-191530 -rw------- 1 root root 3920 Jun 3 19:15 /root/hmn/backups/network-before-load-vpn2-20260603-191530 sha256=1902a985bc3dc35616bc9bb5588e182931691389daff163f72ee3ff3aa40726c --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-03T16:33:56+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-03T17:01:29+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.25.198' option endpoint_port '34340' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-03T17:13:47+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '157.173.27.69' option endpoint_port '41797' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260604-063626 -rw------- 1 root root 3931 Jun 4 06:36 /root/hmn/backups/network-before-load-vpn2-20260604-063626 sha256=96852be710234877ba415d7dfb48fb8c1d72667ce3ed20da34f8065330c5ac92 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-03T19:15:30+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn2 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.244.202' option endpoint_port '45735' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-03T20:33:31+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn1 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '151.236.30.139' option endpoint_port '33998' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-04T04:33:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260605-143129 -rw------- 1 root root 3948 Jun 5 14:31 /root/hmn/backups/network-before-load-vpn2-20260605-143129 sha256=c2f41d5909ad06d00412b61e11069cb595b17cedc50f10f9df67ee1ab6b182b7 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-04T06:36:26+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-05T04:33:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-05T05:41:25+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260605-161429 -rw------- 1 root root 3920 Jun 5 16:14 /root/hmn/backups/network-before-load-vpn2-20260605-161429 sha256=074c0e320e1f641250ae25224fefb80cd0e5e24f59c22156e2edd805730b302b --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-05T04:33:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-05T14:31:29+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.25.198' option endpoint_port '34340' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-05T15:02:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.27.69' option endpoint_port '41797' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260606-082739 -rw------- 1 root root 3945 Jun 6 08:27 /root/hmn/backups/network-before-load-vpn2-20260606-082739 sha256=8db03963b00093e7be76cff35f881456e082a19faf2baf1eb86d5cd475102b47 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-05T16:14:29+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn2 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.71.244.202' option endpoint_port '45735' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-06T05:43:30+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260606-160726 -rw------- 1 root root 3934 Jun 6 16:07 /root/hmn/backups/network-before-load-vpn2-20260606-160726 sha256=e6ac908cfa232a2a63a98d592e9353f9230f4f180b4d0768355da19104201f75 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-06T08:27:39+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-06T09:10:29+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn1 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260606-175725 -rw------- 1 root root 3929 Jun 6 17:57 /root/hmn/backups/network-before-load-vpn2-20260606-175725 sha256=02ed012c4e797f7e4104475b4958fcf424e101f0c8abefb3b48d17d3376c5841 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T04:33:12+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-06T16:07:26+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.25.198' option endpoint_port '34340' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-06T16:19:26+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260606-191529 -rw------- 1 root root 3930 Jun 6 19:15 /root/hmn/backups/network-before-load-vpn2-20260606-191529 sha256=3d0bd9a03e1ad049161f350cea8ba1a26aecf56f64334c480e49ac13ce4eebb8 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.110.248/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-06-06T17:57:25+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn2 option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '89.46.237.14' option endpoint_port '38594' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T18:20:24+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-06T18:50:25+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260606-215625 -rw------- 1 root root 3937 Jun 6 21:56 /root/hmn/backups/network-before-load-vpn2-20260606-215625 sha256=b55626cb7482e833c1613e8399622cb317e4a48e2adb89e4be9ac2e142debf7b --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-06T18:20:24+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-06T19:15:29+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-06T20:42:32+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn1 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260607-112726 -rw------- 1 root root 3931 Jun 7 11:27 /root/hmn/backups/network-before-load-vpn2-20260607-112726 sha256=35c6cf6c282181d70e46cc7b229faabc4e5c5dc6cafca29f896ec6e0625f91ca --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-06T21:56:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.24/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-06-07T10:28:26+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn1 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260607-114426 -rw------- 1 root root 3943 Jun 7 11:44 /root/hmn/backups/network-before-load-vpn2-20260607-114426 sha256=982e8133ee7f6efe9f865f96a8f986dd529e882ec60ff3b0eb4de27a6e9ea142 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T11:27:26+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-07T11:29:26+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260607-115330 -rw------- 1 root root 3931 Jun 7 11:53 /root/hmn/backups/network-before-load-vpn2-20260607-115330 sha256=7c4b6d02fc672642b63f75c9ad99549d2a11cf9f8f1bccfc35561edef0a45dd3 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T04:33:10+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-07T11:44:26+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn2 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '151.236.30.139' option endpoint_port '33998' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-07T11:48:26+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn1 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.71.244.202' option endpoint_port '45735' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260607-135925 -rw------- 1 root root 3917 Jun 7 13:59 /root/hmn/backups/network-before-load-vpn2-20260607-135925 sha256=68ff08d343f71cc9e9da059d5e788b811b5d4cbc2f31397a4ada7916640b0cfc --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.110.248/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-06-07T11:53:30+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn2 option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '89.46.237.14' option endpoint_port '38594' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '52' option awg_s2 '88' option awg_h1 '247439890' option awg_h2 '1157952265' option awg_h3 '469264248' option awg_h4 '95652034' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.189.240/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option hmn_loaded_at '2026-06-07T11:57:30+00:00' option hmn_endpoint '84.32.230.159:43808' config amneziawg_vpn1 option description '073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '84.32.230.159' option endpoint_port '43808' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260607-142029 -rw------- 1 root root 3929 Jun 7 14:20 /root/hmn/backups/network-before-load-vpn2-20260607-142029 sha256=2c7e0b179ce125a8a4f259aa51c24dbc1f5caa0ae852a0e0ad1d02fc757bb3e3 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.169.92/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-06-07T13:59:25+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn2 option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '157.173.25.198' option endpoint_port '34340' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-07T14:01:25+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260607-144825 -rw------- 1 root root 3945 Jun 7 14:48 /root/hmn/backups/network-before-load-vpn2-20260607-144825 sha256=ce571aed4d932a3c80d7d07770208e993a4f86d7e7497596a060a80382366ff2 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T14:20:29+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.175.225/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-06-07T14:37:29+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn1 option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.71.244.202' option endpoint_port '45735' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260607-175629 -rw------- 1 root root 3930 Jun 7 17:56 /root/hmn/backups/network-before-load-vpn2-20260607-175629 sha256=3144f7db5727f11f41dadd3398246f9b5862b8feb4c7d007790a185a2f448f4c --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T12:35:35+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.239.173/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-06-07T14:48:25+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn2 option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '151.236.30.139' option endpoint_port '33998' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-06-07T16:16:29+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '37.235.54.96' option endpoint_port '38971' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260607-205930 -rw------- 1 root root 3917 Jun 7 20:59 /root/hmn/backups/network-before-load-vpn2-20260607-205930 sha256=4b97827a9c4e1bb666d609074e72f9b96b6992564d820edb271216eca91318c1 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.235.136/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-06-07T17:56:29+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn2 option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-06-07T18:06:25+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn1 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-07T18:20:31+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.154.104.162' option endpoint_port '31052' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260706-101643 -rw------- 1 root root 4166 Jul 6 10:16 /root/hmn/backups/network-before-load-vpn2-20260706-101643 sha256=a2e7e9b2cf99a1d5fa1ff08826b133dc52a1683041af5793f3279654922cde45 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T20:59:30+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-08T04:32:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-08T10:44:29+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260706-165654 -rw------- 1 root root 4155 Jul 6 16:56 /root/hmn/backups/network-before-load-vpn2-20260706-165654 sha256=8b2fbaa9e8b847bc9f5ddd14aff2d65e60fc53d6e9a7b1cef6a12f748f3d9b94 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' ### HMN_FILE /root/hmn/backups/network-before-load-vpn2-20260708-061547 -rw------- 1 root root 5028 Jul 8 06:15 /root/hmn/backups/network-before-load-vpn2-20260708-061547 sha256=41e3f4279391f1710bffd121ba53bd776a6170e9e9c1f7494d7f3a6532657a4d --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:40+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-161434 -rw------- 1 root root 4150 Jul 6 16:14 /root/hmn/backups/network-before-vpn_test-20260706-161434 sha256=981163433cd9a207c2991651adfe1122ed406ed989ee2337dfc3745baff3a249 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-08T04:32:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-161456 -rw------- 1 root root 4163 Jul 6 16:14 /root/hmn/backups/network-before-vpn_test-20260706-161456 sha256=639d107ae23c4c2f51b39041a411cf084783850602d976993fbabb94c1e45380 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '135' option awg_h1 '1422669011' option awg_h2 '543679791' option awg_h3 '382041125' option awg_h4 '953428777' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.119.249.139/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' option hmn_loaded_at '2026-07-06T16:14:34+00:00' option hmn_endpoint '192.36.27.17:35500' config amneziawg_vpn_test option description '012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '192.36.27.17' option endpoint_port '35500' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-161529 -rw------- 1 root root 4159 Jul 6 16:15 /root/hmn/backups/network-before-vpn_test-20260706-161529 sha256=b49d26d150a9be34aa2d38accef23f112b633287654fdab8b39e377a8e70cd97 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '30' option awg_s2 '131' option awg_h1 '1837495102' option awg_h2 '940542036' option awg_h3 '1582281868' option awg_h4 '1143305597' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.112.60.219/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' option hmn_loaded_at '2026-07-06T16:14:56+00:00' option hmn_endpoint '38.244.192.244:45389' config amneziawg_vpn_test option description '029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '25' option endpoint_host '38.244.192.244' option endpoint_port '45389' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-161547 -rw------- 1 root root 4166 Jul 6 16:15 /root/hmn/backups/network-before-vpn_test-20260706-161547 sha256=1c9f76cf732048d7cf50266648f0ef08dc9a8999572090dfc41bc9509b5353c5 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.254.15/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-07-06T16:15:29+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn_test option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-161606 -rw------- 1 root root 4142 Jul 6 16:16 /root/hmn/backups/network-before-vpn_test-20260706-161606 sha256=6b3e1f3091dbfaffc3647551470d681c5ed53ee3ca7329eda07a80e78f0a43a5 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '61' option awg_s2 '136' option awg_h1 '1795991743' option awg_h2 '307629285' option awg_h3 '522608605' option awg_h4 '127610214' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.101.61.41/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' option hmn_loaded_at '2026-07-06T16:15:47+00:00' option hmn_endpoint '38.7.197.83:38465' config amneziawg_vpn_test option description '063-CL-Chile-Santiago-38.7.197.83-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '38.7.197.83' option endpoint_port '38465' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-161625 -rw------- 1 root root 4168 Jul 6 16:16 /root/hmn/backups/network-before-vpn_test-20260706-161625 sha256=2bda754c8f62ee9e96361f1a3674875078bc5ea6e58f56211c756b5c2860e128 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '90' option awg_s2 '37' option awg_h1 '822986125' option awg_h2 '1999522532' option awg_h3 '1189897438' option awg_h4 '1647357381' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.56.214/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' option hmn_loaded_at '2026-07-06T16:16:06+00:00' option hmn_endpoint '107.172.187.100:39480' config amneziawg_vpn_test option description '071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '107.172.187.100' option endpoint_port '39480' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-161644 -rw------- 1 root root 4172 Jul 6 16:16 /root/hmn/backups/network-before-vpn_test-20260706-161644 sha256=8c0817b50abe3d744ac01b707c5b9ffea4027843af6876ebc57a6bab7dddc812 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:16:25+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn_test option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-161703 -rw------- 1 root root 4152 Jul 6 16:17 /root/hmn/backups/network-before-vpn_test-20260706-161703 sha256=64fae9a27444123de61d498681134c97133b017deee654750c4e61ca5e8a71ef --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '42' option awg_s2 '60' option awg_h1 '1186737533' option awg_h2 '874365716' option awg_h3 '213670866' option awg_h4 '812342967' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.43.173/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' option hmn_loaded_at '2026-07-06T16:16:44+00:00' option hmn_endpoint '107.175.93.59:31095' config amneziawg_vpn_test option description '087-US-USA-New-York-S1-107.175.93.59-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '107.175.93.59' option endpoint_port '31095' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-161722 -rw------- 1 root root 4149 Jul 6 16:17 /root/hmn/backups/network-before-vpn_test-20260706-161722 sha256=d421294c4ddfbe906f5185e8608ff3a1eb8d26eab460a6c16a97411e412f584a --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '149' option awg_s2 '146' option awg_h1 '567924200' option awg_h2 '647841499' option awg_h3 '1891448980' option awg_h4 '319702062' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.108.112/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' option hmn_loaded_at '2026-07-06T16:17:03+00:00' option hmn_endpoint '107.174.226.51:44839' config amneziawg_vpn_test option description '088-US-USA-Dallas-107.174.226.51-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '107.174.226.51' option endpoint_port '44839' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-161745 -rw------- 1 root root 4150 Jul 6 16:17 /root/hmn/backups/network-before-vpn_test-20260706-161745 sha256=2451352c4dcd2c61835dff057f4098daaf7dede3d99a4c905dbe6e1e0ffb5eaa --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '54' option awg_s2 '132' option awg_h1 '993118416' option awg_h2 '384584260' option awg_h3 '2084033864' option awg_h4 '961714636' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.108.238.215/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' option hmn_loaded_at '2026-07-06T16:17:22+00:00' option hmn_endpoint '192.121.162.75:45945' config amneziawg_vpn_test option description '094-JP-Japan-Tokyo-192.121.162.75-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.121.162.75' option endpoint_port '45945' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-161803 -rw------- 1 root root 4155 Jul 6 16:18 /root/hmn/backups/network-before-vpn_test-20260706-161803 sha256=bd822a1d3b03ba00e521e6ba7d4f1eeedb31c304da8aa0a2e1bed454b503e3b3 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.111.97/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-07-06T16:17:45+00:00' option hmn_endpoint '89.46.237.14:38594' config amneziawg_vpn_test option description '108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '89.46.237.14' option endpoint_port '38594' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-161825 -rw------- 1 root root 4143 Jul 6 16:18 /root/hmn/backups/network-before-vpn_test-20260706-161825 sha256=d3c0fe31a934161351cdc2cba0df96dc01b0a41ddaf3af08f3728c3fc4f3c483 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '103' option awg_s2 '128' option awg_h1 '1411727827' option awg_h2 '1159928711' option awg_h3 '1509131242' option awg_h4 '754832080' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.82.239.94/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' option hmn_loaded_at '2026-07-06T16:18:03+00:00' option hmn_endpoint '103.57.251.39:37380' config amneziawg_vpn_test option description '114-PS-UAE-Dubai-103.57.251.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '103.57.251.39' option endpoint_port '37380' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-161847 -rw------- 1 root root 4162 Jul 6 16:18 /root/hmn/backups/network-before-vpn_test-20260706-161847 sha256=77464d9ad94d095c89bab21a9c66958400da2564ef8e20c7e21a1c929da9726f --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '80' option awg_s2 '113' option awg_h1 '1671317470' option awg_h2 '469282168' option awg_h3 '844208806' option awg_h4 '4169549' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.41.157/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' option hmn_loaded_at '2026-07-06T16:18:25+00:00' option hmn_endpoint '185.14.97.234:37492' config amneziawg_vpn_test option description '115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '185.14.97.234' option endpoint_port '37492' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-161906 -rw------- 1 root root 4164 Jul 6 16:19 /root/hmn/backups/network-before-vpn_test-20260706-161906 sha256=e95164126e6001f6e84932387008fcb7d6327a64b10549850e31aab3bd3e2c7a --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '58' option awg_h1 '1055152911' option awg_h2 '214072845' option awg_h3 '1395608927' option awg_h4 '1408422343' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.172.142/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' option hmn_loaded_at '2026-07-06T16:18:47+00:00' option hmn_endpoint '64.253.89.235:37402' config amneziawg_vpn_test option description '117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '64.253.89.235' option endpoint_port '37402' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-161925 -rw------- 1 root root 4158 Jul 6 16:19 /root/hmn/backups/network-before-vpn_test-20260706-161925 sha256=cd22bc2aeef416f80bd2cf4010ddf88ca145b4fb0131f87fa466897a62e5ab39 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '122' option awg_s2 '126' option awg_h1 '1690265964' option awg_h2 '1702612724' option awg_h3 '722801417' option awg_h4 '1734153820' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.235.104/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' option hmn_loaded_at '2026-07-06T16:19:06+00:00' option hmn_endpoint '141.98.189.83:39408' config amneziawg_vpn_test option description '118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '141.98.189.83' option endpoint_port '39408' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-161943 -rw------- 1 root root 4162 Jul 6 16:19 /root/hmn/backups/network-before-vpn_test-20260706-161943 sha256=fbfcfbd663fc2ec34f07949d0bd808480cc5c773753e0bd25ab19a16e1365682 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-06T16:19:25+00:00' option hmn_endpoint '192.121.163.235:42530' config amneziawg_vpn_test option description '128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.121.163.235' option endpoint_port '42530' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-162005 -rw------- 1 root root 4161 Jul 6 16:20 /root/hmn/backups/network-before-vpn_test-20260706-162005 sha256=4e3d3286c978b3575bcf1397ecf897cc30c1859f72a3993e3394814f83a5fe9a --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '101' option awg_s2 '35' option awg_h1 '106053217' option awg_h2 '1373084354' option awg_h3 '1879635090' option awg_h4 '623143754' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.172.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' option hmn_loaded_at '2026-07-06T16:19:43+00:00' option hmn_endpoint '89.46.232.39:40316' config amneziawg_vpn_test option description '129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '89.46.232.39' option endpoint_port '40316' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-162025 -rw------- 1 root root 4159 Jul 6 16:20 /root/hmn/backups/network-before-vpn_test-20260706-162025 sha256=4349054e9a94c47f4a09cca4c24b0149e76db7716f5b947931b0129bdbcde34a --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.170.125/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-07-06T16:20:05+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '46.246.127.84' option endpoint_port '36230' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-162047 -rw------- 1 root root 4158 Jul 6 16:20 /root/hmn/backups/network-before-vpn_test-20260706-162047 sha256=29ac02d72db1bfb36f657691a410c3d4fe7809ba6f9fa9dd1e558242fa48d468 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '29' option awg_s2 '133' option awg_h1 '388560523' option awg_h2 '1003136170' option awg_h3 '559651682' option awg_h4 '777607441' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.89.174.45/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' option hmn_loaded_at '2026-07-06T16:20:25+00:00' option hmn_endpoint '194.71.126.45:32821' config amneziawg_vpn_test option description '141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '194.71.126.45' option endpoint_port '32821' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-162105 -rw------- 1 root root 4167 Jul 6 16:21 /root/hmn/backups/network-before-vpn_test-20260706-162105 sha256=d92e7c9283fd7c9057ffb46dc08d5a3f63b199249413b65bec1a8067c29a360a --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:20:47+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_test option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-162124 -rw------- 1 root root 4162 Jul 6 16:21 /root/hmn/backups/network-before-vpn_test-20260706-162124 sha256=896b6c0530045cde68bab55a568f3a24f539a76d26f3e47e286c6374897d1e92 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '143' option awg_h1 '1943142100' option awg_h2 '1154665998' option awg_h3 '1159227869' option awg_h4 '2081036883' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.43.12/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' option hmn_loaded_at '2026-07-06T16:21:05+00:00' option hmn_endpoint '23.158.72.87:45460' config amneziawg_vpn_test option description '147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '23.158.72.87' option endpoint_port '45460' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-162142 -rw------- 1 root root 4161 Jul 6 16:21 /root/hmn/backups/network-before-vpn_test-20260706-162142 sha256=80fc278b6de8b6aa0dcfeec7b94386f95768e58b15af379b10c9ba179de3d3e4 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.168.223/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-07-06T16:21:24+00:00' option hmn_endpoint '157.173.25.198:34340' config amneziawg_vpn_test option description '149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '157.173.25.198' option endpoint_port '34340' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-162200 -rw------- 1 root root 4175 Jul 6 16:22 /root/hmn/backups/network-before-vpn_test-20260706-162200 sha256=e1bd81de8f216b50551ca44f5ebf114429684bdcd1281706c89ab7d49dc43646 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T16:21:42+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn_test option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-162219 -rw------- 1 root root 4167 Jul 6 16:22 /root/hmn/backups/network-before-vpn_test-20260706-162219 sha256=644613f877596efbf5d766c2548ef5646f7dfb537eabb4b99c197c94fabf5b36 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.173.35/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-07-06T16:22:00+00:00' option hmn_endpoint '192.71.244.202:45735' config amneziawg_vpn_test option description '153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.244.202' option endpoint_port '45735' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-162237 -rw------- 1 root root 4169 Jul 6 16:22 /root/hmn/backups/network-before-vpn_test-20260706-162237 sha256=652286ddb6d1e61a24ac92199a01eef2f4c6a059820ec8632adc6bc072db5210 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '51' option awg_h1 '144970534' option awg_h2 '210374235' option awg_h3 '1100727461' option awg_h4 '1885204570' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.77.236.75/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' option hmn_loaded_at '2026-07-06T16:22:19+00:00' option hmn_endpoint '109.248.198.4:37129' config amneziawg_vpn_test option description '162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '109.248.198.4' option endpoint_port '37129' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-162255 -rw------- 1 root root 4160 Jul 6 16:22 /root/hmn/backups/network-before-vpn_test-20260706-162255 sha256=d4f7219bf35d78e088a65c005ebc970b6081013527ad7bc095cc03da911284e1 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.237.218/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-07-06T16:22:37+00:00' option hmn_endpoint '151.236.30.139:33998' config amneziawg_vpn_test option description '180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '151.236.30.139' option endpoint_port '33998' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-162314 -rw------- 1 root root 4180 Jul 6 16:23 /root/hmn/backups/network-before-vpn_test-20260706-162314 sha256=4d097d61a32ae716f5924fbd617e4d813722a9af7ffac9a81ee818c3ea33b921 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '100' option awg_s2 '44' option awg_h1 '130876854' option awg_h2 '243485631' option awg_h3 '1201804100' option awg_h4 '1701356678' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.95.47.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' option hmn_loaded_at '2026-07-06T16:22:55+00:00' option hmn_endpoint '112.120.98.53:46369' config amneziawg_vpn_test option description '206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '112.120.98.53' option endpoint_port '46369' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-162336 -rw------- 1 root root 4159 Jul 6 16:23 /root/hmn/backups/network-before-vpn_test-20260706-162336 sha256=ee41bcf73ad56107725a68cff5f3f9cdd738802050f63850bdb30d51fd474bbc --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.43.208/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:14+00:00' option hmn_endpoint '89.40.104.201:36979' config amneziawg_vpn_test option description '214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '89.40.104.201' option endpoint_port '36979' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260706-162355 -rw------- 1 root root 4150 Jul 6 16:23 /root/hmn/backups/network-before-vpn_test-20260706-162355 sha256=8f534d40bf162578e7a0c1ad8697b3c012319a0d8bc6798aac05ff5dd578a973 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.189.145/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-06T10:16:43+00:00' option hmn_endpoint '157.173.27.69:41797' config amneziawg_vpn2 option description '049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '157.173.27.69' option endpoint_port '41797' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.239.120/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T16:08:50+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn1 option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '34' option awg_s2 '49' option awg_h1 '679240017' option awg_h2 '1624207748' option awg_h3 '139122664' option awg_h4 '1720133880' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.66.44.225/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:36+00:00' option hmn_endpoint '77.67.8.84:43378' config amneziawg_vpn_test option description '218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '77.67.8.84' option endpoint_port '43378' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042048 -rw------- 1 root root 5028 Jul 7 04:20 /root/hmn/backups/network-before-vpn_test-20260707-042048 sha256=bfc6c05e938f278e9c33e56a12ef4c4c9b70f7bede4de932430734e9dd317d84 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042110 -rw------- 1 root root 5036 Jul 7 04:21 /root/hmn/backups/network-before-vpn_test-20260707-042110 sha256=36915d7b562c10ca973eb057319c3137af468d8b9c0d7adf85502b7f44d456af --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '135' option awg_h1 '1422669011' option awg_h2 '543679791' option awg_h3 '382041125' option awg_h4 '953428777' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.119.249.139/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' option hmn_loaded_at '2026-07-07T04:20:48+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042132 -rw------- 1 root root 5032 Jul 7 04:21 /root/hmn/backups/network-before-vpn_test-20260707-042132 sha256=10a087fef74a606a4d5e3a0a83544df007382afdb24fb3bb303fcdc8eedfbe1a --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '30' option awg_s2 '131' option awg_h1 '1837495102' option awg_h2 '940542036' option awg_h3 '1582281868' option awg_h4 '1143305597' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.112.60.219/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' option hmn_loaded_at '2026-07-07T04:21:10+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042151 -rw------- 1 root root 5030 Jul 7 04:21 /root/hmn/backups/network-before-vpn_test-20260707-042151 sha256=ba7a7f97c5dc8bbf5f3c385820666ea799a027e3fb4e6585772640d0cae20dd2 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.187.205/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-07T04:21:32+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042209 -rw------- 1 root root 5039 Jul 7 04:22 /root/hmn/backups/network-before-vpn_test-20260707-042209 sha256=50dfe77bd7dd15ff6b8f37f52b6696afb7daeab4249d81d0fd516b7a7721932b --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.254.15/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-07-07T04:21:51+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042228 -rw------- 1 root root 5015 Jul 7 04:22 /root/hmn/backups/network-before-vpn_test-20260707-042228 sha256=3f3c80a034f5a44002ce39c682d87fc4f3912faf3b7028f8daf69655df5fcee8 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '61' option awg_s2 '136' option awg_h1 '1795991743' option awg_h2 '307629285' option awg_h3 '522608605' option awg_h4 '127610214' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.101.61.41/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' option hmn_loaded_at '2026-07-07T04:22:09+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042247 -rw------- 1 root root 5048 Jul 7 04:22 /root/hmn/backups/network-before-vpn_test-20260707-042247 sha256=569b1e394e028c3b6979d956abf066892fa69f6f4434922f9160116b3d028232 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '34' option awg_s2 '16' option awg_h1 '252047467' option awg_h2 '456418039' option awg_h3 '1815241126' option awg_h4 '377746471' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.102.248.214/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf' option hmn_loaded_at '2026-07-07T04:22:28+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042307 -rw------- 1 root root 5041 Jul 7 04:23 /root/hmn/backups/network-before-vpn_test-20260707-042307 sha256=45c97337f08f28e460c9b04773d76a98c656b7cd2445b2907ea5026c6004b62d --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '90' option awg_s2 '37' option awg_h1 '822986125' option awg_h2 '1999522532' option awg_h3 '1189897438' option awg_h4 '1647357381' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.56.214/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' option hmn_loaded_at '2026-07-07T04:22:47+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042325 -rw------- 1 root root 5042 Jul 7 04:23 /root/hmn/backups/network-before-vpn_test-20260707-042325 sha256=d3e6fb7dc2d61c3d4fc78619bb5716e18e851bae9c012f93a4185983e507fca9 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '132' option awg_s2 '22' option awg_h1 '1314107157' option awg_h2 '894303025' option awg_h3 '687987321' option awg_h4 '1498765620' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.120.171/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' option hmn_loaded_at '2026-07-07T04:23:07+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042353 -rw------- 1 root root 5031 Jul 7 04:23 /root/hmn/backups/network-before-vpn_test-20260707-042353 sha256=3b0a32fa8a33876803a47e633e29a191a69bc6b7af6f449214dc3d6320b49669 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '52' option awg_s2 '88' option awg_h1 '247439890' option awg_h2 '1157952265' option awg_h3 '469264248' option awg_h4 '95652034' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.187.191/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option hmn_loaded_at '2026-07-07T04:23:25+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042413 -rw------- 1 root root 5029 Jul 7 04:24 /root/hmn/backups/network-before-vpn_test-20260707-042413 sha256=eb066392f23d80fbbe69f5e6ba7f026dc0740d034def490eb702089dffc77ad7 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '27' option awg_s2 '36' option awg_h1 '1855558697' option awg_h2 '940493219' option awg_h3 '2052923685' option awg_h4 '112204269' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.120.117/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf' option hmn_loaded_at '2026-07-07T04:23:53+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042432 -rw------- 1 root root 5025 Jul 7 04:24 /root/hmn/backups/network-before-vpn_test-20260707-042432 sha256=8e77165fb3254e6cc8ec6dc0c2d0b47cde80c17706c0a1d2817fb88ac94f8e5c --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '42' option awg_s2 '60' option awg_h1 '1186737533' option awg_h2 '874365716' option awg_h3 '213670866' option awg_h4 '812342967' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.43.173/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' option hmn_loaded_at '2026-07-07T04:24:13+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042451 -rw------- 1 root root 5022 Jul 7 04:24 /root/hmn/backups/network-before-vpn_test-20260707-042451 sha256=80e95b293f7863dd380f3f329672ce7188f7c95a6c990a7224df3c98a4b693a9 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '149' option awg_s2 '146' option awg_h1 '567924200' option awg_h2 '647841499' option awg_h3 '1891448980' option awg_h4 '319702062' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.108.112/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' option hmn_loaded_at '2026-07-07T04:24:32+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042513 -rw------- 1 root root 5023 Jul 7 04:25 /root/hmn/backups/network-before-vpn_test-20260707-042513 sha256=4a915d646e087e32c0d4dbfe24d084dcc09fbe75bfd3e8713d93c96f1d54926b --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '54' option awg_s2 '132' option awg_h1 '993118416' option awg_h2 '384584260' option awg_h3 '2084033864' option awg_h4 '961714636' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.108.238.215/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' option hmn_loaded_at '2026-07-07T04:24:51+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042532 -rw------- 1 root root 5028 Jul 7 04:25 /root/hmn/backups/network-before-vpn_test-20260707-042532 sha256=272173dab1883d0a720269f1b47ae721d9e4f3b7304daa5fb77afe75ca76e6d3 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.111.97/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-07-07T04:25:13+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042554 -rw------- 1 root root 5016 Jul 7 04:25 /root/hmn/backups/network-before-vpn_test-20260707-042554 sha256=62294ce90ea55f366b74f3bb532f8e66b1b0cee8e2e5c00899675a0c6914e6cd --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '103' option awg_s2 '128' option awg_h1 '1411727827' option awg_h2 '1159928711' option awg_h3 '1509131242' option awg_h4 '754832080' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.82.239.94/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' option hmn_loaded_at '2026-07-07T04:25:32+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042616 -rw------- 1 root root 5035 Jul 7 04:26 /root/hmn/backups/network-before-vpn_test-20260707-042616 sha256=f3ef64ff928354e6c8c8d70a021aa7c3203e0395e5ffbee3a74d55ae93ead1d9 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '80' option awg_s2 '113' option awg_h1 '1671317470' option awg_h2 '469282168' option awg_h3 '844208806' option awg_h4 '4169549' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.41.157/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' option hmn_loaded_at '2026-07-07T04:25:54+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042634 -rw------- 1 root root 5037 Jul 7 04:26 /root/hmn/backups/network-before-vpn_test-20260707-042634 sha256=f13260480f1c5969c80a6546bedb9751d3cb0d2b918fa3e7b0267ac1cb214572 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '58' option awg_h1 '1055152911' option awg_h2 '214072845' option awg_h3 '1395608927' option awg_h4 '1408422343' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.172.142/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' option hmn_loaded_at '2026-07-07T04:26:16+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042653 -rw------- 1 root root 5031 Jul 7 04:26 /root/hmn/backups/network-before-vpn_test-20260707-042653 sha256=8faeb378d1ebff45c905b84f1332a4480287eec98137708943016aae41f1211c --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '122' option awg_s2 '126' option awg_h1 '1690265964' option awg_h2 '1702612724' option awg_h3 '722801417' option awg_h4 '1734153820' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.235.104/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' option hmn_loaded_at '2026-07-07T04:26:34+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042711 -rw------- 1 root root 5035 Jul 7 04:27 /root/hmn/backups/network-before-vpn_test-20260707-042711 sha256=3f895ed2c7304da9ed56312341d0331ceb77b318a306f7018b896d6a1ace9222 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-07T04:26:53+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042733 -rw------- 1 root root 5034 Jul 7 04:27 /root/hmn/backups/network-before-vpn_test-20260707-042733 sha256=e5a8ca6bdfc653b7ab6f5d4d93cbff41282e9ab4c4a6ca1d365a8dd63fb40d6e --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '101' option awg_s2 '35' option awg_h1 '106053217' option awg_h2 '1373084354' option awg_h3 '1879635090' option awg_h4 '623143754' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.172.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' option hmn_loaded_at '2026-07-07T04:27:11+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042752 -rw------- 1 root root 5032 Jul 7 04:27 /root/hmn/backups/network-before-vpn_test-20260707-042752 sha256=d7fce958f79e0dd3952381eed6c82d2c20317cc770f8fc0a90e69531a121cbbd --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.170.125/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-07-07T04:27:33+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042814 -rw------- 1 root root 5031 Jul 7 04:28 /root/hmn/backups/network-before-vpn_test-20260707-042814 sha256=ed4b71f71634311385ea57b9f9dbddf262e5c4a61d67c282cefc51b50a686ec1 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '29' option awg_s2 '133' option awg_h1 '388560523' option awg_h2 '1003136170' option awg_h3 '559651682' option awg_h4 '777607441' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.89.174.45/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' option hmn_loaded_at '2026-07-07T04:27:52+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042833 -rw------- 1 root root 5040 Jul 7 04:28 /root/hmn/backups/network-before-vpn_test-20260707-042833 sha256=4ef98381429488f12b83ef81061d504c1f86427168ae47ac5484fce5fe4d3f86 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-07T04:28:14+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042851 -rw------- 1 root root 5035 Jul 7 04:28 /root/hmn/backups/network-before-vpn_test-20260707-042851 sha256=34330daf360154aa59465924df2fcc32090b368d6c6b55361163585449321b14 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '143' option awg_h1 '1943142100' option awg_h2 '1154665998' option awg_h3 '1159227869' option awg_h4 '2081036883' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.43.12/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' option hmn_loaded_at '2026-07-07T04:28:33+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042909 -rw------- 1 root root 5034 Jul 7 04:29 /root/hmn/backups/network-before-vpn_test-20260707-042909 sha256=12a240d8f706eff713b6513c871567478f4ce28243592827f92c0572ffd15726 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.168.223/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-07-07T04:28:51+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042928 -rw------- 1 root root 5048 Jul 7 04:29 /root/hmn/backups/network-before-vpn_test-20260707-042928 sha256=dea122ad3fc178203da4a5c771b219147584a4411707b929a4ebfe2dedf4d47a --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-07T04:29:09+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-042946 -rw------- 1 root root 5040 Jul 7 04:29 /root/hmn/backups/network-before-vpn_test-20260707-042946 sha256=b1a6bffc6921d29570342869bbcbb00e656b662d169419eee16add3228fca0ab --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.173.35/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-07-07T04:29:28+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-043004 -rw------- 1 root root 5042 Jul 7 04:30 /root/hmn/backups/network-before-vpn_test-20260707-043004 sha256=8ec7fbdfaa3e24300d2e84960a561dc1871e5c58e9d497ae6bd298720667f4c5 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '51' option awg_h1 '144970534' option awg_h2 '210374235' option awg_h3 '1100727461' option awg_h4 '1885204570' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.77.236.75/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' option hmn_loaded_at '2026-07-07T04:29:46+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-043023 -rw------- 1 root root 5033 Jul 7 04:30 /root/hmn/backups/network-before-vpn_test-20260707-043023 sha256=bdd7ca9fa83b519b7b6a59832f9dd1e17d8db2d7d27dcb1b9b6be1b4c3db4cfb --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.237.218/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-07-07T04:30:04+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-043041 -rw------- 1 root root 5053 Jul 7 04:30 /root/hmn/backups/network-before-vpn_test-20260707-043041 sha256=17094d8d8a36b09c48a26c9309820a9e47dbb1945ee71674c39082f4f8fecd4d --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '100' option awg_s2 '44' option awg_h1 '130876854' option awg_h2 '243485631' option awg_h3 '1201804100' option awg_h4 '1701356678' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.95.47.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' option hmn_loaded_at '2026-07-07T04:30:23+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-043103 -rw------- 1 root root 5032 Jul 7 04:31 /root/hmn/backups/network-before-vpn_test-20260707-043103 sha256=b8b6c2a7a5afc98cfb7c7286abedc603402d9a4d3c541e3b3188369996f40cf8 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.43.208/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' option hmn_loaded_at '2026-07-07T04:30:41+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260707-043122 -rw------- 1 root root 5023 Jul 7 04:31 /root/hmn/backups/network-before-vpn_test-20260707-043122 sha256=6da1239a6c974548bf4a00078c0bf2f487606f16ca2f99d1ea8e9f25f9707077 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '34' option awg_s2 '49' option awg_h1 '679240017' option awg_h2 '1624207748' option awg_h3 '139122664' option awg_h4 '1720133880' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.66.44.225/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' option hmn_loaded_at '2026-07-07T04:31:03+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042045 -rw------- 1 root root 5028 Jul 8 04:20 /root/hmn/backups/network-before-vpn_test-20260708-042045 sha256=a7fefae78024b65475b542d4654b9d9e84483e2948de9be9217be37bc67e4219 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-07T04:31:22+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042107 -rw------- 1 root root 5036 Jul 8 04:21 /root/hmn/backups/network-before-vpn_test-20260708-042107 sha256=dc43cf1b90bd016cf214d13ab4fb9fd241c22034ae85e4bc256a217b22384887 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '135' option awg_h1 '1422669011' option awg_h2 '543679791' option awg_h3 '382041125' option awg_h4 '953428777' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.119.249.139/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' option hmn_loaded_at '2026-07-08T04:20:45+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042129 -rw------- 1 root root 5032 Jul 8 04:21 /root/hmn/backups/network-before-vpn_test-20260708-042129 sha256=feca7713f3cfbb0e3003b907d14ea0b45a270ad5bf4f5d6827c252bf3248df46 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '30' option awg_s2 '131' option awg_h1 '1837495102' option awg_h2 '940542036' option awg_h3 '1582281868' option awg_h4 '1143305597' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.112.60.219/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' option hmn_loaded_at '2026-07-08T04:21:07+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042147 -rw------- 1 root root 5030 Jul 8 04:21 /root/hmn/backups/network-before-vpn_test-20260708-042147 sha256=3b351bea1163a34c5526b066485d977213a23cdd0369c5172ec988e9992761b8 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '41' option awg_s2 '126' option awg_h1 '794003863' option awg_h2 '1904928317' option awg_h3 '51857443' option awg_h4 '1575935704' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.97.187.205/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' option hmn_loaded_at '2026-07-08T04:21:29+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042209 -rw------- 1 root root 5035 Jul 8 04:22 /root/hmn/backups/network-before-vpn_test-20260708-042209 sha256=f335114b1d923cb987959e924109fa6e6ca63c8d08535028ccf3e8ba293e878b --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '27' option awg_s2 '50' option awg_h1 '210752714' option awg_h2 '1301278135' option awg_h3 '1533848134' option awg_h4 '1470285624' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.98.185.144/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf' option hmn_loaded_at '2026-07-08T04:21:47+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042228 -rw------- 1 root root 5039 Jul 8 04:22 /root/hmn/backups/network-before-vpn_test-20260708-042228 sha256=cddd6ff2a892ebc13b9c99d35c82ae29bd24100af5f2325153b4e57c50a10257 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.254.15/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-07-08T04:22:09+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042246 -rw------- 1 root root 5015 Jul 8 04:22 /root/hmn/backups/network-before-vpn_test-20260708-042246 sha256=03feeae13641bdd67f965ca207bc74e7fc80ef3957d73920784c41c94880d722 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '61' option awg_s2 '136' option awg_h1 '1795991743' option awg_h2 '307629285' option awg_h3 '522608605' option awg_h4 '127610214' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.101.61.41/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' option hmn_loaded_at '2026-07-08T04:22:28+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042306 -rw------- 1 root root 5048 Jul 8 04:23 /root/hmn/backups/network-before-vpn_test-20260708-042306 sha256=8197cc5a60163db73332ecec6f3ad1db71e89fb78bf1832930005903714b22c6 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '34' option awg_s2 '16' option awg_h1 '252047467' option awg_h2 '456418039' option awg_h3 '1815241126' option awg_h4 '377746471' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.102.248.214/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf' option hmn_loaded_at '2026-07-08T04:22:46+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042325 -rw------- 1 root root 5041 Jul 8 04:23 /root/hmn/backups/network-before-vpn_test-20260708-042325 sha256=809041f8511441b0e24be48ab4b4fd641f00e561259b81ad6d6a1c403e1ebf49 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '90' option awg_s2 '37' option awg_h1 '822986125' option awg_h2 '1999522532' option awg_h3 '1189897438' option awg_h4 '1647357381' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.56.214/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' option hmn_loaded_at '2026-07-08T04:23:06+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042343 -rw------- 1 root root 5042 Jul 8 04:23 /root/hmn/backups/network-before-vpn_test-20260708-042343 sha256=d470c09b18204a3ab63d44a3ccf69e2139302d13b32697d9ac20a7ccf1691a60 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '132' option awg_s2 '22' option awg_h1 '1314107157' option awg_h2 '894303025' option awg_h3 '687987321' option awg_h4 '1498765620' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.120.171/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' option hmn_loaded_at '2026-07-08T04:23:25+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042412 -rw------- 1 root root 5031 Jul 8 04:24 /root/hmn/backups/network-before-vpn_test-20260708-042412 sha256=9088529f5863c707b97df394d5d1df7585771676af9ea6525a94973bf340acbf --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '52' option awg_s2 '88' option awg_h1 '247439890' option awg_h2 '1157952265' option awg_h3 '469264248' option awg_h4 '95652034' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.103.187.191/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' option hmn_loaded_at '2026-07-08T04:23:43+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042431 -rw------- 1 root root 5029 Jul 8 04:24 /root/hmn/backups/network-before-vpn_test-20260708-042431 sha256=1fb2ca7a8c1b3ccb0fcb6063bc3c6131b2ea18019bbfa242bb610f48ccd71a73 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '27' option awg_s2 '36' option awg_h1 '1855558697' option awg_h2 '940493219' option awg_h3 '2052923685' option awg_h4 '112204269' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.120.117/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf' option hmn_loaded_at '2026-07-08T04:24:12+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042450 -rw------- 1 root root 5025 Jul 8 04:24 /root/hmn/backups/network-before-vpn_test-20260708-042450 sha256=f8f2d0b02ac45088b39471ff83892fd507eafdf41b1f46c9109a55a2cf02819d --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '42' option awg_s2 '60' option awg_h1 '1186737533' option awg_h2 '874365716' option awg_h3 '213670866' option awg_h4 '812342967' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.43.173/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' option hmn_loaded_at '2026-07-08T04:24:31+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042510 -rw------- 1 root root 5022 Jul 8 04:25 /root/hmn/backups/network-before-vpn_test-20260708-042510 sha256=2d45a41643fa54bdc854f1402bd373fdb465f697dea117d062c7c39ad7b6c985 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '149' option awg_s2 '146' option awg_h1 '567924200' option awg_h2 '647841499' option awg_h3 '1891448980' option awg_h4 '319702062' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.107.108.112/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' option hmn_loaded_at '2026-07-08T04:24:50+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042532 -rw------- 1 root root 5023 Jul 8 04:25 /root/hmn/backups/network-before-vpn_test-20260708-042532 sha256=b44abd0809b33ae6a0760095222768ed397d34c2ac15157ba8c140fc8522d6d9 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '54' option awg_s2 '132' option awg_h1 '993118416' option awg_h2 '384584260' option awg_h3 '2084033864' option awg_h4 '961714636' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.108.238.215/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' option hmn_loaded_at '2026-07-08T04:25:10+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042550 -rw------- 1 root root 5028 Jul 8 04:25 /root/hmn/backups/network-before-vpn_test-20260708-042550 sha256=d85bd8fc5f65bbaa3086384ca9c534f504c20f4b8524a7be097d1db62b42c8ed --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '25' option awg_s2 '90' option awg_h1 '645207360' option awg_h2 '98035784' option awg_h3 '1717647291' option awg_h4 '1467868753' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.81.111.97/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' option hmn_loaded_at '2026-07-08T04:25:32+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042612 -rw------- 1 root root 5016 Jul 8 04:26 /root/hmn/backups/network-before-vpn_test-20260708-042612 sha256=63ad3f1a98779e3203d913dcb5ef54b324f5f0db8fc2d367e2825cc883f9a5b4 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '103' option awg_s2 '128' option awg_h1 '1411727827' option awg_h2 '1159928711' option awg_h3 '1509131242' option awg_h4 '754832080' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.82.239.94/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' option hmn_loaded_at '2026-07-08T04:25:50+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042634 -rw------- 1 root root 5035 Jul 8 04:26 /root/hmn/backups/network-before-vpn_test-20260708-042634 sha256=bb031b1bc9908e65c2d3ad04fee92ba6babea6b618d732e318c950b61f46e14f --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '80' option awg_s2 '113' option awg_h1 '1671317470' option awg_h2 '469282168' option awg_h3 '844208806' option awg_h4 '4169549' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.41.157/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' option hmn_loaded_at '2026-07-08T04:26:12+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042653 -rw------- 1 root root 5037 Jul 8 04:26 /root/hmn/backups/network-before-vpn_test-20260708-042653 sha256=e9857e2694c69cca0eb0c48fa91334b21cdd846352381013ba91150d2f042062 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '58' option awg_h1 '1055152911' option awg_h2 '214072845' option awg_h3 '1395608927' option awg_h4 '1408422343' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.172.142/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' option hmn_loaded_at '2026-07-08T04:26:34+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042711 -rw------- 1 root root 5031 Jul 8 04:27 /root/hmn/backups/network-before-vpn_test-20260708-042711 sha256=f6970ed4aa1f7bc86895d8d07c727fb74e7a85c8adcb10bbc73296e6adb3b176 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '122' option awg_s2 '126' option awg_h1 '1690265964' option awg_h2 '1702612724' option awg_h3 '722801417' option awg_h4 '1734153820' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.83.235.104/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' option hmn_loaded_at '2026-07-08T04:26:53+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042729 -rw------- 1 root root 5035 Jul 8 04:27 /root/hmn/backups/network-before-vpn_test-20260708-042729 sha256=c64519e2b4fae56f8648562ff6dadb20cd3d1ae8e332ae34c1ac562cd6cde048 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '107' option awg_s2 '122' option awg_h1 '711662706' option awg_h2 '1180552356' option awg_h3 '1975038815' option awg_h4 '1815189548' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.108.200/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' option hmn_loaded_at '2026-07-08T04:27:11+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042751 -rw------- 1 root root 5034 Jul 8 04:27 /root/hmn/backups/network-before-vpn_test-20260708-042751 sha256=f74a19345ded15967bfd3f51b4dd65afad40206029896f09ac673dad6d3847ff --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '101' option awg_s2 '35' option awg_h1 '106053217' option awg_h2 '1373084354' option awg_h3 '1879635090' option awg_h4 '623143754' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.86.172.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' option hmn_loaded_at '2026-07-08T04:27:29+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042811 -rw------- 1 root root 5032 Jul 8 04:28 /root/hmn/backups/network-before-vpn_test-20260708-042811 sha256=b71792f5b25c2414d5c7bf4ca1503e2698750f98c318b57bef481b70a341bcb9 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.170.125/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-07-08T04:27:51+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042833 -rw------- 1 root root 5031 Jul 8 04:28 /root/hmn/backups/network-before-vpn_test-20260708-042833 sha256=599694ac0a166d4112773e7796aac29a539d38c3e10013351bf5b276423ec2b5 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '29' option awg_s2 '133' option awg_h1 '388560523' option awg_h2 '1003136170' option awg_h3 '559651682' option awg_h4 '777607441' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.89.174.45/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' option hmn_loaded_at '2026-07-08T04:28:11+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042851 -rw------- 1 root root 5040 Jul 8 04:28 /root/hmn/backups/network-before-vpn_test-20260708-042851 sha256=70f9f3fd97be7bb5629e165a14df73f1cda6b1e2cf6b8766a73ac115fc9ccadb --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-08T04:28:33+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042909 -rw------- 1 root root 5035 Jul 8 04:29 /root/hmn/backups/network-before-vpn_test-20260708-042909 sha256=42c5fe7d99faa5891893f24118b0bd5669990b4bfdcf8727476754785b548ccc --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '143' option awg_h1 '1943142100' option awg_h2 '1154665998' option awg_h3 '1159227869' option awg_h4 '2081036883' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.43.12/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' option hmn_loaded_at '2026-07-08T04:28:51+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042928 -rw------- 1 root root 5034 Jul 8 04:29 /root/hmn/backups/network-before-vpn_test-20260708-042928 sha256=6f46a8ec374dc686091791ee5ed85937ba77526ee18bac3101036312046d6801 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.168.223/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-07-08T04:29:10+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-042946 -rw------- 1 root root 5048 Jul 8 04:29 /root/hmn/backups/network-before-vpn_test-20260708-042946 sha256=85cad1b8e624fb271fadb849685ff587d0e3abb454f68cdc83139a746d6de90b --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-08T04:29:28+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-043004 -rw------- 1 root root 5040 Jul 8 04:30 /root/hmn/backups/network-before-vpn_test-20260708-043004 sha256=e9178e1c7135e18683ee8a011fa646c8e560ee83eaae6c7bcd0dbfc550d02f8a --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '15' option awg_s2 '47' option awg_h1 '57461946' option awg_h2 '565860110' option awg_h3 '1109485465' option awg_h4 '1657920164' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.92.173.35/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' option hmn_loaded_at '2026-07-08T04:29:46+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-043023 -rw------- 1 root root 5042 Jul 8 04:30 /root/hmn/backups/network-before-vpn_test-20260708-043023 sha256=910ab9e5ed28f181cb44e5d542e0f2e73d1459bff1407cdb313bf1849cf26014 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '113' option awg_s2 '51' option awg_h1 '144970534' option awg_h2 '210374235' option awg_h3 '1100727461' option awg_h4 '1885204570' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.77.236.75/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' option hmn_loaded_at '2026-07-08T04:30:04+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-043041 -rw------- 1 root root 5033 Jul 8 04:30 /root/hmn/backups/network-before-vpn_test-20260708-043041 sha256=2504b83fc8f258be6469042d5badf4a6ee6250d1fac38e4a4ea1bd1dd2d07430 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.237.218/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-07-08T04:30:23+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-043100 -rw------- 1 root root 5053 Jul 8 04:31 /root/hmn/backups/network-before-vpn_test-20260708-043100 sha256=3fe7c7e6ae9f1dd599d46d92ad767a2749ba3c030eee98f0a52a55815fb70832 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '100' option awg_s2 '44' option awg_h1 '130876854' option awg_h2 '243485631' option awg_h3 '1201804100' option awg_h4 '1701356678' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.95.47.73/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' option hmn_loaded_at '2026-07-08T04:30:41+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-043122 -rw------- 1 root root 5032 Jul 8 04:31 /root/hmn/backups/network-before-vpn_test-20260708-043122 sha256=8cb5616595d52590035445d6cc48139aecdc4eabb4afb0452279329928c071f7 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.43.208/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:00+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_test-20260708-043140 -rw------- 1 root root 5023 Jul 8 04:31 /root/hmn/backups/network-before-vpn_test-20260708-043140 sha256=68292546bcb4af2245585285e2404f1c50c78943949ce708f85fb06c4e4449ac --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '20' option awg_s2 '87' option awg_h1 '217767672' option awg_h2 '1805649910' option awg_h3 '665837737' option awg_h4 '1257888244' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.90.235.244/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option hmn_loaded_at '2026-07-06T17:41:02+00:00' option hmn_endpoint '37.235.54.96:38971' config amneziawg_vpn_user option description '146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '37.235.54.96' option endpoint_port '38971' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '34' option awg_s2 '49' option awg_h1 '679240017' option awg_h2 '1624207748' option awg_h3 '139122664' option awg_h4 '1720133880' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.66.44.225/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' option hmn_loaded_at '2026-07-08T04:31:22+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_user-20260706-172818 -rw------- 1 root root 4178 Jul 6 17:28 /root/hmn/backups/network-before-vpn_user-20260706-172818 sha256=b0307b808549ba6f42204de8d238b2f8cb0f45c09e182ad71b2c1f7a573dfbac --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_user' option proto 'none' option auto '0' option disabled '1' option delegate '0' option peerdns '0' option defaultroute '0' option hmn_role 'user_select_slot' option hmn_base_ready '1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' ### HMN_FILE /root/hmn/backups/network-before-vpn_user-20260706-173208 -rw------- 1 root root 5022 Jul 6 17:32 /root/hmn/backups/network-before-vpn_user-20260706-173208 sha256=6906ccb3e028aa2b17e49566d46bf3e01374082e18486b704a22b58289a7b6c7 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '17' option awg_s2 '121' option awg_h1 '1770463880' option awg_h2 '1868667466' option awg_h3 '938498412' option awg_h4 '71620529' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.168.223/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' option hmn_loaded_at '2026-07-06T17:28:18+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_user-20260706-173803 -rw------- 1 root root 5016 Jul 6 17:38 /root/hmn/backups/network-before-vpn_user-20260706-173803 sha256=4f0c5349f8a39e4f1ba733bb3fe967352db0deeea67e34d8d61464154a494dcf --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T17:32:08+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_user-20260706-173915 -rw------- 1 root root 5016 Jul 6 17:39 /root/hmn/backups/network-before-vpn_user-20260706-173915 sha256=898a07ea75f173d186146ed31a093c91f9dc0e62d2afe25d5d296ebcd46b2600 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T17:38:03+00:00' ### HMN_FILE /root/hmn/backups/network-before-vpn_user-20260706-174102 -rw------- 1 root root 5021 Jul 6 17:41 /root/hmn/backups/network-before-vpn_user-20260706-174102 sha256=23adaf94e1a5a89ca0bc115faecced3a739b8e4bbf7354fde7288cc9d6cfdfca --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '18' option awg_s2 '76' option awg_h1 '1955462561' option awg_h2 '1627595855' option awg_h3 '1760056293' option awg_h4 '1765367965' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.67.234.5/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option hmn_loaded_at '2026-07-06T16:23:55+00:00' option hmn_endpoint '192.71.27.64:40044' config amneziawg_vpn_test option description '225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '24' option endpoint_host '192.71.27.64' option endpoint_port '40044' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' option awg_s2 '43' option awg_h1 '424258794' option awg_h2 '1552734037' option awg_h3 '136716108' option awg_h4 '329527368' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.104.58.109/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option hmn_loaded_at '2026-07-06T16:56:54+00:00' option hmn_endpoint '95.211.68.119:45176' config amneziawg_vpn2 option description '075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '22' option endpoint_host '95.211.68.119' option endpoint_port '45176' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.233.132/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-07-06T17:07:53+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn1 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '23' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_user' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '110' option awg_s2 '69' option awg_h1 '1835589950' option awg_h2 '1099975115' option awg_h3 '829252662' option awg_h4 '1534369890' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.124.237.218/32' list dns '1.1.1.1' option hmn_role 'user_select_slot' option hmn_source_config 'KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' option hmn_loaded_at '2026-07-06T17:39:15+00:00' ### HMN_FILE /root/hmn/backups/quarantine-awg1-latest.malformed-20260601-135456.tsv -rw------- 1 root root 160 Jun 1 13:54 /root/hmn/backups/quarantine-awg1-latest.malformed-20260601-135456.tsv sha256=6cdcdbc2d2b4083764bb78d0c10c1b667498fe09a30d4433169ccfd98ab08ca1 --- head --- endpointfilereasonadded_at 46.246.127.84:36230133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.confsuspicious_live_behavior_current_batch2026-06-01T13:50:00+00:00 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260604-042000-21898/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 4 04:20 /root/hmn/backups/refresh-safe-before-20260604-042000-21898/configs-latest-readlink.txt sha256=5aa58a51c505396575f4a3370594fd9cf7574e9b6262ff4ebc58ad7f91207044 --- head --- KEYMASK-151531 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260604-042000-21898/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 4 04:20 /root/hmn/backups/refresh-safe-before-20260604-042000-21898/configs-latest-realpath.txt sha256=5aa58a51c505396575f4a3370594fd9cf7574e9b6262ff4ebc58ad7f91207044 --- head --- KEYMASK-151531 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260604-042000-21898/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 2997 Jun 4 04:20 /root/hmn/backups/refresh-safe-before-20260604-042000-21898/ok-awg1-strict-all-latest.tsv sha256=cc35f9b30b8bb47770bd49ac62bc2ab29ec210ee3645255ca445be2079c23f01 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.322 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.783 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 62.549 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 67.251 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.509 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.869 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 86.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.713 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 130.066 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 197.817 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 203.001 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 15 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 268.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 16 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 374.632 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260604-042000-21898/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2267 Jun 4 04:20 /root/hmn/backups/refresh-safe-before-20260604-042000-21898/ok-awg1-strict-foreign-latest.tsv sha256=7afff6f70d981a44437603127ceef099252d0c4b4136b1fc0ac615315fc55175 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.322 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.783 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 62.549 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 67.251 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.509 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.869 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 86.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.713 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 203.001 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260604-042000-21898/selected-awg1-latest.tsv -rw-r--r-- 1 root root 368 Jun 4 04:20 /root/hmn/backups/refresh-safe-before-20260604-042000-21898/selected-awg1-latest.tsv sha256=f7153c2782d157a3267a5f1f26415cae7d5678eff0c2a370fafddd1e0b003030 --- head --- slot file endpoint avg_ms config_path vpn1 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf vpn2 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 67.251 KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260605-042000-15413/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 5 04:20 /root/hmn/backups/refresh-safe-before-20260605-042000-15413/configs-latest-readlink.txt sha256=5e8c29eb5f10948c6b39dbeaf10bf8748ba5c2f2545567e08b5c51d29e4665b3 --- head --- KEYMASK-042000 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260605-042000-15413/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 5 04:20 /root/hmn/backups/refresh-safe-before-20260605-042000-15413/configs-latest-realpath.txt sha256=5e8c29eb5f10948c6b39dbeaf10bf8748ba5c2f2545567e08b5c51d29e4665b3 --- head --- KEYMASK-042000 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260605-042000-15413/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3361 Jun 5 04:20 /root/hmn/backups/refresh-safe-before-20260605-042000-15413/ok-awg1-strict-all-latest.tsv sha256=392e3918f6ebfb1b1ca356dbe568e37667c055705875b7b8b464436e0e7719cb --- head --- rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.288 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 44.743 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.006 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 55.688 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.034 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.423 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.834 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.103 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 70.478 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 71.253 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 74.067 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 87.206 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 110.365 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 127.835 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 184.459 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 16 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.450 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 17 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 264.369 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 18 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 376.044 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260605-042000-15413/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2453 Jun 5 04:20 /root/hmn/backups/refresh-safe-before-20260605-042000-15413/ok-awg1-strict-foreign-latest.tsv sha256=4cc613422e21db0254c50db792015392cf3d4e48ea62b4387f8095aff569b5b9 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 44.743 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.006 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 55.688 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.034 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.423 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.834 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.103 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 8 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 70.478 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 71.253 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 74.067 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 87.206 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 110.365 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.450 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260605-042000-15413/selected-awg1-latest.tsv -rw-r--r-- 1 root root 373 Jun 5 04:20 /root/hmn/backups/refresh-safe-before-20260605-042000-15413/selected-awg1-latest.tsv sha256=e612fea84bb55871770df983c29b06a034d589f7abd73cf06e51e6220e1f293e --- head --- slot file endpoint avg_ms config_path vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 44.743 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn1 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260606-042000-12109/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 6 04:20 /root/hmn/backups/refresh-safe-before-20260606-042000-12109/configs-latest-readlink.txt sha256=f07bcc32ce13ab50e04508c0862a397215bc5e553bf2c0011ef0ed4b67f2802a --- head --- KEYMASK-042000 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260606-042000-12109/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 6 04:20 /root/hmn/backups/refresh-safe-before-20260606-042000-12109/configs-latest-realpath.txt sha256=f07bcc32ce13ab50e04508c0862a397215bc5e553bf2c0011ef0ed4b67f2802a --- head --- KEYMASK-042000 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260606-042000-12109/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3361 Jun 6 04:20 /root/hmn/backups/refresh-safe-before-20260606-042000-12109/ok-awg1-strict-all-latest.tsv sha256=5143236f7a85b3cd72f449c117e3636536aaafabb61aa827c2371b8c62eb783d --- head --- rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 39.933 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 49.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.701 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 56.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.575 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.672 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 68.666 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 71.942 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 73.130 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 89.391 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 93.065 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 108.572 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 136.294 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 182.630 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 16 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 17 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.730 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 18 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 375.786 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260606-042000-12109/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2453 Jun 6 04:20 /root/hmn/backups/refresh-safe-before-20260606-042000-12109/ok-awg1-strict-foreign-latest.tsv sha256=d4e1a92e3562b524077cc02d79abbf879f36ef2493cb95f912994fe785d3f785 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 49.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.701 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 56.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.575 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.672 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 68.666 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 71.942 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 73.130 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 89.391 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 93.065 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 108.572 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260606-042000-12109/selected-awg1-latest.tsv -rw-r--r-- 1 root root 369 Jun 6 04:20 /root/hmn/backups/refresh-safe-before-20260606-042000-12109/selected-awg1-latest.tsv sha256=fdbfc9b7d1be4912cbae80475e46596e0f71d93cd32c5217b2d8011c5be3ae56 --- head --- slot file endpoint avg_ms config_path vpn2 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.672 KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf vpn1 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.575 KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260606-180709-17601/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 6 18:07 /root/hmn/backups/refresh-safe-before-20260606-180709-17601/configs-latest-readlink.txt sha256=f1b7ed799b986e85a486252a22eb912440e478228630ea969afddba4cd1b3858 --- head --- KEYMASK-042000 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260606-180709-17601/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 6 18:07 /root/hmn/backups/refresh-safe-before-20260606-180709-17601/configs-latest-realpath.txt sha256=f1b7ed799b986e85a486252a22eb912440e478228630ea969afddba4cd1b3858 --- head --- KEYMASK-042000 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260606-180709-17601/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 2988 Jun 6 18:07 /root/hmn/backups/refresh-safe-before-20260606-180709-17601/ok-awg1-strict-all-latest.tsv sha256=dde3f9ac833b807cb1a926a7c58d2ab3226836868afd7e28fa1ca99e2e812497 --- head --- rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.439 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 53.544 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.516 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 58.851 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 61.235 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.479 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 66.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 68.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 78.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 99.543 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 136.084 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 154.110 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 174.462 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 215.204 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 15 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 252.920 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 268.772 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260606-180709-17601/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2080 Jun 6 18:07 /root/hmn/backups/refresh-safe-before-20260606-180709-17601/ok-awg1-strict-foreign-latest.tsv sha256=fae1418f0b505bc0246ec184f647124f5ca8c0828c36f814c94f4b6a22bb5eb5 --- head --- rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.439 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 53.544 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.516 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 58.851 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 61.235 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.479 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 68.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 78.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 99.543 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 154.110 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 11 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 215.204 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260606-180709-17601/selected-awg1-latest.tsv -rw-r--r-- 1 root root 366 Jun 6 18:07 /root/hmn/backups/refresh-safe-before-20260606-180709-17601/selected-awg1-latest.tsv sha256=aabc87c9d93bef404761aac8047e79c2e00221a341f91001c60ae8d2ab85b59a --- head --- slot file endpoint avg_ms config_path vpn2 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 78.849 KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf vpn1 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 68.338 KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-042000-18519/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 7 04:20 /root/hmn/backups/refresh-safe-before-20260607-042000-18519/configs-latest-readlink.txt sha256=a4706e3edf2a15187ceb1882e1358ddb3512c1e1585a0644e745d0bef287c39e --- head --- KEYMASK-180709 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-042000-18519/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 7 04:20 /root/hmn/backups/refresh-safe-before-20260607-042000-18519/configs-latest-realpath.txt sha256=a4706e3edf2a15187ceb1882e1358ddb3512c1e1585a0644e745d0bef287c39e --- head --- KEYMASK-180709 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-042000-18519/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 2625 Jun 7 04:20 /root/hmn/backups/refresh-safe-before-20260607-042000-18519/ok-awg1-strict-all-latest.tsv sha256=b7a95ffc4d04bb117be5dc697ea4e5b76d5a7d5c0ea0e95096b9db9f651cd293 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 50.319 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 58.536 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 64.178 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 66.231 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 68.166 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 71.013 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 85.627 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 103.058 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 116.477 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 202.867 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 11 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.805 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 220.333 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 286.723 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 14 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 405.093 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-042000-18519/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 1895 Jun 7 04:20 /root/hmn/backups/refresh-safe-before-20260607-042000-18519/ok-awg1-strict-foreign-latest.tsv sha256=4b2d27f92a00f15f596b21789f3a1ae4d9b349e2f771714b39c97eacb9941e5b --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 50.319 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 58.536 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 64.178 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 66.231 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 68.166 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 71.013 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 85.627 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 103.058 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 116.477 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.805 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-042000-18519/selected-awg1-latest.tsv -rw-r--r-- 1 root root 361 Jun 7 04:20 /root/hmn/backups/refresh-safe-before-20260607-042000-18519/selected-awg1-latest.tsv sha256=c54299f558449f1a2923bca3aebc7354051d440adf957087b2309feaa5e5f4cd --- head --- slot file endpoint avg_ms config_path vpn2 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 68.166 KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf vpn1 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 64.178 KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-120709-11931/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 7 12:07 /root/hmn/backups/refresh-safe-before-20260607-120709-11931/configs-latest-readlink.txt sha256=faf637d1b426d995c79aadf7b37482877a6ad4d55807fafc47d3e6f3ee2099d0 --- head --- KEYMASK-042000 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-120709-11931/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 7 12:07 /root/hmn/backups/refresh-safe-before-20260607-120709-11931/configs-latest-realpath.txt sha256=faf637d1b426d995c79aadf7b37482877a6ad4d55807fafc47d3e6f3ee2099d0 --- head --- KEYMASK-042000 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-120709-11931/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3171 Jun 7 12:07 /root/hmn/backups/refresh-safe-before-20260607-120709-11931/ok-awg1-strict-all-latest.tsv sha256=ae40adb8e5b1908ea3a995e3fcdbe8a479ddb12b66440eafc3888cf39062517f --- head --- rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 38.366 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 125.804 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 14 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 177.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 267.610 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 374.598 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-120709-11931/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2263 Jun 7 12:07 /root/hmn/backups/refresh-safe-before-20260607-120709-11931/ok-awg1-strict-foreign-latest.tsv sha256=6a7a4d6138d77b75602e17fc49dec6e482666d75ee6e124f93ccc947d2a98238 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-120709-11931/selected-awg1-latest.tsv -rw-r--r-- 1 root root 361 Jun 7 12:07 /root/hmn/backups/refresh-safe-before-20260607-120709-11931/selected-awg1-latest.tsv sha256=0eab141399919e402c58dc337e0a1b0cba2c8149cabafa8d961b4d90774f1ab3 --- head --- slot file endpoint avg_ms config_path vpn1 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf vpn2 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-122209-3961/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 7 12:22 /root/hmn/backups/refresh-safe-before-20260607-122209-3961/configs-latest-readlink.txt sha256=91e9ba355e47dc3e14352c2e14a23ee248282f31c69eac198b729ee0296db673 --- head --- KEYMASK-120709 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-122209-3961/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 7 12:22 /root/hmn/backups/refresh-safe-before-20260607-122209-3961/configs-latest-realpath.txt sha256=91e9ba355e47dc3e14352c2e14a23ee248282f31c69eac198b729ee0296db673 --- head --- KEYMASK-120709 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-122209-3961/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3171 Jun 7 12:22 /root/hmn/backups/refresh-safe-before-20260607-122209-3961/ok-awg1-strict-all-latest.tsv sha256=ae40adb8e5b1908ea3a995e3fcdbe8a479ddb12b66440eafc3888cf39062517f --- head --- rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 38.366 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 125.804 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 14 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 177.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 267.610 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 374.598 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-122209-3961/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2263 Jun 7 12:22 /root/hmn/backups/refresh-safe-before-20260607-122209-3961/ok-awg1-strict-foreign-latest.tsv sha256=6a7a4d6138d77b75602e17fc49dec6e482666d75ee6e124f93ccc947d2a98238 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-122209-3961/selected-awg1-latest.tsv -rw------- 1 root root 361 Jun 7 12:22 /root/hmn/backups/refresh-safe-before-20260607-122209-3961/selected-awg1-latest.tsv sha256=0eab141399919e402c58dc337e0a1b0cba2c8149cabafa8d961b4d90774f1ab3 --- head --- slot file endpoint avg_ms config_path vpn1 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf vpn2 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-180718-22253/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 7 18:07 /root/hmn/backups/refresh-safe-before-20260607-180718-22253/configs-latest-readlink.txt sha256=5b11e2b099f8393248181a99271038938e1612da65c8ffeac7d4f4b6213429a3 --- head --- KEYMASK-122209 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-180718-22253/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 7 18:07 /root/hmn/backups/refresh-safe-before-20260607-180718-22253/configs-latest-realpath.txt sha256=5b11e2b099f8393248181a99271038938e1612da65c8ffeac7d4f4b6213429a3 --- head --- KEYMASK-122209 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-180718-22253/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3187 Jun 7 18:07 /root/hmn/backups/refresh-safe-before-20260607-180718-22253/ok-awg1-strict-all-latest.tsv sha256=3506aeeea8c0dac80a5c3908c5f2118fcd2ff9e2a7a58a8ae69fd871d80982e2 --- head --- rank file endpoint avg_ms ping_loss config_path 1 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.291 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.159 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 70.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 70.662 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 5 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.965 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 78.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 84.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 112.705 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 119.815 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 148.473 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 11 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 12 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 160.712 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 13 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 172.476 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 14 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 182.734 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 207.944 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 272.700 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 383.294 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-180718-22253/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2457 Jun 7 18:07 /root/hmn/backups/refresh-safe-before-20260607-180718-22253/ok-awg1-strict-foreign-latest.tsv sha256=268a68b44281349e2a7fafdb109fe1675babea09bd588a9cae4e81fe79078248 --- head --- rank file endpoint avg_ms ping_loss config_path 1 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.291 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.159 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 70.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 70.662 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 5 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.965 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 78.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 84.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 112.705 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 119.815 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 11 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 160.712 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 12 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 172.476 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 207.944 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260607-180718-22253/selected-awg1-latest.tsv -rw-r--r-- 1 root root 359 Jun 7 18:07 /root/hmn/backups/refresh-safe-before-20260607-180718-22253/selected-awg1-latest.tsv sha256=5e04aa5f24242430febc16fb90db3530dc1908e3f467743365da201f2276df75 --- head --- slot file endpoint avg_ms config_path vpn1 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf vpn2 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 119.815 KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260608-042000-18279/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jun 8 04:20 /root/hmn/backups/refresh-safe-before-20260608-042000-18279/configs-latest-readlink.txt sha256=5a9f18d2b65431f2d56713fef50a5a3980f61159205a7f35ec15e310b0dbe55e --- head --- KEYMASK-180718 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260608-042000-18279/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jun 8 04:20 /root/hmn/backups/refresh-safe-before-20260608-042000-18279/configs-latest-realpath.txt sha256=5a9f18d2b65431f2d56713fef50a5a3980f61159205a7f35ec15e310b0dbe55e --- head --- KEYMASK-180718 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260608-042000-18279/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 2063 Jun 8 04:20 /root/hmn/backups/refresh-safe-before-20260608-042000-18279/ok-awg1-strict-all-latest.tsv sha256=39aff5c8da1c581e28ddab732ca6df03a89b98a44a6924b9329f3c94f4416470 --- head --- rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.812 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 99.496 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 107.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 137.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 139.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 154.912 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 8 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 186.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 9 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 236.768 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 10 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 403.902 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf 11 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 739.506 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260608-042000-18279/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 1521 Jun 8 04:20 /root/hmn/backups/refresh-safe-before-20260608-042000-18279/ok-awg1-strict-foreign-latest.tsv sha256=11e3c1db40539edc27eb268df1c1f5a2a0cb2edb5f69412c3017f67a5f3371f6 --- head --- rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.812 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 99.496 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 107.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 137.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 139.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 154.912 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 8 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 236.768 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260608-042000-18279/selected-awg1-latest.tsv -rw-r--r-- 1 root root 376 Jun 8 04:20 /root/hmn/backups/refresh-safe-before-20260608-042000-18279/selected-awg1-latest.tsv sha256=9d897ba91bd4489c2d9b0acb95a03ba63267ac11d44009626d253680b43dfd6e --- head --- slot file endpoint avg_ms config_path vpn2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf vpn1 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260706-161226-12417/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jul 6 16:12 /root/hmn/backups/refresh-safe-before-20260706-161226-12417/configs-latest-readlink.txt sha256=1c778d9e41f80fab126201c47887a3afc0bb5ffaa1a89c5c4c2fd9ce47604b74 --- head --- KEYMASK-042000 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260706-161226-12417/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jul 6 16:12 /root/hmn/backups/refresh-safe-before-20260706-161226-12417/configs-latest-realpath.txt sha256=1c778d9e41f80fab126201c47887a3afc0bb5ffaa1a89c5c4c2fd9ce47604b74 --- head --- KEYMASK-042000 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3184 Jul 6 16:12 /root/hmn/backups/refresh-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv sha256=7f69751aff3daa88565edd5e469ee97aab6b919d7861a4cb6d0cc9c55eee9f68 --- head --- rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 32.678 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 49.331 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 56.427 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 77.520 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 78.995 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 79.169 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 80.416 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 108.755 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 125.027 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 137.118 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 190.398 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 193.249 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 213.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 284.015 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 375.270 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2276 Jul 6 16:12 /root/hmn/backups/refresh-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv sha256=fd5a15bc378fe6790f12847792d19efcfe6d698aed85f743088011e0add11d15 --- head --- rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 49.331 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 56.427 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 77.520 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 78.995 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 79.169 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 80.416 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 108.755 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 137.118 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 193.249 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 213.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260706-161226-12417/selected-awg1-latest.tsv -rw-r--r-- 1 root root 386 Jul 6 16:12 /root/hmn/backups/refresh-safe-before-20260706-161226-12417/selected-awg1-latest.tsv sha256=34d44908e0375c0bbe95b3ee48f0b9334489cfc7522bca7d3f083e83eaa60a3f --- head --- slot file endpoint avg_ms config_path vpn1 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf vpn2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260707-042000-9733/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jul 7 04:20 /root/hmn/backups/refresh-safe-before-20260707-042000-9733/configs-latest-readlink.txt sha256=cceb81d88ce696eabea40a29a99eba8be088fb4edc4d1297feef5bec888db830 --- head --- KEYMASK-161226 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260707-042000-9733/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jul 7 04:20 /root/hmn/backups/refresh-safe-before-20260707-042000-9733/configs-latest-realpath.txt sha256=cceb81d88ce696eabea40a29a99eba8be088fb4edc4d1297feef5bec888db830 --- head --- KEYMASK-161226 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260707-042000-9733/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3203 Jul 7 04:20 /root/hmn/backups/refresh-safe-before-20260707-042000-9733/ok-awg1-strict-all-latest.tsv sha256=251bba40fec8266351ce546c98d822a3f332f6a78c1c484f7e4d3effe9ee01c8 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 166.254 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 13 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 14 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 217.195 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 288.838 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 409.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260707-042000-9733/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2456 Jul 7 04:20 /root/hmn/backups/refresh-safe-before-20260707-042000-9733/ok-awg1-strict-foreign-latest.tsv sha256=cf0d9fe6eabbb299dd3b8c3f925833798bbe667eff288ab41ddf5d2e4150af53 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 12 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 13 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260707-042000-9733/selected-awg1-latest.tsv -rw-r--r-- 1 root root 391 Jul 7 04:20 /root/hmn/backups/refresh-safe-before-20260707-042000-9733/selected-awg1-latest.tsv sha256=9386fa56c53ac1c4e210cde060c37dfb3e31177f29abca0842044c5acb1eea5d --- head --- slot file endpoint avg_ms config_path vpn1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260708-042000-24122/configs-latest-readlink.txt -rw-r--r-- 1 root root 39 Jul 8 04:20 /root/hmn/backups/refresh-safe-before-20260708-042000-24122/configs-latest-readlink.txt sha256=6a761b22ecc1c1e13a7d391e25f12aec55876d0ac2e3fb2f4495fffdd23c9cef --- head --- KEYMASK-042000 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260708-042000-24122/configs-latest-realpath.txt -rw-r--r-- 1 root root 39 Jul 8 04:20 /root/hmn/backups/refresh-safe-before-20260708-042000-24122/configs-latest-realpath.txt sha256=6a761b22ecc1c1e13a7d391e25f12aec55876d0ac2e3fb2f4495fffdd23c9cef --- head --- KEYMASK-042000 ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260708-042000-24122/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3754 Jul 8 04:20 /root/hmn/backups/refresh-safe-before-20260708-042000-24122/ok-awg1-strict-all-latest.tsv sha256=c44ac15898a32e1307518fa2c6511230e7a5d2081fb7045bc7a4676aace6b929 --- head --- rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 3 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 4 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 126.080 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 14 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 17 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 179.873 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 18 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 19 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.162 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 378.025 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260708-042000-24122/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2829 Jul 8 04:20 /root/hmn/backups/refresh-safe-before-20260708-042000-24122/ok-awg1-strict-foreign-latest.tsv sha256=0e4bb249278c662737b596832867ec5261e36c4944132da3874bc6d0442c8a67 --- head --- rank file endpoint avg_ms ping_loss config_path 1 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 14 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### HMN_FILE /root/hmn/backups/refresh-safe-before-20260708-042000-24122/selected-awg1-latest.tsv -rw------- 1 root root 391 Jul 8 04:20 /root/hmn/backups/refresh-safe-before-20260708-042000-24122/selected-awg1-latest.tsv sha256=9386fa56c53ac1c4e210cde060c37dfb3e31177f29abca0842044c5acb1eea5d --- head --- slot file endpoint avg_ms config_path vpn1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### HMN_FILE /root/hmn/backups/stage1-before-active-spare-20260601-110029/crontab-root -rw-r--r-- 1 root root 57 Jun 1 11:00 /root/hmn/backups/stage1-before-active-spare-20260601-110029/crontab-root sha256=15c76ceaf261be0c6dafcd0cdaec401a9889c557426e738c4257762e764e6bca --- head --- * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 ### HMN_FILE /root/hmn/backups/stage1-before-active-spare-20260601-110029/firewall -rw-r--r-- 1 root root 3786 Jun 1 11:00 /root/hmn/backups/stage1-before-active-spare-20260601-110029/firewall sha256=8c8c21c17fcfc96455c0aba7e03df8befe0f4ab7d651fadca8bbf0dd30fef06f --- head --- config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' option network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'mgmt' option masq '1' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn4' list network 'vpn1' list network 'vpn3' list network 'vpn2' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' ### HMN_FILE /root/hmn/backups/stage1-before-active-spare-20260601-110029/network -rw------- 1 root root 4506 Jun 1 11:00 /root/hmn/backups/stage1-before-active-spare-20260601-110029/network sha256=efaaae1256e0ef9bf6da810779a753b9d6db865dc4e0be99f75524aa261d5e05 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' list dns '1.1.1.1' option auto '0' list addresses '10.91.235.78/32' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '80' option awg_s2 '113' option awg_h1 '1671317470' option awg_h2 '469282168' option awg_h3 '844208806' option awg_h4 '4169549' list dns '1.1.1.1' option auto '0' list addresses '10.83.46.58/32' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn1 option description 'NetherlandsAmsterdamR5.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '178.215.227.13' option endpoint_port '44408' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config amneziawg_vpn2 option description 'NorwaySandefjordS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '25' option endpoint_host '185.14.97.151' option endpoint_port '42180' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-01T10:35:04+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test ### HMN_FILE /root/hmn/backups/stage1-before-active-spare-20260601-110029/vpn-egress-manager.sh -rwxr-xr-x 1 root root 4409 Jun 1 11:00 /root/hmn/backups/stage1-before-active-spare-20260601-110029/vpn-egress-manager.sh sha256=d3339e69d48f61ce04ab7b3dcf173ca103fefd5b2748dec5d68604a8c2592ad1 --- head --- #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" PRIMARY="vpn1" HOT_STANDBY="vpn2" COLD1="vpn3" COLD2="vpn4" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_FILE="/tmp/vpn-egress-current.state" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$PRIMARY" "$HOT_STANDBY" "$COLD1" "$COLD2" eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true fi ip route flush cache log_change "WAN fallback" } down_cold_reserves() { ifdown "$COLD1" >/dev/null 2>&1 ifdown "$COLD2" >/dev/null 2>&1 } try_cold() { DEV="$1" logger -t "$LOGTAG" "trying cold reserve $DEV" ifup "$DEV" >/dev/null 2>&1 sleep 12 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "cold reserve $DEV failed" ifdown "$DEV" >/dev/null 2>&1 return 1 } ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi if [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$PRIMARY skipped by test flag" else ensure_up "$PRIMARY" fi ensure_up "$HOT_STANDBY" sleep 2 if [ ! -e "$SKIP_PRIMARY_FILE" ]; then if is_alive "$PRIMARY"; then use_vpn "$PRIMARY" down_cold_reserves exit 0 fi ### HMN_FILE /root/hmn/backups/stage1-before-active-spare-20260601-110029/vpn-egress-manager.sh.real -rwxr-xr-x 1 root root 4409 Jun 1 11:00 /root/hmn/backups/stage1-before-active-spare-20260601-110029/vpn-egress-manager.sh.real sha256=d3339e69d48f61ce04ab7b3dcf173ca103fefd5b2748dec5d68604a8c2592ad1 --- head --- #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" PRIMARY="vpn1" HOT_STANDBY="vpn2" COLD1="vpn3" COLD2="vpn4" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_FILE="/tmp/vpn-egress-current.state" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$PRIMARY" "$HOT_STANDBY" "$COLD1" "$COLD2" eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true fi ip route flush cache log_change "WAN fallback" } down_cold_reserves() { ifdown "$COLD1" >/dev/null 2>&1 ifdown "$COLD2" >/dev/null 2>&1 } try_cold() { DEV="$1" logger -t "$LOGTAG" "trying cold reserve $DEV" ifup "$DEV" >/dev/null 2>&1 sleep 12 if is_alive "$DEV"; then use_vpn "$DEV" return 0 fi logger -t "$LOGTAG" "cold reserve $DEV failed" ifdown "$DEV" >/dev/null 2>&1 return 1 } ensure_rules if [ -e "$FORCE_WAN_FILE" ] || [ -e "$FORCE_WAN_PERSISTENT_FILE" ]; then logger -t "$LOGTAG" "force WAN flag present, using WAN fallback" use_wan exit 0 fi if [ -e "$SKIP_PRIMARY_FILE" ]; then logger -t "$LOGTAG" "$PRIMARY skipped by test flag" else ensure_up "$PRIMARY" fi ensure_up "$HOT_STANDBY" sleep 2 if [ ! -e "$SKIP_PRIMARY_FILE" ]; then if is_alive "$PRIMARY"; then use_vpn "$PRIMARY" down_cold_reserves exit 0 fi ### HMN_FILE /root/hmn/backups/vpn-egress-manager-before-lock-fix-20260601-122802.sh -rwxr-xr-x 1 root root 5373 Jun 1 12:28 /root/hmn/backups/vpn-egress-manager-before-lock-fix-20260601-122802.sh sha256=6f3fa7a1a4a92b339111e70f93b3b4fd51fd92c92611a1cfaf844bc3c02a3897 --- head --- #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" # Старый тестовый флаг оставляем как alias: если он есть, считаем active принудительно плохим. SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 ping -4 -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 ping -4 -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" } use_wan() { MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" WAN_GW="$(echo "$MAIN_DEFAULT" | sed -n 's/^default via \([^ ]*\).*/\1/p')" WAN_DEV="$(echo "$MAIN_DEFAULT" | sed -n 's/.* dev \([^ ]*\).*/\1/p')" if [ -z "$WAN_DEV" ]; then WAN_DEV="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.l3_device' 2>/dev/null)" fi if [ -z "$WAN_GW" ]; then WAN_GW="$(ubus call network.interface.wan status 2>/dev/null | jsonfilter -e '@.route[@.target="0.0.0.0"].nexthop' 2>/dev/null | head -n1)" fi [ -n "$WAN_DEV" ] || WAN_DEV="eth0" if [ -n "$WAN_GW" ]; then ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" else ip route replace default dev "$WAN_DEV" table "$TABLE" fi /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache log_change "WAN fallback" } down_if_not_active() { ### HMN_FILE /root/hmn/cache/fail-awg1-latest.tsv -rw------- 1 root root 37 Jul 8 04:20 /root/hmn/cache/fail-awg1-latest.tsv sha256=a5ace94404e802c073db4b58673089c42d48b2acb1f0c780eefb941c1d9a05dc --- head --- id country name wg_ip wg_port reason ### HMN_FILE /root/hmn/cache/ok-awg1-strict-all-latest.tsv -rw------- 1 root root 3754 Jul 8 04:31 /root/hmn/cache/ok-awg1-strict-all-latest.tsv sha256=eeb8b4cfd473891a338ae84e8bef6e1b48c010b700051b28bc31e44d9baf58bc --- head --- rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 27.745 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 43.304 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 46.381 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.097 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.299 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.395 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 62.362 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.777 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.513 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 75.272 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.675 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 105.977 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 129.320 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 161.595 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 184.748 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 17 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 186.153 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 18 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 194.613 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 19 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 219.008 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 247.649 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/cache/ok-awg1-strict-all-latest.tsv.before-validate-20260707-042048 -rw------- 1 root root 3203 Jul 6 16:24 /root/hmn/cache/ok-awg1-strict-all-latest.tsv.before-validate-20260707-042048 sha256=251bba40fec8266351ce546c98d822a3f332f6a78c1c484f7e4d3effe9ee01c8 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 166.254 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 13 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 14 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 217.195 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 288.838 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 409.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/cache/ok-awg1-strict-all-latest.tsv.before-validate-20260708-042044 -rw------- 1 root root 3754 Jul 7 04:31 /root/hmn/cache/ok-awg1-strict-all-latest.tsv.before-validate-20260708-042044 sha256=c44ac15898a32e1307518fa2c6511230e7a5d2081fb7045bc7a4676aace6b929 --- head --- rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 3 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 4 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 126.080 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 14 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 17 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 179.873 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 18 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 19 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.162 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 378.025 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv -rw------- 1 root root 2829 Jul 8 04:31 /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv sha256=dfc7b7b1a93457a3138fc0082717c6e76587e4110ee6a6224f4715bcd00ee9fa --- head --- rank file endpoint avg_ms ping_loss config_path 1 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 43.304 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 46.381 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 4 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.097 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.299 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.395 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 62.362 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.777 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.513 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 75.272 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.675 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 105.977 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 161.595 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 14 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 186.153 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 219.008 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### HMN_FILE /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv.before-validate-20260707-042048 -rw------- 1 root root 2456 Jul 6 16:24 /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv.before-validate-20260707-042048 sha256=cf0d9fe6eabbb299dd3b8c3f925833798bbe667eff288ab41ddf5d2e4150af53 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 12 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 13 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### HMN_FILE /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv.before-validate-20260708-042044 -rw------- 1 root root 2829 Jul 7 04:31 /root/hmn/cache/ok-awg1-strict-foreign-latest.tsv.before-validate-20260708-042044 sha256=0e4bb249278c662737b596832867ec5261e36c4944132da3874bc6d0442c8a67 --- head --- rank file endpoint avg_ms ping_loss config_path 1 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 14 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### HMN_FILE /root/hmn/cache/ok-awg1-strict-latest.tsv -rw------- 1 root root 3754 Jul 8 04:31 /root/hmn/cache/ok-awg1-strict-latest.tsv sha256=eeb8b4cfd473891a338ae84e8bef6e1b48c010b700051b28bc31e44d9baf58bc --- head --- rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 27.745 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 43.304 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 46.381 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.097 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.299 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.395 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 62.362 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.777 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.513 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 75.272 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.675 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 105.977 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 129.320 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 161.595 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 184.748 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 17 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 186.153 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 18 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 194.613 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 19 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 219.008 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 247.649 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/cache/ok-awg1-strict-latest.tsv.before-validate-20260707-042048 -rw------- 1 root root 3203 Jul 6 16:24 /root/hmn/cache/ok-awg1-strict-latest.tsv.before-validate-20260707-042048 sha256=251bba40fec8266351ce546c98d822a3f332f6a78c1c484f7e4d3effe9ee01c8 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 166.254 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 13 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 14 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 217.195 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 288.838 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 409.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/cache/ok-awg1-strict-latest.tsv.before-validate-20260708-042044 -rw------- 1 root root 3754 Jul 7 04:31 /root/hmn/cache/ok-awg1-strict-latest.tsv.before-validate-20260708-042044 sha256=c44ac15898a32e1307518fa2c6511230e7a5d2081fb7045bc7a4676aace6b929 --- head --- rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 3 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 4 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 126.080 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 14 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 17 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 179.873 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 18 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 19 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.162 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 378.025 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/cache/quarantine-awg1-latest.tsv -rw------- 1 root root 30 Jul 8 04:31 /root/hmn/cache/quarantine-awg1-latest.tsv sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/cache/quarantine-awg1-latest.tsv.before-validate-20260706-161434 -rw------- 1 root root 30 Jul 6 16:14 /root/hmn/cache/quarantine-awg1-latest.tsv.before-validate-20260706-161434 sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/cache/quarantine-awg1-latest.tsv.before-validate-20260707-042048 -rw------- 1 root root 30 Jul 7 04:20 /root/hmn/cache/quarantine-awg1-latest.tsv.before-validate-20260707-042048 sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/cache/quarantine-awg1-latest.tsv.before-validate-20260708-042044 -rw------- 1 root root 30 Jul 8 04:20 /root/hmn/cache/quarantine-awg1-latest.tsv.before-validate-20260708-042044 sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/cache/ranked-awg1-20260601-110304.tsv -rw------- 1 root root 2410 Jun 1 11:03 /root/hmn/cache/ranked-awg1-20260601-110304.tsv sha256=2b4efc92abd22f7bc95076101e9572d3a2daaf68b0a7cd15c8e44bed22f13adf --- head --- rank avg_ms file endpoint loss config_path 1 000028.642 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000032.042 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 3 000049.167 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 000054.398 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 000055.742 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 6 000058.725 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 000061.863 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 000064.119 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 000064.717 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 000069.894 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 11 000078.605 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 000083.776 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 000090.563 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 14 000206.049 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/cache/ranked-awg1-20260601-110707.tsv -rw------- 1 root root 2410 Jun 1 11:07 /root/hmn/cache/ranked-awg1-20260601-110707.tsv sha256=2b4efc92abd22f7bc95076101e9572d3a2daaf68b0a7cd15c8e44bed22f13adf --- head --- rank avg_ms file endpoint loss config_path 1 000028.642 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000032.042 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 3 000049.167 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 000054.398 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 000055.742 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 6 000058.725 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 000061.863 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 000064.119 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 000064.717 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 000069.894 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 11 000078.605 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 000083.776 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 000090.563 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 14 000206.049 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/cache/ranked-awg1-20260601-135559.tsv -rw------- 1 root root 2241 Jun 1 13:55 /root/hmn/cache/ranked-awg1-20260601-135559.tsv sha256=54d20e688658070d7e1e2b56f3305ee6c5f66afc9f0a03bd4cfe9ae4f46f9121 --- head --- rank avg_ms file endpoint loss config_path 1 000028.642 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000049.167 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 000054.398 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 000055.742 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 5 000058.725 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 000061.863 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 000064.119 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 000064.717 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000069.894 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 10 000078.605 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 000083.776 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 000090.563 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 13 000206.049 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/cache/ranked-awg1-20260601-145208.tsv -rw------- 1 root root 2920 Jun 1 14:52 /root/hmn/cache/ranked-awg1-20260601-145208.tsv sha256=9db04e6c82fb15097e54ff766130847f16846edd6a0888f5ffad5cecd9acaeae --- head --- rank avg_ms file endpoint loss config_path 1 000031.403 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 2 000048.801 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 000053.748 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 000058.804 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 5 000058.891 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 000059.160 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 000060.048 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 000062.377 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 0% KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 9 000065.888 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 000069.356 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 11 000070.824 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 12 000072.932 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 13 000080.964 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 14 000081.250 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 15 000101.192 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 16 000204.156 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 0% KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf 17 000205.182 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/cache/ranked-awg1-20260601-152436.tsv -rw------- 1 root root 2410 Jun 1 15:24 /root/hmn/cache/ranked-awg1-20260601-152436.tsv sha256=87515343302f8d2124c47e37c67c011634a57527b569b59848f7a4c5ed81e657 --- head --- rank avg_ms file endpoint loss config_path 1 000030.679 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000034.051 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 3 000048.800 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 000053.870 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 000057.491 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 000058.749 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 7 000061.337 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 000063.802 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000067.433 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 000072.246 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 000075.593 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 000083.255 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 000083.442 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 14 000206.996 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/cache/ranked-awg1-latest.tsv -rw------- 1 root root 2410 Jun 1 15:24 /root/hmn/cache/ranked-awg1-latest.tsv sha256=87515343302f8d2124c47e37c67c011634a57527b569b59848f7a4c5ed81e657 --- head --- rank avg_ms file endpoint loss config_path 1 000030.679 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000034.051 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 3 000048.800 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 000053.870 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 000057.491 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 000058.749 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 7 000061.337 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 000063.802 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000067.433 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 000072.246 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 000075.593 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 000083.255 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 000083.442 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 14 000206.996 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/cache/selected-awg1-20260601-110707.tsv -rw------- 1 root root 372 Jun 1 11:07 /root/hmn/cache/selected-awg1-20260601-110707.tsv sha256=e82cef166477adc0ee8d3fb200c13eae1d3b33cff08a8b5d960698150bd7c5e8 --- head --- slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000028.642 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000032.042 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf ### HMN_FILE /root/hmn/cache/selected-awg1-20260601-135559.tsv -rw------- 1 root root 384 Jun 1 13:55 /root/hmn/cache/selected-awg1-20260601-135559.tsv sha256=233f5d76ff4d61026aa651db5ddb74bf4574e691ce7281c94c849f8a089c58a9 --- head --- slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000028.642 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000049.167 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### HMN_FILE /root/hmn/cache/selected-awg1-20260601-145208.tsv -rw------- 1 root root 386 Jun 1 14:52 /root/hmn/cache/selected-awg1-20260601-145208.tsv sha256=f749cf7455d19578778b60a6a7f7fbde52c7bcd6ae9781ba59f289268e28e348 --- head --- slot file endpoint avg_ms config_path vpn1 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000031.403 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000048.801 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### HMN_FILE /root/hmn/cache/selected-awg1-20260601-152436.tsv -rw------- 1 root root 372 Jun 1 15:24 /root/hmn/cache/selected-awg1-20260601-152436.tsv sha256=39e1fac154d276d43c0ff677152f081d4e8b2059161c96ee454ff6d801abb082 --- head --- slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000030.679 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000034.051 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf ### HMN_FILE /root/hmn/cache/selected-awg1-latest.tsv -rw-r--r-- 1 root root 375 Jul 8 06:16 /root/hmn/cache/selected-awg1-latest.tsv sha256=acecd501a7789cc8b967c65ca84a412a01c23feda3c0c15dfe474fb5f84d5e2f --- head --- slot file endpoint avg_ms config_path vpn2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf vpn1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf ### HMN_FILE /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260706-165740 -rw------- 1 root root 386 Jul 6 16:09 /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260706-165740 sha256=34d44908e0375c0bbe95b3ee48f0b9334489cfc7522bca7d3f083e83eaa60a3f --- head --- slot file endpoint avg_ms config_path vpn1 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf vpn2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf ### HMN_FILE /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260706-170839 -rw-r--r-- 1 root root 385 Jul 6 16:57 /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260706-170839 sha256=0fad36a4d94d1ee33ada64118c04c3c4b9d3d1e10f1adf30db8dc38944a63a60 --- head --- slot file endpoint avg_ms config_path vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn1 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf ### HMN_FILE /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260708-061633 -rw------- 1 root root 391 Jul 6 17:08 /root/hmn/cache/selected-awg1-latest.tsv.before-refill-20260708-061633 sha256=9386fa56c53ac1c4e210cde060c37dfb3e31177f29abca0842044c5acb1eea5d --- head --- slot file endpoint avg_ms config_path vpn1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### HMN_FILE /root/hmn/cache/selected-awg1-loadpath-check.tsv -rw------- 1 root root 385 Jun 1 14:35 /root/hmn/cache/selected-awg1-loadpath-check.tsv sha256=a77014dc9ca6a1b1913e32a2bc13687d0b1801064addd991da42dda2163da0b4 --- head --- slot file endpoint avg_ms config_path vpn2 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000028.642 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 000054.398 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf ### HMN_FILE /root/hmn/cache/serverlist-latest.json -rw------- 1 root root 33274 Jul 8 04:20 /root/hmn/cache/serverlist-latest.json sha256=c434f9e353d6c8cdb785ddc1606febf997663f49160572953f7c27ebb1bdde1d --- head --- {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.36.27.29","port":19016,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.36.27.29","port":33446,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.36.27.29","port":40886,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.36.27.29","port":56946,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"192.36.27.17","port":35500,"random_priority":"0"}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.247.19","port":24259,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.247.19","port":38689,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.247.19","port":46129,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.247.19","port":62189,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"192.71.247.18","port":35999,"random_priority":"0"}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"67":{"id":67,"country_code":"RU","name_en":"Russia, Moscow N5","name_ru":", N5","public_ips":["130.94.89.236"],"lan_ip":"10.102.0.1","services":{"httpd":{"ip":"130.94.89.236","port":16612},"pptp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.94.89.236","vpn_subnet":"10.102.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"130.94.89.236","port":20522,"vpn_subnet":"10.102.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"130.94.89.236","port":34952,"vpn_subnet":"10.102.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"130.94.89.236","port":42392,"vpn_subnet":"10.102.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"130.94.89.236","port":58452,"vpn_subnet":"10.102.40.1\/21"}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.39","port":19065,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.39","port":33495,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.39","port":40935,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.39","port":56995,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.39","port":38330}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.101","port":12316,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.101","port":26746,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.101","port":34186,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.101","port":50246,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.100","port":39480,"random_priority":"0"}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"3","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.25","port":25196,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.25","port":39626,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.25","port":47066,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.25","port":63126,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.24","port":35090,"random_priority":"0"}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.175.93.59","port":11832,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.175.93.59","port":26262,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.175.93.59","port":33702,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.175.93.59","port":49762,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"107.175.93.59","port":31095}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.174.226.52","port":17362,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.174.226.52","port":31792,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.174.226.52","port":39232,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.174.226.52","port":55292,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"107.174.226.51","port":44839,"random_priority":"0"}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.25","port":20511,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.25","port":34941,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.25","port":42381,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.25","port":58441,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380,"random_priority":"0"}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.138","port":22681,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.138","port":37111,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.138","port":44551,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.138","port":60611,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.234","port":37492}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.232.97","port":26420,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.232.97","port":40850,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.232.97","port":48290,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.232.97","port":64350,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"89.46.232.39","port":40316,"random_priority":"0"}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.73.210.13","port":16669,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.73.210.13","port":31099,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.73.210.13","port":38539,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.73.210.13","port":54599,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230,"random_priority":"0"}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.85","port":16185,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.85","port":30615,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.85","port":38055,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.85","port":54115,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"194.71.126.45","port":32821,"random_priority":"0"}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"147":{"id":147,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, Salt Lake City S2","name_ru":", -- S2","public_ips":["23.158.72.86"],"lan_ip":"10.91.0.1","services":{"httpd":{"ip":"23.158.72.19","port":12900},"pptp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"l2tp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"ipsec":{"service_id":4,"ip":"23.158.72.19","vpn_subnet":"10.91.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"23.158.72.88","port":22916,"vpn_subnet":"10.91.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"23.158.72.88","port":37346,"vpn_subnet":"10.91.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"23.158.72.88","port":44786,"vpn_subnet":"10.91.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"23.158.72.88","port":60846,"vpn_subnet":"10.91.24.1\/21"},"wg":{"ip":"23.158.72.87","port":45460,"random_priority":"0"}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"5","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"162":{"id":162,"lat":"49.842","lon":"73.106","country_code":"KZ","name_en":"Kazakhstan, Karaganda S1","name_ru":", S1","public_ips":["109.248.198.4"],"lan_ip":"10.77.192.1","services":{"httpd":{"ip":"109.248.198.4","port":13954},"pptp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"l2tp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"ipsec":{"service_id":4,"ip":"109.248.198.4","vpn_subnet":"10.77.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"109.248.198.4","port":17864,"vpn_subnet":"10.77.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"109.248.198.4","port":32294,"vpn_subnet":"10.77.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"109.248.198.4","port":39734,"vpn_subnet":"10.77.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"109.248.198.4","port":55794,"vpn_subnet":"10.77.216.1\/21"},"wg":{"ip":"109.248.198.4","port":37129}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.214.37.69","port":19964,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.214.37.181","port":32917,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.214.36.122","port":37592,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.139.225","port":59556,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"89.40.104.201","port":36979}}},"218":{"id":218,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M2","name_ru":", M2","public_ips":["77.67.8.84"],"lan_ip":"10.66.0.1","services":{"httpd":{"ip":"77.67.8.84","port":20203},"pptp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"l2tp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"ipsec":{"service_id":4,"ip":"77.67.8.84","vpn_subnet":"10.66.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"77.67.8.84","port":24113,"vpn_subnet":"10.66.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"77.67.8.84","port":38543,"vpn_subnet":"10.66.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"77.67.8.84","port":45983,"vpn_subnet":"10.66.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"77.67.8.84","port":62043,"vpn_subnet":"10.66.24.1\/21"},"wg":{"ip":"77.67.8.84","port":43378}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"20","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.48","port":24706,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.48","port":39136,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.48","port":46576,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.48","port":62636,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### HMN_FILE /root/hmn/cache/wg-candidates-latest.tsv -rw------- 1 root root 1653 Jul 8 04:20 /root/hmn/cache/wg-candidates-latest.tsv sha256=0482d33b93a7e5831fb3a594f4ecb27be149119c5f7675fda8c4b288e539aa47 --- head --- 12 DK Denmark, Copenhagen S4 192.36.27.17 35500 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 49 DE Germany, Berlin S7 157.173.27.69 41797 53 FI Finland, Helsinki S4 192.71.247.18 35999 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 63 CL Chile, Santiago 38.7.197.83 38465 70 CZ Czech Republic, Prague S1 193.235.207.39 38330 71 US USA, Los Angeles S2 107.172.187.100 39480 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 73 TR Turkey, Istanbul S3 84.32.230.159 43808 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 76 IT Italy, Milan S3 149.154.157.24 35090 87 US USA, New York S1 107.175.93.59 31095 88 US USA, Dallas 107.174.226.51 44839 94 JP Japan, Tokyo 192.121.162.75 45945 108 HU Hungary, Budapest S6 89.46.237.14 38594 114 PS UAE, Dubai 103.57.251.39 37380 115 NO Norway, Sandefjord S15 185.14.97.234 37492 117 US USA, New York City S3 64.253.89.235 37402 118 RU Russia, Moscow S5 141.98.189.83 39408 128 LV Latvia, Riga S1 192.121.163.235 42530 129 CH Switzerland, Zurich S2 89.46.232.39 40316 133 SE Sweden, Stockholm S2 46.246.127.84 36230 141 RS Serbia, Belgrade S2 194.71.126.45 32821 146 GB United Kingdom, London S1 37.235.54.96 38971 147 US USA, Salt Lake City S2 23.158.72.87 45460 149 AT Austria, Vienna S3 157.173.25.198 34340 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 162 KZ Kazakhstan, Karaganda S1 109.248.198.4 37129 180 AT Austria, Graz S1 151.236.30.139 33998 206 HK Hong Kong, Central District S2 112.120.98.53 46369 214 EE Estonia, Tallinn S2 89.40.104.201 36979 218 KZ Kazakhstan, Almaty M2 77.67.8.84 43378 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 ### HMN_FILE /root/hmn/cache/working-awg1-latest.tsv -rw------- 1 root root 6294 Jul 8 04:20 /root/hmn/cache/working-awg1-latest.tsv sha256=c1b6525733d9715b94d8f8dbd497f3f68a7635b696f8878fcdee96859156cecd --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 192.36.27.17 35500 192.36.27.17:35500 yes 10.119.249.139/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.60.219/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.187.205/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 192.71.247.18 35999 192.71.247.18:35999 yes 10.98.185.144/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.254.15/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.61.41/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.39 38330 193.235.207.39:38330 yes 10.102.248.214/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 71 US USA, Los Angeles S2 107.172.187.100 39480 107.172.187.100:39480 yes 10.103.56.214/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 78.31.250.16:41729 yes 10.103.120.171/32 KEYMASK-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.187.191/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.109/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.24 35090 149.154.157.24:35090 yes 10.104.120.117/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 87 US USA, New York S1 107.175.93.59 31095 107.175.93.59:31095 yes 10.107.43.173/32 KEYMASK-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 88 US USA, Dallas 107.174.226.51 44839 107.174.226.51:44839 yes 10.107.108.112/32 KEYMASK-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.238.215/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.111.97/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.239.94/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.234 37492 185.14.97.234:37492 yes 10.83.41.157/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.142/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.235.104/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.108.200/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 89.46.232.39 40316 89.46.232.39:40316 yes 10.86.172.73/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.170.125/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 194.71.126.45 32821 194.71.126.45:32821 yes 10.89.174.45/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.235.244/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 147 US USA, Salt Lake City S2 23.158.72.87 45460 23.158.72.87:45460 yes 10.91.43.12/32 KEYMASK-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.168.223/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.233.132/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.173.35/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 162 KZ Kazakhstan, Karaganda S1 109.248.198.4 37129 109.248.198.4:37129 yes 10.77.236.75/32 KEYMASK-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.237.218/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.47.73/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 89.40.104.201 36979 89.40.104.201:36979 yes 10.65.43.208/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 218 KZ Kazakhstan, Almaty M2 77.67.8.84 43378 77.67.8.84:43378 yes 10.66.44.225/32 KEYMASK-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.234.5/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf ### HMN_FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908.tar.gz -rw------- 1 root root 11687 Jun 1 14:39 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908.tar.gz sha256=0b90ba75823e9264723839d3f8d03b804464fa40bed2d36d9d3b47199f3b95ff --- head ---  Y&'='92֧59qսUZNfNLbw|A6᰷ozvnv|i>7J6gʾy,d=}sJnl>-FO^#%5w0;;=;}'4>u ^rnyYʕRv%2N:gĴGZh$r92Fyu6+u~c}\03H Ljt쌔%kΙ=˷=?{awKRegRk-3V{4\zf}}[S]Λ [i,WvʕRemT42~H%1VmrH4,&Fa P=Wl7:bխjMA['Kʴ]jGO,{I1 <$'б=Ht[9GB0 c#E4\59M +X%!wlu+~mz=X3-ӴgQG:_Eh׼X1#3;A[ͤ믗+k[ vۨ%#҆x>LeҀlv_durc #am8pYe.2?k7HjOTZ,Ž*}0T3{1~vc&.O 3w92'\|ܹ/ϟ9X/Ú}hx*%Ab;!c;弓biAW EmAP)tERb ʵrmZ*,CpY퓜#RmR4Vw, j}u 5턑{jSXKqzcqT%)CH1Kֻ@-[i}i{]_pxA~zQ0 {Dr3ݳVSi~,`۲j'Yd;;K [ mYC9A$WuFV!ZFi}@@O#M7:tq׆ A!64 ؂@!8@nȇu8ÁkWcY( PDlήL 8'i2]#7K7XnUwKzuR)72]맛;#OH;:%&S4zr ֏+|ɡZE.:ٖ3.\$0;$ d>r =A #.-сay*é3A/zWsͮKh"6PFmw{x[5wbH_QAb%nڅ wHXf=8Q9$4 :8)J6r?%H4h8{>j=i= W#9ab=-mQ9rYHHK qy:0?#Gt<, m`;a)P]vPP'NNDtQF$R =gx9 rx5c|= ?B,B8 *ln zP^ݮ\^[-IT8tIư]g0>b*+pgV˦""8x=a5hL ʑH M%b621iWx6.GL5GcM\ G=CY;t!9%`WBK1kY2#< Mj2)#*KDT u$/4z&ܔN}0F)ʂpe J_ vQYh|uQTcJiu:]i*6.gLh\$d^2wyM:J^! V7n =Ͼ]!$eͷHfhlG ~>\D6"oγf܏ݤux|6M/b<`M޸LW_-¿H]l DB7 TvHR:mχ0 EoA+; ]N,R)f;xD=̣j <0;o] i/s[Yq]ڹub`=;8^:1/.[V $evx4k첁I! HEQ^GRb$'CtFQ64I6MMI:bDYQ'9_j~t+;2|' &O:}3L|_Ex '|-P"D` s8SlLPWL?"Mk5>fcдSZ((E[-mW6}z\Xw3jk+d2n6cckG}l4v¸OcVSo>/z+OP%#l<"8|_&/Dvɶ۲j~皴/DyruvDJcF-G `) g!D0(PC ]J4%z+@z @I*kkHqT4U7#.f6 OkkG}gsjNXR3xv1)f~4!p5:rxB0wKc%/0l$O~$HXiRq o]rJ oRK_+Wu81x )eo= $LGT'ӟvy :;3K44rHQlivU!f7-CA<E)NEF̍cIHdnfː#vvQfRfM7L7w 򻻙'x<}P(| ɐUms!ՏzwTԧ"<[5%kdI]åc8>XL+qx,eF*fK$፝hq[X<2f=KgpVDh1 ݡQQpwhhwo =a~_kX19=7E3JS^貁%p9s2Rz"W-\]pKBfxb8DtN( T#e1ı™/2bۢ.V"ڼW[F<$HӴx$ O:r۶ KHH.0WzeR./ru{ni.FmҌꭢo{Byq[l'CMɃȲGb.+:8k;c׾)9h}1Vأ-ZTmb^#InYbOh6ȡI&~~+&Y;-1~293fVʩRO)?+# Baʪ kﱤe?#˫B8KcX"<' \PCd5ɾD-mbBc7=^D:evf$;htJq;)Rz 6j4LF=cq͇T^}+LI/R57w[Ճ7=_6dkrA2~*\wU3ʊMmKqaCC1#_QُdR f8ʥmY8RH~G^`Źm2ʀ9/Bt8޳$_1'[̓/KɴV(q%(!m+^; ɇ $A tgHq8z~wuWuuu=`euzw>d/Y*wgEN A]\"E貾z({NHa70KXOjB`עZRށx{zGWGpϹ:\?z& 9W*;TZR['4^ؿT+XH>~>`b?)5j۩JPo9Qkݐƫ+5kEZ/Ϻ;T}kz] ;1B?NLҗ;hY}sUYfV0WKLujb։0' =i|߂_iISs+]m|? y O7$u/12Ȗ_SrZ21V7/"JDdSf55f„/l@UQ? ݨN@Dٴ=O;5gZ"ϓL#mi[;ϭf9/h7w8&_hnT_Yk;MftE`n0)--\d~TGߨHL:I- UH9x d1s I` 5w+.9-y\C ?u:x1\ݸoPaH͜_:_ڳ6ejk/됪I %B ښ(9j=~f}` *= wN"bL.XI*Rޖ _oOigJZ-z*qeʱw]Mw)O~."v='9>g|{G<{M;©\b[{l59%aM8QN(twN$ܩO2/krhz)HTxrjh 1eƤp=t6 t׈?~:Dldjt)d;/+JQXR>Xz"4-ҭGq# · A ѡwH|[t{2 啳L@3JNtIb#VZ҄cMjD=;e#rDOJ#Oz5t#]q"(r(*4&5Q?x8^<Δq[]au-QEcϵ5zVu /5) wy +Xŷ/'fEA5&aT{: :φ0fŊc1>|~\+c(M+IfJr| J=X Y;o`1(Bx{ ]`K3Zvgخ?mBhP_sWƈL`#zN-4ahXg⯩ Dw81zF fÝ8M"ȩxB-Gv\MA!3X?5Xp~>X?&W`fGfKhH]7IHc}t|6 76v wP|ޔ:/&aE6 .26n(n, ja<lưNt`Bg[m"{OsxI})8<$+X|xKu(ӜjTOsiHŸpɺ5L8vg4y?s%5lTy#gSB PV2$1 M،Gxq$R@{N{ڗpnk߮ia/k9JߦY<ڿduw3󕝙?3Kinz b%.Vrj|Wڊ 8| } 6X\s9!-\~[@'.VVt|?/(?il(>9:;h?h>х+'Ps$-~mq(s;j7 ?9iP={'ۻm5 p b3wp#Ԕ3p&m⪫:| ,S tˣؼiak~8)/cGI@'? Nޑfw)p)U?)7 F Sƿֺnuujf=aa&r.h5;Q0a_OUk̾Չ=֤W+֤XPFXOa< F 7@? JE> {P7_+* @jIMY!]ҌO^qP'~xBa27iBm"~X3^%@ɫ$ x7-QNP^hZ W q*.vX:Fp !~P\J"Bl= N %>')Irw'*u?=Dfr&,:"G8 8ڍ:8ubzX{mʾ3tq÷kDhhvSGSP |Y0#szf'ϒJ@y)hܽTNtU<ɈȏAa䩬'^:jRʇ7NϢb=ѫdX*yreйᓂDjm"pI3+cẙ210n^'Pg5ŏg[4TScm'‰?*% {(޴}e6dgZC6}`;OiE+zQs"e wS#Q%jOb.H1df fZ8)#4е 57jQjR)4MbBPw~MDVQ*xt_Y}s&A=955Id>LD: Q\4!?Jɧ'sLB~pb c?Wcr)-$J28]Ó# 5{*1<`ad6 +! 3t(MqettG M1e2u ICǶ2{U= '}*? }̈T+n?\|Oy܀Svb _1ZM:6IHۄZQ &QY!4LyȗCqf< 뼰+ ֐sEYé:Ornw0^K:}4{C/} j՚|,}nY)\?+)?\Or>CuEţ!p#h4Tro^ GA`ct;MOlwm@Bh4))H" `L4L8sRN^?|$:OƼNf6Yax> QXU+O U% %Uħ1!JMEެo}1);M!*sAa31'Cn-Lþb3Z3?#aIoK?Ln,C<\_s7/:.8TX?!rf#JX xC x}9L'o h,<=s,[3W'Ԋ0XaVp{"fjƣvcϪlTsv7i[-W"vLqp l!`:P уm[x +kvyvݪ>$V,2 Xre`ӵ?;t>fwߋKS`N0F\w?1ɉ"%0i̥LܒJdMhZ*6YϨEg/ڝQd.NɷY>6aM0_qmb9v WKUϛ7(qnVj a?= ~c[U|ۃmUUQ~љ7`Mٵ7> llY!RG5w+k?w#Wl/ٰceejr߬VyFHWF ;yzдv!pFʕd\*׊nZco؋)Xq++ΰ8=ʶևf|:a/F joVʞՄuţՀXYzS˨^iӟ7p+lZq3w;h:.[U6oߕd؜%Lp޴e o297zP.^+wc옪tw*eku&F1;ޞ2ޫ5uct. zk3z ;whgWz.> mgj9W硜73z;L_,b%g'}bw@ pl.![q}:nZon d]^D+ɵ ) < qFipyF67m;h'RKǩ9K-Lw>f3=[PfD?oGk@z>f࿇ξ%n٩,6$Ej lkמGdP30 ՘! kjBoY4#G .)+yQMjT3 Fp2(î阤@4=AHgCҚe -1Km  k1A&25C."Vg??Fk팕4~V3kzԐOZQ2V(Fu'ry _ts(=1ٺaAuSC{0yщim(y U+Ƭf DAaD&570 "ԅD2O4z5Hn5cyY~o-?Rϼ ### HMN_FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/99-vpn-egress-manager -rw------- 1 root root 691 Jun 1 12:38 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 --- head --- #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### HMN_FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/99-vpnin-policy-route -rw------- 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 --- head --- #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### HMN_FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/STATUS.txt -rw------- 1 root root 1435 Jun 1 14:39 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/STATUS.txt sha256=47eb72bec9afb413ff3d3786c21eb332c8fb913f56f109a5eb71bf543829a530 --- head --- timestamp=20260601-143908 cron: running maintenance: no maintenance flag active-slot: vpn2 table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 route get: 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache vpn1 endpoint/config: 95.211.68.119:45176 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn2 endpoint/config: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf planner: Selected file: KEYMASK-awg1-latest.tsv Runtime: active slot: vpn2 active endpoint: 95.156.206.18:37498 standby slot: vpn1 standby endpoint: 95.211.68.119:45176 Selected candidates: best: 95.156.206.18:37498 | 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf | avg=000028.642 second: 95.211.68.119:45176 | 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf | avg=000049.167 Plan: Active slot already has best candidate. Standby slot already has second candidate. Action: do nothing. No changes were made. main routes containing vpn1/vpn2: quarantine: endpoint file reason added_at 46.246.127.84:36230 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf suspicious_live_behavior_current_batch 2026-06-01T13:54:56+00:00 ### HMN_FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/active-slot -rw------- 1 root root 5 Jun 1 14:39 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/active-slot sha256=3c2c12cebae47c1a6b9b94019d5f6d77eca35fd7edcc3b8e5b2db1edc3d51218 --- head --- vpn2 ### HMN_FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-apply-selected.sh -rw------- 1 root root 6765 Jun 1 14:32 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-apply-selected.sh sha256=ea283561a4acf7a781dd0abfeaab39467fec3a4abb2d3769cb98f9ca75f4c93e --- head --- #!/bin/ash set -eu MODE="${1:-dry-run}" SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" QUARANTINE="${HMN_QUARANTINE_FILE:-KEYMASK-awg1-latest.tsv}" PING_IP="${HMN_STANDBY_PING_IP:-9.9.9.9}" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" case "$MODE" in dry-run|standby-only) ;; *) echo "ERROR: mode must be dry-run or standby-only" echo "Usage:" echo " /root/hmn/hmn-apply-selected.sh dry-run" echo " /root/hmn/hmn-apply-selected.sh standby-only" exit 1 ;; esac if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" if [ -z "$BEST_ENDPOINT" ] || [ -z "$BEST_CONFIG" ] || [ -z "$SECOND_ENDPOINT" ] || [ -z "$SECOND_CONFIG" ]; then echo "ERROR: selected file does not contain two candidates:" echo " $SELECTED" cat "$SELECTED" exit 1 fi if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then DESIRED_FILE="$SECOND_FILE" DESIRED_ENDPOINT="$SECOND_ENDPOINT" DESIRED_AVG="$SECOND_AVG" DESIRED_CONFIG="$SECOND_CONFIG" REASON="active_has_best_use_second_as_standby" elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_has_second_use_best_as_standby" else DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_not_in_selected_use_best_as_standby" fi if [ ! -f "$DESIRED_CONFIG" ]; then echo "ERROR: desired standby config not found:" echo " $DESIRED_CONFIG" exit 1 fi NEED_LOAD=0 if [ "$STANDBY_ENDPOINT" != "$DESIRED_ENDPOINT" ]; then NEED_LOAD=1 fi echo "Mode:" echo " $MODE" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " active config: $ACTIVE_CONFIG" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo " standby config: $STANDBY_CONFIG" echo echo "Selected:" echo " best: $BEST_ENDPOINT | avg=$BEST_AVG | $BEST_FILE" echo " second: $SECOND_ENDPOINT | avg=$SECOND_AVG | $SECOND_FILE" echo echo "Desired standby:" echo " slot: $STANDBY" echo " endpoint: $DESIRED_ENDPOINT" echo " avg: $DESIRED_AVG" echo " file: $DESIRED_FILE" echo " config: $DESIRED_CONFIG" echo " reason: $REASON" echo if [ "$NEED_LOAD" -eq 1 ]; then echo "Plan:" echo " load desired config into inactive slot $STANDBY" echo " bring $STANDBY up" echo " test ping through $STANDBY" echo " if OK: keep active untouched and shut standby back down" echo " if FAIL: quarantine desired endpoint for current batch and rerank" else echo "Plan:" echo " standby already has desired endpoint" echo " in standby-only mode: verify standby by bringing it up temporarily" fi echo if [ "$MODE" = "dry-run" ]; then echo "Dry-run only. No changes were made." exit 0 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi MAINT_WAS_PRESENT=0 if [ -e "$MAINTENANCE_FILE" ]; then MAINT_WAS_PRESENT=1 fi cleanup() { ip route del "$PING_IP/32" dev "$STANDBY" 2>/dev/null || true ifdown "$STANDBY" 2>/dev/null || true if [ "$MAINT_WAS_PRESENT" -eq 0 ]; then rm -f "$MAINTENANCE_FILE" fi rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true ### HMN_FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-download-all-awg.sh -rw------- 1 root root 8926 Jun 1 13:58 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-download-all-awg.sh sha256=c20d8ff7feead493f2524c6da3c921bbf62cbdfb503a11a8ea75e4d15144e18f --- head --- #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" ### HMN_FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-load-vpn-slot.sh -rw------- 1 root root 5125 Jun 1 11:09 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-load-vpn-slot.sh sha256=f6171e7f682e5dc422a9e56c449b7413ea9225c23adef7b07d0802ed8bf93872 --- head --- #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-}" case "$SLOT" in vpn1|vpn2) ;; *) echo "ERROR: slot должен быть vpn1 или vpn2" echo "Использование:" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf up" exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден config:" echo " $CONF" exit 1 fi ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ "$SLOT" = "$ACTIVE" ] && [ "${HMN_ALLOW_ACTIVE_RELOAD:-0}" != "1" ]; then echo "ERROR: refusing to reload active slot: $SLOT" echo "Current table 200 active slot: $ACTIVE" echo echo "Для blue/green сначала грузи конфиг в неактивный слот." echo "Если очень надо принудительно:" echo " HMN_ALLOW_ACTIVE_RELOAD=1 /root/hmn/hmn-load-vpn-slot.sh $SLOT $CONF" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading into slot:" echo " slot: $SLOT" echo " config: $CONF" echo " endpoint: $ENDPOINT" echo " address: $ADDRESS" echo " active table 200 before load: ${ACTIVE:-none}" echo ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='interface' uci set network."$SLOT".proto='amneziawg' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='0' uci set network."$SLOT".disabled='0' uci set network."$SLOT".delegate='0' uci set network."$SLOT".peerdns='0' uci set network."$SLOT".defaultroute='0' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" ### HMN_FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-plan-selected.sh -rw------- 1 root root 2908 Jun 1 14:00 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-plan-selected.sh sha256=ae8cb9b3ff62deb73e30a4ab2734a2a7898812b6bfe756fdf505ebba0776e510 --- head --- #!/bin/ash set -eu SELECTED="${1:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_SLOT="$(awk -F '\t' 'NR==2 {print $1}' "$SELECTED")" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_SLOT="$(awk -F '\t' 'NR==3 {print $1}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot already has best candidate." if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ] && [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active has second candidate, standby has best candidate." echo " Action: no config load needed." echo " Optional: switch active to standby only after live test/policy decision." elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active has second candidate." echo " Standby should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." else echo " Active endpoint is not in top two selected candidates." echo " Safest action: load best candidate into standby, test it, then decide switch manually." echo " load $BEST_CONFIG into $STANDBY" fi echo echo "No changes were made." ### HMN_FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-rank-awg.sh -rw------- 1 root root 3169 Jun 1 13:55 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/hmn-rank-awg.sh sha256=7bf985300ce45a1003cfcaa1cf08d14de0751b39ff28ca2bf3f46713043faeec --- head --- #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" QUARANTINE="${HMN_RANK_QUARANTINE:-KEYMASK-awg1-latest.tsv}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Временно плохие туннели текущего набора исключаются через QUARANTINE, # а не через вечный blacklist. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi if [ ! -f "$QUARANTINE" ]; then QUARANTINE="/dev/null" fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo " quarantine: $QUARANTINE" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" -v qfile="$QUARANTINE" ' FILENAME == qfile { if (FNR == 1) next if ($1 != "") q_endpoint[$1] = 1 if ($2 != "") q_file[$2] = 1 next } FILENAME != qfile && FNR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex && !($3 in q_endpoint) && !($2 in q_file) { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$QUARANTINE" "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $CFG_PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### HMN_FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/quarantine-awg1-latest.tsv -rw------- 1 root root 166 Jun 1 13:54 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/quarantine-awg1-latest.tsv sha256=1ef37c0a5546cff01350fdc1c4f89d465a8074332484e37e92292fa4bbb8d8d1 --- head --- endpoint file reason added_at 46.246.127.84:36230 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf suspicious_live_behavior_current_batch 2026-06-01T13:54:56+00:00 ### HMN_FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/ranked-awg1-latest.tsv -rw------- 1 root root 2241 Jun 1 13:55 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/ranked-awg1-latest.tsv sha256=54d20e688658070d7e1e2b56f3305ee6c5f66afc9f0a03bd4cfe9ae4f46f9121 --- head --- rank avg_ms file endpoint loss config_path 1 000028.642 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000049.167 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 000054.398 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 000055.742 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 5 000058.725 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 000061.863 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 000064.119 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 000064.717 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000069.894 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 10 000078.605 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 000083.776 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 000090.563 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 13 000206.049 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/selected-awg1-latest.tsv -rw------- 1 root root 384 Jun 1 13:55 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/selected-awg1-latest.tsv sha256=233f5d76ff4d61026aa651db5ddb74bf4574e691ce7281c94c849f8a089c58a9 --- head --- slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000028.642 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000049.167 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### HMN_FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/vpn-egress-manager.sh -rw------- 1 root root 6626 Jun 1 13:24 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/vpn-egress-manager.sh sha256=b6099b2c44d6d404aa4e735b169c37e37cfa2ac030b05d4f83b32cb2ff21103d --- head --- #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" ### HMN_FILE /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/vpn-table200-local-routes.sh -rw------- 1 root root 593 May 31 08:17 /root/hmn/checkpoints/stable-apply-selected-standby-only-20260601-143908/vpn-table200-local-routes.sh sha256=1826a52b28ae8590036d312be959919b35af4a6ab65218143414e070bb3a1bb5 --- head --- #!/bin/sh # Local/direct routes that must always exist in table 200. # Otherwise local replies sourced from 10.200.0.2 go to VPN default. ip route replace 10.200.0.0/24 dev eth1 src 10.200.0.2 table 200 2>/dev/null || true ip route replace 10.201.0.0/24 dev eth3 src 10.201.0.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.71.1.0/24 dev eth2 src 10.71.1.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.250.1.0/24 via 10.71.1.1 dev eth2 table 200 2>/dev/null || true ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930.tar.gz -rw------- 1 root root 15835 Jun 1 15:29 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930.tar.gz sha256=85bf38736172aacc6108041865e968aa27ab2d4c15deb5e4a1867a2ba4cf8a46 --- head ---  ]^_oCG/JBQ/Z.xɫ ׵B~; Q\*,(WWJo< 7ПwV;' 0z9?(T+ˁKj RWN\\Յ xOq&^h'ŲqA'ΩYm<AlZl a2[]|{j6].sS]P:#ݰmaZfܫ5d0|QQA\y4nUu}dn+iI,2H#!3/OB_7wh4d0d FLэ ]=,!$z TB?|Rdd;KLIX˴@;.ݡQl{~e.@BI;ht#1ضo"Nn$&G 511ھuhI9̨klpƣD@;H'Lw;{dG@Rc T*$& t N̾)Q 0V{IqCW!Jp@PgJp{8 #14`:]clyF8#BH TG%;ޏiڋYN, o˗:,L`@Mn"dZOt<ȟw!mcn׍InHd;2]-XV :蛞:/+غF%Lk|Ȁ&8 u|g 1߸¯ iI^dC>ŖYN]G(M D> 3N#o_`M-ة{ս&8żcN 61 eI `| jnC}`XMpڦ|jR[6z(lʩ4j 4Ct5ҙHnq0Mp#Mj2Բ))`4tq "ĠB&]\{ۆObDg={'-_>SZ+'pJ'"K^V^%@x[3 "p$Pr"M1@CL}yLUǴaΏ=H|Um88UPI5]M}W&DGJH/:XiIh{c5І`0A h)ܤRXXg(`Fm9Pb0Wnk<#(@/:A+wF;P mЯ-l]sCAhӁBLƕQajQt c phs|McBj[8#Bx (](*UnGN&JuHW@ e>q.B0|/PBĢ3aꀃtK儀wFy"iAk6jI߽8/޾} ^QiUD^3"? 32 % ;(fNQ#$ 7 5!TD[/AoI \>FpFPVZD˒T6v*Jj"*NA Q4~~Wk&8!s`Btb0Au@ZޢH.tFC_)27n[DD94t6Lk xC&' t>BJ"T8*Ŷ~^)|0yAͭbV4 aO&%l?@>fLQ͙y4.(1\/NP9) &̝cBVi*$_š=M)`]sXVl1WVx|*WW,k%^m]$wV0_ao^;)=i,ܫouޮnjj} $e/c^9dxɬ'y2N $dѻN+\ 6pwc-OU3!$%X"\*t֘XFDn)jB;%cZ}}w疰s4A̋#Y۩olޚEbVq9.f6A2Tn[avYx BQ..]iOy"3z/'޽uFǫÉ zwy|yߙ3^1c?m3̻ΘY2 m6D'@1WWx/S6wNi'6ZsQ BRMjDeJYn $ js^VZƞb- fY*m٧SXlz(kR pt /^PԖp2сUZ#.:ga'RU5hGa ņܓ <ѶxN줈|N' ,KRVivEN$CI`ӗ q i8bYuV *`x{ث eHƣ`:#ĥx7uU %ecE9)O Ŕ,a/1* q-{R։(dT7\Te/x­'0 cH1fû(Jӿ¤)[Ga&Gr#c(q޹S&Ms$lr8[c?&#(6[e9#Dx+Q wM;CbtQ<kAl 294]{N嘱p<"ײy~="#tait\})=rWm:x g!&Zb8KgzQk`+dZ\R-5v/æ qe%-iuQ΂˄e4Qc|w2>#%?=w^tiET cN$*H>p}"-ݸTbAF m *i0PjŢm\)l%dAy>?p O GަUhJ LmYMS%-b 0'[]*E^|H5L@~T&yA%T.3C'ߡѶ ȌRU]_k/8Ȱ)]6Ʊ>w-njôw-e$r܈KR˵G۪ ė "$0Qrr_ޏpM} +:㾒[8r9Q GGD?@m #ȋxv]=?e{L9&4W(iR=/}:SƩ9d*ۙ̏K6 >N#0l2 |`[5 m mylqZw& )E)tL,X-êV.xq7^r;3e6IrƇQDLݤܓ$QU7H97;u騹8sk++`_\^zS\FEop3gbxRrѲ<&, XOIL2yAO<~:r|<#MM?y=|MϧcY'_/'6M?N/&~ M `/3lqWX#$7t}=@ %aOpd2P~Ap"}?UJAzɫuq؛o{qǎ3۾)eCBtEPT1JiJ[ /SAxAbnJKMe,BA+h*;R?_^M5id2e3$Z,0T`֣;{{ϠO$>[Ke*>:8  ri#>ޕ_#Vl6H4IQY."WcLw#h^V=n+n*VHD9xgLʊ *nw{Ug#(UTZ`:^ݮaa`@]Qoq>-bRm< U3 ْhN3Ġ.e6 vh*U~]# /o޻{0bvi!}KvX% .rW)ƀyЮ5_ roD"%C;!)bu(oZOT؄7ЃLZ# X W n4QQGʀ DV <[v ցҴWi6ƭnuv,dXc9X藴Wmԃ++#47.XI+: ڷ$ ʋʈ ^˲`kh65S/ׁD%"lfcXAÑ?)N`dbD& A_ÊO`[V=aQr7"/F>ǔ7qmZaFZqK 8JI 8wzG^9[S10s獑{ht=~KG0"a_K^X Wl>kkf0e&( b-.l-}Tߏ];Z˚&t(Q$]ܨ$<㌷S/Ī|p~p1+ϲ(cDO,&oh,KdOwWuwuuUuu5N _ jڏ&@~m܆n4fOآsL_P8O dQZ=ol af#̗k=+ߕ "7I;^)lum iR11>t ,:0Rq=?<˿xW|_j?*#y]G{< t2Ϧ}(=^4Y#?;1F F/;x oR4Dz{E@)JMMI{Ca.Aa ,1S0Fi9"8 + xTӧ\mz=p,reEn*x$XRf|Yx5H, fIY;GJ0t3N8==nΖ4o[طu-!8--Q$y\ hizI}E߁_A^ZQ|Z皜ȩ.LnּQ>`"7.{3pr.m 13 z2;o ؏[3^br6sA/[{ZqSDA"^yi5^8vshPX>]Ea5*ZWk 5\md%U-ުVڅ/" 41RW/,0  -X^鏧3/qK;RQ0ˢCcR05f%nC*q C<_gJԀQ@\I551'[ gG|*M`8X}F,pPOQx_L^ ^û`z<Ðz}~>Ng ]oTHtF=wcfWd} \+.*TS*su7j~cڥ |ܩZw599 Q^;vyE(ۂ߹ÓAX@Xd~w)[Š|o`툛"E" t InZ~ 'ad)E-ײגT4BŶQ(RM/br(Y',xLBIL.brO BGjQ@TMڋC9!1/c9[_֨h5V>ϣiskK*>Q1qo w-) C*{dժW) )gm=EM/נ_^b9|W E^\ Z=6=?#-CCqC| hgH׏K<~|t\Z/'o+=;lApRIkK+eMLd}Y:g"hN@ƾ/C#Č~ SnY9#5D$k![F11i U:'zN?+諠|l8DY֥ԉ-;I [G=c!N,JP+Nk6/㬻2QĎr6>oibNlTZ]!Ab(b=OƓyw \[$Σ2n2Ѣ&$FDvxZ5?H0 ]c%Qe)owZ:~;-3wýJ0j*G_qVrXu33Hmyo|?qlHVEh#yH>L3?f&Ԧ,jIZm7z2%X q,dh[is\_D-(~:[J֦?! opA`Qhw3̔IfmR7%y0{#lS;M8d7R ]ރ.MaxVڰ(?󆊖Ǫlÿ7kW-H5;vQG@q]|Ŗ*Ԕ=Mi/@&V?~7xrbH/c!ygHlS%|v?ދR.cJk ݎJ9ݍ}+z﷢[ދ{}<8zi6r~26"1uvF6U[iw;A{Wp^u0 !`3ɂN&Rg'L@H0K3]lDg)#a+Z҇$X'49_ ({ /]:i+>IƄRA8 \~i0+h_kHM"R |{cO!OٳL+yE륜˙}+{MN@)ҿRFtv[Z?\Ѽ.WD;D}dk)ĦDA՛V/&V󌭸dӏ/})E<}bp2"RKj Jp ?)IݼHQI|FXB9M< Ίv&gx-X-2+iG'ڒ-DnXW3m}}bxvCR:߱K7Aq]5L|@ [I,1G}@wXn9-;?JbWwr](W ;8 >SC`ߵΞ,|o_W\yC9hqaGa1r_mthم#:S.B~\ΑD+mn; 1 * HȓaDu=>[ UoӋ .dx!`1Q1//R$x]2A2s/EչNy{/%S;e=t{۽Ξ'*nl4&.젔jߖ] wkQ,"8BT۽M[צmr86# șr8 EyX}'ii$R6](j:T6ڲR $4ʮ- e[ӹ~5"FGa$;x49,)p~є$Qv@ &T:YeJU:bP%ΐ$Eq I52=ejj B z[^T(_5y81H(rK&7QѮ(itlD5m{DP}'< I8 a(w\,z5vǽRf騭V.zT۔ \\w%2`t% wIYe1Tual+ !oRͣnC[!:D׻m̙o\v3_1Vu$;ŝ8{aSg.ك3sAX)P.h@&|B HTu%n'iEٍqP?x)77Zf{ (e/O ɟtR^ ]Hv~)n qaiu;UVW P_RXO)gkm~Z~iQve~ PQI4O9aBJר!G 3 #&< 0i?tQI0/ P1eC4F`ĸ*$.Fsx%7E_9N<WoD@wR3Ҩ={d+QpG c#e}WWX\NJ,ҏAԺJ7?6^ƫQf)nXdJ`>_ح4Kc$?~ e&mؒգױg%0ڕ5|b5.>v}2Q|3QaKq +"C־u,&U `B Si)LO%ӥ4WXoP_,ytƴJD']Dwك)Wg2ሁz2KzW|'_ Ɗ굺S߼ScZU88 _B/\6`0> o!:B%$8w{jе')ZZc[2AS#™\ԋ*unQi+'Gկpźs\+MB{:6Ć|\djYbJD‰j]wMO' o6~-`n?뵪G-h?昆zޠ\r<b.N qJ~돒mo sv2~dľ̮Fsǣk\L=ty*ذl>uRNd|M3ɂa0zUv=t88F9_pȯd>- U$૱`Ei(:㒤E+3r2+r߾@{dz]MFk. _C+{c<)ː<t8D?ir#JXp/hSNkyg9(Oek-J.]ǩTQ/c<3K\%f*.=b<"aY䚥]Ys\Ɏ$_7MF]4۽ sMˊU); @t&$VNBVJa>@`Ov@E^Ј)RGmZGmğ`޹{5nRt00zf, eXeݩfm6g=p4d+MIzLC^o؏TߺTEzִ*NKy@ o"L,VI g:3 iV=t8߰@<_pN\V-53i e"Ǟn3IH ( k=Xp~aOp{n}( Xs\s0 KGڳ6wM𖡰ZZëS}PƩ2D6&aփl&Duԃ; <s:'F{DWndBaG=i3 xs Iس|: F-'rF|X `^0|ዼ­3a. #\v 8_ }YM0d^3|P?W2a]e{LC) x:5kڞ Fٟ(S[>-"RqxS5g>dt F]Q3Jc4 ݢWUfypO=) zR+V2un.2'P(>FЪWcE T$'i9Rτ`C"a2\b}v`}67 よ| ٬Tc>OTmz5xiZ5+FAf& K`mY[`lp{=Xj8|TI>O6K`0l Lg!*0d0UVWؒ4KzYvLfo`iڛLi iN UUǪ(i>OzL kg>2tLή;*$ k@8Wʮg\hzwq#xdO(=0N[}\q$Y)74ET^nfBGg6Aptd݆;Ad|N@QTJt8(eBm/ݦeg? ܆tr2 ha&`QO0!c4 GYq{FNRn +`ap6ŎbR W)}(,6k  8t @:9 l@#y 1 3}=SϴTn@McÁsL5X>^te:GWʎ S9{x2 !P dqAf+DIdA:Ygh"L g&ۚcmM=7l:4tFˡ(ٞ+54|&1`&> xx0ă 4DE;&4s*N244y0wY@gЙ t|ݪkmA0t~ֈCԋ5 +#I[fA׭]Ɓ36Iv Hrn'MyJj k^#DjԼLFV ,Ef $#-h6&hEŻTj8֐=d;D z{Yd5gYVWUZk>΃cj ޜ/C -?DnachyȂV q*?Hc9;3J\q)斨D;A\;z `zb{R-%\w>){!JT/k$*WT"!ilfB!Ft@K jcg7  ]dN: Rs,lM[6svm_ Bje"iidؚط&6S&6oi 2?ᔠ|stIY%>  ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/99-vpn-egress-manager -rw------- 1 root root 691 Jun 1 12:38 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 --- head --- #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/99-vpnin-policy-route -rw------- 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 --- head --- #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/STATUS.txt -rw------- 1 root root 1423 Jun 1 15:29 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/STATUS.txt sha256=fdf20e99428868e528196af6df4e244bfdb3ad2acd1a4ebfb59599d4f49fcff0 --- head --- timestamp=20260601-152930 cron table: * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-awg.sh run >/root/hmn/logs/hmn-refresh-awg-nightly.log 2>&1 cron status: running maintenance: no maintenance flag active-slot: vpn2 table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 route get: 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache vpn1 endpoint/config: 46.246.127.84:36230 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf vpn2 endpoint/config: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf planner: Selected file: KEYMASK-awg1-latest.tsv Runtime: active slot: vpn2 active endpoint: 95.156.206.18:37498 standby slot: vpn1 standby endpoint: 46.246.127.84:36230 Selected candidates: best: 95.156.206.18:37498 | 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf | avg=000030.679 second: 46.246.127.84:36230 | 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf | avg=000034.051 Plan: Active slot already has best candidate. Standby slot already has second candidate. Action: do nothing. No changes were made. main routes containing vpn1/vpn2/vpn_test: ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/active-slot -rw------- 1 root root 5 Jun 1 15:29 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/active-slot sha256=3c2c12cebae47c1a6b9b94019d5f6d77eca35fd7edcc3b8e5b2db1edc3d51218 --- head --- vpn2 ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-apply-selected.sh -rw------- 1 root root 6765 Jun 1 14:32 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-apply-selected.sh sha256=ea283561a4acf7a781dd0abfeaab39467fec3a4abb2d3769cb98f9ca75f4c93e --- head --- #!/bin/ash set -eu MODE="${1:-dry-run}" SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" QUARANTINE="${HMN_QUARANTINE_FILE:-KEYMASK-awg1-latest.tsv}" PING_IP="${HMN_STANDBY_PING_IP:-9.9.9.9}" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" case "$MODE" in dry-run|standby-only) ;; *) echo "ERROR: mode must be dry-run or standby-only" echo "Usage:" echo " /root/hmn/hmn-apply-selected.sh dry-run" echo " /root/hmn/hmn-apply-selected.sh standby-only" exit 1 ;; esac if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" if [ -z "$BEST_ENDPOINT" ] || [ -z "$BEST_CONFIG" ] || [ -z "$SECOND_ENDPOINT" ] || [ -z "$SECOND_CONFIG" ]; then echo "ERROR: selected file does not contain two candidates:" echo " $SELECTED" cat "$SELECTED" exit 1 fi if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then DESIRED_FILE="$SECOND_FILE" DESIRED_ENDPOINT="$SECOND_ENDPOINT" DESIRED_AVG="$SECOND_AVG" DESIRED_CONFIG="$SECOND_CONFIG" REASON="active_has_best_use_second_as_standby" elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_has_second_use_best_as_standby" else DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_not_in_selected_use_best_as_standby" fi if [ ! -f "$DESIRED_CONFIG" ]; then echo "ERROR: desired standby config not found:" echo " $DESIRED_CONFIG" exit 1 fi NEED_LOAD=0 if [ "$STANDBY_ENDPOINT" != "$DESIRED_ENDPOINT" ]; then NEED_LOAD=1 fi echo "Mode:" echo " $MODE" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " active config: $ACTIVE_CONFIG" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo " standby config: $STANDBY_CONFIG" echo echo "Selected:" echo " best: $BEST_ENDPOINT | avg=$BEST_AVG | $BEST_FILE" echo " second: $SECOND_ENDPOINT | avg=$SECOND_AVG | $SECOND_FILE" echo echo "Desired standby:" echo " slot: $STANDBY" echo " endpoint: $DESIRED_ENDPOINT" echo " avg: $DESIRED_AVG" echo " file: $DESIRED_FILE" echo " config: $DESIRED_CONFIG" echo " reason: $REASON" echo if [ "$NEED_LOAD" -eq 1 ]; then echo "Plan:" echo " load desired config into inactive slot $STANDBY" echo " bring $STANDBY up" echo " test ping through $STANDBY" echo " if OK: keep active untouched and shut standby back down" echo " if FAIL: quarantine desired endpoint for current batch and rerank" else echo "Plan:" echo " standby already has desired endpoint" echo " in standby-only mode: verify standby by bringing it up temporarily" fi echo if [ "$MODE" = "dry-run" ]; then echo "Dry-run only. No changes were made." exit 0 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi MAINT_WAS_PRESENT=0 if [ -e "$MAINTENANCE_FILE" ]; then MAINT_WAS_PRESENT=1 fi cleanup() { ip route del "$PING_IP/32" dev "$STANDBY" 2>/dev/null || true ifdown "$STANDBY" 2>/dev/null || true if [ "$MAINT_WAS_PRESENT" -eq 0 ]; then rm -f "$MAINTENANCE_FILE" fi rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-download-all-awg.sh -rw------- 1 root root 8926 Jun 1 13:58 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-download-all-awg.sh sha256=c20d8ff7feead493f2524c6da3c921bbf62cbdfb503a11a8ea75e4d15144e18f --- head --- #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-load-vpn-slot.sh -rw------- 1 root root 5125 Jun 1 11:09 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-load-vpn-slot.sh sha256=f6171e7f682e5dc422a9e56c449b7413ea9225c23adef7b07d0802ed8bf93872 --- head --- #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-}" case "$SLOT" in vpn1|vpn2) ;; *) echo "ERROR: slot должен быть vpn1 или vpn2" echo "Использование:" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf up" exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден config:" echo " $CONF" exit 1 fi ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ "$SLOT" = "$ACTIVE" ] && [ "${HMN_ALLOW_ACTIVE_RELOAD:-0}" != "1" ]; then echo "ERROR: refusing to reload active slot: $SLOT" echo "Current table 200 active slot: $ACTIVE" echo echo "Для blue/green сначала грузи конфиг в неактивный слот." echo "Если очень надо принудительно:" echo " HMN_ALLOW_ACTIVE_RELOAD=1 /root/hmn/hmn-load-vpn-slot.sh $SLOT $CONF" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading into slot:" echo " slot: $SLOT" echo " config: $CONF" echo " endpoint: $ENDPOINT" echo " address: $ADDRESS" echo " active table 200 before load: ${ACTIVE:-none}" echo ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='interface' uci set network."$SLOT".proto='amneziawg' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='0' uci set network."$SLOT".disabled='0' uci set network."$SLOT".delegate='0' uci set network."$SLOT".peerdns='0' uci set network."$SLOT".defaultroute='0' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-plan-selected.sh -rw------- 1 root root 3181 Jun 1 15:12 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-plan-selected.sh sha256=f7cf94b41f53f52a74b1c84f20e5119d91edff92d4587228e7ea41bb1a932b96 --- head --- #!/bin/ash set -eu SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active slot already has best candidate." echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Active slot already has best candidate." echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot has second candidate." echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." else echo " Active slot has second candidate." echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi else echo " Active endpoint is not in top two selected candidates." if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." elif [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot has second candidate, but best candidate is available." echo " Action: load best candidate into standby, then test:" echo " load $BEST_CONFIG into $STANDBY" else echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi fi echo echo "No changes were made." ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-rank-awg.sh -rw------- 1 root root 3169 Jun 1 13:55 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-rank-awg.sh sha256=7bf985300ce45a1003cfcaa1cf08d14de0751b39ff28ca2bf3f46713043faeec --- head --- #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" QUARANTINE="${HMN_RANK_QUARANTINE:-KEYMASK-awg1-latest.tsv}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Временно плохие туннели текущего набора исключаются через QUARANTINE, # а не через вечный blacklist. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi if [ ! -f "$QUARANTINE" ]; then QUARANTINE="/dev/null" fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo " quarantine: $QUARANTINE" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" -v qfile="$QUARANTINE" ' FILENAME == qfile { if (FNR == 1) next if ($1 != "") q_endpoint[$1] = 1 if ($2 != "") q_file[$2] = 1 next } FILENAME != qfile && FNR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex && !($3 in q_endpoint) && !($2 in q_file) { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$QUARANTINE" "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $CFG_PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-refresh-awg.sh -rw------- 1 root root 4979 Jun 1 15:28 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-refresh-awg.sh sha256=f725224e1b766f85f1ccf4a934e44f3c240865081348ff6bed8f63d366678e17 --- head --- #!/bin/ash set -u MODE="${1:-dry-run}" BASE="/root/hmn" LOGDIR="$BASE/logs" PING_IP="${HMN_REFRESH_PING_IP:-9.9.9.9}" DOWNLOAD="$BASE/hmn-download-all-awg.sh" TESTER="$BASE/hmn-test-all-awg.sh" RANKER="$BASE/hmn-rank-awg.sh" PLANNER="$BASE/hmn-plan-selected.sh" APPLY="$BASE/hmn-apply-selected.sh" case "$MODE" in dry-run|run) ;; *) echo "ERROR: mode must be dry-run or run" echo "Usage:" echo " /root/hmn/hmn-refresh-awg.sh dry-run" echo " /root/hmn/hmn-refresh-awg.sh run" exit 1 ;; esac mkdir -p "$LOGDIR" chmod 700 "$LOGDIR" LOCKDIR="/tmp/hmn-refresh-awg.lock" if ! mkdir "$LOCKDIR" 2>/dev/null; then echo "ERROR: another hmn-refresh-awg run is already active: $LOCKDIR" exit 1 fi cleanup_lock() { rmdir "$LOCKDIR" 2>/dev/null || true } trap cleanup_lock EXIT INT TERM say() { echo echo "=== $* ===" } fail() { echo echo "ERROR: $*" exit 1 } run_cmd() { echo echo "+ $*" if [ "$MODE" = "run" ]; then "$@" else echo "[dry-run] not executed" fi } get_table_default_dev() { ip route show table 200 | awk ' /^default / { for (i = 1; i <= NF; i++) { if ($i == "dev") { print $(i+1) exit } } } ' } say "HideMyName AWG refresh wrapper" echo "mode: $MODE" echo "date: $(date -Iseconds 2>/dev/null || date)" say "preflight: scripts" for S in "$DOWNLOAD" "$TESTER" "$RANKER" "$PLANNER" "$APPLY"; do [ -x "$S" ] || fail "missing or not executable: $S" ls -lh "$S" done say "preflight: runtime state" CRON_STATUS="$(/etc/init.d/cron status 2>/dev/null || true)" echo "cron: $CRON_STATUS" if [ -e /tmp/hmn-vpn-maintenance ]; then fail "maintenance flag exists: /tmp/hmn-vpn-maintenance" fi for F in /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan; do if [ -e "$F" ]; then fail "temporary control flag exists: $F" fi done ACTIVE="$(cat "$BASE/state/active-slot" 2>/dev/null || true)" case "$ACTIVE" in vpn1|vpn2) ;; *) fail "bad active slot: $ACTIVE" ;; esac TABLE_DEV="$(get_table_default_dev)" echo "active slot: $ACTIVE" echo "table 200 default dev: $TABLE_DEV" ip route show table 200 if [ "$TABLE_DEV" != "$ACTIVE" ]; then fail "table 200 default dev does not match active slot" fi echo echo "active tunnel:" /usr/bin/amneziawg show "$ACTIVE" 2>/dev/null || fail "cannot show active tunnel $ACTIVE" echo echo "active traffic check:" ping -4 -c 3 -W 2 -I 10.200.0.2 "$PING_IP" || fail "active traffic check failed" say "current selected plan before refresh" "$PLANNER" || fail "planner failed before refresh" say "planned pipeline" echo "1. download fresh AWG configs through active VPN interface" echo "2. test all latest configs through vpn_test" echo "3. rank tested configs and write selected" echo "4. show selected plan" echo "5. apply selected in standby-only mode" echo "6. final report" if [ "$MODE" = "dry-run" ]; then say "dry-run command list" run_cmd "$DOWNLOAD" run_cmd "$TESTER" run_cmd "$RANKER" run_cmd "$PLANNER" run_cmd "$APPLY" standby-only say "dry-run final state, no changes expected" /etc/init.d/cron status || true ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" cat "$BASE/state/active-slot" ip route show table 200 ip route show | grep -E 'vpn1|vpn2|vpn_test' || true exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" REPORT="$LOGDIR/hmn-refresh-awg-$TS.report.txt" say "run: download fresh AWG configs" "$DOWNLOAD" || fail "download failed" say "run: test latest AWG configs" "$TESTER" || fail "tester failed" ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-test-all-awg.sh -rw------- 1 root root 4112 Jun 1 10:27 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/hmn-test-all-awg.sh sha256=46eeaa363bbdb6605022d07cf4fa35b1dee396b5a5d168b42952f969ba74427f --- head --- #!/bin/ash set -eu CONFIG_DIR="${1:-KEYMASK}" TEST_IP="${TEST_IP:-9.9.9.9}" PING_COUNT="${PING_COUNT:-3}" WAIT_SECONDS="${WAIT_SECONDS:-8}" LEAVE_UP="${LEAVE_UP:-0}" LOADER="/root/hmn/hmn-load-vpn-test.sh" AWGSHOW="/usr/bin/amneziawg" if [ ! -x "$LOADER" ]; then echo "ERROR: нет $LOADER" exit 1 fi if [ ! -x "$AWGSHOW" ]; then echo "ERROR: нет $AWGSHOW" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: нет каталога конфигов:" echo " $CONFIG_DIR" echo echo "Сначала скачай конфиги:" echo " /root/hmn/hmn-download-all-awg.sh" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="/root/hmn/test-runs/$TS" RESULTS="$RUN_DIR/results.tsv" mkdir -p "$RUN_DIR" chmod 700 "$RUN_DIR" echo "HideMyName AWG tunnel tester" echo echo "Config dir: $CONFIG_DIR" echo "Test IP: $TEST_IP" echo "Ping count: $PING_COUNT" echo "Wait seconds: $WAIT_SECONDS" echo "Run dir: $RUN_DIR" echo printf "status\tfile\tendpoint\tlatest_handshake\ttransfer\tping_loss\tping_rtt_avg\tshow_file\tping_file\n" > "$RESULTS" FILES="$(find -L "$CONFIG_DIR" -type f -name '*.conf' | sort)" if [ -z "$FILES" ]; then echo "ERROR: .conf файлы не найдены в:" echo " $CONFIG_DIR" exit 1 fi TOTAL="$(printf '%s\n' "$FILES" | wc -l | tr -d ' ')" N=0 OK=0 FAIL=0 cleanup_route() { ip route del "$TEST_IP/32" dev vpn_test 2>/dev/null || true } trap cleanup_route EXIT INT TERM printf '%s\n' "$FILES" | while IFS= read -r CONF; do N=$((N + 1)) BASE="$(basename "$CONF")" SAFE="$(printf '%s' "$BASE" | tr -cd 'A-Za-z0-9_.-')" LOAD_LOG="$RUN_DIR/${SAFE}.load.log" SHOW1="$RUN_DIR/${SAFE}.show-before-ping.txt" SHOW2="$RUN_DIR/${SAFE}.show-after-ping.txt" PING_LOG="$RUN_DIR/${SAFE}.ping.txt" ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$CONF")" echo "[$N/$TOTAL] $BASE" echo " endpoint: $ENDPOINT" ifdown vpn_test 2>/dev/null || true cleanup_route if ! "$LOADER" "$CONF" > "$LOAD_LOG" 2>&1; then echo " FAIL: load_error" printf "FAIL_LOAD\t%s\t%s\t-\t-\t-\t-\t%s\t%s\n" "$BASE" "$ENDPOINT" "$LOAD_LOG" "$PING_LOG" >> "$RESULTS" FAIL=$((FAIL + 1)) echo continue fi ifup vpn_test > "$RUN_DIR/${SAFE}.ifup.log" 2>&1 || true sleep "$WAIT_SECONDS" "$AWGSHOW" show vpn_test > "$SHOW1" 2>&1 || true ip route replace "$TEST_IP/32" dev vpn_test ping -4 -c "$PING_COUNT" -W 2 -I vpn_test "$TEST_IP" > "$PING_LOG" 2>&1 || true sleep 2 "$AWGSHOW" show vpn_test > "$SHOW2" 2>&1 || true cleanup_route LATEST="$(grep 'latest handshake:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n 1 || true)" TRANSFER="$(grep 'transfer:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n 1 || true)" LOSS="$(grep 'packet loss' "$PING_LOG" | sed -n 's/.* \([0-9][0-9]*%\) packet loss.*/\1/p' | head -n 1 || true)" RTT_AVG="$(grep 'round-trip' "$PING_LOG" | sed -n 's/.*= [0-9.]*\/\([0-9.]*\)\/.*/\1/p' | head -n 1 || true)" if [ -n "$LATEST" ]; then STATUS="OK" OK=$((OK + 1)) echo " OK: $LATEST" echo " $TRANSFER" echo " ping loss=${LOSS:-unknown}, avg=${RTT_AVG:-n/a} ms" else STATUS="FAIL_NO_HANDSHAKE" FAIL=$((FAIL + 1)) echo " FAIL: no handshake" echo " ping loss=${LOSS:-unknown}, avg=${RTT_AVG:-n/a}" fi printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$STATUS" "$BASE" "$ENDPOINT" "${LATEST:-}" "${TRANSFER:-}" "${LOSS:-}" "${RTT_AVG:-}" "$SHOW2" "$PING_LOG" \ >> "$RESULTS" if [ "$LEAVE_UP" != "1" ]; then ifdown vpn_test 2>/dev/null || true fi echo done cleanup_route if [ "$LEAVE_UP" != "1" ]; then ifdown vpn_test 2>/dev/null || true fi echo echo "Готово." echo echo "Results:" echo " $RESULTS" echo echo "Краткая таблица:" awk -F '\t' 'NR==1 {next} { printf "%-18s | %-55s | %-22s | loss=%-5s | avg=%s ms\n", $1, $2, $3, $6, $7 }' "$RESULTS" echo echo "Контроль маршрутизации:" ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/quarantine-awg1-latest.tsv -rw------- 1 root root 30 Jun 1 15:16 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/quarantine-awg1-latest.tsv sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/ranked-awg1-latest.tsv -rw------- 1 root root 2410 Jun 1 15:24 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/ranked-awg1-latest.tsv sha256=87515343302f8d2124c47e37c67c011634a57527b569b59848f7a4c5ed81e657 --- head --- rank avg_ms file endpoint loss config_path 1 000030.679 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000034.051 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 3 000048.800 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 000053.870 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 000057.491 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 000058.749 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 7 000061.337 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 000063.802 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000067.433 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 000072.246 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 000075.593 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 000083.255 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 000083.442 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 14 000206.996 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/selected-awg1-latest.tsv -rw------- 1 root root 372 Jun 1 15:24 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/selected-awg1-latest.tsv sha256=39e1fac154d276d43c0ff677152f081d4e8b2059161c96ee454ff6d801abb082 --- head --- slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000030.679 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000034.051 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/vpn-egress-manager.sh -rw------- 1 root root 6626 Jun 1 13:24 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/vpn-egress-manager.sh sha256=b6099b2c44d6d404aa4e735b169c37e37cfa2ac030b05d4f83b32cb2ff21103d --- head --- #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/vpn-table200-local-routes.sh -rw------- 1 root root 593 May 31 08:17 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/vpn-table200-local-routes.sh sha256=1826a52b28ae8590036d312be959919b35af4a6ab65218143414e070bb3a1bb5 --- head --- #!/bin/sh # Local/direct routes that must always exist in table 200. # Otherwise local replies sourced from 10.200.0.2 go to VPN default. ip route replace 10.200.0.0/24 dev eth1 src 10.200.0.2 table 200 2>/dev/null || true ip route replace 10.201.0.0/24 dev eth3 src 10.201.0.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.71.1.0/24 dev eth2 src 10.71.1.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.250.1.0/24 via 10.71.1.1 dev eth2 table 200 2>/dev/null || true ### HMN_FILE /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/working-awg1-latest.tsv -rw------- 1 root root 6239 Jun 1 15:16 /root/hmn/checkpoints/stable-nightly-refresh-cron-20260601-152930/working-awg1-latest.tsv sha256=24ac286e9f707cc35c4f047d7159c32ae8b9eb6e3db213697f5cd6ca285359b3 --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-151531/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-151531/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-151531/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-151531/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-151531/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-151531/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-151531/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-151531/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-151531/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-151531/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-151531/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-151531/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-151531/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-151531/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-151531/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-151531/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-151531/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-151531/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-151531/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-151531/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-151531/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-151531/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-151531/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-151531/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-151531/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-151531/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-151531/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-151531/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-151531/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-151531/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-151531/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-151531/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-151531/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-151531/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-151531/228-US-USA-Utah-192.154.104.162-awg1.conf ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334.tar.gz -rw------- 1 root root 15928 Jun 1 15:13 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334.tar.gz sha256=500af7825a5083c16ef8c9ddcdcb1519eb440b5601be613590336be6c4f3cce4 --- head ---  'zez=݉seWp3l@2[;77 -y{fF{s;ܮFyo_?.sS]RuG=2a\Ll2ozҨo w> GLfUwwޓA@LLeA !A"$Ux}7;jNLInd%I{7B'z-ڦgt2} d2 k p'{8ZHe؜1uR!ٷ |hLgXvImDY3&āB4$ӡhڞ).g0ٙTg}oSW=cby8CBH qLdΒ=G^=HBҥ%g1 0@ LM]IvѺT(F~?O2']@z@`1oX~#Mb 2 `~i$` V$y8x0vb5阒rҤmQ؞SG .[ 4Ct5֍omcC=5ˆS?4KZvC5EFo# -ݑ2AUZqY>J)={k) ]4`^^ 3FƦm9Pb0Wng=#(@?:A+w{F'#~mЯml]r!pB`q&9&59q%Gh`Z;c phs|EcB uF!j[H!1#f(+-˒T6*j"*NA݆ Q4:%($.kLy$)ņ΁ 盗҉@vsGCiyvIL;}ytI":c#~asx>M k䄾)"#"T8*Ŏ~^)| 1zͭZibJ~*2}`ձ͘"3=hh ?1\BQb^ g' R3w9 Xـ&sK| k6wϝzse؜9NWVDw/VV_i fm֪ܪ08HU!vjmkbNh$un%eV^*ZzZeNWڋcw pS `];GҸ彚BkOjE ak@+%LNBM±Oj"PQDArKQKĹ#9Y;ޮww@퐶x!]|3 5!UKG 3!yT[av3YBQ#.,]iO9{Wo8rrǐ9}Wb}}BtzΥxiżKsh]P4j caYf;DŽ]ƹNᐘݰA #kAlS290]wr؇ w8qmGYN="̙#xtait\} 7Sm{:x>SO>0d.FYկ {kxO6b6 g2tM;̊`ӆgzVe(V J ;dj -Z VLE'#lOZ}2 ǘ1$$*H>q}"[v(aꢌn$TP#I`ԊEjKȂ0{>z{>|@B!ÿ,k8D`ys\I ?'50e] _$.lT9~XT)+Qä ䷠HešTD%rٿz=-/ߜ+9@_ѹߛӺ:5ҠR=<)"8K {<~zJB=JrMraN<0r<'W˗;ZL=9.tr )gLg9uݔb,I퇓h7Dj!Ƈ6 hzϮl)'nB31LM9wxCչ2NՌdfAFd@ǰd4F&CP Ga[ȶ:0;vŋR*M) -/N`1؆FcZXN{K?j42ٟڐq{B(i{D2J_F)W?f^aZ9N/pee f:ۢa 8l㙳h}< ) \] yH椂L:}NfL>>}6jٟ |<%ӿO>e>g/y4ӯWfc>oٗ}9L#üw\~C> O0٧83} HCɿ}21+9NOFdz  yw.L(mߑ}ǧgsڻk[{vv"7,x57o7GN_׶5<:ݮ;cl8ǻ Uj  Z wx{ R(DwHQYqYY)OJ% nV  015/ dv $~]6R@NpMBeG,@s TqPc5&͐FlXR {xg% -O@T6 ުC;HIY` 76SC JfA*NrU2c)G#*Π`aǞtYq[VF:L';eVV<Q#N_Qun>REա CVPV #,^$7EZL]$Dl}|ώ ) 8lI4ӁN2Ĥ.d6 vni*U8~]!$-ν)`?3nB.%vc4C;_(rK=&CLW /]D*KdvLS P6P+1*=8跇 +nw2dž? $ `Q0HR:PL j 4_аܲKtNI6nw~| aKcLbC_҆NQ/ KP.@_Pb&b&QCTdhEYP^TFp9_Zƀe[S|B)_ /! $/QFd4 ̾ W'ǰ:}L|71:wz3i--d(G&Alܦ}wI[:[Az ,r!tJ6c+rJw$aJ5qϤABr4^@R&e*{{?Us`/9=W?Zv8?ft"jd1 o~LwSsOu)'#Tۨn}op۵fklݲ>WVԇGc ͜cyclA.ja?̟H#wNɁ/X =kkf]a&MPp;\U([s˸0v5MP|Mw)Iw05Q]"LQXqʫ9÷rba>8sJQ8gك!cD<&ٟf>K|[NR>8\}h{ }&} ^-&R+{SM*}0p/mq5U -ǐ_BæIԗ"2oNrZ_\G6EAtBGwv25 9rqïGa} h,;MnmoWО ,sMjAuir).2l06 F{+fcToXHD/1dI>DߓKӤp nC%sE/Ն# &4su3% RZl3F.gTj4M,I *%fp+g"i8 k}T-37'[N9]Z 0{YX4oh*}u46xv~xxO? u t0:&d# _z"!9#*S/VT*MrK"ȼ<K1~S XB<{IR,76Z}ef& o??q g0 7(u(Z M!}L,SS>P{~FL3 EG`s]P m[H>7~E:J<~g C HH@Fp5txwE".?8kھ.3UnI8b4$Q]UUں,!5(NG.E5nғvN{[bӤbD;pLzth]!Im6WAt֩uCHqN>Fm}6 E"B/΃/БъaC~*^&ޥ,\ hE{;,RJէ0V94YIKtq ʡ8o 3H'7J)&UXi㞾LBs?>JJ'\pO}ؚ}iimڔ0ܦ4~mqMfgb@.jj{=~Q(sK%) vk ,N%-OͤU.1"Gklƫ/!HP65pI iդ-{v Alc/#n{1 z n 2i0&1hGL%4|9qDB}-RōNI/e©8Ox.^S}\6.>TM{<hx,6NvVU<`- d&3RlhQ?F,+j+1"P #9cu KJ~[XKd{R,iⰚΒuxj̅K$6^n2'{ t(B5u;m<{"hJ%RVmq6iQeB9`ӥbLz9auoQ m>@>j\%K#Eg54OfM1BO 4'z9_on[Ώu"W1NooTǿ%*'׻/鯑F&Q/FiAtnܱ?`^EQP\!ti9Z4oVၭkI O{Ûps, EpUXrGJu<G缏mi;N^?p)(e1)G⏌!U8H4vQ=>%Ej,y ."X)#>5?SxA"bg8#F )cRiQG1?}ez"}hY\PkzR"-)74e}Q$@ߵg( @w " +!kt;#@'9cakUIicW+|$㵤ZOhI-eQBNۜ'.&5*h%_8,p2OTER؂ǴA(i~ENNKy,s(!"ӗc hܘWL0؂oxktOs5ї㴧YkkK*>1q|󹹤,X..UFw< dkk=lmwZ(K,{x-ȵ3Al#[k(?2ߥsrq9Z V2o1- ЀR&$V 3˚-Ҥ 8:`"&OhA"` cבFbFషӂ%k/]1)G!WQN"x,S ^$)s +*f>m8DYRDǜ G4I0'%(t5q](coH9+Teub1N6*V߮i"Aa$r=`6cy{ƭV[ixX ⧿Ǜ 2E=YmwSU%s#>/=%?"[F])>Oͥoݢ }y5 93#2:@J{`+2.k5e0MN ̝.T[ӱ0j@?qVzZu33(oqٜ#a'&%4M-5㜭×=شFf]0Y4#m6UŅ`d%6 [φp vpHdc6~ sGi 6.lAsmQ.>xM@ 5,*!y7 $H2K&)u.\w69 +~B {>1=:mmE|Qˏ?VĮl#Y4{wM(5;wQQD@q]|7U){ Ҏ:߀Lo`M@ o8ĐBx .mU9~z .VSt;w7>߉s/w?<:yml88{p8~^60z*-_l>j N»' 8ٽ0a!!Y>ȂG] CPb#0kf rGXE5x 9 ҁӿ$?M(WODȏ&'U@gw4i Dp)0̌.⛝Iz7 %eb%Č qދGEb?Ÿ.4ʇ"(5r3s[CCBg*TPy!ǩqs‡p;dU;  趷"H\WfbcQ|Z8}z}9We]EEF5utj[,سI ̷5EڵzVd<7~jRPM}y^R ɲb#QΒJtŕ%=]aO;z]l[R 9%L \/g tLKυnpr1tD3Tju`tZy{ ¨frÙ$Dg45_7QRg^p Z3tV}mMs;JY["]LH _U!-G[XD*Gmn)R C4GJGYfR.X\(LJ"][DL* b4RV L~%\` nhg;4={zsZK xRCMs+wVѴĖ7ͤxˏo= ~&nQ4MCf)E-Oؤn^MqKY}3, T&%FAdGSxh,Vٍxmˎ7{o_oeWpoeü@Pnsmf>yNis4kVÂ$ls~iMRP0%qTAđ\)SFȇgbOw`߯/{݇>Gz')7GgopzȂqKPsd-{*JD6HL9*E)ډ}=[sUG0!dx!`Q(/R$xU]X@1k&/Dׅ燝ve SU=jw'*n|#iM]^A)ղ-  $ײc#,&CTSyf𭢵~g:=f Mf {5  ajv[i*5~3_06ڲ TL$4.-e[ӹ^="!0ߝb2$ݨfc=B)AVDz>@G8 A^ '2Q TDQi#rݑKGY/c$1E{$ P/m}C>iƘDBRlNbWR4Ll2FN#^T3k G!QsMo&3xTSj0ΥZOK"=*{s8k|?\#[bؙpQy,bB*X`%/a ewemǃe.6򟦓,FCJYYaD].ywq3Ž E!3 ÓVzrm\>1Tual; ^]C2ߴ'N\!:D-̙oRvK2_E+]>R)Aq'^|laYG?g٣ NQw5V\ lǚ ur"qDJt'iF.*}Tn6}x獷YJ@8R@+:F[~D^v$G[{gԘNjã] r^4͵#{}s=_չJo!J)_y vF ?U0|_P9aϢÜ,O2 5Sv(:Acd􇌇bJf8G0|%)]x)НK̄5jl/^j}c-1J|7㑂DH'KD괮,D4pYde,z`j=Lf0D&yd"+/d8hpYfQxhK}5YS tD8Q-x#nbK~;~\ ~㈑GӤjfJ)q}^b.PTCj5uϥrLhq,ЎT]^N)i։"cTtv 9S;I <^($JPIr[e #JBy-td6lt6~%(i4_yP螾n=AՒ\L4A3%[]0_L/) 5}q2-?+mڒבOii5,߄[^$}6R~3ѥ0a~5`y9~CӐ`{¨m}vi|y&0!94Jz8sgNӅs$ j-(Vpygi#,O<سd!dT/Pw/KfHwqZ q,`ϧ(@%M@4̣x;A hjCy]r'^Kœ\kxI%D49׻c0,:NS|Rn\ |Z9%箣䊧xЩTƕГO[)KlPIH8q o4ؼwe߭zgZq\p'PU4BΐAQ]ʼni 8kx&o )blΑl9iQ V@},Gx4̅<7qgŋvoIa6˹ xo$iX(TtxX9kT,\cHkGEiHx优R-aΐLRzO:x88K?e=Lp|b,S!yw<W]q~G`ٱAH٦-:7*)rb6QzXUֿsMgXx5y{siW*' .,q,HYe^ZfkveYqg{ֳptݟݴuxdw}.藾嗝z, xmYr:N +% !+#pzJXW/Ͳi"pr.=va>t+uki1Eq<D ٩UͲ)} ;gL fӑZ?b=Hi[>-&⻵z4֎ Z*=ft$tmf3J?c ݒW]jypO$% Zɯ\ĭ$ E`(a?j L?Z^LE/ xZ.A 4ՑU?ڴooD)hfgï$ ^0UyeWG@3L  9vfE}]j8|TgbFQuh 6 0I[e:$_@ƼՆ1JUdLR^I @y&37th'͂V4'ObUű|EY,eS)PEOX!Y P SV`zܩx],e1θQw~#xdO(9:(􁙎{ 4.6HiY_׃ˍ\Yqf] GG֭[X;D3KN$ 0!*^9YR.\u BUc۰wW|۴1 @.CQo X-Pke,eUdbyx,`w0<Ë8nw:>{5^#I*:*fY$B\j_>xD ;VkuN '1994@uP#|I|ac|}ug62Z/Z'4ˋ5'4UAhlPo̢IeL+/Ά cZg`ްZVkM'Hoh'K*Q0=( xDWLȣx:fP6~TXƜd/V%T<+6O0oޏ,[eH?GzGMk=|>g_ Ra~g/MXj/ny8I>5nfb xD4O·N/d$ =I! 7!Ob_Ȃ025Ib Yi_RZ8qP ~ sn+gg lwJѽR:FPHQ ]oњ4v (Kp¬`(۷DvB3DFėsighq80ڃ_0OFx]J;.6cBU5T ׄ #h/2iGGcj|cOߏh%hՈlw\W- 1}'t)co]b!樘X~cXJ. O FpB T6bCPX8,[0j<šcp;6bS?T߳W:1&VP%!EʼiSUCؒ (l% g|nyChfl  ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/99-vpn-egress-manager -rw------- 1 root root 691 Jun 1 12:38 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 --- head --- #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/99-vpnin-policy-route -rw------- 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 --- head --- #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/STATUS.txt -rw------- 1 root root 1982 Jun 1 15:13 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/STATUS.txt sha256=ea6a5fa89654dbde1b92379dae308201d92f14dfac95b8683091ab5286995d27 --- head --- timestamp=20260601-151334 cron: running maintenance: no maintenance flag active-slot: vpn2 table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 route get: 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache vpn1 endpoint/config: 46.246.127.84:36230 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf vpn2 endpoint/config: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf planner: Selected file: KEYMASK-awg1-latest.tsv Runtime: active slot: vpn2 active endpoint: 95.156.206.18:37498 standby slot: vpn1 standby endpoint: 46.246.127.84:36230 Selected candidates: best: 46.246.127.84:36230 | 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf | avg=000031.403 second: 95.211.68.119:45176 | 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf | avg=000048.801 Plan: Active endpoint is not in top two selected candidates. Standby slot already has best candidate. Action: do nothing automatically; optional manual promote after policy decision. No changes were made. selected: slot file endpoint avg_ms config_path vpn1 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000031.403 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000048.801 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf quarantine: endpoint file reason added_at latest refresh reports: -rw------- 1 root root 1.8K Jun 1 14:52 /root/hmn/logs/hmn-refresh-awg-20260601-144311.report.txt main routes containing vpn1/vpn2/vpn_test: cron table: * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/active-slot -rw------- 1 root root 5 Jun 1 15:13 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/active-slot sha256=3c2c12cebae47c1a6b9b94019d5f6d77eca35fd7edcc3b8e5b2db1edc3d51218 --- head --- vpn2 ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-apply-selected.sh -rw------- 1 root root 6765 Jun 1 14:32 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-apply-selected.sh sha256=ea283561a4acf7a781dd0abfeaab39467fec3a4abb2d3769cb98f9ca75f4c93e --- head --- #!/bin/ash set -eu MODE="${1:-dry-run}" SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" QUARANTINE="${HMN_QUARANTINE_FILE:-KEYMASK-awg1-latest.tsv}" PING_IP="${HMN_STANDBY_PING_IP:-9.9.9.9}" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" case "$MODE" in dry-run|standby-only) ;; *) echo "ERROR: mode must be dry-run or standby-only" echo "Usage:" echo " /root/hmn/hmn-apply-selected.sh dry-run" echo " /root/hmn/hmn-apply-selected.sh standby-only" exit 1 ;; esac if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" if [ -z "$BEST_ENDPOINT" ] || [ -z "$BEST_CONFIG" ] || [ -z "$SECOND_ENDPOINT" ] || [ -z "$SECOND_CONFIG" ]; then echo "ERROR: selected file does not contain two candidates:" echo " $SELECTED" cat "$SELECTED" exit 1 fi if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then DESIRED_FILE="$SECOND_FILE" DESIRED_ENDPOINT="$SECOND_ENDPOINT" DESIRED_AVG="$SECOND_AVG" DESIRED_CONFIG="$SECOND_CONFIG" REASON="active_has_best_use_second_as_standby" elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_has_second_use_best_as_standby" else DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_not_in_selected_use_best_as_standby" fi if [ ! -f "$DESIRED_CONFIG" ]; then echo "ERROR: desired standby config not found:" echo " $DESIRED_CONFIG" exit 1 fi NEED_LOAD=0 if [ "$STANDBY_ENDPOINT" != "$DESIRED_ENDPOINT" ]; then NEED_LOAD=1 fi echo "Mode:" echo " $MODE" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " active config: $ACTIVE_CONFIG" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo " standby config: $STANDBY_CONFIG" echo echo "Selected:" echo " best: $BEST_ENDPOINT | avg=$BEST_AVG | $BEST_FILE" echo " second: $SECOND_ENDPOINT | avg=$SECOND_AVG | $SECOND_FILE" echo echo "Desired standby:" echo " slot: $STANDBY" echo " endpoint: $DESIRED_ENDPOINT" echo " avg: $DESIRED_AVG" echo " file: $DESIRED_FILE" echo " config: $DESIRED_CONFIG" echo " reason: $REASON" echo if [ "$NEED_LOAD" -eq 1 ]; then echo "Plan:" echo " load desired config into inactive slot $STANDBY" echo " bring $STANDBY up" echo " test ping through $STANDBY" echo " if OK: keep active untouched and shut standby back down" echo " if FAIL: quarantine desired endpoint for current batch and rerank" else echo "Plan:" echo " standby already has desired endpoint" echo " in standby-only mode: verify standby by bringing it up temporarily" fi echo if [ "$MODE" = "dry-run" ]; then echo "Dry-run only. No changes were made." exit 0 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi MAINT_WAS_PRESENT=0 if [ -e "$MAINTENANCE_FILE" ]; then MAINT_WAS_PRESENT=1 fi cleanup() { ip route del "$PING_IP/32" dev "$STANDBY" 2>/dev/null || true ifdown "$STANDBY" 2>/dev/null || true if [ "$MAINT_WAS_PRESENT" -eq 0 ]; then rm -f "$MAINTENANCE_FILE" fi rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-download-all-awg.sh -rw------- 1 root root 8926 Jun 1 13:58 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-download-all-awg.sh sha256=c20d8ff7feead493f2524c6da3c921bbf62cbdfb503a11a8ea75e4d15144e18f --- head --- #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-load-vpn-slot.sh -rw------- 1 root root 5125 Jun 1 11:09 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-load-vpn-slot.sh sha256=f6171e7f682e5dc422a9e56c449b7413ea9225c23adef7b07d0802ed8bf93872 --- head --- #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-}" case "$SLOT" in vpn1|vpn2) ;; *) echo "ERROR: slot должен быть vpn1 или vpn2" echo "Использование:" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf up" exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден config:" echo " $CONF" exit 1 fi ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ "$SLOT" = "$ACTIVE" ] && [ "${HMN_ALLOW_ACTIVE_RELOAD:-0}" != "1" ]; then echo "ERROR: refusing to reload active slot: $SLOT" echo "Current table 200 active slot: $ACTIVE" echo echo "Для blue/green сначала грузи конфиг в неактивный слот." echo "Если очень надо принудительно:" echo " HMN_ALLOW_ACTIVE_RELOAD=1 /root/hmn/hmn-load-vpn-slot.sh $SLOT $CONF" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading into slot:" echo " slot: $SLOT" echo " config: $CONF" echo " endpoint: $ENDPOINT" echo " address: $ADDRESS" echo " active table 200 before load: ${ACTIVE:-none}" echo ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='interface' uci set network."$SLOT".proto='amneziawg' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='0' uci set network."$SLOT".disabled='0' uci set network."$SLOT".delegate='0' uci set network."$SLOT".peerdns='0' uci set network."$SLOT".defaultroute='0' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-plan-selected.sh -rw------- 1 root root 3181 Jun 1 15:12 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-plan-selected.sh sha256=f7cf94b41f53f52a74b1c84f20e5119d91edff92d4587228e7ea41bb1a932b96 --- head --- #!/bin/ash set -eu SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active slot already has best candidate." echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Active slot already has best candidate." echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot has second candidate." echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." else echo " Active slot has second candidate." echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi else echo " Active endpoint is not in top two selected candidates." if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." elif [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot has second candidate, but best candidate is available." echo " Action: load best candidate into standby, then test:" echo " load $BEST_CONFIG into $STANDBY" else echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi fi echo echo "No changes were made." ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-rank-awg.sh -rw------- 1 root root 3169 Jun 1 13:55 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-rank-awg.sh sha256=7bf985300ce45a1003cfcaa1cf08d14de0751b39ff28ca2bf3f46713043faeec --- head --- #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" QUARANTINE="${HMN_RANK_QUARANTINE:-KEYMASK-awg1-latest.tsv}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Временно плохие туннели текущего набора исключаются через QUARANTINE, # а не через вечный blacklist. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi if [ ! -f "$QUARANTINE" ]; then QUARANTINE="/dev/null" fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo " quarantine: $QUARANTINE" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" -v qfile="$QUARANTINE" ' FILENAME == qfile { if (FNR == 1) next if ($1 != "") q_endpoint[$1] = 1 if ($2 != "") q_file[$2] = 1 next } FILENAME != qfile && FNR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex && !($3 in q_endpoint) && !($2 in q_file) { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$QUARANTINE" "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $CFG_PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-refresh-awg.sh -rw------- 1 root root 4726 Jun 1 14:41 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-refresh-awg.sh sha256=8e052492c197189e6f9fdca35553f82d1d7f4a7222ee981cef2e09343073a0ff --- head --- #!/bin/ash set -u MODE="${1:-dry-run}" BASE="/root/hmn" LOGDIR="$BASE/logs" PING_IP="${HMN_REFRESH_PING_IP:-9.9.9.9}" DOWNLOAD="$BASE/hmn-download-all-awg.sh" TESTER="$BASE/hmn-test-all-awg.sh" RANKER="$BASE/hmn-rank-awg.sh" PLANNER="$BASE/hmn-plan-selected.sh" APPLY="$BASE/hmn-apply-selected.sh" case "$MODE" in dry-run|run) ;; *) echo "ERROR: mode must be dry-run or run" echo "Usage:" echo " /root/hmn/hmn-refresh-awg.sh dry-run" echo " /root/hmn/hmn-refresh-awg.sh run" exit 1 ;; esac mkdir -p "$LOGDIR" chmod 700 "$LOGDIR" say() { echo echo "=== $* ===" } fail() { echo echo "ERROR: $*" exit 1 } run_cmd() { echo echo "+ $*" if [ "$MODE" = "run" ]; then "$@" else echo "[dry-run] not executed" fi } get_table_default_dev() { ip route show table 200 | awk ' /^default / { for (i = 1; i <= NF; i++) { if ($i == "dev") { print $(i+1) exit } } } ' } say "HideMyName AWG refresh wrapper" echo "mode: $MODE" echo "date: $(date -Iseconds 2>/dev/null || date)" say "preflight: scripts" for S in "$DOWNLOAD" "$TESTER" "$RANKER" "$PLANNER" "$APPLY"; do [ -x "$S" ] || fail "missing or not executable: $S" ls -lh "$S" done say "preflight: runtime state" CRON_STATUS="$(/etc/init.d/cron status 2>/dev/null || true)" echo "cron: $CRON_STATUS" if [ -e /tmp/hmn-vpn-maintenance ]; then fail "maintenance flag exists: /tmp/hmn-vpn-maintenance" fi for F in /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan; do if [ -e "$F" ]; then fail "temporary control flag exists: $F" fi done ACTIVE="$(cat "$BASE/state/active-slot" 2>/dev/null || true)" case "$ACTIVE" in vpn1|vpn2) ;; *) fail "bad active slot: $ACTIVE" ;; esac TABLE_DEV="$(get_table_default_dev)" echo "active slot: $ACTIVE" echo "table 200 default dev: $TABLE_DEV" ip route show table 200 if [ "$TABLE_DEV" != "$ACTIVE" ]; then fail "table 200 default dev does not match active slot" fi echo echo "active tunnel:" /usr/bin/amneziawg show "$ACTIVE" 2>/dev/null || fail "cannot show active tunnel $ACTIVE" echo echo "active traffic check:" ping -4 -c 3 -W 2 -I 10.200.0.2 "$PING_IP" || fail "active traffic check failed" say "current selected plan before refresh" "$PLANNER" || fail "planner failed before refresh" say "planned pipeline" echo "1. download fresh AWG configs through active VPN interface" echo "2. test all latest configs through vpn_test" echo "3. rank tested configs and write selected" echo "4. show selected plan" echo "5. apply selected in standby-only mode" echo "6. final report" if [ "$MODE" = "dry-run" ]; then say "dry-run command list" run_cmd "$DOWNLOAD" run_cmd "$TESTER" run_cmd "$RANKER" run_cmd "$PLANNER" run_cmd "$APPLY" standby-only say "dry-run final state, no changes expected" /etc/init.d/cron status || true ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" cat "$BASE/state/active-slot" ip route show table 200 ip route show | grep -E 'vpn1|vpn2|vpn_test' || true exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" REPORT="$LOGDIR/hmn-refresh-awg-$TS.report.txt" say "run: download fresh AWG configs" "$DOWNLOAD" || fail "download failed" say "run: test latest AWG configs" "$TESTER" || fail "tester failed" say "run: rank and select" "$RANKER" || fail "ranker failed" say "run: selected plan after rank" "$PLANNER" || fail "planner failed after rank" say "run: apply selected standby-only" "$APPLY" standby-only || fail "apply-selected standby-only failed" say "final report" { echo "timestamp=$TS" ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-test-all-awg.sh -rw------- 1 root root 4112 Jun 1 10:27 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/hmn-test-all-awg.sh sha256=46eeaa363bbdb6605022d07cf4fa35b1dee396b5a5d168b42952f969ba74427f --- head --- #!/bin/ash set -eu CONFIG_DIR="${1:-KEYMASK}" TEST_IP="${TEST_IP:-9.9.9.9}" PING_COUNT="${PING_COUNT:-3}" WAIT_SECONDS="${WAIT_SECONDS:-8}" LEAVE_UP="${LEAVE_UP:-0}" LOADER="/root/hmn/hmn-load-vpn-test.sh" AWGSHOW="/usr/bin/amneziawg" if [ ! -x "$LOADER" ]; then echo "ERROR: нет $LOADER" exit 1 fi if [ ! -x "$AWGSHOW" ]; then echo "ERROR: нет $AWGSHOW" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: нет каталога конфигов:" echo " $CONFIG_DIR" echo echo "Сначала скачай конфиги:" echo " /root/hmn/hmn-download-all-awg.sh" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="/root/hmn/test-runs/$TS" RESULTS="$RUN_DIR/results.tsv" mkdir -p "$RUN_DIR" chmod 700 "$RUN_DIR" echo "HideMyName AWG tunnel tester" echo echo "Config dir: $CONFIG_DIR" echo "Test IP: $TEST_IP" echo "Ping count: $PING_COUNT" echo "Wait seconds: $WAIT_SECONDS" echo "Run dir: $RUN_DIR" echo printf "status\tfile\tendpoint\tlatest_handshake\ttransfer\tping_loss\tping_rtt_avg\tshow_file\tping_file\n" > "$RESULTS" FILES="$(find -L "$CONFIG_DIR" -type f -name '*.conf' | sort)" if [ -z "$FILES" ]; then echo "ERROR: .conf файлы не найдены в:" echo " $CONFIG_DIR" exit 1 fi TOTAL="$(printf '%s\n' "$FILES" | wc -l | tr -d ' ')" N=0 OK=0 FAIL=0 cleanup_route() { ip route del "$TEST_IP/32" dev vpn_test 2>/dev/null || true } trap cleanup_route EXIT INT TERM printf '%s\n' "$FILES" | while IFS= read -r CONF; do N=$((N + 1)) BASE="$(basename "$CONF")" SAFE="$(printf '%s' "$BASE" | tr -cd 'A-Za-z0-9_.-')" LOAD_LOG="$RUN_DIR/${SAFE}.load.log" SHOW1="$RUN_DIR/${SAFE}.show-before-ping.txt" SHOW2="$RUN_DIR/${SAFE}.show-after-ping.txt" PING_LOG="$RUN_DIR/${SAFE}.ping.txt" ENDPOINT="$(awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$CONF")" echo "[$N/$TOTAL] $BASE" echo " endpoint: $ENDPOINT" ifdown vpn_test 2>/dev/null || true cleanup_route if ! "$LOADER" "$CONF" > "$LOAD_LOG" 2>&1; then echo " FAIL: load_error" printf "FAIL_LOAD\t%s\t%s\t-\t-\t-\t-\t%s\t%s\n" "$BASE" "$ENDPOINT" "$LOAD_LOG" "$PING_LOG" >> "$RESULTS" FAIL=$((FAIL + 1)) echo continue fi ifup vpn_test > "$RUN_DIR/${SAFE}.ifup.log" 2>&1 || true sleep "$WAIT_SECONDS" "$AWGSHOW" show vpn_test > "$SHOW1" 2>&1 || true ip route replace "$TEST_IP/32" dev vpn_test ping -4 -c "$PING_COUNT" -W 2 -I vpn_test "$TEST_IP" > "$PING_LOG" 2>&1 || true sleep 2 "$AWGSHOW" show vpn_test > "$SHOW2" 2>&1 || true cleanup_route LATEST="$(grep 'latest handshake:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n 1 || true)" TRANSFER="$(grep 'transfer:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n 1 || true)" LOSS="$(grep 'packet loss' "$PING_LOG" | sed -n 's/.* \([0-9][0-9]*%\) packet loss.*/\1/p' | head -n 1 || true)" RTT_AVG="$(grep 'round-trip' "$PING_LOG" | sed -n 's/.*= [0-9.]*\/\([0-9.]*\)\/.*/\1/p' | head -n 1 || true)" if [ -n "$LATEST" ]; then STATUS="OK" OK=$((OK + 1)) echo " OK: $LATEST" echo " $TRANSFER" echo " ping loss=${LOSS:-unknown}, avg=${RTT_AVG:-n/a} ms" else STATUS="FAIL_NO_HANDSHAKE" FAIL=$((FAIL + 1)) echo " FAIL: no handshake" echo " ping loss=${LOSS:-unknown}, avg=${RTT_AVG:-n/a}" fi printf "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\n" \ "$STATUS" "$BASE" "$ENDPOINT" "${LATEST:-}" "${TRANSFER:-}" "${LOSS:-}" "${RTT_AVG:-}" "$SHOW2" "$PING_LOG" \ >> "$RESULTS" if [ "$LEAVE_UP" != "1" ]; then ifdown vpn_test 2>/dev/null || true fi echo done cleanup_route if [ "$LEAVE_UP" != "1" ]; then ifdown vpn_test 2>/dev/null || true fi echo echo "Готово." echo echo "Results:" echo " $RESULTS" echo echo "Краткая таблица:" awk -F '\t' 'NR==1 {next} { printf "%-18s | %-55s | %-22s | loss=%-5s | avg=%s ms\n", $1, $2, $3, $6, $7 }' "$RESULTS" echo echo "Контроль маршрутизации:" ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/quarantine-awg1-latest.tsv -rw------- 1 root root 30 Jun 1 14:44 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/quarantine-awg1-latest.tsv sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/ranked-awg1-latest.tsv -rw------- 1 root root 2920 Jun 1 14:52 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/ranked-awg1-latest.tsv sha256=9db04e6c82fb15097e54ff766130847f16846edd6a0888f5ffad5cecd9acaeae --- head --- rank avg_ms file endpoint loss config_path 1 000031.403 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 0% KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 2 000048.801 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 000053.748 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 000058.804 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 5 000058.891 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 000059.160 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 000060.048 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 000062.377 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 0% KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 9 000065.888 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 000069.356 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 11 000070.824 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 12 000072.932 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 13 000080.964 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 14 000081.250 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 15 000101.192 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 16 000204.156 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 0% KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf 17 000205.182 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/selected-awg1-latest.tsv -rw------- 1 root root 386 Jun 1 14:52 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/selected-awg1-latest.tsv sha256=f749cf7455d19578778b60a6a7f7fbde52c7bcd6ae9781ba59f289268e28e348 --- head --- slot file endpoint avg_ms config_path vpn1 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 000031.403 KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000048.801 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/vpn-egress-manager.sh -rw------- 1 root root 6626 Jun 1 13:24 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/vpn-egress-manager.sh sha256=b6099b2c44d6d404aa4e735b169c37e37cfa2ac030b05d4f83b32cb2ff21103d --- head --- #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/vpn-table200-local-routes.sh -rw------- 1 root root 593 May 31 08:17 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/vpn-table200-local-routes.sh sha256=1826a52b28ae8590036d312be959919b35af4a6ab65218143414e070bb3a1bb5 --- head --- #!/bin/sh # Local/direct routes that must always exist in table 200. # Otherwise local replies sourced from 10.200.0.2 go to VPN default. ip route replace 10.200.0.0/24 dev eth1 src 10.200.0.2 table 200 2>/dev/null || true ip route replace 10.201.0.0/24 dev eth3 src 10.201.0.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.71.1.0/24 dev eth2 src 10.71.1.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.250.1.0/24 via 10.71.1.1 dev eth2 table 200 2>/dev/null || true ### HMN_FILE /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/working-awg1-latest.tsv -rw------- 1 root root 6239 Jun 1 14:44 /root/hmn/checkpoints/stable-refresh-wrapper-standby-only-20260601-151334/working-awg1-latest.tsv sha256=659bb42fc7551153de2bb0a392f2ff98352b950b3dee29e71d120083e2f2f58c --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-144311/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-144311/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-144311/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-144311/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-144311/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-144311/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-144311/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-144311/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-144311/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-144311/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-144311/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-144311/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-144311/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-144311/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-144311/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-144311/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-144311/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-144311/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-144311/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-144311/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-144311/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-144311/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-144311/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-144311/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-144311/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-144311/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-144311/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-144311/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-144311/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-144311/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-144311/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-144311/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-144311/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-144311/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-144311/228-US-USA-Utah-192.154.104.162-awg1.conf ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555.tar.gz -rw-r--r-- 1 root root 5317 Jun 1 13:45 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555.tar.gz sha256=2e921ffa31a512d3fe9af94cf0bf3c0366f6c4f211eb9f3f17dbe71d714e1cda --- head ---  ]{{Ͽ/buJW}ܷ&oi!]]]'Oæ^gfg~;;#TS&\uDj5q빅9uz'Bâ$r= EeJ'|]'2]!w=Ac޺~}C3Gq]nZ8Uwf%ExK'/UV͝Jqg W.]vO˽2&88ʘB* RT8>{e5>$@yl3r:檲?>bB傹h+$U]6!nմǔ~v{Q TK~3`R&w5Uk ʥ5o6O.C,N]zq; ڧGnZDN{FpV{>y_ĝs.`t?uOڽwc:I{ ĴOR )G,`㳃)g挠)9ꆃ9JȺ\&3[G ϧkM'57M_s|R*2p|?=Cch҉ cĪZFmO}"SԴ+G=G^! \yh.1\/%Ӱȝ (!C1ПØIC`0o-cΤ7!΀K<$ °X- &vy~%i?өh%iL;=uYJ/.RNFozר'؅D Sh_vA?ig&DIYk)qʀL8 ʤoH(Y L~ @nZ.6 tܱdD ! 䪉BFhy`fp@a+4(Oȣm?hsf;!`kLL,un!.A{Bq܄!x a'!4w䔫E|-I z0*eǥne&?μkx  jMTkԁ~wD}6_D1cDG*x^ фpBh9 9"|'i@ N;}_ow˂o,pV&:G) IUvθ:z (\ ̶P@9|B{")([(%e+ݠ$!-g ɻttj!s cPg :kn.9ceQxa7)K4\ :3SG a[h:fC :Cm֕=8ŒnznqC? y j?ۿK"$I[(*epEӶ4P)=( ^ڲ;6X}eWe1WuA,(,M63՝ AhRP5]T Io H |Uzivb}0n´ibRu*l<6&A#1EE\".}sx 027>45A*ZFZYDY䳡. )EUҩ?:m˲^xG{ɫiMg@ 'XАvTUr=D7EEA%;%lEAj/EhVfjKK4" dɰqeh.q) jWsKszJ'!PS`_Ma~ Jӫ˷bI SΓZ 7vXqE/{K vcTY$U(6&J,/SB&ę:N.qshIS[UϮTvJ,9:n*nsvRyh&FXŊFu( A5}'x W7[cp U8|`Qibs+ !u뫀 5zU< ` BGZ^ҕ$cPRjnMܑ]ق[D !df (4W ھA!A[DO \:g[ٷ -B2euzqgg>Hڈ J!6)Ɔ3n"{c^B&W{w?7'ʫWѾhMaC?*:4 VAl֛p X+)()w;CC@f@KQa]0(֦ۜQӒ@ /o6{‚͖BjXD JC×0Ćk~oٷ?ӑ{Q8;Nw16^=w yV`CblH1 ޸0;=;zIX oC߿~uC{v<9yx,ޙody% I#J3{^, (b3q9W;QhqKU^c.hs8| 0pm%m@-I\E _B'v_ӷ_I숪Ïق3ޛ 'RD$'ZYu " B6MJQ!̻u^uK `탃y~d; Wȴm}@Ory g 8̬βELu? T] Ii%M!;|ypE f-A֝A=nh >b?^2TKK8*.KoeK 饳\mXYjd/ۖmٖm h ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/99-vpn-egress-manager -rwxr-xr-x 1 root root 691 Jun 1 12:38 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 --- head --- #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/99-vpnin-policy-route -rwxr-xr-x 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 --- head --- #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/STATUS.txt -rw-r--r-- 1 root root 753 Jun 1 13:45 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/STATUS.txt sha256=398c54df0c7e6385ec2728bfa4ea27b9184b9a89947d9162a1ccf8a1b8c5a126 --- head --- date: Mon Jun 1 13:45:55 UTC 2026 summary: stable state: vpn1 Amsterdam active, vpn2 Tallinn standby/down safe failover patch: standby failure re-checks old active before WAN fallback syntax: syntax OK cron: running maintenance: no maintenance flag active-slot: vpn1 table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 vpn1 endpoint: 95.211.68.119:45176 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn2 endpoint: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf main routes: ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/active-slot -rw-r--r-- 1 root root 5 Jun 1 13:45 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/active-slot sha256=a5d46f9f74cb971c15698484e3d1a909e3e42da65b38f2e934600e47dfb43d25 --- head --- vpn1 ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/firewall -rw-r--r-- 1 root root 3786 Jun 1 07:43 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/firewall sha256=8c8c21c17fcfc96455c0aba7e03df8befe0f4ab7d651fadca8bbf0dd30fef06f --- head --- config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' option network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'mgmt' option masq '1' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn4' list network 'vpn1' list network 'vpn3' list network 'vpn2' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/network -rw------- 1 root root 5288 Jun 1 13:27 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/network sha256=f7194f7a27bc53716a2dcf73980f2c48b333bd48457de8418f46a23502e08599 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T12:19:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/vpn-egress-manager.sh -rwxr-xr-x 1 root root 6626 Jun 1 13:24 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/vpn-egress-manager.sh sha256=b6099b2c44d6d404aa4e735b169c37e37cfa2ac030b05d4f83b32cb2ff21103d --- head --- #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/vpn-egress-manager.sh.before-safe-active-fallback -rwxr-xr-x 1 root root 6189 Jun 1 12:28 /root/hmn/checkpoints/stable-safe-failover-vpn1-amsterdam-20260601-134555/vpn-egress-manager.sh.before-safe-active-fallback sha256=6ed154c4b4586f55ec063cefe50af7bf313f3c6f4ebb1d381330cd11f9b9924d --- head --- #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114.tar.gz -rw------- 1 root root 8734 Jun 1 14:21 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114.tar.gz sha256=0c5d48b06aca1f7a0b27204b04520126981a2f65fcc14a3984509a74eba6cbf4 --- head ---  iQDU7 y :һ{NƝj^QQ{iO +MAǭfIqXJ hK\ Q#mvu'ݳ:HEP/6KUkr5WzaAI($~tg=˕.LISJz31;aXsGMDbwBYc@](By- 8 0]&@ߪ=`\Aja˰< D۷ZA1QfZ9)qH3=9Ia/Y1RQܶ?zpպD؋Q{l,0ZSo 1!q T$"P{KÁ?4f0 o)-6vuCmjΈ0L /Xaj7wO"t/ҩt{њHRGwԑ5:cphG$axF2'K{0 ਡ т$򊎌iΖ غ;M =yDisC4G&P}-:C AnXp){-ցht͜ y, qjx2Bn?'h Q.cj=f KIn5ug,PIҁaX`"/D!# ' BE<R DJ u+ԋr"_c.ꔹ:c.>A @5]2P/T71tEh3.0"IR ŭ !7 [u .ojnr M'c?oS@܋AUvfM /ҞdecGqнez"^E7$?R{7NiOPh$DvǼ i8h@Aހef&O :,3tlWb~@!c!3z2礝nl c$Dg<"DӄIAOFƌmK%a }H_H+ߪ!<oSVǁ C{@kނ?>4fv64 ;/2FEtoFSOAۈ#lQ<]r2Ln^%tVz6n"lV"!E~LDK9cS#ƔGPz/z1o'*!&mX k -li,{I*i:^-bQks0#5ju3#;jpt} Y/,^GGdbѾ|t,- 0)䀢s$ֆBKP/i:XptӽCj`)iy M*F E(5V%O  Cӱ6 Nv%'\b-RiP} qpH̓0ѩ}̓~l J:GcqdxuKLc!X<8&4D&H S6U%IĪ )?'W@dk 2PL <@Aͧtxf1SzvJHW,u FDRں{5p3CA.z-A/ ђ=@yZm*8 %t<#$ci"HCT1)#tŠp3@&*2&T,Q[ h 6FOĔߴ! [Y]YUVWndեvM\;d W3^Xo,s@_ @cR  Xx[0ptBE w!82c@k46׆vitKKAtV8*P@,Z-) "S Ue? FpHQC[,1r֣%:@t]<;E_]Yd?ՕeEKM\aILns~༕ obulB4rd~(K v 텸xw`ہ5O"vr!fҺEʕ:FgdInKAgSL2q B@GӉzY60s<)]L}#bEaY,?Ŝ՘F$uv\yqƓ*lޅVTV$ȭKo+]׵)3Teǁe~GWIf;Dc?z[3es_v]+ʒ]]^^Wߞ}3 @Gw!&bmw^K%'IJyN&Omv\ɀX(e[BPX>]nF872OEL<x`aFGG_~}7WdѫG?~$z%6^ey }=?i+ܞ:z_"// OxhtL\pkFo0P :BW2М?Cd P@S??|"Lh>G@d17(oI;,a~N=9g k[FY|ZPKNաnMޭN?CL,?_k[Z駿ڑ ߁^郪\߅n m%n7s0B _~qPr y;KXYJsxbئ|ZTs\p%{_gXԏaya?!T8ArA?" -)XZnMiGxJ@Mz&hhIBaG*@~Eo"D! W }"V?s,x%$zw\K?=WU#fC[^$56гUk  ku<t'xb qշwOM&qK.JA->,iF>,Cn Eϳtdn~\ŇaR!7Dӆn{I 㕴tA{Ikқ[. X T<V]vݭߑ̇{Yw Po'@з1cYsPM/9G)!UQg~V wL$QIDz]4xR Mc  ۾=4w=bݞS&Lv 4 Y|YUCa# Q'6I hmRxIX^ߩVV#kB>?PO@/wp# (3~Ts&Е5!h[CJT:V8Ȫ|r~L[ʉ1e#^Jn >_njR>S, W>(SeH߷Vpd^^w #KLW|ʫ%o?T +tw/! ̠RNiHsn14qR=)GJaJ0á0'Y6SK\V^nlʛyt=B`)}L)CAfM5fđG0 lyo 0Z7 C ku,%D3pUeqq{nqquym&^VY)Q,?^6|gR85zOƟcP,KdMHdKSZ$((GߣM( ARC=M:m!f8(.J_Ojpg)'kC:MQp1u$,O_Lrhud?~kDv  G՗!i2g2Qͥ$挡m*x0KO?Xw/\;Kqïs*HÃ$MHocOE r$Bylv=AXrGRysec/Gac6 z/wmw[ >v~y q<;1 $OI 9nuZ'{fU:I1.9z=&/Ux f1<%ҜrtNsOG?$jR2)&NK}C/fRd'_8ig4sLe렦Dþ> 29ռ_~NLYs?n5Z& PՂDdď+WcL8w aɜݑ-N2gIXIϫUk˿Ex(gMيFwx1Jut8<+ђr ȓ's@ UvupWEܴ&J? _ϔ4OWŎD ;v5zS 3Dx3ͣc?ǝJ~-vj_uB!ُ89^3ԦȊ-*"EZ!la+fGM"A&cK9!)YJ<u />LGg mij)]T}0L,g{}mv]< -b ]kp?q#Ÿx/;iYY1~PB ŗÐ&+sٞ)>aemo,tY~gTwk5.B *),rJ|,7A io4B+Ʋ|;#ef EBrğY'J< Ҧ{"Wd}K3LȟмOrK|*ŒT_Laq~\ߐ/\1c|X"kVywt܏>+yk$o =wtٿhQO rk@@ck $$`\I3 9VE8GuuUuu7ՕBP3'} i󠜫rvyzOy5J ڶYծZmZ8P ݳnәЂG/oft] t4K+vzx$>r*{ʧVen ?cj`U+k_ ?5!I;==>B+dTH._`g8֜q8Κ΀YX-kFdDɫ1/1os%m=P0TMWQ݁kn訦XN]o뱌؁lYbvMQpn.\]qm"ط]>" Ԍ=]\\N]`՚tNLDEDE^q3f@K֎HF 7 ʘHᖂ'>Y Cǀ;x@sl6F[j ה(|E?9$&T{`АҜkTD#Q9y wb'S%F5EGc|ՑH.DfvtG_y9GOtT}3.[&R\_G ,~Saa ++]~i4U (k+]QDZN>7ްulXC?8e*0_+!GƩJPPf H0fY|s(tnGr٬`c D>}淟 !άoOTB?(cjif*5fԁ|~; *G~)rG'mnY}l@[c"Eݖ+஍ /~uCcm/{x F)Υy&b:'DݞIq?HBZ/2s'$X3`v1I)"j)i(a_EnTЗkjj˰w;O岳|EE6]*CAjB[?ɲ.jWt>NK^&ZN xH::M 078-hS7A^C \MM+ښ{ BSI! W6dL!kclH ER{.mS!_dlͳy6O?#C3 ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/99-vpn-egress-manager -rw------- 1 root root 691 Jun 1 12:38 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/99-vpn-egress-manager sha256=cb0b6c1c00b47d067c3e9b28090a3fa35b3ef46da741dc6bbdab3d5903cb2476 --- head --- #!/bin/sh [ "$ACTION" = "ifup" ] || [ "$ACTION" = "ifupdate" ] || exit 0 case "$INTERFACE" in wan|vpn_in|vpn1|vpn2) ;; *) exit 0 ;; esac # Separate debounce lock for hotplug only. # Do NOT use /tmp/vpn-egress-manager.lock here: # that lock belongs to /usr/bin/vpn-egress-manager.sh itself. TRIGGER_LOCK="/tmp/vpn-egress-hotplug-trigger.lock" mkdir "$TRIGGER_LOCK" 2>/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/99-vpnin-policy-route -rw------- 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 --- head --- #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/STATUS.txt -rw------- 1 root root 1248 Jun 1 14:21 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/STATUS.txt sha256=ee52f0dad1fcdddd33232ceb5d3939f5eca5e5d10483493d30c6fed0d48bfe30 --- head --- timestamp=20260601-142114 cron: running maintenance: no maintenance flag active-slot: vpn2 table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 route get: 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache vpn1 endpoint: 95.211.68.119:45176 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn2 endpoint: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf selected plan: Selected file: KEYMASK-awg1-latest.tsv Runtime: active slot: vpn2 active endpoint: 95.156.206.18:37498 standby slot: vpn1 standby endpoint: 95.211.68.119:45176 Selected candidates: best: 95.156.206.18:37498 | 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf | avg=000028.642 second: 95.211.68.119:45176 | 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf | avg=000049.167 Plan: Active slot already has best candidate. Standby slot already has second candidate. Action: do nothing. No changes were made. main routes containing vpn1/vpn2: ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/active-slot -rw------- 1 root root 5 Jun 1 14:21 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/active-slot sha256=3c2c12cebae47c1a6b9b94019d5f6d77eca35fd7edcc3b8e5b2db1edc3d51218 --- head --- vpn2 ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-download-all-awg.sh -rw------- 1 root root 8926 Jun 1 13:58 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-download-all-awg.sh sha256=c20d8ff7feead493f2524c6da3c921bbf62cbdfb503a11a8ea75e4d15144e18f --- head --- #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-plan-selected.sh -rw------- 1 root root 2908 Jun 1 14:00 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-plan-selected.sh sha256=ae8cb9b3ff62deb73e30a4ab2734a2a7898812b6bfe756fdf505ebba0776e510 --- head --- #!/bin/ash set -eu SELECTED="${1:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_SLOT="$(awk -F '\t' 'NR==2 {print $1}' "$SELECTED")" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_SLOT="$(awk -F '\t' 'NR==3 {print $1}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot already has best candidate." if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ] && [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active has second candidate, standby has best candidate." echo " Action: no config load needed." echo " Optional: switch active to standby only after live test/policy decision." elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active has second candidate." echo " Standby should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." else echo " Active endpoint is not in top two selected candidates." echo " Safest action: load best candidate into standby, test it, then decide switch manually." echo " load $BEST_CONFIG into $STANDBY" fi echo echo "No changes were made." ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-rank-awg.sh -rw------- 1 root root 3169 Jun 1 13:55 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/hmn-rank-awg.sh sha256=7bf985300ce45a1003cfcaa1cf08d14de0751b39ff28ca2bf3f46713043faeec --- head --- #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" QUARANTINE="${HMN_RANK_QUARANTINE:-KEYMASK-awg1-latest.tsv}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Временно плохие туннели текущего набора исключаются через QUARANTINE, # а не через вечный blacklist. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi if [ ! -f "$QUARANTINE" ]; then QUARANTINE="/dev/null" fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo " quarantine: $QUARANTINE" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" -v qfile="$QUARANTINE" ' FILENAME == qfile { if (FNR == 1) next if ($1 != "") q_endpoint[$1] = 1 if ($2 != "") q_file[$2] = 1 next } FILENAME != qfile && FNR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex && !($3 in q_endpoint) && !($2 in q_file) { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$QUARANTINE" "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $CFG_PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/quarantine-awg1-latest.tsv -rw------- 1 root root 166 Jun 1 13:54 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/quarantine-awg1-latest.tsv sha256=1ef37c0a5546cff01350fdc1c4f89d465a8074332484e37e92292fa4bbb8d8d1 --- head --- endpoint file reason added_at 46.246.127.84:36230 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf suspicious_live_behavior_current_batch 2026-06-01T13:54:56+00:00 ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/ranked-awg1-latest.tsv -rw------- 1 root root 2241 Jun 1 13:55 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/ranked-awg1-latest.tsv sha256=54d20e688658070d7e1e2b56f3305ee6c5f66afc9f0a03bd4cfe9ae4f46f9121 --- head --- rank avg_ms file endpoint loss config_path 1 000028.642 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 0% KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 2 000049.167 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 000054.398 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 000055.742 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 0% KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 5 000058.725 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 000061.863 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 000064.119 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 000064.717 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 000069.894 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 10 000078.605 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 000083.776 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 000090.563 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 0% KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 13 000206.049 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/selected-awg1-latest.tsv -rw------- 1 root root 384 Jun 1 13:55 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/selected-awg1-latest.tsv sha256=233f5d76ff4d61026aa651db5ddb74bf4574e691ce7281c94c849f8a089c58a9 --- head --- slot file endpoint avg_ms config_path vpn1 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 000028.642 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf vpn2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 000049.167 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/vpn-egress-manager.sh -rw------- 1 root root 6626 Jun 1 13:24 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/vpn-egress-manager.sh sha256=b6099b2c44d6d404aa4e735b169c37e37cfa2ac030b05d4f83b32cb2ff21103d --- head --- #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" ### HMN_FILE /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/vpn-table200-local-routes.sh -rw------- 1 root root 593 May 31 08:17 /root/hmn/checkpoints/stable-safe-failover-vpn2-tallinn-20260601-142114/vpn-table200-local-routes.sh sha256=1826a52b28ae8590036d312be959919b35af4a6ab65218143414e070bb3a1bb5 --- head --- #!/bin/sh # Local/direct routes that must always exist in table 200. # Otherwise local replies sourced from 10.200.0.2 go to VPN default. ip route replace 10.200.0.0/24 dev eth1 src 10.200.0.2 table 200 2>/dev/null || true ip route replace 10.201.0.0/24 dev eth3 src 10.201.0.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.71.1.0/24 dev eth2 src 10.71.1.2 table 200 2>/dev/null || true ip -4 addr show dev eth2 | grep -q '10\.71\.1\.2' && \ ip route replace 10.250.1.0/24 via 10.71.1.1 dev eth2 table 200 2>/dev/null || true ### HMN_FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612.tar.gz -rw-r--r-- 1 root root 4924 Jun 1 13:16 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612.tar.gz sha256=3c9af3daa2c030dd68e5136447711ae214493c9e33e00074e704e41cb0d139b6 --- head ---  \ywHϿOQ8N<V CK B"0v[IH893z_ݺ%"Ɯ6|ڄxAsX /Ux(,PXxUGzcYfe qUֵo#ğ;WA,=A%+*_ [2ZT뿤;!5mqM.3MF5Eu|m|S_TS0\^4M4m Rr:@ `5̼ z/Qli5lXvLGT]~r&Z$r$WTP > tM!TT<|#@ D R2"&_Lm>JO7m￙].|Nf,n?j*᭵S]L?h[TMLm|Vg= XT h[uc訨EQδ@o\rMV '3m")RP˴I6@shϨcG G<劬VQBR+;0gչ۟6>ux349QP)N$u&iLU겒mJDQEUN Jk(H5^)' *)FMVxmQT4X} t ~3G{73)s\V0Xىc\uay!駣+KUǦzZjKi7e9sb)`?&ў#kf AY 1u@n?7HS7Ėz﴾&WC(Ga7 VP­@x0h }#hMiεw}ܹj>x0XTX_ :@ɼq R]UZMP ]`yYhHWPgMUšPY>BHQD7 W!xb]ǂ4c{Sͅ-Ow򜙫~h!UIWxUZW,q|65fm6w.puR@Gd};}>2v.?S' 滑/vbCؐrLc~0.L:;Gti&{@ݾ=3ݝ98wוֹ'Y^){H~ 爚ZϞh ˂*J 1p`>h' u:NX`Tk5̝s@k7XqE9@<%R 4$}!%p>B<$N3oӡ7ڻl5 9i&Np݋ 'RD$'o-K[%G @U|c(D0%F_['` oCǝk<}O%8"Sekl"[1ѼlŸ]. Ii3+KbB wf̺z0~EܸWĴ 魴]g=ڀ"S$Hù,u>KQDZGM%FkS*P,)D) s|`eA7~F,E,{r=.%1|#Pצ9Y2ZaN9! 팜fpc8olgn8ZӋ^.9>:Mx qtqK\e{̉nx0UBՉ_?[ηLlmpn\ަ8}S+ʹT%XAI -g'&*s{yKMp nսlf;w:qS ;8D _ n.T0WaMt9Sd9yQ9Wym6>n:.P7v'.4 4-9N s*.$ O$0#񫣾K&p:NJ0Dc2# qMX~hɦ [56ah}΁#Ga9<OLBI?lfh—0 o|aGEAx XT([u`Uo\*{ǭݲIк-gVo?G*Jǧ~sLm|ch<3[WO9`~ :Gl\hj0UM a1*3TVݍһ!)eH;lS&7RƠg՟L3SOU?lW: 8ˉgy:Y.1t[򐿈wcNr4WDsaN}4OS )09[ut@ʙ9#`惸)JȺ\@*ϧk U{fY?HDlo> _?J _!4873"3ԴKil^=:5\3kO]2DJKGWdҋ>8%˴o7v0QB¯?a:2lc. 99d9:ųG"LUfP~h}+_~vtj:.xNI86~)sa7LLB"m7},U }%@2_хee 0qhRF/?B TKk#>U 9+4_Egj 7mT ^ž@BH: }"] Px(o;WU4BM!~.ј]/4qncO9kͳа gOU~]#8#"B^2T + lXu\IN 4+bzoy42~s!!p2D(h SWMOlGWt\/%xPп~o WcTb^?a5uTL  . }% f0^μ>y4hԢ Y~?y]ې rw#l+6t;391  "aJ  ݇bXL9E,u<ANK!~}99ێ=bP"$in!fw@tj2!s chPg:+NNj.)cc"ptVB N-)v# *0-b J8H9P&!4%sCi#%$/kF4;PHC  2FuKj6J `];mXxuզ(sBvvɨx,2 dSJ3d"̲>'Q<NEJgmtG$d<l &8G,B(bL;SHY?eSˠd#49CyHŚoT|",4x9&d$%7ňsi r\җ+ ҵQvL/+7/r5ּ )2fGI} aE]4Ή}AJaޘ "i gt?"c}_۰C;:'SXuNoXcSk6BmW끃NN{t@npg5b9C.{VJneb,]stAybR0ɈRN?BrN#aUQ݌Ȋzjd˧ղKQPW])Cߴ)}>8"nƺEߧ, 3(S@+}kxQx>N99JjAt (f]i 1`+WD韶l 5~kE^Q$YzQ4凕^0]Wr5yIμUxG.vf#Xi`]R)yI]bQF)y@;S/dev/null || exit 0 ( sleep 15 if [ -e /tmp/hmn-vpn-maintenance ]; then logger -t vpn-egress-hotplug "maintenance flag present, skip manager for $INTERFACE/$ACTION" else /usr/bin/vpn-egress-manager.sh fi rmdir "$TRIGGER_LOCK" 2>/dev/null ) & exit 0 ### HMN_FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/99-vpnin-policy-route -rwxr-xr-x 1 root root 168 Jun 1 12:36 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/99-vpnin-policy-route sha256=149429cc102d1e6262da0e0134c488a34202ffa944a2437b003d5bee6b233a80 --- head --- #!/bin/sh # Disabled. # Old version hardcoded table 200 default route to vpn1. # New vpn1/vpn2 active-slot routing is handled by /usr/bin/vpn-egress-manager.sh. exit 0 ### HMN_FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/STATUS.txt -rw-r--r-- 1 root root 549 Jun 1 13:16 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/STATUS.txt sha256=ea7c0c2904ed8be96be779de7c6ed8a8614bc04ba7c733874cd4c3c22ff953e3 --- head --- date: Mon Jun 1 13:16:12 UTC 2026 active-slot: vpn1 table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 vpn1 endpoint: 95.211.68.119:45176 KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf vpn2 endpoint: 95.156.206.18:37498 KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf cron: running main routes: ### HMN_FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/active-slot -rw-r--r-- 1 root root 5 Jun 1 13:16 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/active-slot sha256=a5d46f9f74cb971c15698484e3d1a909e3e42da65b38f2e934600e47dfb43d25 --- head --- vpn1 ### HMN_FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/firewall -rw-r--r-- 1 root root 3786 Jun 1 07:43 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/firewall sha256=8c8c21c17fcfc96455c0aba7e03df8befe0f4ab7d651fadca8bbf0dd30fef06f --- head --- config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' option network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'mgmt' option masq '1' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn4' list network 'vpn1' list network 'vpn3' list network 'vpn2' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' ### HMN_FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/network -rw------- 1 root root 5288 Jun 1 13:03 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/network sha256=f7194f7a27bc53716a2dcf73980f2c48b333bd48457de8418f46a23502e08599 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.1.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config interface 'vpn4' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '117' option awg_s2 '64' option awg_h1 '67401335' option awg_h2 '1915856073' option awg_h3 '1649009228' option awg_h4 '2026649987' list dns '1.1.1.1' option auto '0' list addresses '10.115.57.232/32' config interface 'vpn3' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '60' option awg_s2 '81' option awg_h1 '1425928435' option awg_h2 '200449565' option awg_h3 '1433253771' option awg_h4 '580324808' list dns '1.1.1.1' option auto '0' list addresses '10.74.239.49/32' config route option interface 'mgmt' option target '10.250.1.0/24' option gateway '10.71.1.1' config amneziawg_vpn4 option description 'HungaryBudapestS1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '26' option endpoint_host '194.71.130.150' option endpoint_port '34779' config amneziawg_vpn3 option description 'NetherlandsKerkradeS15.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option persistent_keepalive '22' option endpoint_host '80.91.223.174' option endpoint_port '34670' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '21' option awg_s2 '101' option awg_h1 '1137903981' option awg_h2 '1285064056' option awg_h3 '497668827' option awg_h4 '856581432' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.65.45.252/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option hmn_loaded_at '2026-06-01T11:09:46+00:00' option hmn_endpoint '95.156.206.18:37498' config amneziawg_vpn2 option description '214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '95.156.206.18' option endpoint_port '37498' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '76' option awg_h1 '797998377' option awg_h2 '966921562' option awg_h3 '39693045' option awg_h4 '1367808764' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.87.172.196/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option hmn_loaded_at '2026-06-01T12:19:51+00:00' option hmn_endpoint '46.246.127.84:36230' config amneziawg_vpn_test option description '133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '28' option endpoint_host '46.246.127.84' option endpoint_port '36230' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '55' ### HMN_FILE /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/vpn-egress-manager.sh -rwxr-xr-x 1 root root 6189 Jun 1 12:28 /root/hmn/checkpoints/stable-vpn1-amsterdam-20260601-131612/vpn-egress-manager.sh sha256=6ed154c4b4586f55ec063cefe50af7bf313f3c6f4ebb1d381330cd11f9b9924d --- head --- #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 probe_cleanup "$DEV" ip route replace "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP1" >/dev/null 2>&1 R1="$?" probe_cleanup "$DEV" [ "$R1" = "0" ] && return 0 ip route replace "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || return 1 ping -4 -I "$DEV" -c 1 -W 2 "$PROBE_IP2" >/dev/null 2>&1 R2="$?" probe_cleanup "$DEV" [ "$R2" = "0" ] && return 0 return 1 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { DEV="$1" ip route replace default dev "$DEV" table "$TABLE" /usr/bin/vpn-table200-local-routes.sh || true ip route flush cache set_active_slot "$DEV" log_change "VPN $DEV" ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 1 10:06 /root/hmn/configs/awg1/20260601-100614/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=2817445df9a5520954a24d1f2199ffcad6ad91ecd46762fad1f8c9f93de6d953 --- head --- [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 1 10:06 /root/hmn/configs/awg1/20260601-100614/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=43c4c72f4da3786317fd6c86e264474293ebbbc7e99cce86242f52896f932e9d --- head --- [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 1 10:06 /root/hmn/configs/awg1/20260601-100614/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=2656e4460ce5d763a284b3f8f763b55a465485121284e5b59b71c1d219c68f3c --- head --- [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 1 10:06 /root/hmn/configs/awg1/20260601-100614/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=efedfd7dc07fdb7ee0ecdc8f19661f31f05e86da67842e403e72d317a47b9939 --- head --- [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=ea7a248cef57ecfd6e0fc0566f378986058f53893561a2fc7f238266dd2b1a19 --- head --- [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=13b927467a051eb352f0b475cd25d4501aa58d7a3506fd5a0c43f4d6af784d16 --- head --- [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=1099657f5e2f0ccec024e069bea27d22837d7b93a8fba4e8e123d43ba443072c --- head --- [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=f7109e1257685f15678b1d421e917d7b83bd5901de59ef361a3e85c09041882c --- head --- [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=ce852a2e536685a15440405312be0b0b01997002a37135ef0dc3bc4670bbf12c --- head --- [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=85048aa630046ada08b4c6383b48043ec2d3749ce70afc81524206a32b7e459e --- head --- [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=5e352135ae095770ed0474326d519132cf44e3f55563422320dbc5380e8f6228 --- head --- [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=8fde3efc66c6d4c51e6a284ba868590ed29da726c6be4f5e88d1eefc44a6ae11 --- head --- [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=04e53eb8f22310d6640a6a03431c303e75401ae52ccb6f4b905aa829fc7ce1a3 --- head --- [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=c60cf0930f026fc43e3eb68fbb86aea6b61950e99cd6b8da853bf8fc9d053847 --- head --- [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=32448a0a392120f14e4c1b5b980fc6e6a9fa8e35aba10779eb839c5fd52d1fdb --- head --- [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=00aa84e1fb9e903bdc900a8106e502fd65a01f9ad6a03bdd44688fd283d198f4 --- head --- [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=e1ee9ee4f5df87920f727e62ef0c4ee2c8a47330ae770f44c46ffefd8e9ec343 --- head --- [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=cb8d31b6fc78653f6c5d8596d0c1d4fbf0e0d4853b7c5fc821dd1915a98232f0 --- head --- [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=55d32feea21292704c65042e5b16552bfe0d9c86ef4debfc1f906219beb589d6 --- head --- [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=c4f3b59e820c68203f48f099e61240aa75971c0dcbe6837bc0e75ad37bb96f0a --- head --- [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=40812291a394ee21de56f3564662e814fd34b19ad93049dcfc93658f2fedc3e1 --- head --- [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=19f5a8a022dd5c0339fcff008b90c593d9641fe3cfb2c5c6b2e346da68cda885 --- head --- [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=08c23d17e6a9694ebf19c4dcd9075626eb7bef73adede89986665a4e55cdfbaf --- head --- [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=cabcab37ea7f4a4d71b36203950b21e0c30ad3b8e12ee0d8ae5e5e64c505e208 --- head --- [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=95425343afa7b961fcb50784fae7dcc135e1112a65eb7371e862ee193eb67328 --- head --- [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=a12ac8c44439c141b564ed0173236fc04167c6172a1ebf255b9cd09a1beb021a --- head --- [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 1 10:07 /root/hmn/configs/awg1/20260601-100614/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=84b676eda9022832a38b1df34e50b0cf65365941216753e35619adf5db349701 --- head --- [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 1 10:08 /root/hmn/configs/awg1/20260601-100614/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=807930fbb66c74754b8736d05cc2be7ccd41fe074004e8491972b632d3b1bc8d --- head --- [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 1 10:08 /root/hmn/configs/awg1/20260601-100614/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=19d6d3ec43801a897e9e8d188120f79cb2a44bd7ccf91bc0b0cd38a21b74791c --- head --- [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 1 10:08 /root/hmn/configs/awg1/20260601-100614/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=a5312bbdfd1b8f3a78275260655d106d35a4a3dd59d47d0043bee601f54643a8 --- head --- [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 1 10:08 /root/hmn/configs/awg1/20260601-100614/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=7115c559f7e89e858e9fb417809b5d949c95bc6616d25eaf20e6480f63e31ea4 --- head --- [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 1 10:08 /root/hmn/configs/awg1/20260601-100614/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=2fc4eaa301cc32e28d98631948a03ac9967e358a3ef555ce7871eeb38993e82a --- head --- [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 1 10:08 /root/hmn/configs/awg1/20260601-100614/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=13eaa2259ff85d0be23c911d168f2236eace0fa2aa423785beaff2da4ce2d2f0 --- head --- [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 1 10:08 /root/hmn/configs/awg1/20260601-100614/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=185c75ded1b20f82fec15f000d7c183e90f0ab74ee1ff675c08bdb65faf586b4 --- head --- [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-100614/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 1 10:08 /root/hmn/configs/awg1/20260601-100614/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=d6f82872f840a753d08072bff92507184489f9dd6b4d5cc7fde0d5dbd126d0a9 --- head --- [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 1 14:43 /root/hmn/configs/awg1/20260601-144311/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=812a4ecbd14d3e2e84b0b77a49a9a541ceb5daa3fd8f58d40de5f328300b421c --- head --- [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 1 14:43 /root/hmn/configs/awg1/20260601-144311/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=dfd6f93cf64def89f889808f2bcaae081fdb7d9f8fd9f12b41619d3bedd5b2a4 --- head --- [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 1 14:43 /root/hmn/configs/awg1/20260601-144311/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=8a566f6fe37c6c708692a42caf7b4c599f9ea475882d4fd596774406de55e07d --- head --- [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 1 14:43 /root/hmn/configs/awg1/20260601-144311/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=4f2179435e9ceb20f9e1a45c4499d8970092da3b8332d1aa04e067582959b04f --- head --- [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 1 14:43 /root/hmn/configs/awg1/20260601-144311/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=b80e9933595068f9a009c8a7db8b9413bc3bbd496d3676dce0651653e7e4e50a --- head --- [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 1 14:43 /root/hmn/configs/awg1/20260601-144311/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=999858e632bbd673b50735eeba352e35dd23b56dba8add92d6d0c4c6ae21a210 --- head --- [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 1 14:43 /root/hmn/configs/awg1/20260601-144311/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=a7325cf11f9dd9f25e97643433ac86ce995c691ab522987e857459342689e5c7 --- head --- [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 1 14:43 /root/hmn/configs/awg1/20260601-144311/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=f89e2fd4bca463c6f4e515955fd51fc5eb3f8e7a21c0322d5e7ab970a42c42a5 --- head --- [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=ce852a2e536685a15440405312be0b0b01997002a37135ef0dc3bc4670bbf12c --- head --- [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=9e808ec4230768d89231b4bdd570e52c0ac3019b611d0a9d37cef8d32bdedadc --- head --- [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=47479a72cad46ea2bff169625e48192cfa1be65a66dde4360c6263cf2772a480 --- head --- [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=ac3afe3a96fdd22bc3bdc1abf65412ec13d71bdd65ac7c32a4d8b4693247845e --- head --- [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=570f5856a4e5574ee72fe2c7f361905284156676a621f4a781d01fc32097c2d3 --- head --- [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=38abf351058c490f45bb3bccfbd5fcf8a30f6d463ef5ba8aa8882db51f1b2a46 --- head --- [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=9bd05396d5becc1d22e43515548fa8f9bffcbd768c4a1d3017921429758c6e02 --- head --- [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=e8091e260819907ce9196938061322a229a42f22658aeee28b84e835d46c9f53 --- head --- [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=4d8567b6a9c69cf1b48af6d412463f70e6280db257f74daf8584d7e22cc32bce --- head --- [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=a3093014e8c9c849f4878a5d97dcf153f1f20053f534aeaf512b1120248e7cf5 --- head --- [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=55d32feea21292704c65042e5b16552bfe0d9c86ef4debfc1f906219beb589d6 --- head --- [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=07d8c2762d0b850b76d1d7d793184b1693deee6871f52348697db97fc843db68 --- head --- [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=711c93decc75d8a2190d8264f8bbe98e0f9dd109260c2bfd958cfcf6c2da03dc --- head --- [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=47febbe8c6aed3b8fa3adfed1cb5aefed05cb1e8d031c1d72ccf046fc34b5fea --- head --- [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=a299e7b607c60bc580b9230bcd0f126beb1805948680da4ce75d347293bfb46c --- head --- [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=231947b870174f72886833d353004feab1c8d3c3c0d0cafb909957ac68d5bacf --- head --- [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=d3c665a4b64ddf11df3bdfd2f99fd75e30fcf3e562863a3bedf941c51e9a90ba --- head --- [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=a12ac8c44439c141b564ed0173236fc04167c6172a1ebf255b9cd09a1beb021a --- head --- [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=a2f84e371b91aaf5ec05516332aa7277d334b3a8447ca60cf2e6b4f43404f126 --- head --- [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=807930fbb66c74754b8736d05cc2be7ccd41fe074004e8491972b632d3b1bc8d --- head --- [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=19d6d3ec43801a897e9e8d188120f79cb2a44bd7ccf91bc0b0cd38a21b74791c --- head --- [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=3136d2b00b70d929dbe50c92fe974464076576d0081d8696f8fdf2eb12c02553 --- head --- [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=880d0902be9ed1b06e1f91cd702c3874e87cdf43bd1d87cde0e62633640ae731 --- head --- [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=799873dc3828657e4d8a01daf8bff05b3f78d06b042d496766a5530520e4336d --- head --- [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=c8148100835077285ac3efa66c4e6c03b308669c82efb88bfa98769a41c616ce --- head --- [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=ea3b56814dc905254df0068fbcb222efa18d1c3c4f8499f667e733c7eab75507 --- head --- [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260601-144311/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 1 14:44 /root/hmn/configs/awg1/20260601-144311/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=4ff2a44e9ede8e28e0e04971830bfbffd910c98c868bbc0792cc6b2ed7a9366c --- head --- [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 1 15:15 /root/hmn/configs/awg1/20260601-151531/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=812a4ecbd14d3e2e84b0b77a49a9a541ceb5daa3fd8f58d40de5f328300b421c --- head --- [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 1 15:15 /root/hmn/configs/awg1/20260601-151531/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=b017f6d95a8af06c1a5690e1d9bbf3431c4c929b237e0445719df88b24b9e71a --- head --- [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 1 15:15 /root/hmn/configs/awg1/20260601-151531/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=91792355842f6b7165537e74de75d4b4ade8cb942c43dca72be39a64ccd8d1ab --- head --- [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 1 15:15 /root/hmn/configs/awg1/20260601-151531/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=efedfd7dc07fdb7ee0ecdc8f19661f31f05e86da67842e403e72d317a47b9939 --- head --- [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=ea7a248cef57ecfd6e0fc0566f378986058f53893561a2fc7f238266dd2b1a19 --- head --- [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=dd0982ef4becfb5e3c5fdcafd7840249167e16567d46813ac11dccc31d3a332e --- head --- [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=9c274370ec5e37719ccf4ce0e4973a38fc513d313b959328de99bd18e80356e7 --- head --- [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=2fa4222d1cd029eff68d625d1fd718325f0332fd4dc2958638af5fd44cad2206 --- head --- [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=6f83517082e3433474618f6d3bcbcd2b07656839f8f9a624a57b2d55b0df5e2c --- head --- [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=bcbcf23f1301a5ec4668635e48abac48dfa29ffa8ea4ddf6688a670164c3c8f3 --- head --- [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=a0d4053edcd83e18f91ab4a15c7e8344bc170f18cf7a6589e8b20f608052c981 --- head --- [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=ecdc75894d51a2cc9880551d65938314d3be0d55e40b1acafe9cbe5c8d83ea35 --- head --- [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=980968b2571a41331e5a0cfa47888ca706d085c4ff1ac49518e29737c0cae3ce --- head --- [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=579f655be0716e59022b72a4334845fabdeb9d05878d3ac2862a00ef20c1ef21 --- head --- [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=c95e53d0466b8391083fbb11a8ea410e5a34045af1e7512548f1fd0797de3948 --- head --- [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=fc105840514cfe7142efa36bb1f602ea316cb35b89e79775b47df5b182da33b5 --- head --- [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=a65d9bcbb788bc739017a6d86956e23ed6180f4e13915ae51ba237c099982d75 --- head --- [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=ed163115d467ed1fa8b8bd38f56cf9591a7938ef731646ac2d6160afb9d025d0 --- head --- [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=e975010e435028b5e324a9ccb9be0e9af0cf2662eebd9a1b6330506700bfdd64 --- head --- [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=6f289e5e805b2749d9db0905ea5f5461d858090c8a143d8425a4ed9ec6e0131b --- head --- [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=87a00e29d700814e2ffe9cc9b579cacd5ba9075dfb7e96330d5998d2d90f2dea --- head --- [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=97e7b91a9336a7734be23e5cfdeda322cef3678b22860ba587c87ee627bbb6a3 --- head --- [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=08c23d17e6a9694ebf19c4dcd9075626eb7bef73adede89986665a4e55cdfbaf --- head --- [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=cabcab37ea7f4a4d71b36203950b21e0c30ad3b8e12ee0d8ae5e5e64c505e208 --- head --- [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=87fb916d3259bcf74ff33c652de75689e63149c3ab4e090d5f2336d19bde4329 --- head --- [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=e1dce65bc19d5744595b7e6cca9e261253354e99da2571814c68d3e18208aabb --- head --- [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=84b676eda9022832a38b1df34e50b0cf65365941216753e35619adf5db349701 --- head --- [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=3b1136a01a63feb6e2bb23bf5f7522ab1e7bab7fc9072e9ef574e5a4927231dc --- head --- [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=7fb5a111db139238b654acff59d39c65e83c144745c316a0fa2cd175d339c13b --- head --- [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=f1a01341e30295dc79dfba1be8f6d2f5caacc029d67ee5233015567809f31ec9 --- head --- [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=ee7ffe8a6e1c6d29a5a56790e606771843eb6a6e61307700d56772541b2fb2f7 --- head --- [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=2fc4eaa301cc32e28d98631948a03ac9967e358a3ef555ce7871eeb38993e82a --- head --- [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=c8148100835077285ac3efa66c4e6c03b308669c82efb88bfa98769a41c616ce --- head --- [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=a563a70919fb199a07870f7dabb5f03adff9104733b6c8bb443e8bfa8d562c71 --- head --- [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260601-151531/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 1 15:16 /root/hmn/configs/awg1/20260601-151531/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=258383059c8e248dbe5e62c97268e9290dea464597dbc441679cd664292514b8 --- head --- [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=9cfc2bc8fa429b5b9577a245e6f0dd13602d33d0160a20bd6eab160f4a78f7f0 --- head --- [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=a10d64c83a5bac97572d149bf2c0d4b2b61dacf3c5d98dd09a16db93a4ddcc1b --- head --- [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=2656e4460ce5d763a284b3f8f763b55a465485121284e5b59b71c1d219c68f3c --- head --- [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=4f2179435e9ceb20f9e1a45c4499d8970092da3b8332d1aa04e067582959b04f --- head --- [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=3c1fa361b913c8fd7ccc2021b372567850d3c0467470926f144909762b99f7cb --- head --- [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=2dea112654a2eb0f58b12215d150e9cd77c6bbf847f7809895ccdada657b483d --- head --- [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=a7325cf11f9dd9f25e97643433ac86ce995c691ab522987e857459342689e5c7 --- head --- [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=98e6d006c7d88a653926b6f9ce1dca86e643fb3af8fbcc762e2da284698cc1b0 --- head --- [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=cd1c9b6dc98fb5013237be2562cfe3d2d34992862f9023d0c788ba539e812063 --- head --- [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=4983cc48a834e4e3a980d056696301d580bf23af7c8b902745d1b2a0882c0e23 --- head --- [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=f15baa90cd773429ddab88884acace8b31ba13083466a7ee1fc526b97fcdaaef --- head --- [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=7f763f79764f95b5368c7d84646347b9824220a4caa4750dd62fc16b1ccfca51 --- head --- [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=6dd7551b656bcba33c1d3554fd35ce2fe345f6dd96ed84b636c2251aff6245c0 --- head --- [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 4 04:20 /root/hmn/configs/awg1/20260604-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=c60cf0930f026fc43e3eb68fbb86aea6b61950e99cd6b8da853bf8fc9d053847 --- head --- [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=c95e53d0466b8391083fbb11a8ea410e5a34045af1e7512548f1fd0797de3948 --- head --- [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=6259dcccfea5bb74c603e1e5e9d54255d8c4822cc6a479befbfda69a034e06fd --- head --- [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=a65d9bcbb788bc739017a6d86956e23ed6180f4e13915ae51ba237c099982d75 --- head --- [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=a3093014e8c9c849f4878a5d97dcf153f1f20053f534aeaf512b1120248e7cf5 --- head --- [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=a2f34aadeaedf71297633714640b3f64f015daff2ed5252a620c600a98dc2806 --- head --- [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=d29db3e51787c04a0c49e2b9f0e5698bb55aee554f3f18f5f94e829afc802942 --- head --- [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=711c93decc75d8a2190d8264f8bbe98e0f9dd109260c2bfd958cfcf6c2da03dc --- head --- [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=5930fabe1b27a9a6455dfcba43c72f3f0e3debc99eb36a3d76baefd76b33ed99 --- head --- [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=3b9c111993b042d2b535e580f3ba4c43d643c3a2e44252c5f290a2e935b97ff8 --- head --- [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=c6fbedca1763430aa9ab56406983fdbccce33476e525456f0f4aec6590bb4a0e --- head --- [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=87fb916d3259bcf74ff33c652de75689e63149c3ab4e090d5f2336d19bde4329 --- head --- [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=56daccb8fc9857c3952c09967301801c325923c6e8c926b223c163bb53597e77 --- head --- [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=79b06c2d506ac89101c3635b70f949d3709d2de3ce0c075fb28d901c12de3bd0 --- head --- [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=f948846800e3b081d5e3247f97c88483972c7e6c1e5b852f9b679fcf7e5122ae --- head --- [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=7fb5a111db139238b654acff59d39c65e83c144745c316a0fa2cd175d339c13b --- head --- [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=2fb57d4fb57f63b7071b360229f961af40eab22a6b2de9190a998c554b6b0cb8 --- head --- [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=df084fa882d0205c90419c900c7b4e836a8ed9f5df8effc08cee0a10e2c99c9b --- head --- [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=880d0902be9ed1b06e1f91cd702c3874e87cdf43bd1d87cde0e62633640ae731 --- head --- [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=1424dd6795ecbc4e27e66fc9fcaf702885f44c73e5e03fcb5625099546af7132 --- head --- [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=d161a024d958f314f161e64244954163561b21effbbc7e3fca76f9239bf563f7 --- head --- [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=ea3b56814dc905254df0068fbcb222efa18d1c3c4f8499f667e733c7eab75507 --- head --- [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260604-042000/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 4 04:21 /root/hmn/configs/awg1/20260604-042000/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=258383059c8e248dbe5e62c97268e9290dea464597dbc441679cd664292514b8 --- head --- [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=c35f4006d2fd9e067f3edb3386fde0022692d4dadcf47d10e46c6e0de22033e6 --- head --- [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=dfd6f93cf64def89f889808f2bcaae081fdb7d9f8fd9f12b41619d3bedd5b2a4 --- head --- [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=0d18ee690b900605bcd6bab43b505b268ad810acca45bfcd004def0a60c55798 --- head --- [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=13bc8fd3e922b858e9735c3ac6e1e362f3616d2fb1221546b36e468237631a45 --- head --- [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=749285047123ac9073d6e3394ecece5d2866d78eb11a2d6fb5257a90cbf24161 --- head --- [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=dd0982ef4becfb5e3c5fdcafd7840249167e16567d46813ac11dccc31d3a332e --- head --- [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=e1b50fcf4d90c157867ef036c874a1378f9bbaab83f520928f12df4f8e14abd3 --- head --- [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=e5caf074d55b0724c6a647a4d65b4e825d340045c1fa10d8354e4d6346f2d7cd --- head --- [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=9d34c57d5e34a7e6121e6edf986f975da74d66b56197cb86e65d29548b84bbe3 --- head --- [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=55eee3e1edd7da0d72f77dddfb4b5ed100afd0783c73f65b9ec323531a1a67b0 --- head --- [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=598430bd122a3bb73eeb78b80d0b8d35f78b75753c7508feec227403226e7138 --- head --- [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=aa87d1710e1cd7dd849a73e475b681c0bd3f61a2cc78c2a2f1d9373adbe80424 --- head --- [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=6d8a4ed9ac6bfefd662093ab0fad296f1942a1e674f373e2dab4e8dc22cb46ef --- head --- [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 5 04:20 /root/hmn/configs/awg1/20260605-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=f5244991d7111661fc6ed9f9d40b6b11f97c0b86b4622e9fd85ccfa3bf54f4e3 --- head --- [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=c95e53d0466b8391083fbb11a8ea410e5a34045af1e7512548f1fd0797de3948 --- head --- [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=fc105840514cfe7142efa36bb1f602ea316cb35b89e79775b47df5b182da33b5 --- head --- [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=705c67d6420598dea47ff3657cceb8f860f9a9d5463cadd9ea781679c1e008de --- head --- [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=da3231d7677d5aae165d56baf76c15ccbe7e83a43f28269da994dbe829f10441 --- head --- [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=93fac6299374adc3349c586cf06bca92efc0aa8470c299c8d3b6711287af30bc --- head --- [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=c4f3b59e820c68203f48f099e61240aa75971c0dcbe6837bc0e75ad37bb96f0a --- head --- [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=87a00e29d700814e2ffe9cc9b579cacd5ba9075dfb7e96330d5998d2d90f2dea --- head --- [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=19f5a8a022dd5c0339fcff008b90c593d9641fe3cfb2c5c6b2e346da68cda885 --- head --- [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=2fc92329776002b7da9d088027cd000b1779360d13f433519ec0fb953fecf02a --- head --- [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=cabcab37ea7f4a4d71b36203950b21e0c30ad3b8e12ee0d8ae5e5e64c505e208 --- head --- [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=95425343afa7b961fcb50784fae7dcc135e1112a65eb7371e862ee193eb67328 --- head --- [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=e408c93964e1141bd06f8102f4feb8674a8689e3e91b8273c90d79288178655e --- head --- [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=312eae2d8afd50f255fdadb0f5c1bff56e5757f1c71a1e8c0e72eb4860113226 --- head --- [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=3b1136a01a63feb6e2bb23bf5f7522ab1e7bab7fc9072e9ef574e5a4927231dc --- head --- [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=7fb5a111db139238b654acff59d39c65e83c144745c316a0fa2cd175d339c13b --- head --- [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=ce31a921d9f4bd1b2b902a82e057d1800d750cc2dd551f30c4572520aa19160a --- head --- [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=df084fa882d0205c90419c900c7b4e836a8ed9f5df8effc08cee0a10e2c99c9b --- head --- [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=7115c559f7e89e858e9fb417809b5d949c95bc6616d25eaf20e6480f63e31ea4 --- head --- [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=1424dd6795ecbc4e27e66fc9fcaf702885f44c73e5e03fcb5625099546af7132 --- head --- [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=d161a024d958f314f161e64244954163561b21effbbc7e3fca76f9239bf563f7 --- head --- [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=61dc14ba063828904bc73729e947aaaf216e03b24bb9c3c245e6d0cf6105a923 --- head --- [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260605-042000/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 5 04:21 /root/hmn/configs/awg1/20260605-042000/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=e1f5b9534fdad1a9e68ff6600933677dd3cb9774bc8848ada96495a4a45c2baa --- head --- [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=93e7dbc90f6c0d0a50ad9d4a764c4904f3549bca22400e151e4adf49b6178ada --- head --- [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=dfd6f93cf64def89f889808f2bcaae081fdb7d9f8fd9f12b41619d3bedd5b2a4 --- head --- [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=eb384c9c2a091adf62d6bd737f67d86ed869731cc7c6156806c68709c9484891 --- head --- [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=0c8dee1da3ff0855a15a7c998db91adecf0c67a06736f46bfe26032928629a4c --- head --- [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=749285047123ac9073d6e3394ecece5d2866d78eb11a2d6fb5257a90cbf24161 --- head --- [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=dd0982ef4becfb5e3c5fdcafd7840249167e16567d46813ac11dccc31d3a332e --- head --- [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=1099657f5e2f0ccec024e069bea27d22837d7b93a8fba4e8e123d43ba443072c --- head --- [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=71f8516489d325eb7c65858fa164700f8d9afed0e35dae1bc15ec94cbbbd9415 --- head --- [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=cd1c9b6dc98fb5013237be2562cfe3d2d34992862f9023d0c788ba539e812063 --- head --- [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=e6b5c0c1413f7dff68b2ecbaf2d0331a312afa2a6a672914760d2f6994497190 --- head --- [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=f436cbf80c7e69b5361c625271e38b58f187685f30cd2c45f0736d99a830e16c --- head --- [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=956b01444a1add6fa0a7573e41fbc0a969804dfd03c36169a13d946ad094d87e --- head --- [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=6d8a4ed9ac6bfefd662093ab0fad296f1942a1e674f373e2dab4e8dc22cb46ef --- head --- [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 6 04:20 /root/hmn/configs/awg1/20260606-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=38abf351058c490f45bb3bccfbd5fcf8a30f6d463ef5ba8aa8882db51f1b2a46 --- head --- [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=c95e53d0466b8391083fbb11a8ea410e5a34045af1e7512548f1fd0797de3948 --- head --- [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=81b6e82f1b92c96c004bcd43b28868e280cf579f64356a11d1c7a2181379a92a --- head --- [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=b3f51431951086aa2c2c8333cf053c67f7fb6babf634a873172d382932f5653c --- head --- [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=a9bd90fed7494ff01746a3fc1ca685d7027d9d9155f9487485bae07b15c37cb4 --- head --- [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=5a4468f1948b032b678e44d8ab65ebc802ea1a76e92f7a300b1de9dcd7f2d098 --- head --- [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=07d8c2762d0b850b76d1d7d793184b1693deee6871f52348697db97fc843db68 --- head --- [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=97b16a978c0df869c7db08ebe67d04052bb6a4bb3d2e2f2e6524d9b6d8e62463 --- head --- [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=ea5d81ae632a137b4a1ad0c3325be1015fd44e5b1c631fa1c8eb24d1a79db82e --- head --- [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=23118f27a0168a019d6c087fd69ec488f006311e626053e24d1b3681d77a7291 --- head --- [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=231947b870174f72886833d353004feab1c8d3c3c0d0cafb909957ac68d5bacf --- head --- [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=95425343afa7b961fcb50784fae7dcc135e1112a65eb7371e862ee193eb67328 --- head --- [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=725543080feb21ffc177264ada8783c57dae7a9c8deb83ace00633f613f1a055 --- head --- [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=a2f84e371b91aaf5ec05516332aa7277d334b3a8447ca60cf2e6b4f43404f126 --- head --- [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=807930fbb66c74754b8736d05cc2be7ccd41fe074004e8491972b632d3b1bc8d --- head --- [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=9372a91e0f899c1ca3d197f62c2d243da53848e6eba95c266056c2ee43e41789 --- head --- [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=2fb57d4fb57f63b7071b360229f961af40eab22a6b2de9190a998c554b6b0cb8 --- head --- [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=df084fa882d0205c90419c900c7b4e836a8ed9f5df8effc08cee0a10e2c99c9b --- head --- [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=7115c559f7e89e858e9fb417809b5d949c95bc6616d25eaf20e6480f63e31ea4 --- head --- [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=e8e5d4ae6e201b422d46268b3146190685b4fa5b8616f177a5ebf362940bf745 --- head --- [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=c8148100835077285ac3efa66c4e6c03b308669c82efb88bfa98769a41c616ce --- head --- [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=2ee76606680497024b2517e70324ff6729d0b27e0c8d828b4f515ec424ba66c6 --- head --- [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260606-042000/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 6 04:21 /root/hmn/configs/awg1/20260606-042000/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=6d6510cda90c8eabf250b84fa984c156edf8ff4fb2b4acadb74bfd9968d4e7a4 --- head --- [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 6 18:07 /root/hmn/configs/awg1/20260606-180709/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=4ebebcd6df9df604ae00b345cc2ee5bed5d885fc36c6e59a28501b5b35ce66f0 --- head --- [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 6 18:07 /root/hmn/configs/awg1/20260606-180709/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=6b01e28ab0b4a82147973032fb7579d915f839bbec6ac3c2f855871131608218 --- head --- [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 6 18:07 /root/hmn/configs/awg1/20260606-180709/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=0d18ee690b900605bcd6bab43b505b268ad810acca45bfcd004def0a60c55798 --- head --- [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 6 18:07 /root/hmn/configs/awg1/20260606-180709/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=0c8dee1da3ff0855a15a7c998db91adecf0c67a06736f46bfe26032928629a4c --- head --- [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 6 18:07 /root/hmn/configs/awg1/20260606-180709/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=b80e9933595068f9a009c8a7db8b9413bc3bbd496d3676dce0651653e7e4e50a --- head --- [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 6 18:07 /root/hmn/configs/awg1/20260606-180709/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=d5964e26e9bb5c01fe919a4975ae30885c0ab8b962713f044fcf40a430765a48 --- head --- [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 6 18:07 /root/hmn/configs/awg1/20260606-180709/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=e1b50fcf4d90c157867ef036c874a1378f9bbaab83f520928f12df4f8e14abd3 --- head --- [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 6 18:07 /root/hmn/configs/awg1/20260606-180709/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=e5caf074d55b0724c6a647a4d65b4e825d340045c1fa10d8354e4d6346f2d7cd --- head --- [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=2dfc8aefc061c7a45242e2e782bb03920fbd4e9a90555953a857f1ca8e915a4f --- head --- [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=9e808ec4230768d89231b4bdd570e52c0ac3019b611d0a9d37cef8d32bdedadc --- head --- [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=f15baa90cd773429ddab88884acace8b31ba13083466a7ee1fc526b97fcdaaef --- head --- [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=aa87d1710e1cd7dd849a73e475b681c0bd3f61a2cc78c2a2f1d9373adbe80424 --- head --- [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=c101f49b6a47c1bc32f2dff85d38862be3731520abbef1030fc856fe44c31a0b --- head --- [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=b079eb69824f290b061652fac035fa41eae916b7fbe06d265479cfb2a41f53c8 --- head --- [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=b2de0f0ef03cb21230db028d2b238a3e73cad9a46432f40bc94a9369f3122898 --- head --- [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=00aa84e1fb9e903bdc900a8106e502fd65a01f9ad6a03bdd44688fd283d198f4 --- head --- [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=b3f51431951086aa2c2c8333cf053c67f7fb6babf634a873172d382932f5653c --- head --- [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=a9bd90fed7494ff01746a3fc1ca685d7027d9d9155f9487485bae07b15c37cb4 --- head --- [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=6282f8cbb44038c40a5400bf20daa7a3ce1c2da7ed51994e05f35f3c6d93b060 --- head --- [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=c4f3b59e820c68203f48f099e61240aa75971c0dcbe6837bc0e75ad37bb96f0a --- head --- [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=6c24da19fd0264b24bcb38488ce3b723d047b548ddefd420a57e31d215891cab --- head --- [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=5930fabe1b27a9a6455dfcba43c72f3f0e3debc99eb36a3d76baefd76b33ed99 --- head --- [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=23118f27a0168a019d6c087fd69ec488f006311e626053e24d1b3681d77a7291 --- head --- [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=2fe632fd90463e6504f31013446b132a6fc6082d37e1d9189dcea03ca44d606d --- head --- [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=dbe745acccfce6184c7113d1bb85720f7a2fcf0c6ebfb981fcd16a7cbda18943 --- head --- [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=e1dce65bc19d5744595b7e6cca9e261253354e99da2571814c68d3e18208aabb --- head --- [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=a2f84e371b91aaf5ec05516332aa7277d334b3a8447ca60cf2e6b4f43404f126 --- head --- [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=03eea543cb8555291d1ef81b0bc00c9551f1b14cc0f9a63382d402d055a97be4 --- head --- [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=9372a91e0f899c1ca3d197f62c2d243da53848e6eba95c266056c2ee43e41789 --- head --- [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=ce31a921d9f4bd1b2b902a82e057d1800d750cc2dd551f30c4572520aa19160a --- head --- [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=11f94f1eba66370bd433e8a40f511425f918c67e532c3b53ae5f3b757de92c91 --- head --- [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=000df3afa3bf2bf6e021a93dddea745665d3eba66cfb454ab5672669990d3dd4 --- head --- [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=2fc4eaa301cc32e28d98631948a03ac9967e358a3ef555ce7871eeb38993e82a --- head --- [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=c8148100835077285ac3efa66c4e6c03b308669c82efb88bfa98769a41c616ce --- head --- [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=2ee76606680497024b2517e70324ff6729d0b27e0c8d828b4f515ec424ba66c6 --- head --- [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260606-180709/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 6 18:08 /root/hmn/configs/awg1/20260606-180709/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=258383059c8e248dbe5e62c97268e9290dea464597dbc441679cd664292514b8 --- head --- [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=93e7dbc90f6c0d0a50ad9d4a764c4904f3549bca22400e151e4adf49b6178ada --- head --- [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=43c4c72f4da3786317fd6c86e264474293ebbbc7e99cce86242f52896f932e9d --- head --- [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=82e042e758987453cf840574bf832d4defe3ea48696b0c35c0b48ddefa7ebba3 --- head --- [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=a270cee21dc2a2ec29032eb91b6e3e0ddf4b649e44f8692041676bbc3cac3f30 --- head --- [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=c018e5943f0ed814fe78979e4a9e130fafa58ac95741e2cc2e6ebeb7843250ff --- head --- [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=0684322ddcac29f03f886831f49e78ed37e26c258770418337ba96e90b0f6872 --- head --- [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=e1b50fcf4d90c157867ef036c874a1378f9bbaab83f520928f12df4f8e14abd3 --- head --- [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=e5caf074d55b0724c6a647a4d65b4e825d340045c1fa10d8354e4d6346f2d7cd --- head --- [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=6f83517082e3433474618f6d3bcbcd2b07656839f8f9a624a57b2d55b0df5e2c --- head --- [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=c2be2068fa910979e3429af8afb6800386ebd745c543495e65933f2e5c8c6692 --- head --- [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=f15baa90cd773429ddab88884acace8b31ba13083466a7ee1fc526b97fcdaaef --- head --- [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=aa87d1710e1cd7dd849a73e475b681c0bd3f61a2cc78c2a2f1d9373adbe80424 --- head --- [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=980968b2571a41331e5a0cfa47888ca706d085c4ff1ac49518e29737c0cae3ce --- head --- [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 7 04:20 /root/hmn/configs/awg1/20260607-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=38abf351058c490f45bb3bccfbd5fcf8a30f6d463ef5ba8aa8882db51f1b2a46 --- head --- [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=b2de0f0ef03cb21230db028d2b238a3e73cad9a46432f40bc94a9369f3122898 --- head --- [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=9bd552e3188ac7192cca177d2deafb55b496ac115428631ed2e5a92304a37ec8 --- head --- [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=3856fabf7be6b1dd31a364f4a7721ef8240b71151309528833315fcca500fa66 --- head --- [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=da3231d7677d5aae165d56baf76c15ccbe7e83a43f28269da994dbe829f10441 --- head --- [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=6282f8cbb44038c40a5400bf20daa7a3ce1c2da7ed51994e05f35f3c6d93b060 --- head --- [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=c4f3b59e820c68203f48f099e61240aa75971c0dcbe6837bc0e75ad37bb96f0a --- head --- [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=a8becbe7921835198b1c70505f8d08f1b531a1c1602195f0dea023b367c2783a --- head --- [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=d02b88a6989f3fd8a478357df41a9c54083682e52f5b1be67638fe25897a6555 --- head --- [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=2a7889a965da2fea0eb5e504415bb69c4c395762946b767042e37f8b69bc940e --- head --- [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=d0cde7c6c7c0ef445ea84cf501a505e8e4307433b67d4a4cdc0578aead2c781b --- head --- [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=87fb916d3259bcf74ff33c652de75689e63149c3ab4e090d5f2336d19bde4329 --- head --- [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=a12ac8c44439c141b564ed0173236fc04167c6172a1ebf255b9cd09a1beb021a --- head --- [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=312eae2d8afd50f255fdadb0f5c1bff56e5757f1c71a1e8c0e72eb4860113226 --- head --- [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=807930fbb66c74754b8736d05cc2be7ccd41fe074004e8491972b632d3b1bc8d --- head --- [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=3dc2593097eab0b8b1c70f4c9448103f5616d365ba31b94a12d4704af5e43aef --- head --- [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=0bf7277aabdcbc45678c6ac1e46e1a05e4767595462b8a055526fbedc8ecee7a --- head --- [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=3136d2b00b70d929dbe50c92fe974464076576d0081d8696f8fdf2eb12c02553 --- head --- [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=7115c559f7e89e858e9fb417809b5d949c95bc6616d25eaf20e6480f63e31ea4 --- head --- [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=799873dc3828657e4d8a01daf8bff05b3f78d06b042d496766a5530520e4336d --- head --- [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=13eaa2259ff85d0be23c911d168f2236eace0fa2aa423785beaff2da4ce2d2f0 --- head --- [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=9865e96fb64641542d782e43c561112def41ce5feb174cb388b5a02d3a0ca37f --- head --- [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-042000/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 7 04:21 /root/hmn/configs/awg1/20260607-042000/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=4ff2a44e9ede8e28e0e04971830bfbffd910c98c868bbc0792cc6b2ed7a9366c --- head --- [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 7 12:07 /root/hmn/configs/awg1/20260607-120709/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=812a4ecbd14d3e2e84b0b77a49a9a541ceb5daa3fd8f58d40de5f328300b421c --- head --- [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 7 12:07 /root/hmn/configs/awg1/20260607-120709/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=a10d64c83a5bac97572d149bf2c0d4b2b61dacf3c5d98dd09a16db93a4ddcc1b --- head --- [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 7 12:07 /root/hmn/configs/awg1/20260607-120709/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=82e042e758987453cf840574bf832d4defe3ea48696b0c35c0b48ddefa7ebba3 --- head --- [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 7 12:07 /root/hmn/configs/awg1/20260607-120709/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=13bc8fd3e922b858e9735c3ac6e1e362f3616d2fb1221546b36e468237631a45 --- head --- [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 7 12:07 /root/hmn/configs/awg1/20260607-120709/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=3c1fa361b913c8fd7ccc2021b372567850d3c0467470926f144909762b99f7cb --- head --- [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 7 12:07 /root/hmn/configs/awg1/20260607-120709/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=2dea112654a2eb0f58b12215d150e9cd77c6bbf847f7809895ccdada657b483d --- head --- [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 7 12:07 /root/hmn/configs/awg1/20260607-120709/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=9c274370ec5e37719ccf4ce0e4973a38fc513d313b959328de99bd18e80356e7 --- head --- [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 7 12:07 /root/hmn/configs/awg1/20260607-120709/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=4f60f250597fc0dcbbb486588ee077fba1b82ed27f0eee606e303ffc89be5340 --- head --- [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=cd1c9b6dc98fb5013237be2562cfe3d2d34992862f9023d0c788ba539e812063 --- head --- [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=4983cc48a834e4e3a980d056696301d580bf23af7c8b902745d1b2a0882c0e23 --- head --- [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=a0d4053edcd83e18f91ab4a15c7e8344bc170f18cf7a6589e8b20f608052c981 --- head --- [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=7f763f79764f95b5368c7d84646347b9824220a4caa4750dd62fc16b1ccfca51 --- head --- [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=980968b2571a41331e5a0cfa47888ca706d085c4ff1ac49518e29737c0cae3ce --- head --- [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=38abf351058c490f45bb3bccfbd5fcf8a30f6d463ef5ba8aa8882db51f1b2a46 --- head --- [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=9bd05396d5becc1d22e43515548fa8f9bffcbd768c4a1d3017921429758c6e02 --- head --- [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=3641ebe92d37c0c1a1d31d5c3b4ca4daa261296c80606161d45185ea5f11278f --- head --- [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=4d8567b6a9c69cf1b48af6d412463f70e6280db257f74daf8584d7e22cc32bce --- head --- [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=a9bd90fed7494ff01746a3fc1ca685d7027d9d9155f9487485bae07b15c37cb4 --- head --- [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=55d32feea21292704c65042e5b16552bfe0d9c86ef4debfc1f906219beb589d6 --- head --- [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=c4f3b59e820c68203f48f099e61240aa75971c0dcbe6837bc0e75ad37bb96f0a --- head --- [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=6c24da19fd0264b24bcb38488ce3b723d047b548ddefd420a57e31d215891cab --- head --- [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=19f5a8a022dd5c0339fcff008b90c593d9641fe3cfb2c5c6b2e346da68cda885 --- head --- [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=3b9c111993b042d2b535e580f3ba4c43d643c3a2e44252c5f290a2e935b97ff8 --- head --- [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=f9e592d41d7da3bd4381f27bfec289887b36da583ec10d26268a9186a9144008 --- head --- [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=87fb916d3259bcf74ff33c652de75689e63149c3ab4e090d5f2336d19bde4329 --- head --- [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=17f113c41eb37e6ace651e692e861be6fb9a0dc04aa2b02c7c4a5a28bf3f8f1a --- head --- [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=79b06c2d506ac89101c3635b70f949d3709d2de3ce0c075fb28d901c12de3bd0 --- head --- [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=03eea543cb8555291d1ef81b0bc00c9551f1b14cc0f9a63382d402d055a97be4 --- head --- [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=19d6d3ec43801a897e9e8d188120f79cb2a44bd7ccf91bc0b0cd38a21b74791c --- head --- [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=d94dc1d53897bb2bda7793a31d08293ef7d241f36a2af1f3442129f9ca0e0ab8 --- head --- [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=11f94f1eba66370bd433e8a40f511425f918c67e532c3b53ae5f3b757de92c91 --- head --- [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=2c79b4fa4cfcc6ed15f3f8ec2bc10d924931fda0e902866342319a1a5d6d386d --- head --- [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=1424dd6795ecbc4e27e66fc9fcaf702885f44c73e5e03fcb5625099546af7132 --- head --- [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=d161a024d958f314f161e64244954163561b21effbbc7e3fca76f9239bf563f7 --- head --- [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=a563a70919fb199a07870f7dabb5f03adff9104733b6c8bb443e8bfa8d562c71 --- head --- [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-120709/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 7 12:08 /root/hmn/configs/awg1/20260607-120709/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=258383059c8e248dbe5e62c97268e9290dea464597dbc441679cd664292514b8 --- head --- [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 7 12:22 /root/hmn/configs/awg1/20260607-122209/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=812a4ecbd14d3e2e84b0b77a49a9a541ceb5daa3fd8f58d40de5f328300b421c --- head --- [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 7 12:22 /root/hmn/configs/awg1/20260607-122209/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=6b01e28ab0b4a82147973032fb7579d915f839bbec6ac3c2f855871131608218 --- head --- [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 7 12:22 /root/hmn/configs/awg1/20260607-122209/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=eb384c9c2a091adf62d6bd737f67d86ed869731cc7c6156806c68709c9484891 --- head --- [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 7 12:22 /root/hmn/configs/awg1/20260607-122209/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=4f2179435e9ceb20f9e1a45c4499d8970092da3b8332d1aa04e067582959b04f --- head --- [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 7 12:22 /root/hmn/configs/awg1/20260607-122209/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=ea7a248cef57ecfd6e0fc0566f378986058f53893561a2fc7f238266dd2b1a19 --- head --- [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 7 12:22 /root/hmn/configs/awg1/20260607-122209/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=d5964e26e9bb5c01fe919a4975ae30885c0ab8b962713f044fcf40a430765a48 --- head --- [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 7 12:22 /root/hmn/configs/awg1/20260607-122209/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=e1b50fcf4d90c157867ef036c874a1378f9bbaab83f520928f12df4f8e14abd3 --- head --- [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 7 12:22 /root/hmn/configs/awg1/20260607-122209/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=e5caf074d55b0724c6a647a4d65b4e825d340045c1fa10d8354e4d6346f2d7cd --- head --- [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=9d34c57d5e34a7e6121e6edf986f975da74d66b56197cb86e65d29548b84bbe3 --- head --- [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=9e808ec4230768d89231b4bdd570e52c0ac3019b611d0a9d37cef8d32bdedadc --- head --- [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=598430bd122a3bb73eeb78b80d0b8d35f78b75753c7508feec227403226e7138 --- head --- [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=ecdc75894d51a2cc9880551d65938314d3be0d55e40b1acafe9cbe5c8d83ea35 --- head --- [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=c101f49b6a47c1bc32f2dff85d38862be3731520abbef1030fc856fe44c31a0b --- head --- [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=c60cf0930f026fc43e3eb68fbb86aea6b61950e99cd6b8da853bf8fc9d053847 --- head --- [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=32448a0a392120f14e4c1b5b980fc6e6a9fa8e35aba10779eb839c5fd52d1fdb --- head --- [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=00aa84e1fb9e903bdc900a8106e502fd65a01f9ad6a03bdd44688fd283d198f4 --- head --- [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=3856fabf7be6b1dd31a364f4a7721ef8240b71151309528833315fcca500fa66 --- head --- [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=a3093014e8c9c849f4878a5d97dcf153f1f20053f534aeaf512b1120248e7cf5 --- head --- [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=e975010e435028b5e324a9ccb9be0e9af0cf2662eebd9a1b6330506700bfdd64 --- head --- [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=6f289e5e805b2749d9db0905ea5f5461d858090c8a143d8425a4ed9ec6e0131b --- head --- [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=97b16a978c0df869c7db08ebe67d04052bb6a4bb3d2e2f2e6524d9b6d8e62463 --- head --- [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=d02b88a6989f3fd8a478357df41a9c54083682e52f5b1be67638fe25897a6555 --- head --- [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=2fc92329776002b7da9d088027cd000b1779360d13f433519ec0fb953fecf02a --- head --- [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=fe4cc0db9ae7b07c6bc6a91ce7578629a9d2f981744165a613da19ccf8f1f0fa --- head --- [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=89f598356c369acdcf3c6a1c072e59809f5a959298cd6d1445762f5e9be4544f --- head --- [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=a12ac8c44439c141b564ed0173236fc04167c6172a1ebf255b9cd09a1beb021a --- head --- [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=2ecee04f2911b07e94e22f41ff54bc74013f6efe601f38680998f42367fa9bcb --- head --- [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=3b1136a01a63feb6e2bb23bf5f7522ab1e7bab7fc9072e9ef574e5a4927231dc --- head --- [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=19d6d3ec43801a897e9e8d188120f79cb2a44bd7ccf91bc0b0cd38a21b74791c --- head --- [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=1a649f10c87476e6e9b141988bd33bf0825da72ddc8b2851c3390fd9792b45fe --- head --- [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf -rw------- 1 root root 361 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf sha256=3136d2b00b70d929dbe50c92fe974464076576d0081d8696f8fdf2eb12c02553 --- head --- [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 45.136.124.112:46530 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=880d0902be9ed1b06e1f91cd702c3874e87cdf43bd1d87cde0e62633640ae731 --- head --- [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=799873dc3828657e4d8a01daf8bff05b3f78d06b042d496766a5530520e4336d --- head --- [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=7ecee091b37acb26f57e02e8a707070dfd1c2accecfc3ed8b0395517d692dcba --- head --- [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=185c75ded1b20f82fec15f000d7c183e90f0ab74ee1ff675c08bdb65faf586b4 --- head --- [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-122209/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 7 12:23 /root/hmn/configs/awg1/20260607-122209/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=258383059c8e248dbe5e62c97268e9290dea464597dbc441679cd664292514b8 --- head --- [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 7 18:07 /root/hmn/configs/awg1/20260607-180718/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=9cfc2bc8fa429b5b9577a245e6f0dd13602d33d0160a20bd6eab160f4a78f7f0 --- head --- [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 7 18:07 /root/hmn/configs/awg1/20260607-180718/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=43c4c72f4da3786317fd6c86e264474293ebbbc7e99cce86242f52896f932e9d --- head --- [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 7 18:07 /root/hmn/configs/awg1/20260607-180718/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=0d18ee690b900605bcd6bab43b505b268ad810acca45bfcd004def0a60c55798 --- head --- [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 7 18:07 /root/hmn/configs/awg1/20260607-180718/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=4f2179435e9ceb20f9e1a45c4499d8970092da3b8332d1aa04e067582959b04f --- head --- [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 7 18:08 /root/hmn/configs/awg1/20260607-180718/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=3c1fa361b913c8fd7ccc2021b372567850d3c0467470926f144909762b99f7cb --- head --- [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 7 18:08 /root/hmn/configs/awg1/20260607-180718/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=d533e82dbd8b70626e4cd424bf469c91ea279da50125e68e01386aca4d829f2d --- head --- [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 7 18:08 /root/hmn/configs/awg1/20260607-180718/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=a81e60c0ce1d233581b0d00bb0c520e4bca15362493d647091dabe3c05594f70 --- head --- [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 7 18:08 /root/hmn/configs/awg1/20260607-180718/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=e5caf074d55b0724c6a647a4d65b4e825d340045c1fa10d8354e4d6346f2d7cd --- head --- [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 7 18:08 /root/hmn/configs/awg1/20260607-180718/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=18d3269370940112531234dcc1d9f9cd990766f7cab536788dd640413baf78c7 --- head --- [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 7 18:08 /root/hmn/configs/awg1/20260607-180718/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=47479a72cad46ea2bff169625e48192cfa1be65a66dde4360c6263cf2772a480 --- head --- [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 7 18:08 /root/hmn/configs/awg1/20260607-180718/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=956b01444a1add6fa0a7573e41fbc0a969804dfd03c36169a13d946ad094d87e --- head --- [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=6d8a4ed9ac6bfefd662093ab0fad296f1942a1e674f373e2dab4e8dc22cb46ef --- head --- [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=77e97008bc0bb1016077049af928f9f3fa686261955f4cf1cff875b864a89a60 --- head --- [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=0c5697d02cfd83a280e8ab0d63fb00325d1c176117f063623aa788106bbd9af6 --- head --- [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=e975010e435028b5e324a9ccb9be0e9af0cf2662eebd9a1b6330506700bfdd64 --- head --- [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=c4f3b59e820c68203f48f099e61240aa75971c0dcbe6837bc0e75ad37bb96f0a --- head --- [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=40812291a394ee21de56f3564662e814fd34b19ad93049dcfc93658f2fedc3e1 --- head --- [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=ea5d81ae632a137b4a1ad0c3325be1015fd44e5b1c631fa1c8eb24d1a79db82e --- head --- [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=08c23d17e6a9694ebf19c4dcd9075626eb7bef73adede89986665a4e55cdfbaf --- head --- [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=2fe632fd90463e6504f31013446b132a6fc6082d37e1d9189dcea03ca44d606d --- head --- [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=6527b27629f230cd274de5d80a0ae918cf2447c5dd6a7b2e816738d54f9e9dd2 --- head --- [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=be83a1c8be5ee6493b921b36cd5ba8c34f6f1e7f45bf0ce12c1b1f5dee491a09 --- head --- [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=a2f84e371b91aaf5ec05516332aa7277d334b3a8447ca60cf2e6b4f43404f126 --- head --- [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=f948846800e3b081d5e3247f97c88483972c7e6c1e5b852f9b679fcf7e5122ae --- head --- [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=e5059057c7ef1f2a4e40b689aaed29c523c3caf85d8c79197d15a42ab9df750a --- head --- [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=4917fda559036218b61c445f1cfeaa206dc6aca346c9f7d90fdccdf0092728d7 --- head --- [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf -rw------- 1 root root 361 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf sha256=aff2fa448769cfff613db73fcd2d69dcfb918ed2c8c9aee72b44953bf9806000 --- head --- [Interface] Address = 10.93.232.118/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 35 S2 = 33 H1 = 423311778 H2 = 1401745380 H3 = 647312187 H4 = 284096729 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.135.119.55:35962 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=7115c559f7e89e858e9fb417809b5d949c95bc6616d25eaf20e6480f63e31ea4 --- head --- [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=2fc4eaa301cc32e28d98631948a03ac9967e358a3ef555ce7871eeb38993e82a --- head --- [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=d161a024d958f314f161e64244954163561b21effbbc7e3fca76f9239bf563f7 --- head --- [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 7 18:09 /root/hmn/configs/awg1/20260607-180718/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=ea3b56814dc905254df0068fbcb222efa18d1c3c4f8499f667e733c7eab75507 --- head --- [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260607-180718/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 7 18:10 /root/hmn/configs/awg1/20260607-180718/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=258383059c8e248dbe5e62c97268e9290dea464597dbc441679cd664292514b8 --- head --- [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf -rw------- 1 root root 363 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf sha256=93e7dbc90f6c0d0a50ad9d4a764c4904f3549bca22400e151e4adf49b6178ada --- head --- [Interface] Address = 10.119.255.221/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 91.132.92.254:40180 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=6b01e28ab0b4a82147973032fb7579d915f839bbec6ac3c2f855871131608218 --- head --- [Interface] Address = 10.112.61.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=2656e4460ce5d763a284b3f8f763b55a465485121284e5b59b71c1d219c68f3c --- head --- [Interface] Address = 10.97.189.145/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf -rw------- 1 root root 362 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf sha256=13bc8fd3e922b858e9735c3ac6e1e362f3616d2fb1221546b36e468237631a45 --- head --- [Interface] Address = 10.98.185.231/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 83.172.150.55:39226 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=ea7a248cef57ecfd6e0fc0566f378986058f53893561a2fc7f238266dd2b1a19 --- head --- [Interface] Address = 10.100.253.62/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=d5964e26e9bb5c01fe919a4975ae30885c0ab8b962713f044fcf40a430765a48 --- head --- [Interface] Address = 10.101.62.76/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf -rw------- 1 root root 362 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf sha256=1099657f5e2f0ccec024e069bea27d22837d7b93a8fba4e8e123d43ba443072c --- head --- [Interface] Address = 10.102.248.71/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.122:46834 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf -rw------- 1 root root 362 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf sha256=f7109e1257685f15678b1d421e917d7b83bd5901de59ef361a3e85c09041882c --- head --- [Interface] Address = 10.103.58.28/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.98:38429 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=2dfc8aefc061c7a45242e2e782bb03920fbd4e9a90555953a857f1ca8e915a4f --- head --- [Interface] Address = 10.103.189.240/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 359 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=bcbcf23f1301a5ec4668635e48abac48dfa29ffa8ea4ddf6688a670164c3c8f3 --- head --- [Interface] Address = 10.104.58.24/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf -rw------- 1 root root 363 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf sha256=5e352135ae095770ed0474326d519132cf44e3f55563422320dbc5380e8f6228 --- head --- [Interface] Address = 10.104.124.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.204:44278 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf -rw------- 1 root root 357 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf sha256=aa87d1710e1cd7dd849a73e475b681c0bd3f61a2cc78c2a2f1d9373adbe80424 --- head --- [Interface] Address = 10.107.46.44/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.3.9.146:31053 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf -rw------- 1 root root 361 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf sha256=c101f49b6a47c1bc32f2dff85d38862be3731520abbef1030fc856fe44c31a0b --- head --- [Interface] Address = 10.107.110.47/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 75.127.5.178:36870 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=c60cf0930f026fc43e3eb68fbb86aea6b61950e99cd6b8da853bf8fc9d053847 --- head --- [Interface] Address = 10.108.236.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 359 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=c95e53d0466b8391083fbb11a8ea410e5a34045af1e7512548f1fd0797de3948 --- head --- [Interface] Address = 10.81.110.248/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=9bd552e3188ac7192cca177d2deafb55b496ac115428631ed2e5a92304a37ec8 --- head --- [Interface] Address = 10.82.237.34/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf -rw------- 1 root root 357 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf sha256=a65d9bcbb788bc739017a6d86956e23ed6180f4e13915ae51ba237c099982d75 --- head --- [Interface] Address = 10.83.46.58/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.151:42180 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 361 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=2c207c26ba67a1d7af26143aba23ef6be9e6bd6750972cc9ff668df8c10aff6a --- head --- [Interface] Address = 10.83.172.84/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=a2f34aadeaedf71297633714640b3f64f015daff2ed5252a620c600a98dc2806 --- head --- [Interface] Address = 10.83.239.209/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=af5d8e468a69a1373fb0e81acac0d3b5effeb404f90b195edac1e3113ca84fd7 --- head --- [Interface] Address = 10.86.111.229/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf -rw------- 1 root root 362 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf sha256=87a00e29d700814e2ffe9cc9b579cacd5ba9075dfb7e96330d5998d2d90f2dea --- head --- [Interface] Address = 10.86.168.237/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 188.190.4.220:33470 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=19f5a8a022dd5c0339fcff008b90c593d9641fe3cfb2c5c6b2e346da68cda885 --- head --- [Interface] Address = 10.87.172.196/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf -rw------- 1 root root 360 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf sha256=3b9c111993b042d2b535e580f3ba4c43d643c3a2e44252c5f290a2e935b97ff8 --- head --- [Interface] Address = 10.89.174.174/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.31.121.82:34442 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=d0cde7c6c7c0ef445ea84cf501a505e8e4307433b67d4a4cdc0578aead2c781b --- head --- [Interface] Address = 10.90.239.120/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 361 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=dbe745acccfce6184c7113d1bb85720f7a2fcf0c6ebfb981fcd16a7cbda18943 --- head --- [Interface] Address = 10.91.169.92/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 361 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=e1dce65bc19d5744595b7e6cca9e261253354e99da2571814c68d3e18208aabb --- head --- [Interface] Address = 10.91.235.78/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 361 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=312eae2d8afd50f255fdadb0f5c1bff56e5757f1c71a1e8c0e72eb4860113226 --- head --- [Interface] Address = 10.92.175.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf -rw------- 1 root root 364 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf sha256=605548118108385516a520acf2f6ed04206bf4b48f82ee3e1095ea6204977b97 --- head --- [Interface] Address = 10.122.170.16/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 53 S2 = 133 H1 = 110533545 H2 = 1418818303 H3 = 1927155144 H4 = 1127283315 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 158.255.215.31:36618 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=19d6d3ec43801a897e9e8d188120f79cb2a44bd7ccf91bc0b0cd38a21b74791c --- head --- [Interface] Address = 10.124.239.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf -rw------- 1 root root 363 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf sha256=2fb57d4fb57f63b7071b360229f961af40eab22a6b2de9190a998c554b6b0cb8 --- head --- [Interface] Address = 10.111.170.228/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 146 S2 = 18 H1 = 1224938662 H2 = 683050315 H3 = 2058436965 H4 = 331481638 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.39.68.136:46149 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=880d0902be9ed1b06e1f91cd702c3874e87cdf43bd1d87cde0e62633640ae731 --- head --- [Interface] Address = 10.95.45.74/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf -rw------- 1 root root 361 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf sha256=076d5ddf4d4cb1271201944859a5a5ad1051bfdef42ed5fe27410ac66713d7c8 --- head --- [Interface] Address = 10.65.45.252/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.156.206.18:37498 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 362 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=75301d67ca1184d5fe0b9da7ca10806e82c3600bb3c1a9c034ecbbc78e962409 --- head --- [Interface] Address = 10.67.235.136/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf -rw------- 1 root root 361 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf sha256=a563a70919fb199a07870f7dabb5f03adff9104733b6c8bb443e8bfa8d562c71 --- head --- [Interface] Address = 10.68.108.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 139 S2 = 58 H1 = 424567772 H2 = 1998922758 H3 = 185836111 H4 = 340097690 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 142.202.49.112:37638 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260608-042000/228-US-USA-Utah-192.154.104.162-awg1.conf -rw------- 1 root root 366 Jun 8 04:20 /root/hmn/configs/awg1/20260608-042000/228-US-USA-Utah-192.154.104.162-awg1.conf sha256=d6f82872f840a753d08072bff92507184489f9dd6b4d5cc7fde0d5dbd126d0a9 --- head --- [Interface] Address = 10.68.169.179/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 59 S2 = 137 H1 = 1419328265 H2 = 2007974527 H3 = 1320837937 H4 = 1827317051 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.154.104.162:31052 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf -rw------- 1 root root 362 Jul 6 16:12 /root/hmn/configs/awg1/20260706-161226/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf sha256=b9d1320cbdadfecf011d97d5b81eea0b909ac3971c70bc4e3ff884a79b1be7a3 --- head --- [Interface] Address = 10.119.249.139/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.36.27.17:35500 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jul 6 16:12 /root/hmn/configs/awg1/20260706-161226/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=a50b26912a70014c7eb35107e7b1197758776f83cf3553315c221b749cce615a --- head --- [Interface] Address = 10.112.60.219/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jul 6 16:12 /root/hmn/configs/awg1/20260706-161226/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=a3f4d2e35f42fcb2ac95cea8485475547b047256d1779df910514a5a11b64203 --- head --- [Interface] Address = 10.97.187.205/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=7c8c37f2aa12fdab22685ca7dd8f77eed07c595a9dfc8b68c1fa8afb43d42d7e --- head --- [Interface] Address = 10.100.254.15/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=858c6eb11f4f05356bf03d901f466a04c32b0001300df1a3bb40fa2742733bad --- head --- [Interface] Address = 10.101.61.41/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf -rw------- 1 root root 364 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf sha256=c7909f71d1359992bf9ee0a9bde7fda6400008beb98fef17fa602b33046acfd9 --- head --- [Interface] Address = 10.103.56.214/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.100:39480 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 360 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=0ecff16614e41aed2e1e1d2e7a143c89b57615267a41923a10fc72a26ed4a49a --- head --- [Interface] Address = 10.104.58.109/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/087-US-USA-New-York-S1-107.175.93.59-awg1.conf -rw------- 1 root root 360 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/087-US-USA-New-York-S1-107.175.93.59-awg1.conf sha256=d1ed01d53fbf2d66dfca0475f0309020cc7c8b3c007d47deaba85d59a2f5511d --- head --- [Interface] Address = 10.107.43.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.175.93.59:31095 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/088-US-USA-Dallas-107.174.226.51-awg1.conf -rw------- 1 root root 364 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/088-US-USA-Dallas-107.174.226.51-awg1.conf sha256=55ab3d8c6ce3e08a13f07228c1a26e75279f54170ea55a88f88f64ed2ee4ab57 --- head --- [Interface] Address = 10.107.108.112/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.174.226.51:44839 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=d4b0d0d751a8bf973333f84d7769fc1668f2fc09da9d5305656ec8a1224793b2 --- head --- [Interface] Address = 10.108.238.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 358 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=1803959695a798f06b33e7b4b7257d970c27fe9d70846deee535d2a96682aa70 --- head --- [Interface] Address = 10.81.111.97/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=8729c6fa6b65c3b9531e4e71f2689d54bb5bb3b516db7dac3a1cdddb11a89704 --- head --- [Interface] Address = 10.82.239.94/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf -rw------- 1 root root 358 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf sha256=d470fdc813e5fa1fcaf78bd64dfddef291dde2a988c95bcc04d51608f63acf8a --- head --- [Interface] Address = 10.83.41.157/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.234:37492 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 362 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=ec4ad6e2989c12170aa52a4164303041390a59b12c172046e7ec395b7514917f --- head --- [Interface] Address = 10.83.172.142/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=1f927c2f976b4f8e1ce1aa9f3ba5428064b495433ba8698cbb36e67745db9915 --- head --- [Interface] Address = 10.83.235.104/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=d5817041aa7ee45d595debb69e1fa5a68ceabfc4c99adb583ee2c845fb329fe4 --- head --- [Interface] Address = 10.86.108.200/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf -rw------- 1 root root 360 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf sha256=7bd1f39bd013b463780ed0722e8900b2a10d801305b789802b872b8cb34d7455 --- head --- [Interface] Address = 10.86.172.73/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.232.39:40316 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jul 6 16:13 /root/hmn/configs/awg1/20260706-161226/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=5b7284b8d91bff1021aa41b4b916836c6f88b788dcf4c1191136e5b6611b1f46 --- head --- [Interface] Address = 10.87.170.125/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf -rw------- 1 root root 360 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf sha256=382c381be6bcd73ffa9097f76a0af81d4c019c937070b57ab37b552c1e9283a1 --- head --- [Interface] Address = 10.89.174.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.126.45:32821 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=0a5a4ca5f1203dbf2c181ded84a03ae50cd7e11da9d33693d8cdde6599b1a6ec --- head --- [Interface] Address = 10.90.235.244/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf -rw------- 1 root root 361 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf sha256=ce33bf0e58f094bc964717cc9983c897924761b1ebc8c9eddd81e4f0d4270deb --- head --- [Interface] Address = 10.91.43.12/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 143 H1 = 1943142100 H2 = 1154665998 H3 = 1159227869 H4 = 2081036883 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 23.158.72.87:45460 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 362 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=b74e477622437c5a8462c426119fb74927e0ae1265897ab3a4a31e913071b6ea --- head --- [Interface] Address = 10.91.168.223/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 362 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=06f3f3da0f254a8afd899ab5c5626b39414f51819f0f5e20a9ea4036b91a1b77 --- head --- [Interface] Address = 10.91.233.132/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 360 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=ba0a68d29af847151e98b6d0afe770387478c7aae64b1ce91f16361912eecc1b --- head --- [Interface] Address = 10.92.173.35/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf -rw------- 1 root root 361 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf sha256=5177ab969b0a456162ce7c3e11e6aad263e2280848cc26fdfe1fd38c2124be2c --- head --- [Interface] Address = 10.77.236.75/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 51 H1 = 144970534 H2 = 210374235 H3 = 1100727461 H4 = 1885204570 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 109.248.198.4:37129 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=b8d734424b88b69ebd1c46b62bc703e986b8226c71b366692a9bbe6de2b19ffc --- head --- [Interface] Address = 10.124.237.218/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=1865001cb8d8282bceb53c2fcfd7cf0b5764c7cd8437dd632e52a16242dcb030 --- head --- [Interface] Address = 10.95.47.73/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf -rw------- 1 root root 361 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf sha256=d80504413cc0f1fe3a50e796fe5897ccda7d98b78989f9bdf1a2c32f1bbe0136 --- head --- [Interface] Address = 10.65.43.208/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.40.104.201:36979 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf -rw------- 1 root root 357 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf sha256=75e0c28aa90be422a3515a0f5db12746fb7547c6aca80fdac357e4a6fbb21bb4 --- head --- [Interface] Address = 10.66.44.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 49 H1 = 679240017 H2 = 1624207748 H3 = 139122664 H4 = 1720133880 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 77.67.8.84:43378 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260706-161226/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 360 Jul 6 16:14 /root/hmn/configs/awg1/20260706-161226/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=5e441515ab3850068488db1fbe833c29da1498e78a69354fa5171b1eab30d749 --- head --- [Interface] Address = 10.67.234.5/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf -rw------- 1 root root 362 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf sha256=4f0cfe06e5c6da52fe1f903fb34224cddc996512cf2352597d6db4df0a55a078 --- head --- [Interface] Address = 10.119.249.139/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.36.27.17:35500 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=67eaa55637f51cbf308162128c3d27dc263265116121785710cf2b908360dc14 --- head --- [Interface] Address = 10.112.60.219/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=97e3fa6cd7d7346ff5428117f37dfaceb8b9cb5b807a6eeb0227323ea7b47e5b --- head --- [Interface] Address = 10.97.187.205/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=7c8c37f2aa12fdab22685ca7dd8f77eed07c595a9dfc8b68c1fa8afb43d42d7e --- head --- [Interface] Address = 10.100.254.15/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=452755e49514041be1efd42e0fddf7a87f49837c77ba2bf248b2f6a56abccb66 --- head --- [Interface] Address = 10.101.61.41/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf -rw------- 1 root root 362 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf sha256=1a68e1a4919e4a5403f0f2df424da69844482ebfa08014ef7b94c5d2c254c86f --- head --- [Interface] Address = 10.102.248.214/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.39:38330 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf -rw------- 1 root root 364 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf sha256=0aae656f77e379b8fc7a8c7bfee8207cede717caaae6fa54512919ac350454c8 --- head --- [Interface] Address = 10.103.56.214/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.100:39480 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf -rw------- 1 root root 362 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf sha256=b408a892f32d4f6df92dbf1671daa7fe467691cac01fef32b13c1e1664cd553a --- head --- [Interface] Address = 10.103.120.171/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 132 S2 = 22 H1 = 1314107157 H2 = 894303025 H3 = 687987321 H4 = 1498765620 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 78.31.250.16:41729 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=0fca0260bdf50a9b0c50bceaab18c502a6625c6b52a9266730acbec552aaeecc --- head --- [Interface] Address = 10.103.187.191/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=4e25e015e24febfba6acc16ac57e6424e606412f5c9a321607d7ae5493d13ee4 --- head --- [Interface] Address = 10.104.58.109/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf -rw------- 1 root root 363 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf sha256=7c4ce899a0bdebdbd77f1d00355d3d45f89a1dac24ffbd7207a0f8359103d9fb --- head --- [Interface] Address = 10.104.120.117/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.24:35090 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf sha256=f647f88469e3f09b460ba615709f28ab2a8377016f8cc4eff4bea8c405e00740 --- head --- [Interface] Address = 10.107.43.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.175.93.59:31095 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf -rw------- 1 root root 364 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf sha256=55ab3d8c6ce3e08a13f07228c1a26e75279f54170ea55a88f88f64ed2ee4ab57 --- head --- [Interface] Address = 10.107.108.112/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.174.226.51:44839 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=6329a60db9964cbf48c9142c323850f455bd9fe828526492762fa78f0736c386 --- head --- [Interface] Address = 10.108.238.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 358 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=601d48409e031e5dd21d32a31b8d387596183dc4b625e8cb06bf463b6a06ec88 --- head --- [Interface] Address = 10.81.111.97/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=ee798cd1751b06e4f321f408049e32e1881ef2f7b129ce831c3ea5d68cf6cae2 --- head --- [Interface] Address = 10.82.239.94/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf -rw------- 1 root root 358 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf sha256=1db209480f24916ae7c930dbf8c6624874e3b731dfe05430f7b85715e6356633 --- head --- [Interface] Address = 10.83.41.157/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.234:37492 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 362 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=a9b2b7f4a4d67f608f4a7a8fde0b0013fcf97c58e5112065345f062de5b89c76 --- head --- [Interface] Address = 10.83.172.142/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=6e4ddd99ac35d92c6ceedd19803775189734fdd5b84302a0422a9af29ff39a34 --- head --- [Interface] Address = 10.83.235.104/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=e95b6bd13c5ce9ae1651cb24e67558db49ed105676f5e582c5a96d74520f6c2f --- head --- [Interface] Address = 10.86.108.200/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf sha256=5916b417aabb4ca5181ca849385ed54de93f696a6caa0809c985b7803ace4638 --- head --- [Interface] Address = 10.86.172.73/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.232.39:40316 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=e020af0ce4b47772979921278051c0f659ae23e922e15035cd9666cf5013c676 --- head --- [Interface] Address = 10.87.170.125/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf sha256=0b0407fb9c73ff74158710f4a10a33e990ecec2f5250e763e8fcea3913cc9da8 --- head --- [Interface] Address = 10.89.174.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.126.45:32821 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=bf5da074cba3e96206887f4d625471f583c72b6e20b55a72c3479f1175ed32bf --- head --- [Interface] Address = 10.90.235.244/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf -rw------- 1 root root 361 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf sha256=e38f242ed69cb38d13cceacce50d62e6f1f2ea9ec5a175505838f9aa659e9573 --- head --- [Interface] Address = 10.91.43.12/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 143 H1 = 1943142100 H2 = 1154665998 H3 = 1159227869 H4 = 2081036883 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 23.158.72.87:45460 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 362 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=884e0f323fd239af95ddb6f419301b566aa3b75b751debc58f838d3be4ee9ffa --- head --- [Interface] Address = 10.91.168.223/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 362 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=869fb9fa9503a9761ea13379002796fbc9c3871b682c8c50aaf9dab936bd0e52 --- head --- [Interface] Address = 10.91.233.132/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=8071cf0bfe994848f70579454d2728a703715631ffdd6c788c27a892ffbb964f --- head --- [Interface] Address = 10.92.173.35/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf -rw------- 1 root root 361 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf sha256=047523adf94a85d82cc2f2dbfc3f84bb0a69f3587790d4970c8a0390382d7f57 --- head --- [Interface] Address = 10.77.236.75/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 51 H1 = 144970534 H2 = 210374235 H3 = 1100727461 H4 = 1885204570 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 109.248.198.4:37129 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=e3e47b542a78e02dea907ac7f7e82cbbdeeaf4bb31c94b09259ca7cc6864a0cb --- head --- [Interface] Address = 10.124.237.218/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=e536eaf2f94a365707d0f650ecfab25ec828dfaa96ab84e2b9f034120d152729 --- head --- [Interface] Address = 10.95.47.73/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf -rw------- 1 root root 361 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf sha256=d80504413cc0f1fe3a50e796fe5897ccda7d98b78989f9bdf1a2c32f1bbe0136 --- head --- [Interface] Address = 10.65.43.208/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.40.104.201:36979 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf -rw------- 1 root root 357 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf sha256=5c4b4b2560c5ba2a7951acd6beb80e5e771ec80809da290efe648c53543eb362 --- head --- [Interface] Address = 10.66.44.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 49 H1 = 679240017 H2 = 1624207748 H3 = 139122664 H4 = 1720133880 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 77.67.8.84:43378 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260707-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 360 Jul 7 04:20 /root/hmn/configs/awg1/20260707-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=5e441515ab3850068488db1fbe833c29da1498e78a69354fa5171b1eab30d749 --- head --- [Interface] Address = 10.67.234.5/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf -rw------- 1 root root 362 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf sha256=b9d1320cbdadfecf011d97d5b81eea0b909ac3971c70bc4e3ff884a79b1be7a3 --- head --- [Interface] Address = 10.119.249.139/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 135 H1 = 1422669011 H2 = 543679791 H3 = 382041125 H4 = 953428777 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.36.27.17:35500 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf -rw------- 1 root root 364 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf sha256=a50b26912a70014c7eb35107e7b1197758776f83cf3553315c221b749cce615a --- head --- [Interface] Address = 10.112.60.219/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 30 S2 = 131 H1 = 1837495102 H2 = 940542036 H3 = 1582281868 H4 = 1143305597 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.244.192.244:45389 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf -rw------- 1 root root 361 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf sha256=38802b26941989d519655c380f1e55e691bd180557d935a7ac9d3ab85eef716e --- head --- [Interface] Address = 10.97.187.205/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 41 S2 = 126 H1 = 794003863 H2 = 1904928317 H3 = 51857443 H4 = 1575935704 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.27.69:41797 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf -rw------- 1 root root 362 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf sha256=7b0c0e1b91bcee43331a7d511b96b301556743f31240306e01519d81782027a9 --- head --- [Interface] Address = 10.98.185.144/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 50 H1 = 210752714 H2 = 1301278135 H3 = 1533848134 H4 = 1470285624 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.247.18:35999 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf -rw------- 1 root root 363 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf sha256=1af04e1998be61c0c2440ae483e9aadec6249b6d69083ec5fb0131776c0ff7ec --- head --- [Interface] Address = 10.100.254.15/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 141 S2 = 53 H1 = 1638832857 H2 = 1004821648 H3 = 709990392 H4 = 498414923 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.227.212:32583 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf -rw------- 1 root root 358 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf sha256=452755e49514041be1efd42e0fddf7a87f49837c77ba2bf248b2f6a56abccb66 --- head --- [Interface] Address = 10.101.61.41/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 61 S2 = 136 H1 = 1795991743 H2 = 307629285 H3 = 522608605 H4 = 127610214 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 38.7.197.83:38465 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf -rw------- 1 root root 362 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf sha256=1a68e1a4919e4a5403f0f2df424da69844482ebfa08014ef7b94c5d2c254c86f --- head --- [Interface] Address = 10.102.248.214/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 16 H1 = 252047467 H2 = 456418039 H3 = 1815241126 H4 = 377746471 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 193.235.207.39:38330 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf -rw------- 1 root root 364 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf sha256=46e902235310e935f7649b5a3ac6eb306356a011d6f2c004f5b805f8d2abd916 --- head --- [Interface] Address = 10.103.56.214/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 90 S2 = 37 H1 = 822986125 H2 = 1999522532 H3 = 1189897438 H4 = 1647357381 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.172.187.100:39480 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf -rw------- 1 root root 362 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf sha256=c6404501de521fa0bd38384215f7e1c306fc809ea6b31f3137611c8cae2997f6 --- head --- [Interface] Address = 10.103.120.171/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 132 S2 = 22 H1 = 1314107157 H2 = 894303025 H3 = 687987321 H4 = 1498765620 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 78.31.250.16:41729 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf sha256=3b5119270af8f6ab3756f90b93e631c044d393238eb57e917dc23da8bc5b0b0c --- head --- [Interface] Address = 10.103.187.191/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 52 S2 = 88 H1 = 247439890 H2 = 1157952265 H3 = 469264248 H4 = 95652034 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 84.32.230.159:43808 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf sha256=e3a6b01a014970381df44c41fb3e8f3de45823c6fb6351949fbb8989cf9342cc --- head --- [Interface] Address = 10.104.58.109/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 43 H1 = 424258794 H2 = 1552734037 H3 = 136716108 H4 = 329527368 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 95.211.68.119:45176 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf -rw------- 1 root root 363 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf sha256=a79d44f0203a892cefd1d9340f757593b7a693e573ef4afd3c7dbf2f1d1eb14d --- head --- [Interface] Address = 10.104.120.117/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 27 S2 = 36 H1 = 1855558697 H2 = 940493219 H3 = 2052923685 H4 = 112204269 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 149.154.157.24:35090 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf sha256=af2cd82b6cb0781891428a9e28f089458cfcb284c0232dce0f75f4dab6e4a26c --- head --- [Interface] Address = 10.107.43.173/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 42 S2 = 60 H1 = 1186737533 H2 = 874365716 H3 = 213670866 H4 = 812342967 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.175.93.59:31095 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf -rw------- 1 root root 364 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf sha256=125746587b830c1911ae767b8b8404f2cd2a4b17438c149cc5b055aa44be8d55 --- head --- [Interface] Address = 10.107.108.112/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 149 S2 = 146 H1 = 567924200 H2 = 647841499 H3 = 1891448980 H4 = 319702062 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 107.174.226.51:44839 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf -rw------- 1 root root 363 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf sha256=4b2d9d88ce8b1ee0142949e90bcd8726eb02a85241a1ef940bd9195cd26df2d8 --- head --- [Interface] Address = 10.108.238.215/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 54 S2 = 132 H1 = 993118416 H2 = 384584260 H3 = 2084033864 H4 = 961714636 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.162.75:45945 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf -rw------- 1 root root 358 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf sha256=5d96a5bedb5f408ac5572bd9898968eaaa1bbc521066cb8cf82d596a137b3035 --- head --- [Interface] Address = 10.81.111.97/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 25 S2 = 90 H1 = 645207360 H2 = 98035784 H3 = 1717647291 H4 = 1467868753 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.237.14:38594 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf -rw------- 1 root root 363 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf sha256=0c5a9c49a3930e1f2e18f2d88dc004c417a0ac4dea1e1c83fb04895a45e30af7 --- head --- [Interface] Address = 10.82.239.94/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 103 S2 = 128 H1 = 1411727827 H2 = 1159928711 H3 = 1509131242 H4 = 754832080 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 103.57.251.39:37380 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf -rw------- 1 root root 358 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf sha256=d470fdc813e5fa1fcaf78bd64dfddef291dde2a988c95bcc04d51608f63acf8a --- head --- [Interface] Address = 10.83.41.157/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 80 S2 = 113 H1 = 1671317470 H2 = 469282168 H3 = 844208806 H4 = 4169549 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 185.14.97.234:37492 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf -rw------- 1 root root 362 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf sha256=973f983e6925d1caa03c26dd17929fc4e7671725427748554bfb6ad5150403cd --- head --- [Interface] Address = 10.83.172.142/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 58 H1 = 1055152911 H2 = 214072845 H3 = 1395608927 H4 = 1408422343 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 64.253.89.235:37402 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf -rw------- 1 root root 364 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf sha256=c309a6a6e5d0a7ad7d0849bd614e7bab2adee8831a2fe53f76d831686b882dc4 --- head --- [Interface] Address = 10.83.235.104/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 122 S2 = 126 H1 = 1690265964 H2 = 1702612724 H3 = 722801417 H4 = 1734153820 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 141.98.189.83:39408 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf -rw------- 1 root root 366 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf sha256=624b607f68fce222e78cb1395c83fe7e4d4c8c8b69a708a32ae552450fdb2406 --- head --- [Interface] Address = 10.86.108.200/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 107 S2 = 122 H1 = 711662706 H2 = 1180552356 H3 = 1975038815 H4 = 1815189548 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.121.163.235:42530 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf sha256=4192faae854891402424175a9400af83246c10368a28e8b6e02cb40e599893f5 --- head --- [Interface] Address = 10.86.172.73/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 101 S2 = 35 H1 = 106053217 H2 = 1373084354 H3 = 1879635090 H4 = 623143754 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.46.232.39:40316 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf -rw------- 1 root root 359 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf sha256=5b7284b8d91bff1021aa41b4b916836c6f88b788dcf4c1191136e5b6611b1f46 --- head --- [Interface] Address = 10.87.170.125/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 76 H1 = 797998377 H2 = 966921562 H3 = 39693045 H4 = 1367808764 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 46.246.127.84:36230 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf sha256=c7f788666d008497eca442f0600cccdccbb364a01097e6d680349ab4f1a98a8a --- head --- [Interface] Address = 10.89.174.45/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 29 S2 = 133 H1 = 388560523 H2 = 1003136170 H3 = 559651682 H4 = 777607441 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 194.71.126.45:32821 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf sha256=bf5da074cba3e96206887f4d625471f583c72b6e20b55a72c3479f1175ed32bf --- head --- [Interface] Address = 10.90.235.244/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 20 S2 = 87 H1 = 217767672 H2 = 1805649910 H3 = 665837737 H4 = 1257888244 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 37.235.54.96:38971 PersistentKeepalive = 24 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf -rw------- 1 root root 361 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf sha256=ce33bf0e58f094bc964717cc9983c897924761b1ebc8c9eddd81e4f0d4270deb --- head --- [Interface] Address = 10.91.43.12/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 55 S2 = 143 H1 = 1943142100 H2 = 1154665998 H3 = 1159227869 H4 = 2081036883 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 23.158.72.87:45460 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf -rw------- 1 root root 362 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf sha256=b74e477622437c5a8462c426119fb74927e0ae1265897ab3a4a31e913071b6ea --- head --- [Interface] Address = 10.91.168.223/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 17 S2 = 121 H1 = 1770463880 H2 = 1868667466 H3 = 938498412 H4 = 71620529 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 157.173.25.198:34340 PersistentKeepalive = 26 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf -rw------- 1 root root 362 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf sha256=06f3f3da0f254a8afd899ab5c5626b39414f51819f0f5e20a9ea4036b91a1b77 --- head --- [Interface] Address = 10.91.233.132/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 92 S2 = 90 H1 = 1128827374 H2 = 1959569870 H3 = 96441901 H4 = 2091878015 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 178.215.227.13:44408 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf sha256=b4c0112d174b333c76e2d2f3eeee490ea01c3fe9329f2a0a92255fe80520087a --- head --- [Interface] Address = 10.92.173.35/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 15 S2 = 47 H1 = 57461946 H2 = 565860110 H3 = 1109485465 H4 = 1657920164 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.244.202:45735 PersistentKeepalive = 28 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf -rw------- 1 root root 361 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf sha256=20e07fbd21d8d9d45c33a2f8258313637eec8ea39b632a23d39e315fa0d67b34 --- head --- [Interface] Address = 10.77.236.75/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 113 S2 = 51 H1 = 144970534 H2 = 210374235 H3 = 1100727461 H4 = 1885204570 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 109.248.198.4:37129 PersistentKeepalive = 23 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf -rw------- 1 root root 365 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf sha256=b4dded13f87dd491cf535607b0aee1066344134abf214017c1f78c4ae7dc8b28 --- head --- [Interface] Address = 10.124.237.218/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 110 S2 = 69 H1 = 1835589950 H2 = 1099975115 H3 = 829252662 H4 = 1534369890 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 151.236.30.139:33998 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf sha256=295630e22470a5806bb23d6dcb5a3adafea6f7fa337ae18ce105d8e3c6f8c209 --- head --- [Interface] Address = 10.95.47.73/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 100 S2 = 44 H1 = 130876854 H2 = 243485631 H3 = 1201804100 H4 = 1701356678 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 112.120.98.53:46369 PersistentKeepalive = 25 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf -rw------- 1 root root 361 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf sha256=008b4a0f46d313b40ae393dea39de685403d0e01ea9dfe9a0b3310488dcd3afe --- head --- [Interface] Address = 10.65.43.208/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 21 S2 = 101 H1 = 1137903981 H2 = 1285064056 H3 = 497668827 H4 = 856581432 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 89.40.104.201:36979 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf -rw------- 1 root root 357 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf sha256=75e0c28aa90be422a3515a0f5db12746fb7547c6aca80fdac357e4a6fbb21bb4 --- head --- [Interface] Address = 10.66.44.225/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 34 S2 = 49 H1 = 679240017 H2 = 1624207748 H3 = 139122664 H4 = 1720133880 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 77.67.8.84:43378 PersistentKeepalive = 27 ### HMN_FILE /root/hmn/configs/awg1/20260708-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf -rw------- 1 root root 360 Jul 8 04:20 /root/hmn/configs/awg1/20260708-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf sha256=74ba55014ea874d2acdbdc699a948db0e4638087381ac0a66de266c5c02e775e --- head --- [Interface] Address = 10.67.234.5/32 PrivateKey = KEYMASK DNS = 1.1.1.1 Jc = 3 Jmin = 50 Jmax = 100 S1 = 18 S2 = 76 H1 = 1955462561 H2 = 1627595855 H3 = 1760056293 H4 = 1765367965 [Peer] PublicKey = KEYMASK AllowedIPs = 0.0.0.0/0 Endpoint = 192.71.27.64:40044 PersistentKeepalive = 22 ### HMN_FILE /root/hmn/configs/awg1/latest lrwxrwxrwx 1 root root 38 Jul 8 04:20 /root/hmn/configs/awg1/latest -> /root/hmn/configs/awg1/20260708-042000 ### HMN_FILE /root/hmn/hmn-apply-selected.sh -rwxr-xr-x 1 root root 6765 Jun 1 14:32 /root/hmn/hmn-apply-selected.sh sha256=ea283561a4acf7a781dd0abfeaab39467fec3a4abb2d3769cb98f9ca75f4c93e --- head --- #!/bin/ash set -eu MODE="${1:-dry-run}" SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" QUARANTINE="${HMN_QUARANTINE_FILE:-KEYMASK-awg1-latest.tsv}" PING_IP="${HMN_STANDBY_PING_IP:-9.9.9.9}" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" case "$MODE" in dry-run|standby-only) ;; *) echo "ERROR: mode must be dry-run or standby-only" echo "Usage:" echo " /root/hmn/hmn-apply-selected.sh dry-run" echo " /root/hmn/hmn-apply-selected.sh standby-only" exit 1 ;; esac if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" if [ -z "$BEST_ENDPOINT" ] || [ -z "$BEST_CONFIG" ] || [ -z "$SECOND_ENDPOINT" ] || [ -z "$SECOND_CONFIG" ]; then echo "ERROR: selected file does not contain two candidates:" echo " $SELECTED" cat "$SELECTED" exit 1 fi if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then DESIRED_FILE="$SECOND_FILE" DESIRED_ENDPOINT="$SECOND_ENDPOINT" DESIRED_AVG="$SECOND_AVG" DESIRED_CONFIG="$SECOND_CONFIG" REASON="active_has_best_use_second_as_standby" elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_has_second_use_best_as_standby" else DESIRED_FILE="$BEST_FILE" DESIRED_ENDPOINT="$BEST_ENDPOINT" DESIRED_AVG="$BEST_AVG" DESIRED_CONFIG="$BEST_CONFIG" REASON="active_not_in_selected_use_best_as_standby" fi if [ ! -f "$DESIRED_CONFIG" ]; then echo "ERROR: desired standby config not found:" echo " $DESIRED_CONFIG" exit 1 fi NEED_LOAD=0 if [ "$STANDBY_ENDPOINT" != "$DESIRED_ENDPOINT" ]; then NEED_LOAD=1 fi echo "Mode:" echo " $MODE" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " active config: $ACTIVE_CONFIG" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo " standby config: $STANDBY_CONFIG" echo echo "Selected:" echo " best: $BEST_ENDPOINT | avg=$BEST_AVG | $BEST_FILE" echo " second: $SECOND_ENDPOINT | avg=$SECOND_AVG | $SECOND_FILE" echo echo "Desired standby:" echo " slot: $STANDBY" echo " endpoint: $DESIRED_ENDPOINT" echo " avg: $DESIRED_AVG" echo " file: $DESIRED_FILE" echo " config: $DESIRED_CONFIG" echo " reason: $REASON" echo if [ "$NEED_LOAD" -eq 1 ]; then echo "Plan:" echo " load desired config into inactive slot $STANDBY" echo " bring $STANDBY up" echo " test ping through $STANDBY" echo " if OK: keep active untouched and shut standby back down" echo " if FAIL: quarantine desired endpoint for current batch and rerank" else echo "Plan:" echo " standby already has desired endpoint" echo " in standby-only mode: verify standby by bringing it up temporarily" fi echo if [ "$MODE" = "dry-run" ]; then echo "Dry-run only. No changes were made." exit 0 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi MAINT_WAS_PRESENT=0 if [ -e "$MAINTENANCE_FILE" ]; then MAINT_WAS_PRESENT=1 fi cleanup() { ip route del "$PING_IP/32" dev "$STANDBY" 2>/dev/null || true ifdown "$STANDBY" 2>/dev/null || true if [ "$MAINT_WAS_PRESENT" -eq 0 ]; then rm -f "$MAINTENANCE_FILE" fi rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true ### HMN_FILE /root/hmn/hmn-clean-old-files.sh -rwxr-xr-x 1 root root 541 Jul 1 08:22 /root/hmn/hmn-clean-old-files.sh sha256=99f5516984da93c1e08d693d2425b728f8ef7262215271fc9df7c88381486b6a --- head --- #!/bin/sh find /root/hmn/backups -type f -name 'network-before-vpn_test-*' -mtime +7 -exec rm -f {} \; 2>/dev/null find /root/hmn/logs -type f \( \ -name 'validate-current-pool-*.log' -o \ -name 'refresh-pool-safe-*.log' -o \ -name 'hmn-refresh-awg-*.report.txt' -o \ -name 'hmn-refresh-awg-*.log' \ \) -mtime +14 -exec rm -f {} \; 2>/dev/null find /root/hmn/cache -type f -name '*.before-*' -mtime +14 -exec rm -f {} \; 2>/dev/null find /root/hmn/state -type f -name '*.before-*' -mtime +14 -exec rm -f {} \; 2>/dev/null exit 0 ### HMN_FILE /root/hmn/hmn-code-test.sh -rwxr-xr-x 1 root root 1525 Jun 1 10:04 /root/hmn/hmn-code-test.sh sha256=3515205270211206a9f3a34bc5c62d94a9f14a54ad712d6fa7e9c7d50db1370a --- head --- #!/bin/ash set -eu ENV_FILE="/root/hmn/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой." exit 1 fi ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ "${HMN_REQUEST_IFACE:-auto}" != "auto" ]; then ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface в table 200." ip route show table 200 exit 1 fi echo "HMN env loaded OK." echo "AWG param: ${HMN_AWG_PARAM:-unknown}" echo "Request interface: $ACTIVE" echo "Access code: loaded, hidden" echo echo "Проверяю HideMyName serverlist API..." TMP="/tmp/hmn-serverlist-test.$$" curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$HMN_SERVERLIST_URL" \ -o "$TMP" if grep -q '"services"' "$TMP" && grep -q '"wg"' "$TMP"; then echo "OK: serverlist получен, services.wg найден." else echo "ERROR: ответ не похож на нормальный serverlist." echo head -c 1000 "$TMP" echo rm -f "$TMP" exit 1 fi rm -f "$TMP" echo "Тест завершён." ### HMN_FILE /root/hmn/hmn-download-all-awg.sh -rwxr-xr-x 1 root root 8926 Jun 1 13:58 /root/hmn/hmn-download-all-awg.sh sha256=c20d8ff7feead493f2524c6da3c921bbf62cbdfb503a11a8ea75e4d15144e18f --- head --- #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" if [ ! -f "$ENV_FILE" ]; then echo "ERROR: нет $ENV_FILE" echo "Сначала запусти:" echo " /root/hmn/hmn-set-code.sh" exit 1 fi . "$ENV_FILE" AWG_PARAM="${HMN_AWG_PARAM:-1}" SERVERLIST_URL="${HMN_SERVERLIST_URL:-https://hide-my-name.net/api/serverlist.php?out=js&wg}" CONFIG_URL="${HMN_CONFIG_URL:-https://hide-my-name.net/api/vpn_get_config_wg.php}" if [ -z "${HMN_ACCESS_CODE:-}" ]; then echo "ERROR: HMN_ACCESS_CODE пустой в $ENV_FILE" exit 1 fi if ! command -v curl >/dev/null 2>&1; then echo "ERROR: нужен curl" exit 1 fi if [ "${HMN_REQUEST_IFACE:-auto}" = "auto" ]; then ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" else ACTIVE="$HMN_REQUEST_IFACE" fi if [ -z "${ACTIVE:-}" ]; then echo "ERROR: не нашёл active VPN interface." echo "Проверь:" echo " ip route show table 200" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" RUN_DIR="$BASE/runs/$TS" CONFIG_DIR="$BASE/configs/awg${AWG_PARAM}/$TS" LATEST_DIR="$BASE/configs/awg${AWG_PARAM}/latest" mkdir -p "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" chmod 700 "$BASE" "$RUN_DIR" "$CONFIG_DIR" "$BASE/cache" "$BASE/runs" "$BASE/configs/awg${AWG_PARAM}" SERVERLIST_FILE="$RUN_DIR/serverlist.json" CANDIDATES_FILE="$RUN_DIR/wg-candidates.tsv" WORKING_FILE="$RUN_DIR/working-awg${AWG_PARAM}.tsv" FAIL_FILE="$RUN_DIR/fail-awg${AWG_PARAM}.tsv" SUMMARY_FILE="$RUN_DIR/summary.txt" echo "HideMyName download all AWG configs" echo echo "AWG parameter: awg=$AWG_PARAM" echo "Request interface: $ACTIVE" echo "Run dir: $RUN_DIR" echo "Config dir: $CONFIG_DIR" echo echo "0/4 Проверяю доступ к hide-my-name.net через $ACTIVE..." if ! curl -4 --http1.1 --interface "$ACTIVE" \ -I --connect-timeout 10 --max-time 25 \ https://hide-my-name.net/ >/dev/null 2>&1; then echo "ERROR: hide-my-name.net не открывается через $ACTIVE" exit 1 fi echo "OK." echo echo "1/4 Скачиваю serverlist..." curl -4 --http1.1 --interface "$ACTIVE" \ -sS -L --connect-timeout 10 --max-time 45 \ -H "Origin: https://hide-my-name.net" \ -H "Referer: https://hide-my-name.net/vpn/router/" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-urlencode "code=MASKED --data "routers=1" \ "$SERVERLIST_URL" \ -o "$SERVERLIST_FILE" chmod 600 "$SERVERLIST_FILE" cp "$SERVERLIST_FILE" "$BASE/cache/serverlist-latest.json" chmod 600 "$BASE/cache/serverlist-latest.json" if [ ! -s "$SERVERLIST_FILE" ]; then echo "ERROR: serverlist пустой." exit 1 fi if ! grep -q '"wg"' "$SERVERLIST_FILE"; then echo "ERROR: в serverlist не найден services.wg." echo "Первые 1000 символов:" head -c 1000 "$SERVERLIST_FILE" echo exit 1 fi echo "OK:" echo " $SERVERLIST_FILE" echo echo "2/4 Извлекаю все WG-кандидаты из services.wg..." : > "$CANDIDATES_FILE" tr -d '\n\r' < "$SERVERLIST_FILE" \ | sed 's/},"[0-9][0-9]*":{/}\n{/g' \ | while read -r REC; do echo "$REC" | grep -q '"wg"' || continue SERVER_ID="$(printf '%s' "$REC" \ | sed -n 's/.*"id"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" COUNTRY_CODE=MASKED | sed -n 's/.*"country_code"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" SERVER_NAME="$(printf '%s' "$REC" \ | sed -n 's/.*"name_en"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_BLOCK="$(printf '%s' "$REC" \ | sed -n 's/.*"wg"[[:space:]]*:[[:space:]]*{\([^}]*\)}.*/\1/p')" WG_IP="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"ip"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')" WG_PORT="$(printf '%s' "$WG_BLOCK" \ | sed -n 's/.*"port"[[:space:]]*:[[:space:]]*\([0-9][0-9]*\).*/\1/p')" [ -n "$SERVER_ID" ] || continue [ -n "$SERVER_NAME" ] || continue [ -n "$WG_IP" ] || continue [ -n "$WG_PORT" ] || continue printf "%s\t%s\t%s\t%s\t%s\n" \ "$SERVER_ID" "$COUNTRY_CODE" "$SERVER_NAME" "$WG_IP" "$WG_PORT" \ >> "$CANDIDATES_FILE" done TOTAL="$(wc -l < "$CANDIDATES_FILE" | tr -d ' ')" if [ "$TOTAL" -eq 0 ]; then echo "ERROR: WG-кандидаты не найдены." exit 1 fi echo "WG-кандидатов найдено:" echo " $TOTAL" echo printf "id\tcountry\tname\twg_ip\twg_port\tendpoint\tendpoint_match\taddress\tconfig_file\n" > "$WORKING_FILE" printf "id\tcountry\tname\twg_ip\twg_port\treason\n" > "$FAIL_FILE" ### HMN_FILE /root/hmn/hmn-load-egress-slot.sh -rwx------ 1 root root 4331 Jul 8 10:33 /root/hmn/hmn-load-egress-slot.sh sha256=26168d15e99c72d445c640171252953617877c7b747fd9146c1d39b78b567532 --- head --- #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-dry-run}" case "$SLOT" in vpn1|vpn2|vpn3|vpn4|vpn5) ;; *) echo "ERROR: slot must be vpn1..vpn5" >&2 echo "Usage:" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf dry-run" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load" >&2 echo " hmn-load-egress-slot.sh vpn3 /path/to/config.conf load-up" >&2 exit 1 ;; esac case "$ACTION" in dry-run|load|load-up) ;; *) echo "ERROR: action must be dry-run, load, or load-up" >&2 exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: config not found: $CONF" >&2 exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: config parse failed" >&2 echo "CONF=$CONF" >&2 echo "Address=$ADDRESS" >&2 echo "Endpoint=$ENDPOINT" >&2 exit 1 fi echo "HMN generic egress slot loader" echo "slot=$SLOT" echo "config=$CONF" echo "endpoint=$ENDPOINT" echo "address=$ADDRESS" echo "action=$ACTION" if [ "$ACTION" = "dry-run" ]; then echo "DRY_RUN=YES" echo "No changes applied." exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-egress-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup: $BACKUP" ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='interface' uci set network."$SLOT".proto='amneziawg' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='0' uci set network."$SLOT".disabled='0' uci set network."$SLOT".delegate='0' uci set network."$SLOT".peerdns='0' uci set network."$SLOT".defaultroute='0' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network."$SLOT".hmn_role='egress_pool_slot' uci set network."$SLOT".hmn_source_config="$CONF" uci set network."$SLOT".hmn_loaded_at="$(date -Iseconds)" uci set network."$SLOT".hmn_endpoint="$ENDPOINT" ### HMN_FILE /root/hmn/hmn-load-vpn-slot.sh -rwxr-xr-x 1 root root 5125 Jun 3 16:20 /root/hmn/hmn-load-vpn-slot.sh sha256=f6171e7f682e5dc422a9e56c449b7413ea9225c23adef7b07d0802ed8bf93872 --- head --- #!/bin/ash set -eu SLOT="${1:-}" CONF="${2:-}" ACTION="${3:-}" case "$SLOT" in vpn1|vpn2) ;; *) echo "ERROR: slot должен быть vpn1 или vpn2" echo "Использование:" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-slot.sh vpn2 /path/to/config.conf up" exit 1 ;; esac if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден config:" echo " $CONF" exit 1 fi ACTIVE="$(ip route show table 200 | awk '/^default dev /{print $3; exit}')" if [ "$SLOT" = "$ACTIVE" ] && [ "${HMN_ALLOW_ACTIVE_RELOAD:-0}" != "1" ]; then echo "ERROR: refusing to reload active slot: $SLOT" echo "Current table 200 active slot: $ACTIVE" echo echo "Для blue/green сначала грузи конфиг в неактивный слот." echo "Если очень надо принудительно:" echo " HMN_ALLOW_ACTIVE_RELOAD=1 /root/hmn/hmn-load-vpn-slot.sh $SLOT $CONF" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED { sub(/\r$/, "", $0) } $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-load-${SLOT}-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading into slot:" echo " slot: $SLOT" echo " config: $CONF" echo " endpoint: $ENDPOINT" echo " address: $ADDRESS" echo " active table 200 before load: ${ACTIVE:-none}" echo ifdown "$SLOT" 2>/dev/null || true uci -q delete network."$SLOT" || true while :; do SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network."$SLOT"='interface' uci set network."$SLOT".proto='amneziawg' uci set network."$SLOT".private_key=MASKED uci set network."$SLOT".awg_jc="$JC" uci set network."$SLOT".awg_jmin="$JMIN" uci set network."$SLOT".awg_jmax="$JMAX" uci set network."$SLOT".awg_s1="$S1" uci set network."$SLOT".awg_s2="$S2" uci set network."$SLOT".awg_h1="$H1" uci set network."$SLOT".awg_h2="$H2" uci set network."$SLOT".awg_h3="$H3" uci set network."$SLOT".awg_h4="$H4" uci set network."$SLOT".auto='0' uci set network."$SLOT".disabled='0' uci set network."$SLOT".delegate='0' uci set network."$SLOT".peerdns='0' uci set network."$SLOT".defaultroute='0' uci add_list network."$SLOT".addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network."$SLOT".dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network "amneziawg_${SLOT}")" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" ### HMN_FILE /root/hmn/hmn-load-vpn-test.sh -rwxr-xr-x 1 root root 4949 Jun 3 16:20 /root/hmn/hmn-load-vpn-test.sh sha256=7407dea5a482e3b872a9d580ab54de238cb33b5331107eca59105fe3eb52c62a --- head --- #!/bin/ash set -eu CONF="${1:-}" ACTION="${2:-}" if [ -z "$CONF" ]; then CONF="$(ls -t KEYMASK*.conf 2>/dev/null | head -n 1 || true)" fi if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден .conf" echo echo "Использование:" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf up" echo echo "Или без аргумента — возьмёт первый файл из:" echo " KEYMASK" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" BACKUP="KEYMASK-before-vpn_test-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading config into vpn_test:" echo " $CONF" echo echo "Parsed:" echo " Address: $ADDRESS" echo " Endpoint: $ENDPOINT" echo " DNS: ${DNS:-none}" echo " AWG: Jc=$JC Jmin=$JMIN Jmax=$JMAX S1=$S1 S2=$S2" echo ifdown vpn_test 2>/dev/null || true uci -q delete network.vpn_test while :; do SEC="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_test\[[0-9][0-9]*\]\)=amneziawg_vpn_test$/\1/p' | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network.vpn_test='interface' uci set network.vpn_test.proto='amneziawg' uci set network.vpn_test.private_key=MASKED uci set network.vpn_test.awg_jc="$JC" uci set network.vpn_test.awg_jmin="$JMIN" uci set network.vpn_test.awg_jmax="$JMAX" uci set network.vpn_test.awg_s1="$S1" uci set network.vpn_test.awg_s2="$S2" uci set network.vpn_test.awg_h1="$H1" uci set network.vpn_test.awg_h2="$H2" uci set network.vpn_test.awg_h3="$H3" uci set network.vpn_test.awg_h4="$H4" uci set network.vpn_test.auto='0' uci set network.vpn_test.disabled='0' uci set network.vpn_test.delegate='0' uci set network.vpn_test.peerdns='0' uci set network.vpn_test.defaultroute='0' uci add_list network.vpn_test.addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' for D in $DNS; do D="$(echo "$D" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$D" ] && uci add_list network.vpn_test.dns="$D" done IFS="$OLDIFS" fi PEER="$(uci add network amneziawg_vpn_test)" uci set network."$PEER".description="$(basename "$CONF")" uci set network."$PEER".public_key=MASKED OLDIFS="$IFS" IFS=',' for A in ${ALLOWED_IPS:-0.0.0.0/0}; do A="$(echo "$A" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')" [ -n "$A" ] && uci add_list network."$PEER".allowed_ips="$A" done IFS="$OLDIFS" uci set network."$PEER".route_allowed_ips='0' uci set network."$PEER".persistent_keepalive="${KEEPALIVE:-25}" uci set network."$PEER".endpoint_host="$ENDPOINT_HOST" uci set network."$PEER".endpoint_port="$ENDPOINT_PORT" uci set network.vpn_test.hmn_role='test_slot' uci set network.vpn_test.hmn_source_config="$CONF" uci set network.vpn_test.hmn_loaded_at="$(date -Iseconds)" uci set network.vpn_test.hmn_endpoint="$ENDPOINT" uci commit network /etc/init.d/network reload echo echo "vpn_test loaded." echo uci show network.vpn_test ### HMN_FILE /root/hmn/hmn-load-vpn-user.sh -rwxr-xr-x 1 root root 7032 Jul 6 14:24 /root/hmn/hmn-load-vpn-user.sh sha256=aaa86624aa5d4ea969053dc42ea386602bd4a0deddef8c13352205161e57f82f --- head --- #!/bin/ash set -eu CONF="${1:-}" ACTION="${2:-}" if [ -z "$CONF" ]; then CONF="$(ls -t KEYMASK*.conf 2>/dev/null | head -n 1 || true)" fi if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден .conf" echo echo "Использование:" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf up" echo echo "Или без аргумента — возьмёт первый файл из:" echo " KEYMASK" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" # HMN_DUPLICATE_ACTIVE_SLOT_GUARD_V1 # Do not load the same AWG endpoint/config into vpn_user if it is already present # in managed egress slots. Running the same remote tunnel twice on different # interfaces can break routing/handshake behavior. check_duplicate_active_slots() { TARGET_EP="${ENDPOINT_HOST}:${ENDPOINT_PORT}" TARGET_CONF_BASE="$(basename "${CONF:-}" 2>/dev/null || echo "")" for SLOT in vpn1 vpn2 vpn3 vpn4; do [ "$SLOT" = "vpn_user" ] && continue # Compare by interface metadata if present. SLOT_SRC="$(uci -q get network.${SLOT}.hmn_source_config || true)" if [ -n "$TARGET_CONF_BASE" ] && [ -n "$SLOT_SRC" ]; then SLOT_SRC_BASE="$(basename "$SLOT_SRC" 2>/dev/null || echo "")" if [ "$TARGET_CONF_BASE" = "$SLOT_SRC_BASE" ]; then echo "ERROR: selected config already loaded in $SLOT: $TARGET_CONF_BASE" exit 1 fi fi # Compare by peer endpoint in amneziawg slot section. SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" if [ -n "$SEC" ]; then EH="$(uci -q get ${SEC}.endpoint_host || true)" EP="$(uci -q get ${SEC}.endpoint_port || true)" if [ -n "$EH" ] && [ -n "$EP" ] && [ "$TARGET_EP" = "$EH:$EP" ]; then echo "ERROR: selected endpoint already loaded in $SLOT: $TARGET_EP" exit 1 fi fi done } check_duplicate_active_slots BACKUP="KEYMASK-before-vpn_user-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading config into vpn_user:" echo " $CONF" echo echo "Parsed:" echo " Address: $ADDRESS" echo " Endpoint: $ENDPOINT" echo " DNS: ${DNS:-none}" echo " AWG: Jc=$JC Jmin=$JMIN Jmax=$JMAX S1=$S1 S2=$S2" echo ifdown vpn_user 2>/dev/null || true uci -q delete network.vpn_user 2>/dev/null || true while :; do SEC="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_user\[[0-9][0-9]*\]\)=amneziawg_vpn_user$/\1/p' | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network.vpn_user='interface' uci set network.vpn_user.proto='amneziawg' uci set network.vpn_user.private_key=MASKED uci set network.vpn_user.awg_jc="$JC" uci set network.vpn_user.awg_jmin="$JMIN" uci set network.vpn_user.awg_jmax="$JMAX" uci set network.vpn_user.awg_s1="$S1" uci set network.vpn_user.awg_s2="$S2" uci set network.vpn_user.awg_h1="$H1" uci set network.vpn_user.awg_h2="$H2" uci set network.vpn_user.awg_h3="$H3" uci set network.vpn_user.awg_h4="$H4" uci set network.vpn_user.auto='0' uci set network.vpn_user.disabled='0' uci set network.vpn_user.delegate='0' uci set network.vpn_user.peerdns='0' uci set network.vpn_user.defaultroute='0' uci add_list network.vpn_user.addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' ### HMN_FILE /root/hmn/hmn-plan-selected.sh -rwxr-xr-x 1 root root 3181 Jun 1 15:12 /root/hmn/hmn-plan-selected.sh sha256=f7cf94b41f53f52a74b1c84f20e5119d91edff92d4587228e7ea41bb1a932b96 --- head --- #!/bin/ash set -eu SELECTED="${HMN_SELECTED_FILE:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active slot already has best candidate." echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Active slot already has best candidate." echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot has second candidate." echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." else echo " Active slot has second candidate." echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi else echo " Active endpoint is not in top two selected candidates." if [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Standby slot already has best candidate." echo " Action: do nothing automatically; optional manual promote after policy decision." elif [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot has second candidate, but best candidate is available." echo " Action: load best candidate into standby, then test:" echo " load $BEST_CONFIG into $STANDBY" else echo " Standby slot should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi fi echo echo "No changes were made." ### HMN_FILE /root/hmn/hmn-plan-selected.sh.before-active-not-top2-fix-20260601-151230 -rwxr-xr-x 1 root root 2908 Jun 1 14:00 /root/hmn/hmn-plan-selected.sh.before-active-not-top2-fix-20260601-151230 sha256=ae8cb9b3ff62deb73e30a4ab2734a2a7898812b6bfe756fdf505ebba0776e510 --- head --- #!/bin/ash set -eu SELECTED="${1:-KEYMASK-awg1-latest.tsv}" if [ ! -f "$SELECTED" ]; then echo "ERROR: selected file not found:" echo " $SELECTED" exit 1 fi ACTIVE="$(cat /root/hmn/state/active-slot 2>/dev/null || true)" case "$ACTIVE" in vpn1) STANDBY="vpn2" ;; vpn2) STANDBY="vpn1" ;; *) echo "ERROR: unknown active slot: $ACTIVE" exit 1 ;; esac ACTIVE_ENDPOINT="$(uci -q get network.$ACTIVE.hmn_endpoint || true)" ACTIVE_CONFIG="$(uci -q get network.$ACTIVE.hmn_source_config || true)" STANDBY_ENDPOINT="$(uci -q get network.$STANDBY.hmn_endpoint || true)" STANDBY_CONFIG="$(uci -q get network.$STANDBY.hmn_source_config || true)" BEST_SLOT="$(awk -F '\t' 'NR==2 {print $1}' "$SELECTED")" BEST_FILE="$(awk -F '\t' 'NR==2 {print $2}' "$SELECTED")" BEST_ENDPOINT="$(awk -F '\t' 'NR==2 {print $3}' "$SELECTED")" BEST_AVG="$(awk -F '\t' 'NR==2 {print $4}' "$SELECTED")" BEST_CONFIG="$(awk -F '\t' 'NR==2 {print $5}' "$SELECTED")" SECOND_SLOT="$(awk -F '\t' 'NR==3 {print $1}' "$SELECTED")" SECOND_FILE="$(awk -F '\t' 'NR==3 {print $2}' "$SELECTED")" SECOND_ENDPOINT="$(awk -F '\t' 'NR==3 {print $3}' "$SELECTED")" SECOND_AVG="$(awk -F '\t' 'NR==3 {print $4}' "$SELECTED")" SECOND_CONFIG="$(awk -F '\t' 'NR==3 {print $5}' "$SELECTED")" echo "Selected file:" echo " $SELECTED" echo echo "Runtime:" echo " active slot: $ACTIVE" echo " active endpoint: $ACTIVE_ENDPOINT" echo " standby slot: $STANDBY" echo " standby endpoint: $STANDBY_ENDPOINT" echo echo "Selected candidates:" echo " best: $BEST_ENDPOINT | $BEST_FILE | avg=$BEST_AVG" echo " second: $SECOND_ENDPOINT | $SECOND_FILE | avg=$SECOND_AVG" echo echo "Plan:" if [ "$ACTIVE_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active slot already has best candidate." if [ "$STANDBY_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Standby slot already has second candidate." echo " Action: do nothing." else echo " Standby slot should be loaded with second candidate:" echo " load $SECOND_CONFIG into $STANDBY" echo " Action: load standby only, then test." fi elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ] && [ "$STANDBY_ENDPOINT" = "$BEST_ENDPOINT" ]; then echo " Active has second candidate, standby has best candidate." echo " Action: no config load needed." echo " Optional: switch active to standby only after live test/policy decision." elif [ "$ACTIVE_ENDPOINT" = "$SECOND_ENDPOINT" ]; then echo " Active has second candidate." echo " Standby should be loaded with best candidate:" echo " load $BEST_CONFIG into $STANDBY" echo " Action: load standby only, then test." else echo " Active endpoint is not in top two selected candidates." echo " Safest action: load best candidate into standby, test it, then decide switch manually." echo " load $BEST_CONFIG into $STANDBY" fi echo echo "No changes were made." ### HMN_FILE /root/hmn/hmn-pool-low-watermark-check.sh -rwxr-xr-x 1 root root 6149 Jun 3 16:20 /root/hmn/hmn-pool-low-watermark-check.sh sha256=033a50ebb64fad8db3fb813a6d3990affad4d6b14b163c1d4c946fd1be84e074 --- head --- #!/bin/ash set -u BASE="/root/hmn" STATE="$BASE/state" CACHE="$BASE/cache" LOGDIR="$BASE/logs" STRICT="${STRICT:-$CACHE/ok-awg1-strict-foreign-latest.tsv}" LOW_PERCENT="${LOW_PERCENT:-20}" MIN_AVAILABLE="${MIN_AVAILABLE:-2}" REFRESH="$BASE/hmn-refresh-pool-safe.sh" REFRESH_LOCK="/tmp/hmn-refresh-pool-safe.lock" MANAGER_LOCK="/tmp/vpn-egress-manager.lock" CHECK_LOCK="/tmp/hmn-pool-low-watermark-check.lock" MAINT="/tmp/hmn-vpn-maintenance" MANAGER_WAIT_MAX="${MANAGER_WAIT_MAX:-180}" MANAGER_WAIT_STEP="${MANAGER_WAIT_STEP:-3}" MODE="${1:-dry-run}" TS="$(date +%Y%m%d-%H%M%S)" LOG="$LOGDIR/low-watermark-last.log" RCFILE="/tmp/hmn-low-watermark.rc.$$" mkdir -p "$STATE" "$CACHE" "$LOGDIR" say() { echo "$(date -Iseconds) $*" } run_body() { echo "=== hmn-pool-low-watermark-check ===" echo "mode=$MODE" echo "strict=$STRICT" echo "low_percent=$LOW_PERCENT" echo "min_available=$MIN_AVAILABLE" echo "manager_wait_max=$MANAGER_WAIT_MAX" echo "manager_wait_step=$MANAGER_WAIT_STEP" case "$MODE" in dry-run|run) ;; *) echo "ERROR: allowed modes: dry-run | run" return 64 ;; esac if ! mkdir "$CHECK_LOCK" 2>/dev/null; then say "another low-watermark checker is already running: $CHECK_LOCK" echo "decision=SKIP_CHECK_ALREADY_RUNNING" return 0 fi trap 'rmdir "$CHECK_LOCK" 2>/dev/null || true' EXIT INT TERM if [ ! -s "$STRICT" ]; then echo "ERROR: strict foreign table missing/empty: $STRICT" echo "decision=ERROR_NO_STRICT_TABLE" return 1 fi TMP_EPS="/tmp/hmn-lowwater-eps.$$" TMP_BAD="/tmp/hmn-lowwater-bad.$$" awk -F '\t' 'NR > 1 && $3 != "" { print $3 }' "$STRICT" > "$TMP_EPS" TOTAL="$(wc -l < "$TMP_EPS" | tr -d ' ')" BAD_FILE="$STATE/bad-endpoints-$(date +%Y%m%d).txt" if [ -s "$BAD_FILE" ]; then awk '{print $1}' "$BAD_FILE" > "$TMP_BAD" else : > "$TMP_BAD" fi VPN1_EP="$(uci -q get network.vpn1.hmn_endpoint || true)" VPN2_EP="$(uci -q get network.vpn2.hmn_endpoint || true)" ACTIVE_SLOT="$(cat "$STATE/active-slot" 2>/dev/null || true)" AVAILABLE=0 USED=0 BAD_IN_TABLE=0 while read -r EP; do [ -n "$EP" ] || continue IS_USED=0 IS_BAD=0 if [ "$EP" = "$VPN1_EP" ] || [ "$EP" = "$VPN2_EP" ]; then IS_USED=1 fi if grep -qxF "$EP" "$TMP_BAD" 2>/dev/null; then IS_BAD=1 fi if [ "$IS_USED" -eq 1 ]; then USED=$((USED + 1)) elif [ "$IS_BAD" -eq 1 ]; then BAD_IN_TABLE=$((BAD_IN_TABLE + 1)) else AVAILABLE=$((AVAILABLE + 1)) fi done < "$TMP_EPS" rm -f "$TMP_EPS" "$TMP_BAD" if [ "$TOTAL" -le 0 ]; then echo "ERROR: no endpoints in strict foreign table" echo "decision=ERROR_EMPTY_STRICT_TABLE" return 1 fi THRESHOLD=$(( (TOTAL * LOW_PERCENT + 99) / 100 )) if [ "$THRESHOLD" -lt "$MIN_AVAILABLE" ]; then THRESHOLD="$MIN_AVAILABLE" fi echo echo "=== pool numbers ===" echo "foreign_total=$TOTAL" echo "vpn1_ep=$VPN1_EP" echo "vpn2_ep=$VPN2_EP" echo "active_slot=$ACTIVE_SLOT" echo "used_by_slots=$USED" echo "bad_in_table=$BAD_IN_TABLE" echo "available=$AVAILABLE" echo "threshold=$THRESHOLD" { echo "checked_at=$(date -Iseconds)" echo "foreign_total=$TOTAL" echo "used_by_slots=$USED" echo "bad_in_table=$BAD_IN_TABLE" echo "available=$AVAILABLE" echo "threshold=$THRESHOLD" echo "active_slot=$ACTIVE_SLOT" } > "$STATE/last-low-watermark-check" echo echo "=== initial overlap guards ===" [ -d "$REFRESH_LOCK" ] && REFRESH_LOCK_PRESENT=1 || REFRESH_LOCK_PRESENT=0 [ -e "$MAINT" ] && MAINT_PRESENT=1 || MAINT_PRESENT=0 [ -d "$MANAGER_LOCK" ] && MANAGER_LOCK_PRESENT=1 || MANAGER_LOCK_PRESENT=0 echo "refresh_lock_present=$REFRESH_LOCK_PRESENT" echo "maintenance_present=$MAINT_PRESENT" echo "manager_lock_present=$MANAGER_LOCK_PRESENT" echo echo "=== decision ===" if [ "$AVAILABLE" -gt "$THRESHOLD" ]; then echo "decision=ENOUGH_CANDIDATES" echo "action=none" echo "ENOUGH_CANDIDATES" > "$STATE/last-low-watermark-decision" return 0 ### HMN_FILE /root/hmn/hmn-rank-awg.sh -rwxr-xr-x 1 root root 3169 Jun 1 13:55 /root/hmn/hmn-rank-awg.sh sha256=7bf985300ce45a1003cfcaa1cf08d14de0751b39ff28ca2bf3f46713043faeec --- head --- #!/bin/ash set -eu RESULTS="${1:-}" CONFIG_DIR="${CONFIG_DIR:-KEYMASK}" QUARANTINE="${HMN_RANK_QUARANTINE:-KEYMASK-awg1-latest.tsv}" # По умолчанию не берём дальние/нежелательные географии для обычного foreign VPN-egress. # Временно плохие туннели текущего набора исключаются через QUARANTINE, # а не через вечный blacklist. EXCLUDE_REGEX="${HMN_RANK_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" if [ -z "$RESULTS" ]; then RESULTS="$(ls -t /root/hmn/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" fi if [ -z "$RESULTS" ] || [ ! -f "$RESULTS" ]; then echo "ERROR: не найден results.tsv" echo "Запусти сначала:" echo " /root/hmn/hmn-test-all-awg.sh" exit 1 fi if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: не найден каталог конфигов:" echo " $CONFIG_DIR" exit 1 fi if [ ! -f "$QUARANTINE" ]; then QUARANTINE="/dev/null" fi mkdir -p /root/hmn/cache chmod 700 /root/hmn/cache TS="$(date +%Y%m%d-%H%M%S)" OUT="/root/hmn/cache/ranked-awg1-$TS.tsv" OUT_LATEST="/root/hmn/cache/ranked-awg1-latest.tsv" SELECTED="KEYMASK-awg1-$TS.tsv" SELECTED_LATEST="KEYMASK-awg1-latest.tsv" TMP="/tmp/hmn-rank-awg.$$" echo "Ranking:" echo " results: $RESULTS" echo " config dir: $CONFIG_DIR" echo " exclude: $EXCLUDE_REGEX" echo " quarantine: $QUARANTINE" echo awk -F '\t' -v ex="$EXCLUDE_REGEX" -v cfg="$CONFIG_DIR" -v qfile="$QUARANTINE" ' FILENAME == qfile { if (FNR == 1) next if ($1 != "") q_endpoint[$1] = 1 if ($2 != "") q_file[$2] = 1 next } FILENAME != qfile && FNR > 1 && $1 == "OK" && $6 == "0%" && $7 ~ /^[0-9.]+$/ && $2 !~ ex && !($3 in q_endpoint) && !($2 in q_file) { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$QUARANTINE" "$RESULTS" | sort -n > "$TMP" printf "rank\tavg_ms\tfile\tendpoint\tloss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" while IFS="$TAB" read -r AVG FILE ENDPOINT LOSS CFG_PATH; do [ -n "$AVG" ] || continue if [ ! -f "$CFG_PATH" ]; then echo "WARN: config file not found, skip: $CFG_PATH" >&2 continue fi N=$((N + 1)) printf "%s\t%s\t%s\t%s\t%s\t%s\n" "$N" "$AVG" "$FILE" "$ENDPOINT" "$LOSS" "$CFG_PATH" >> "$OUT" done < "$TMP" rm -f "$TMP" if [ "$N" -lt 2 ]; then echo "ERROR: найдено меньше двух подходящих живых туннелей: $N" echo echo "Что есть в ranked:" cat "$OUT" exit 1 fi cp "$OUT" "$OUT_LATEST" printf "slot\tfile\tendpoint\tavg_ms\tconfig_path\n" > "$SELECTED" awk -F '\t' ' NR == 2 { printf "vpn1\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } NR == 3 { printf "vpn2\t%s\t%s\t%s\t%s\n", $3, $4, $2, $6 } ' "$OUT" >> "$SELECTED" cp "$SELECTED" "$SELECTED_LATEST" echo "Ranked:" echo " $OUT" echo " $OUT_LATEST" echo echo "Selected:" echo " $SELECTED" echo " $SELECTED_LATEST" echo echo "Top candidates:" sed -n '1,12p' "$OUT" echo echo "Selected slots:" cat "$SELECTED" ### HMN_FILE /root/hmn/hmn-refill-slot.sh -rwxr-xr-x 1 root root 6084 Jun 3 16:20 /root/hmn/hmn-refill-slot.sh sha256=992b8075c9a5acbcd5c0f98feb03650acc7a211f9cc19afb9fd82ffc529bb053 --- head --- #!/bin/ash set -u BASE="/root/hmn" TABLE="${TABLE:-$BASE/cache/ok-awg1-strict-foreign-latest.tsv}" SELECTED="${SELECTED:-$BASE/cache/selected-awg1-latest.tsv}" LOADER="${LOADER:-$BASE/hmn-load-vpn-slot.sh}" PING_COUNT="${PING_COUNT:-5}" DRY_RUN="${DRY_RUN:-0}" SLOT="${1:-}" ACTIVE_SLOT="${2:-}" if [ -z "$SLOT" ] || [ -z "$ACTIVE_SLOT" ]; then echo "Usage: $0 " >&2 echo "Example: DRY_RUN=1 $0 vpn1 vpn2" >&2 exit 2 fi [ "$SLOT" = "vpn1" ] || [ "$SLOT" = "vpn2" ] || { echo "ERROR: slot must be vpn1 or vpn2" >&2 exit 2 } [ "$ACTIVE_SLOT" = "vpn1" ] || [ "$ACTIVE_SLOT" = "vpn2" ] || { echo "ERROR: active slot must be vpn1 or vpn2" >&2 exit 2 } [ -s "$TABLE" ] || { echo "ERROR: OK table missing: $TABLE" >&2 exit 1 } [ -x "$LOADER" ] || { echo "ERROR: loader missing/not executable: $LOADER" >&2 exit 1 } today_bad_file() { date +"/root/hmn/state/bad-endpoints-%Y%m%d.txt" } get_slot_ep() { S="$1" H="$(uci -q get network.@amneziawg_${S}[0].endpoint_host || true)" P="$(uci -q get network.@amneziawg_${S}[0].endpoint_port || true)" [ -n "$H" ] && [ -n "$P" ] && echo "$H:$P" } mark_bad_ep() { EP="$1" REASON="${2:-failed}" [ -n "$EP" ] || return 0 mkdir -p "$BASE/state" BAD="$(today_bad_file)" grep -q "^$EP" "$BAD" 2>/dev/null && return 0 printf "%s\t%s\t%s\n" "$EP" "$(date -Iseconds)" "$REASON" >> "$BAD" } is_bad_ep() { EP="$1" BAD="$(today_bad_file)" grep -q "^$EP" "$BAD" 2>/dev/null } candidate_line() { ACTIVE_EP="$(get_slot_ep "$ACTIVE_SLOT" || true)" OLD_EP="$(get_slot_ep "$SLOT" || true)" awk -F '\t' -v active_ep="$ACTIVE_EP" -v old_ep="$OLD_EP" -v bad_file="$(today_bad_file)" ' BEGIN { while ((getline line < bad_file) > 0) { split(line, a, "\t") bad[a[1]]=1 } close(bad_file) } NR > 1 { ep=$3 if (ep == active_ep) next if (ep == old_ep) next if (bad[ep]) next print exit } ' "$TABLE" } probe_slot_strict() { DEV="$1" for IP in 9.9.9.9 1.1.1.1; do echo echo "--- strict probe $DEV $IP ---" ip route replace "$IP/32" dev "$DEV" ip route get "$IP" OUT="$(ping -4 -c "$PING_COUNT" -W 2 -I "$DEV" "$IP" 2>&1 || true)" echo "$OUT" ip route del "$IP/32" dev "$DEV" 2>/dev/null || true echo "$OUT" | grep -q ' 0% packet loss' || return 1 done return 0 } echo "=== hmn-refill-slot ===" echo "slot_to_refill=$SLOT" echo "active_slot=$ACTIVE_SLOT" echo "table=$TABLE" echo "selected=$SELECTED" echo "dry_run=$DRY_RUN" ACTIVE_EP="$(get_slot_ep "$ACTIVE_SLOT" || true)" OLD_EP="$(get_slot_ep "$SLOT" || true)" echo "active_ep=$ACTIVE_EP" echo "old_slot_ep=$OLD_EP" if [ -n "$OLD_EP" ]; then if [ "$DRY_RUN" = "1" ]; then echo "would_mark_bad_ep=$OLD_EP" else mark_bad_ep "$OLD_EP" "slot_refill_old_or_failed_${SLOT}" fi fi LINE="$(candidate_line || true)" if [ -z "$LINE" ]; then echo "ERROR: no candidate available after exclusions" echo echo "bad endpoints today:" cat "$(today_bad_file)" 2>/dev/null || true exit 1 fi CAND_RANK="$(echo "$LINE" | awk -F '\t' '{print $1}')" CAND_FILE="$(echo "$LINE" | awk -F '\t' '{print $2}')" CAND_EP="$(echo "$LINE" | awk -F '\t' '{print $3}')" CAND_AVG="$(echo "$LINE" | awk -F '\t' '{print $4}')" CAND_CONF="$(echo "$LINE" | awk -F '\t' '{print $6}')" echo echo "candidate_rank=$CAND_RANK" echo "candidate_file=$CAND_FILE" echo "candidate_ep=$CAND_EP" echo "candidate_avg=$CAND_AVG" echo "candidate_conf=$CAND_CONF" [ -s "$CAND_CONF" ] || { echo "ERROR: candidate config missing: $CAND_CONF" exit 1 } ### HMN_FILE /root/hmn/hmn-refresh-awg.sh -rwxr-xr-x 1 root root 4979 Jun 1 15:28 /root/hmn/hmn-refresh-awg.sh sha256=f725224e1b766f85f1ccf4a934e44f3c240865081348ff6bed8f63d366678e17 --- head --- #!/bin/ash set -u MODE="${1:-dry-run}" BASE="/root/hmn" LOGDIR="$BASE/logs" PING_IP="${HMN_REFRESH_PING_IP:-9.9.9.9}" DOWNLOAD="$BASE/hmn-download-all-awg.sh" TESTER="$BASE/hmn-test-all-awg.sh" RANKER="$BASE/hmn-rank-awg.sh" PLANNER="$BASE/hmn-plan-selected.sh" APPLY="$BASE/hmn-apply-selected.sh" case "$MODE" in dry-run|run) ;; *) echo "ERROR: mode must be dry-run or run" echo "Usage:" echo " /root/hmn/hmn-refresh-awg.sh dry-run" echo " /root/hmn/hmn-refresh-awg.sh run" exit 1 ;; esac mkdir -p "$LOGDIR" chmod 700 "$LOGDIR" LOCKDIR="/tmp/hmn-refresh-awg.lock" if ! mkdir "$LOCKDIR" 2>/dev/null; then echo "ERROR: another hmn-refresh-awg run is already active: $LOCKDIR" exit 1 fi cleanup_lock() { rmdir "$LOCKDIR" 2>/dev/null || true } trap cleanup_lock EXIT INT TERM say() { echo echo "=== $* ===" } fail() { echo echo "ERROR: $*" exit 1 } run_cmd() { echo echo "+ $*" if [ "$MODE" = "run" ]; then "$@" else echo "[dry-run] not executed" fi } get_table_default_dev() { ip route show table 200 | awk ' /^default / { for (i = 1; i <= NF; i++) { if ($i == "dev") { print $(i+1) exit } } } ' } say "HideMyName AWG refresh wrapper" echo "mode: $MODE" echo "date: $(date -Iseconds 2>/dev/null || date)" say "preflight: scripts" for S in "$DOWNLOAD" "$TESTER" "$RANKER" "$PLANNER" "$APPLY"; do [ -x "$S" ] || fail "missing or not executable: $S" ls -lh "$S" done say "preflight: runtime state" CRON_STATUS="$(/etc/init.d/cron status 2>/dev/null || true)" echo "cron: $CRON_STATUS" if [ -e /tmp/hmn-vpn-maintenance ]; then fail "maintenance flag exists: /tmp/hmn-vpn-maintenance" fi for F in /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan; do if [ -e "$F" ]; then fail "temporary control flag exists: $F" fi done ACTIVE="$(cat "$BASE/state/active-slot" 2>/dev/null || true)" case "$ACTIVE" in vpn1|vpn2) ;; *) fail "bad active slot: $ACTIVE" ;; esac TABLE_DEV="$(get_table_default_dev)" echo "active slot: $ACTIVE" echo "table 200 default dev: $TABLE_DEV" ip route show table 200 if [ "$TABLE_DEV" != "$ACTIVE" ]; then fail "table 200 default dev does not match active slot" fi echo echo "active tunnel:" /usr/bin/amneziawg show "$ACTIVE" 2>/dev/null || fail "cannot show active tunnel $ACTIVE" echo echo "active traffic check:" ping -4 -c 3 -W 2 -I 10.200.0.2 "$PING_IP" || fail "active traffic check failed" say "current selected plan before refresh" "$PLANNER" || fail "planner failed before refresh" say "planned pipeline" echo "1. download fresh AWG configs through active VPN interface" echo "2. test all latest configs through vpn_test" echo "3. rank tested configs and write selected" echo "4. show selected plan" echo "5. apply selected in standby-only mode" echo "6. final report" if [ "$MODE" = "dry-run" ]; then say "dry-run command list" run_cmd "$DOWNLOAD" run_cmd "$TESTER" run_cmd "$RANKER" run_cmd "$PLANNER" run_cmd "$APPLY" standby-only say "dry-run final state, no changes expected" /etc/init.d/cron status || true ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" cat "$BASE/state/active-slot" ip route show table 200 ip route show | grep -E 'vpn1|vpn2|vpn_test' || true exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" REPORT="$LOGDIR/hmn-refresh-awg-$TS.report.txt" say "run: download fresh AWG configs" "$DOWNLOAD" || fail "download failed" say "run: test latest AWG configs" "$TESTER" || fail "tester failed" ### HMN_FILE /root/hmn/hmn-refresh-awg.sh.before-awk-lock-20260601-152842 -rwxr-xr-x 1 root root 4726 Jun 1 14:41 /root/hmn/hmn-refresh-awg.sh.before-awk-lock-20260601-152842 sha256=8e052492c197189e6f9fdca35553f82d1d7f4a7222ee981cef2e09343073a0ff --- head --- #!/bin/ash set -u MODE="${1:-dry-run}" BASE="/root/hmn" LOGDIR="$BASE/logs" PING_IP="${HMN_REFRESH_PING_IP:-9.9.9.9}" DOWNLOAD="$BASE/hmn-download-all-awg.sh" TESTER="$BASE/hmn-test-all-awg.sh" RANKER="$BASE/hmn-rank-awg.sh" PLANNER="$BASE/hmn-plan-selected.sh" APPLY="$BASE/hmn-apply-selected.sh" case "$MODE" in dry-run|run) ;; *) echo "ERROR: mode must be dry-run or run" echo "Usage:" echo " /root/hmn/hmn-refresh-awg.sh dry-run" echo " /root/hmn/hmn-refresh-awg.sh run" exit 1 ;; esac mkdir -p "$LOGDIR" chmod 700 "$LOGDIR" say() { echo echo "=== $* ===" } fail() { echo echo "ERROR: $*" exit 1 } run_cmd() { echo echo "+ $*" if [ "$MODE" = "run" ]; then "$@" else echo "[dry-run] not executed" fi } get_table_default_dev() { ip route show table 200 | awk ' /^default / { for (i = 1; i <= NF; i++) { if ($i == "dev") { print $(i+1) exit } } } ' } say "HideMyName AWG refresh wrapper" echo "mode: $MODE" echo "date: $(date -Iseconds 2>/dev/null || date)" say "preflight: scripts" for S in "$DOWNLOAD" "$TESTER" "$RANKER" "$PLANNER" "$APPLY"; do [ -x "$S" ] || fail "missing or not executable: $S" ls -lh "$S" done say "preflight: runtime state" CRON_STATUS="$(/etc/init.d/cron status 2>/dev/null || true)" echo "cron: $CRON_STATUS" if [ -e /tmp/hmn-vpn-maintenance ]; then fail "maintenance flag exists: /tmp/hmn-vpn-maintenance" fi for F in /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan; do if [ -e "$F" ]; then fail "temporary control flag exists: $F" fi done ACTIVE="$(cat "$BASE/state/active-slot" 2>/dev/null || true)" case "$ACTIVE" in vpn1|vpn2) ;; *) fail "bad active slot: $ACTIVE" ;; esac TABLE_DEV="$(get_table_default_dev)" echo "active slot: $ACTIVE" echo "table 200 default dev: $TABLE_DEV" ip route show table 200 if [ "$TABLE_DEV" != "$ACTIVE" ]; then fail "table 200 default dev does not match active slot" fi echo echo "active tunnel:" /usr/bin/amneziawg show "$ACTIVE" 2>/dev/null || fail "cannot show active tunnel $ACTIVE" echo echo "active traffic check:" ping -4 -c 3 -W 2 -I 10.200.0.2 "$PING_IP" || fail "active traffic check failed" say "current selected plan before refresh" "$PLANNER" || fail "planner failed before refresh" say "planned pipeline" echo "1. download fresh AWG configs through active VPN interface" echo "2. test all latest configs through vpn_test" echo "3. rank tested configs and write selected" echo "4. show selected plan" echo "5. apply selected in standby-only mode" echo "6. final report" if [ "$MODE" = "dry-run" ]; then say "dry-run command list" run_cmd "$DOWNLOAD" run_cmd "$TESTER" run_cmd "$RANKER" run_cmd "$PLANNER" run_cmd "$APPLY" standby-only say "dry-run final state, no changes expected" /etc/init.d/cron status || true ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" cat "$BASE/state/active-slot" ip route show table 200 ip route show | grep -E 'vpn1|vpn2|vpn_test' || true exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" REPORT="$LOGDIR/hmn-refresh-awg-$TS.report.txt" say "run: download fresh AWG configs" "$DOWNLOAD" || fail "download failed" say "run: test latest AWG configs" "$TESTER" || fail "tester failed" say "run: rank and select" "$RANKER" || fail "ranker failed" say "run: selected plan after rank" "$PLANNER" || fail "planner failed after rank" say "run: apply selected standby-only" "$APPLY" standby-only || fail "apply-selected standby-only failed" say "final report" { echo "timestamp=$TS" ### HMN_FILE /root/hmn/hmn-refresh-awg.sh.before-lock-20260601-152728 -rwxr-xr-x 1 root root 4726 Jun 1 14:41 /root/hmn/hmn-refresh-awg.sh.before-lock-20260601-152728 sha256=8e052492c197189e6f9fdca35553f82d1d7f4a7222ee981cef2e09343073a0ff --- head --- #!/bin/ash set -u MODE="${1:-dry-run}" BASE="/root/hmn" LOGDIR="$BASE/logs" PING_IP="${HMN_REFRESH_PING_IP:-9.9.9.9}" DOWNLOAD="$BASE/hmn-download-all-awg.sh" TESTER="$BASE/hmn-test-all-awg.sh" RANKER="$BASE/hmn-rank-awg.sh" PLANNER="$BASE/hmn-plan-selected.sh" APPLY="$BASE/hmn-apply-selected.sh" case "$MODE" in dry-run|run) ;; *) echo "ERROR: mode must be dry-run or run" echo "Usage:" echo " /root/hmn/hmn-refresh-awg.sh dry-run" echo " /root/hmn/hmn-refresh-awg.sh run" exit 1 ;; esac mkdir -p "$LOGDIR" chmod 700 "$LOGDIR" say() { echo echo "=== $* ===" } fail() { echo echo "ERROR: $*" exit 1 } run_cmd() { echo echo "+ $*" if [ "$MODE" = "run" ]; then "$@" else echo "[dry-run] not executed" fi } get_table_default_dev() { ip route show table 200 | awk ' /^default / { for (i = 1; i <= NF; i++) { if ($i == "dev") { print $(i+1) exit } } } ' } say "HideMyName AWG refresh wrapper" echo "mode: $MODE" echo "date: $(date -Iseconds 2>/dev/null || date)" say "preflight: scripts" for S in "$DOWNLOAD" "$TESTER" "$RANKER" "$PLANNER" "$APPLY"; do [ -x "$S" ] || fail "missing or not executable: $S" ls -lh "$S" done say "preflight: runtime state" CRON_STATUS="$(/etc/init.d/cron status 2>/dev/null || true)" echo "cron: $CRON_STATUS" if [ -e /tmp/hmn-vpn-maintenance ]; then fail "maintenance flag exists: /tmp/hmn-vpn-maintenance" fi for F in /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan; do if [ -e "$F" ]; then fail "temporary control flag exists: $F" fi done ACTIVE="$(cat "$BASE/state/active-slot" 2>/dev/null || true)" case "$ACTIVE" in vpn1|vpn2) ;; *) fail "bad active slot: $ACTIVE" ;; esac TABLE_DEV="$(get_table_default_dev)" echo "active slot: $ACTIVE" echo "table 200 default dev: $TABLE_DEV" ip route show table 200 if [ "$TABLE_DEV" != "$ACTIVE" ]; then fail "table 200 default dev does not match active slot" fi echo echo "active tunnel:" /usr/bin/amneziawg show "$ACTIVE" 2>/dev/null || fail "cannot show active tunnel $ACTIVE" echo echo "active traffic check:" ping -4 -c 3 -W 2 -I 10.200.0.2 "$PING_IP" || fail "active traffic check failed" say "current selected plan before refresh" "$PLANNER" || fail "planner failed before refresh" say "planned pipeline" echo "1. download fresh AWG configs through active VPN interface" echo "2. test all latest configs through vpn_test" echo "3. rank tested configs and write selected" echo "4. show selected plan" echo "5. apply selected in standby-only mode" echo "6. final report" if [ "$MODE" = "dry-run" ]; then say "dry-run command list" run_cmd "$DOWNLOAD" run_cmd "$TESTER" run_cmd "$RANKER" run_cmd "$PLANNER" run_cmd "$APPLY" standby-only say "dry-run final state, no changes expected" /etc/init.d/cron status || true ls -l /tmp/hmn-vpn-maintenance 2>/dev/null || echo "no maintenance flag" cat "$BASE/state/active-slot" ip route show table 200 ip route show | grep -E 'vpn1|vpn2|vpn_test' || true exit 0 fi TS="$(date +%Y%m%d-%H%M%S)" REPORT="$LOGDIR/hmn-refresh-awg-$TS.report.txt" say "run: download fresh AWG configs" "$DOWNLOAD" || fail "download failed" say "run: test latest AWG configs" "$TESTER" || fail "tester failed" say "run: rank and select" "$RANKER" || fail "ranker failed" say "run: selected plan after rank" "$PLANNER" || fail "planner failed after rank" say "run: apply selected standby-only" "$APPLY" standby-only || fail "apply-selected standby-only failed" say "final report" { echo "timestamp=$TS" ### HMN_FILE /root/hmn/hmn-refresh-pool-cron.sh -rwxr-xr-x 1 root root 533 Jun 3 16:20 /root/hmn/hmn-refresh-pool-cron.sh sha256=2882f0c0f3aee74b408ed823c45bab9743ea676b6c0e18755e92084ef929f897 --- head --- #!/bin/ash BASE="/root/hmn" LOG="$BASE/logs/cron-refresh-pool-safe-last.log" STATE="$BASE/state" mkdir -p "$BASE/logs" "$STATE" { echo "=== cron refresh start $(date -Iseconds) ===" echo "cmd=/root/hmn/hmn-refresh-pool-safe.sh fresh-download" echo /root/hmn/hmn-refresh-pool-safe.sh fresh-download RC="$?" echo echo "refresh_rc=$RC" echo "=== cron refresh done $(date -Iseconds) ===" } > "$LOG" 2>&1 echo "$RC" > "$STATE/last-cron-refresh-rc" date -Iseconds > "$STATE/last-cron-refresh-finished-at" exit "$RC" ### HMN_FILE /root/hmn/hmn-refresh-pool-safe.sh -rwxr-xr-x 1 root root 8534 Jun 3 16:20 /root/hmn/hmn-refresh-pool-safe.sh sha256=138ddd27bd6e6ad77228ecfdb6d6924d6b9a44528df478d96e239cf8899f4df8 --- head --- #!/bin/ash set -u BASE="/root/hmn" LOGDIR="$BASE/logs" STATE="$BASE/state" BACKUPDIR="$BASE/backups" DOWNLOADER="$BASE/hmn-download-all-awg.sh" VALIDATE="$BASE/hmn-validate-current-pool.sh" MAN="/usr/bin/vpn-egress-manager.sh" LOCK="/tmp/hmn-refresh-pool-safe.lock" MODE="${1:-fresh-download}" mkdir -p "$LOGDIR" "$STATE" "$BACKUPDIR" TS="$(date +%Y%m%d-%H%M%S)" LOG="$LOGDIR/refresh-pool-safe-$TS-$$.log" RCFILE="/tmp/hmn-refresh-pool-safe.rc.$$" BACK="" RETRY_FLAG="$STATE/refresh-retry-needed" RETRY_REASON="$STATE/refresh-retry-reason" LAST_FRESH_DOWNLOAD_RC="$STATE/last-fresh-download-rc" LAST_FRESH_DOWNLOAD_AT="$STATE/last-fresh-download-at" LAST_REFRESH_POOL_SOURCE="$STATE/last-refresh-pool-source" say() { echo "$(date -Iseconds) $*" } write_status() { echo "$1" > "$STATE/refresh-status" date -Iseconds > "$STATE/last-refresh-status-at" } record_download_rc() { echo "$1" > "$LAST_FRESH_DOWNLOAD_RC" date -Iseconds > "$LAST_FRESH_DOWNLOAD_AT" } set_retry_needed() { REASON="$1" date -Iseconds > "$RETRY_FLAG" echo "$REASON" > "$RETRY_REASON" say "retry-needed set: $REASON" } clear_retry_needed() { rm -f "$RETRY_FLAG" "$RETRY_REASON" say "retry-needed cleared" } restore_backup() { if [ -z "${BACK:-}" ] || [ ! -d "$BACK" ]; then say "rollback: no backup dir available" return 1 fi say "rollback: restoring published pointers/tables from $BACK" LATEST_DIR="$KEYMASK" OLD_LINK="$(cat "$BACK/configs-latest-readlink.txt" 2>/dev/null || true)" OLD_REAL="$(cat "$BACK/configs-latest-realpath.txt" 2>/dev/null || true)" if [ -n "$OLD_LINK" ]; then rm -rf "$LATEST_DIR" ln -s "$OLD_LINK" "$LATEST_DIR" say "rollback: latest symlink restored to readlink target: $OLD_LINK" elif [ -n "$OLD_REAL" ] && [ -d "$OLD_REAL" ]; then rm -rf "$LATEST_DIR" ln -s "$OLD_REAL" "$LATEST_DIR" say "rollback: latest symlink restored to realpath: $OLD_REAL" else say "rollback WARN: no usable old latest target" fi for BN in \ ok-awg1-strict-all-latest.tsv \ ok-awg1-strict-foreign-latest.tsv \ selected-awg1-latest.tsv do if [ -f "$BACK/$BN" ]; then cp "$BACK/$BN" "$BASE/cache/$BN" say "rollback: restored cache/$BN" fi done return 0 } run_validate_current_pool() { if [ ! -x "$VALIDATE" ]; then say "ERROR: missing executable validator: $VALIDATE" write_status "REFRESH_FAILED_NO_VALIDATOR" return 1 fi "$VALIDATE" VALIDATE_RC="$?" say "validate_current_pool_rc=$VALIDATE_RC" if [ "$VALIDATE_RC" -ne 0 ]; then write_status "REFRESH_FAILED_CURRENT_POOL_RETEST_FAILED" return "$VALIDATE_RC" fi return 0 } run_body() { say "=== hmn-refresh-pool-safe start ===" say "mode=$MODE" say "log=$LOG" if [ "$MODE" = "selftest-ok" ]; then say "selftest-ok: returning 0" write_status "SELFTEST_OK" return 0 fi if [ "$MODE" = "selftest-fail" ]; then say "selftest-fail: returning 42" write_status "SELFTEST_FAIL" return 42 fi echo echo "=== lock ===" if ! mkdir "$LOCK" 2>/dev/null; then say "another refresh instance is already running: $LOCK" write_status "REFRESH_ALREADY_RUNNING" return 2 fi trap 'rmdir "$LOCK" 2>/dev/null || true' EXIT echo echo "=== pre-state ===" echo "active=$(cat "$STATE/active-slot" 2>/dev/null || echo none)" ip route show table 200 ip route get 9.9.9.9 from 10.200.0.2 2>/dev/null || true echo echo "=== backup current published pointers/tables ===" BACK="$BACKUPDIR/refresh-safe-before-$TS-$$" mkdir -p "$BACK" readlink "$KEYMASK" > "$BACK/configs-latest-readlink.txt" 2>/dev/null || true readlink -f "$KEYMASK" > "$BACK/configs-latest-realpath.txt" 2>/dev/null || true for F in \ "$BASE/cache/ok-awg1-strict-all-latest.tsv" \ "$BASE/cache/ok-awg1-strict-foreign-latest.tsv" \ "$BASE/cache/selected-awg1-latest.tsv" do ### HMN_FILE /root/hmn/hmn-refresh-retry-cron.sh -rwxr-xr-x 1 root root 4309 Jun 3 16:20 /root/hmn/hmn-refresh-retry-cron.sh sha256=d66a7942887bbcf9b39ed99ea10390003df587502993947799c765502f118b8a --- head --- #!/bin/ash set -u BASE="/root/hmn" STATE="$BASE/state" LOGDIR="$BASE/logs" REFRESH="$BASE/hmn-refresh-pool-safe.sh" RETRY_FLAG="$STATE/refresh-retry-needed" RETRY_REASON="$STATE/refresh-retry-reason" RETRY_LOCK="/tmp/hmn-refresh-retry.lock" REFRESH_LOCK="/tmp/hmn-refresh-pool-safe.lock" LOWWATER_LOCK="/tmp/hmn-pool-low-watermark-check.lock" MANAGER_LOCK="/tmp/vpn-egress-manager.lock" MAINT="/tmp/hmn-vpn-maintenance" MANAGER_WAIT_MAX="${MANAGER_WAIT_MAX:-180}" MANAGER_WAIT_STEP="${MANAGER_WAIT_STEP:-3}" LOG="$LOGDIR/cron-refresh-retry-last.log" RCFILE="/tmp/hmn-refresh-retry.rc.$$" mkdir -p "$STATE" "$LOGDIR" say() { echo "$(date -Iseconds) $*" } run_body() { echo "=== hmn-refresh-retry-cron ===" echo "mode=run" echo "manager_wait_max=$MANAGER_WAIT_MAX" echo "manager_wait_step=$MANAGER_WAIT_STEP" if ! mkdir "$RETRY_LOCK" 2>/dev/null; then say "another retry instance is already running: $RETRY_LOCK" echo "decision=SKIP_RETRY_ALREADY_RUNNING" return 0 fi trap 'rmdir "$RETRY_LOCK" 2>/dev/null || true' EXIT INT TERM echo echo "=== retry flag ===" if [ ! -e "$RETRY_FLAG" ]; then echo "retry_needed=no" echo "NO_RETRY_NEEDED" > "$STATE/last-refresh-retry-decision" date -Iseconds > "$STATE/last-refresh-retry-checked-at" return 0 fi echo "retry_needed_at=$(cat "$RETRY_FLAG" 2>/dev/null || true)" echo "retry_reason=$(cat "$RETRY_REASON" 2>/dev/null || echo unknown)" echo "RETRY_NEEDED" > "$STATE/last-refresh-retry-decision" date -Iseconds > "$STATE/last-refresh-retry-checked-at" echo echo "=== hard overlap guards ===" [ -d "$REFRESH_LOCK" ] && REFRESH_LOCK_PRESENT=1 || REFRESH_LOCK_PRESENT=0 [ -e "$MAINT" ] && MAINT_PRESENT=1 || MAINT_PRESENT=0 [ -d "$LOWWATER_LOCK" ] && LOWWATER_LOCK_PRESENT=1 || LOWWATER_LOCK_PRESENT=0 echo "refresh_lock_present=$REFRESH_LOCK_PRESENT" echo "maintenance_present=$MAINT_PRESENT" echo "lowwater_lock_present=$LOWWATER_LOCK_PRESENT" if [ "$REFRESH_LOCK_PRESENT" -eq 1 ] || [ "$MAINT_PRESENT" -eq 1 ]; then echo "decision=SKIP_REFRESH_OR_VALIDATION_RUNNING" echo "SKIP_REFRESH_OR_VALIDATION_RUNNING" > "$STATE/last-refresh-retry-decision" return 0 fi if [ "$LOWWATER_LOCK_PRESENT" -eq 1 ]; then echo "decision=SKIP_LOWWATER_CHECK_RUNNING" echo "SKIP_LOWWATER_CHECK_RUNNING" > "$STATE/last-refresh-retry-decision" return 0 fi echo echo "=== wait for manager window ===" WAITED=0 while [ -d "$MANAGER_LOCK" ] && [ "$WAITED" -lt "$MANAGER_WAIT_MAX" ]; do echo "manager lock present; waited=${WAITED}s; sleeping ${MANAGER_WAIT_STEP}s" sleep "$MANAGER_WAIT_STEP" WAITED=$((WAITED + MANAGER_WAIT_STEP)) done if [ -d "$MANAGER_LOCK" ]; then echo "decision=SKIP_MANAGER_LOCK_TIMEOUT" echo "SKIP_MANAGER_LOCK_TIMEOUT" > "$STATE/last-refresh-retry-decision" return 0 fi echo "manager window ok after ${WAITED}s" echo echo "=== final guards before refresh ===" if [ -d "$REFRESH_LOCK" ] || [ -e "$MAINT" ] || [ -d "$LOWWATER_LOCK" ]; then echo "decision=SKIP_OVERLAP_STARTED_WHILE_WAITING" echo "SKIP_OVERLAP_STARTED_WHILE_WAITING" > "$STATE/last-refresh-retry-decision" return 0 fi if [ ! -x "$REFRESH" ]; then echo "ERROR: refresh wrapper missing/not executable: $REFRESH" echo "ERROR_NO_REFRESH_WRAPPER" > "$STATE/last-refresh-retry-decision" return 1 fi echo echo "=== run retry fresh-download ===" echo "cmd=$REFRESH fresh-download" date -Iseconds > "$STATE/last-refresh-retry-started-at" "$REFRESH" fresh-download RC="$?" echo "$RC" > "$STATE/last-refresh-retry-rc" date -Iseconds > "$STATE/last-refresh-retry-finished-at" echo echo "refresh_rc=$RC" echo "refresh_status=$(cat "$STATE/refresh-status" 2>/dev/null || echo unknown)" echo "last_fresh_download_rc=$(cat "$STATE/last-fresh-download-rc" 2>/dev/null || echo unknown)" if [ -e "$RETRY_FLAG" ]; then echo "retry_flag_after=still_present" echo "RETRY_STILL_NEEDED" > "$STATE/last-refresh-retry-decision" else echo "retry_flag_after=cleared" echo "RETRY_CLEARED" > "$STATE/last-refresh-retry-decision" fi return "$RC" } ( run_body echo "$?" > "$RCFILE" ) > "$LOG" 2>&1 RC="$(cat "$RCFILE" 2>/dev/null || echo 99)" rm -f "$RCFILE" exit "$RC" ### HMN_FILE /root/hmn/hmn-set-code.sh -rwxr-xr-x 1 root root 1648 Jun 1 10:03 /root/hmn/hmn-set-code.sh sha256=47a751db60d3b2efbf206e7eb980a30a290058a49d185e12c850d76cfceeb650 --- head --- #!/bin/ash set -eu BASE="/root/hmn" ENV_FILE="$BASE/hmn.env" BACKUP_DIR="$BASE/backups" mkdir -p "$BASE" "$BACKUP_DIR" chmod 700 "$BASE" "$BACKUP_DIR" echo "HideMyName access code setup" echo printf "Введи HideMyName access code: " stty -echo 2>/dev/null || true read -r CODE1 stty echo 2>/dev/null || true echo if [ -z "$CODE1" ]; then echo "ERROR: пустой код." exit 1 fi printf "Повтори code: " stty -echo 2>/dev/null || true read -r CODE2 stty echo 2>/dev/null || true echo if [ "$CODE1" != "$CODE2" ]; then echo "ERROR: коды не совпали." exit 1 fi case "$CODE1" in *[!0-9A-Za-z_-]*) echo "WARNING: в коде есть необычные символы." echo "Если это нормально для HideMyName — окей." ;; esac if [ -f "$ENV_FILE" ]; then TS="$(date +%Y%m%d-%H%M%S)" cp "$ENV_FILE" "$BACKUP_DIR/hmn.env.$TS" chmod 600 "$BACKUP_DIR/hmn.env.$TS" echo "Старый env сохранён:" echo " $BACKUP_DIR/hmn.env.$TS" fi umask 077 cat > "$ENV_FILE" </dev/null || true } cleanup_routes() { DEV="$1" cleanup_route_one "$DEV" "$PROBE_IP1" cleanup_route_one "$DEV" "$PROBE_IP2" } get_conf_endpoint() { awk -F'= *' '/^Endpoint[[:space:]]*=/{print $2; exit}' "$1" } find_up_iface_by_endpoint() { WANT_EP="$1" for IFX in vpn1 vpn2 vpn_test; do if "$AWGSHOW" show "$IFX" >/tmp/hmn-up-show-$$ 2>/dev/null; then UP_EP="$(awk '/endpoint:/{print $2; exit}' /tmp/hmn-up-show-$$)" if [ -n "$UP_EP" ] && [ "$UP_EP" = "$WANT_EP" ]; then rm -f /tmp/hmn-up-show-$$ echo "$IFX" return 0 fi fi done rm -f /tmp/hmn-up-show-$$ return 1 } probe_ip_strict() { DEV="$1" IP="$2" ONE_LOG="$3" META="$4" : > "$ONE_LOG" { echo "=== probe $IP dev $DEV ===" ip route replace "$IP/32" dev "$DEV" 2>&1 ip route get "$IP" 2>&1 ping -4 -c "$PING_COUNT" -W 2 -I "$DEV" "$IP" 2>&1 } >> "$ONE_LOG" || true cleanup_route_one "$DEV" "$IP" LOSS="$(sed -n 's/.* \([0-9][0-9]*%\) packet loss.*/\1/p' "$ONE_LOG" | tail -n1)" AVG="$(sed -n 's/^round-trip min\/avg\/max = [^\/]*\/\([^\/]*\)\/.*/\1/p' "$ONE_LOG" | tail -n1)" [ -n "$LOSS" ] || LOSS="100%" [ -n "$AVG" ] || AVG="-" echo "$LOSS|$AVG" > "$META" [ "$LOSS" = "0%" ] } test_dev_strict() { DEV="$1" SHOW2="$2" PING_LOG="$3" : > "$PING_LOG" LOG1="/tmp/hmn-probe-${PROBE_IP1}-$$.txt" LOG2="/tmp/hmn-probe-${PROBE_IP2}-$$.txt" META1="/tmp/hmn-probe-${PROBE_IP1}-$$.meta" META2="/tmp/hmn-probe-${PROBE_IP2}-$$.meta" probe_ip_strict "$DEV" "$PROBE_IP1" "$LOG1" "$META1" RC1="$?" probe_ip_strict "$DEV" "$PROBE_IP2" "$LOG2" "$META2" RC2="$?" cat "$LOG1" >> "$PING_LOG" echo >> "$PING_LOG" cat "$LOG2" >> "$PING_LOG" LOSS1="$(cut -d'|' -f1 "$META1" 2>/dev/null || echo 100%)" AVG1="$(cut -d'|' -f2 "$META1" 2>/dev/null || echo -)" LOSS2="$(cut -d'|' -f1 "$META2" 2>/dev/null || echo 100%)" AVG2="$(cut -d'|' -f2 "$META2" 2>/dev/null || echo -)" rm -f "$LOG1" "$LOG2" "$META1" "$META2" "$AWGSHOW" show "$DEV" > "$SHOW2" 2>&1 || true LATEST="$(grep 'latest handshake:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n1 || true)" TRANSFER="$(grep 'transfer:' "$SHOW2" | sed 's/^[[:space:]]*//' | head -n1 || true)" if [ -z "$LATEST" ]; then STATUS="FAIL_NO_HANDSHAKE" elif [ "$RC1" = "0" ] && [ "$RC2" = "0" ]; then STATUS="OK" else STATUS="FAIL_PING_LOSS" fi AVG="$AVG1" [ "$AVG" != "-" ] || AVG="$AVG2" LOSS_SUMMARY="$PROBE_IP1:$LOSS1,$PROBE_IP2:$LOSS2" echo "$STATUS|$LATEST|$TRANSFER|$LOSS_SUMMARY|$AVG" } echo "HideMyName AWG strict zero-loss tunnel tester" echo echo "Config dir: $CONFIG_DIR" echo "Probe IPs: $PROBE_IP1 $PROBE_IP2" echo "Ping count: $PING_COUNT per IP" echo "Wait seconds: $WAIT_SECONDS" echo "Run dir: $RUN_DIR" echo printf "status\tfile\tendpoint\tlatest_handshake\ttransfer\tping_loss\tping_rtt_avg\tshow_file\tping_file\n" > "$RESULTS" if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: config dir not found: $CONFIG_DIR" exit 1 fi FILES="$(find -L "$CONFIG_DIR" -type f -name '*.conf' | sort)" TOTAL="$(echo "$FILES" | sed '/^$/d' | wc -l)" N=0 OK=0 FAIL=0 for CONF in $FILES; do N=$((N + 1)) FILE="$(basename "$CONF")" ENDPOINT="$(get_conf_endpoint "$CONF")" ### HMN_FILE /root/hmn/hmn-validate-current-pool.sh -rwxr-xr-x 1 root root 7298 Jun 3 16:20 /root/hmn/hmn-validate-current-pool.sh sha256=7cf24b674fff3a5077308f07f1202b70dd34979e50b835758f92e9bda92507ee --- head --- #!/bin/ash set -u echo "=== hmn-validate-current-pool: retest existing local pool safely ===" BASE="/root/hmn" CONFIG_DIR="${1:-$KEYMASK}" TESTER="$BASE/hmn-test-all-awg.sh" CACHE="$BASE/cache" REPORTS="$BASE/reports" STATE="$BASE/state" LOGDIR="$BASE/logs" MIN_ALL_OK="${MIN_ALL_OK:-2}" MIN_FOREIGN_OK="${MIN_FOREIGN_OK:-2}" EXCLUDE_REGEX="${HMN_VALIDATE_EXCLUDE_REGEX:-RU-Russia|US-USA|HK-Hong-Kong|CL-Chile|JP-Japan|PS-UAE|KR-South-Korea|South-Korea}" MAINT="/tmp/hmn-vpn-maintenance" BAD="$STATE/bad-endpoints-$(date +%Y%m%d).txt" QUAR="$CACHE/quarantine-awg1-latest.tsv" TS="$(date +%Y%m%d-%H%M%S)" RUNLOG="$LOGDIR/validate-current-pool-$TS.log" mkdir -p "$CACHE" "$REPORTS" "$STATE" "$LOGDIR" chmod 700 "$BASE" "$CACHE" "$REPORTS" "$STATE" "$LOGDIR" 2>/dev/null || true echo echo "config_dir=$CONFIG_DIR" echo "min_all_ok=$MIN_ALL_OK" echo "min_foreign_ok=$MIN_FOREIGN_OK" echo "exclude_regex=$EXCLUDE_REGEX" echo "log=$RUNLOG" if [ ! -d "$CONFIG_DIR" ]; then echo "ERROR: config dir not found: $CONFIG_DIR" exit 1 fi if [ ! -x "$TESTER" ]; then echo "ERROR: tester missing/not executable: $TESTER" exit 1 fi sh -n "$TESTER" || { echo "ERROR: tester syntax bad" exit 1 } CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi MAINT_WAS_PRESENT=0 if [ -e "$MAINT" ]; then MAINT_WAS_PRESENT=1 fi cleanup() { ifdown vpn_test 2>/dev/null || true ip route del 9.9.9.9/32 dev vpn_test 2>/dev/null || true ip route del 1.1.1.1/32 dev vpn_test 2>/dev/null || true if [ "$MAINT_WAS_PRESENT" -eq 0 ]; then rm -f "$MAINT" fi rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true if [ "$CRON_WAS_RUNNING" -eq 1 ]; then /etc/init.d/cron start >/dev/null 2>&1 || true fi } trap cleanup EXIT INT TERM echo echo "=== freeze automation during validation ===" /etc/init.d/cron stop >/dev/null 2>&1 || true touch "$MAINT" rm -f /tmp/vpn-egress-skip-active /tmp/vpn-egress-skip-primary /tmp/vpn-egress-force-wan /root/vpn-egress-force-wan rmdir /tmp/vpn-egress-hotplug-trigger.lock 2>/dev/null || true rmdir /tmp/vpn-egress-manager.lock 2>/dev/null || true echo echo "=== pre-state ===" ACTIVE="$(cat "$STATE/active-slot" 2>/dev/null || true)" echo "active=$ACTIVE" ip route show table 200 ip route get 9.9.9.9 from 10.200.0.2 2>&1 || true echo echo "=== run strict tester on current local pool ===" RCFILE="/tmp/hmn-validate-current-pool.tester-rc.$$" rm -f "$RCFILE" ( "$TESTER" "$CONFIG_DIR" echo "$?" > "$RCFILE" ) 2>&1 | tee "$RUNLOG" TEST_RC="$(cat "$RCFILE" 2>/dev/null || echo 99)" rm -f "$RCFILE" echo "tester_rc=$TEST_RC" if [ "$TEST_RC" != "0" ]; then echo "ERROR: tester failed; old strict tables left untouched" exit 1 fi RESULTS="$(ls -t "$BASE"/test-runs/*/results.tsv 2>/dev/null | head -n 1 || true)" if [ -z "$RESULTS" ] || [ ! -s "$RESULTS" ]; then echo "ERROR: no results.tsv found after tester; old strict tables left untouched" exit 1 fi echo echo "results=$RESULTS" TMP_ALL_LINES="/tmp/hmn-validate-all-lines.$$" TMP_FOREIGN_LINES="/tmp/hmn-validate-foreign-lines.$$" OUT_ALL="$REPORTS/ok-awg1-strict-all-$TS.tsv" OUT_FOREIGN="$REPORTS/ok-awg1-strict-foreign-$TS.tsv" awk -F '\t' -v cfg="$CONFIG_DIR" ' NR > 1 && $1 == "OK" && $6 ~ /9\.9\.9\.9:0%/ && $6 ~ /1\.1\.1\.1:0%/ && $7 ~ /^[0-9.]+$/ { printf "%010.3f\t%s\t%s\t%s\t%s/%s\n", $7, $2, $3, $6, cfg, $2 } ' "$RESULTS" | sort -n > "$TMP_ALL_LINES" awk -F '\t' -v ex="$EXCLUDE_REGEX" '$2 !~ ex { print }' "$TMP_ALL_LINES" > "$TMP_FOREIGN_LINES" ALL_OK="$(wc -l < "$TMP_ALL_LINES" | tr -d ' ')" FOREIGN_OK="$(wc -l < "$TMP_FOREIGN_LINES" | tr -d ' ')" echo echo "all_ok=$ALL_OK" echo "foreign_ok=$FOREIGN_OK" if [ "$ALL_OK" -lt "$MIN_ALL_OK" ] || [ "$FOREIGN_OK" -lt "$MIN_FOREIGN_OK" ]; then echo "ERROR: too few OK tunnels after retest; old strict tables left untouched" echo "min_all_ok=$MIN_ALL_OK actual=$ALL_OK" echo "min_foreign_ok=$MIN_FOREIGN_OK actual=$FOREIGN_OK" rm -f "$TMP_ALL_LINES" "$TMP_FOREIGN_LINES" exit 1 fi write_ranked_table() { IN="$1" OUT="$2" printf "rank\tfile\tendpoint\tavg_ms\tping_loss\tconfig_path\n" > "$OUT" N=0 TAB="$(printf '\t')" ### HMN_FILE /root/hmn/hmn-vpn-egress-revive.sh -rwxr-xr-x 1 root root 5011 Jul 6 14:24 /root/hmn/hmn-vpn-egress-revive.sh sha256=4499e51203fdc47fc62ef6150f544eb7751b1a89dfb15d82162d6fbd25101a93 --- head --- #!/bin/ash set -u BASE="/root/hmn" STATE="$BASE/state" LOGDIR="$BASE/logs" LOG="$LOGDIR/vpn-egress-revive-last.log" STAMP="$STATE/last-vpn-egress-revive" LOCK="/tmp/hmn-vpn-egress-revive.lock" MAINT="/tmp/hmn-vpn-maintenance" OVERRIDE="$BASE/hmn-vpn-user-override.sh" MANAGER="/usr/bin/vpn-egress-manager.sh" mkdir -p "$STATE" "$LOGDIR" say() { echo "$(date -Iseconds) $*" } get_table_dev() { ip -4 route show table 200 | awk ' /^default / { for (i=1; i<=NF; i++) { if ($i=="dev") { print $(i+1); exit } } } ' } strict_probe() { IP="$1" LOGF="/tmp/hmn-revive-ping-${IP}.$$" ping -4 -c 3 -W 2 -I 10.200.0.2 "$IP" > "$LOGF" 2>&1 || true cat "$LOGF" LOSS="$(sed -n 's/.* \([0-9][0-9]*%\) packet loss.*/\1/p' "$LOGF" | tail -n1)" rm -f "$LOGF" [ "$LOSS" = "0%" ] } wait_table_default() { WANT="$1" i=0 while [ "$i" -lt 12 ]; do DEV="$(get_table_dev)" if [ "$DEV" = "$WANT" ]; then echo "table200_default_ok=$DEV" return 0 fi echo "table200_default_wait i=$i current=${DEV:-none} want=$WANT" # Re-run manager first; if it is still racing with netifd, explicitly reassert # only for the selected managed slot. This does not change UCI configs. if [ -x "$MANAGER" ]; then "$MANAGER" >/dev/null 2>&1 || true fi case "$WANT" in vpn1|vpn2) if ip link show "$WANT" >/dev/null 2>&1; then ip -4 route replace default dev "$WANT" table 200 2>/dev/null || true ip -4 route flush cache 2>/dev/null || true fi ;; esac sleep 2 i=$((i + 1)) done DEV="$(get_table_dev)" echo "ERROR: table200_default_missing final=${DEV:-none} want=$WANT" return 1 } run_body() { echo "=== hmn-vpn-egress-revive ===" say "start" if ! mkdir "$LOCK" 2>/dev/null; then say "ERROR: revive already running" echo "status=already_running" > "$STAMP" return 2 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi cleanup() { rm -f "$MAINT" if [ "$CRON_WAS_RUNNING" -eq 1 ]; then /etc/init.d/cron start >/dev/null 2>&1 || true fi rmdir "$LOCK" 2>/dev/null || true } trap cleanup EXIT INT TERM echo echo "=== freeze short automation window ===" /etc/init.d/cron stop >/dev/null 2>&1 || true touch "$MAINT" echo echo "=== pre-state ===" echo "override_status=$($OVERRIDE status 2>/dev/null | awk -F= '/^status=/{print $2; exit}' || echo unknown)" echo "active_slot=$(cat "$STATE/active-slot" 2>/dev/null || true)" echo "table_dev=$(get_table_dev)" cat /tmp/vpn-egress-current.state 2>/dev/null || true ip -4 route show table 200 echo echo "=== clear manual override if active ===" if [ -x "$OVERRIDE" ] && "$OVERRIDE" status 2>/dev/null | grep -q '^status=active'; then "$OVERRIDE" clear || true sleep 2 else echo "manual_override=not_active" fi TABLE_DEV="$(get_table_dev)" ACTIVE_SLOT="$(cat "$STATE/active-slot" 2>/dev/null || true)" TARGET="" case "$TABLE_DEV" in vpn1|vpn2) TARGET="$TABLE_DEV" ;; esac if [ -z "$TARGET" ]; then case "$ACTIVE_SLOT" in vpn1|vpn2) TARGET="$ACTIVE_SLOT" ;; esac fi if [ -z "$TARGET" ]; then TARGET="vpn1" fi echo echo "=== restart active interface ===" echo "target=$TARGET" ifdown "$TARGET" 2>/dev/null || true sleep 3 ifup "$TARGET" 2>/dev/null || true sleep 12 echo echo "=== run vpn-egress-manager ===" if [ -x "$MANAGER" ]; then "$MANAGER" || true else echo "ERROR: manager not executable: $MANAGER" return 1 fi ### HMN_FILE /root/hmn/hmn-vpn-user-override.sh -rwxr-xr-x 1 root root 7379 Jul 6 10:00 /root/hmn/hmn-vpn-user-override.sh sha256=6e03209458dff3410976e193dfd83d06c3a888d7c1eb624b57def6f1913a1dd8 --- head --- #!/bin/sh set -u STATE_DIR="/root/hmn/state" STATE="$STATE_DIR/vpn-user-override.state" LOG="/root/hmn/logs/vpn-user-override.log" LOCKDIR="/tmp/hmn-vpn-user-override.lock" OK_LIST="/root/hmn/cache/ok-awg1-strict-latest.tsv" LOADER="/root/hmn/hmn-load-vpn-user.sh" MANAGER="/usr/bin/vpn-egress-manager.sh" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" log() { mkdir -p /root/hmn/logs echo "$(date -Iseconds 2>/dev/null || date) $*" >> "$LOG" logger -t vpn-user-override "$*" 2>/dev/null || true } die() { echo "ERROR: $*" >&2 log "ERROR: $*" exit 1 } usage() { cat < $0 clear $0 tick $0 manager-guard EOF } lock_or_die() { if ! mkdir "$LOCKDIR" 2>/dev/null; then die "lock busy: $LOCKDIR" fi trap 'rmdir "$LOCKDIR" 2>/dev/null || true' EXIT INT TERM } now_epoch() { date +%s } load_state() { status="" config_file="" config_path="" endpoint="" activated_at_epoch="" expires_at_epoch="" minutes="" prev_default_dev="" [ -f "$STATE" ] && . "$STATE" 2>/dev/null || true } current_table200_default_dev() { ip -4 route show table 200 2>/dev/null | sed -n 's/^default dev \([^ ]*\).*/\1/p' | head -n 1 } vpn_user_link_exists() { ip link show vpn_user >/dev/null 2>&1 } ensure_vpn_user_route() { vpn_user_link_exists || return 1 ip -4 route replace default dev vpn_user table 200 echo "VPN_USER_OVERRIDE vpn_user | default dev vpn_user scope link" > "$ROUTE_STATE_FILE" return 0 } cleanup_probe_routes() { ip -4 route del 9.9.9.9/32 dev vpn_user 2>/dev/null || true ip -4 route del 1.1.1.1/32 dev vpn_user 2>/dev/null || true } strict_health_vpn_user() { vpn_user_link_exists || { echo "vpn_user link is missing" return 1 } cleanup_probe_routes ip -4 route replace 9.9.9.9/32 dev vpn_user ip -4 route replace 1.1.1.1/32 dev vpn_user OK=1 for IP in 9.9.9.9 1.1.1.1; do echo "=== ping $IP via vpn_user ===" OUT="$(ping -4 -I vpn_user -c 3 -W 2 "$IP" 2>&1 || true)" echo "$OUT" echo "$OUT" | grep -q " 0% packet loss" || OK=0 done cleanup_probe_routes [ "$OK" = "1" ] } resolve_config() { ARG="$1" [ -f "$OK_LIST" ] || die "OK list not found: $OK_LIST" CONFIG_PATH="" CONFIG_FILE="" ENDPOINT="" AVG_MS="" if echo "$ARG" | grep -q '^/'; then CONFIG_PATH="$(awk -F '\t' -v c="$ARG" 'NR > 1 && $6 == c { print $6; exit }' "$OK_LIST")" else CONFIG_PATH="$(awk -F '\t' -v a="$ARG" 'NR > 1 && ($1 == a || $2 == a || $6 == a) { print $6; exit }' "$OK_LIST")" fi [ -n "$CONFIG_PATH" ] || die "config not found in current strict OK list: $ARG" [ -f "$CONFIG_PATH" ] || die "config path from OK list does not exist: $CONFIG_PATH" CONFIG_FILE="$(basename "$CONFIG_PATH")" ENDPOINT="$(awk -F '\t' -v c="$CONFIG_PATH" 'NR > 1 && $6 == c { print $3; exit }' "$OK_LIST")" AVG_MS="$(awk -F '\t' -v c="$CONFIG_PATH" 'NR > 1 && $6 == c { print $4; exit }' "$OK_LIST")" } cmd_list() { [ -f "$OK_LIST" ] || die "OK list not found: $OK_LIST" cat "$OK_LIST" } cmd_status() { load_state NOW="$(now_epoch)" DEV="$(current_table200_default_dev)" echo "status=${status:-inactive}" echo "now_epoch=$NOW" echo "table200_default_dev=${DEV:-}" echo "state_file=$STATE" if [ -f "$STATE" ]; then echo "state_exists=1" echo "config_file=${config_file:-}" echo "config_path=${config_path:-}" echo "endpoint=${endpoint:-}" echo "activated_at_epoch=${activated_at_epoch:-}" echo "expires_at_epoch=${expires_at_epoch:-}" echo "minutes=${minutes:-}" echo "prev_default_dev=${prev_default_dev:-}" if [ -n "${expires_at_epoch:-}" ]; then REMAIN=$((expires_at_epoch - NOW)) [ "$REMAIN" -lt 0 ] && REMAIN=0 echo "remaining_seconds=$REMAIN" ### HMN_FILE /root/hmn/hmn.env -rw------- 1 root root 434 Jul 6 16:10 /root/hmn/hmn.env sha256=1685782c0b42e434c1c2c180e7d09db32bdc2b3847bf7b0ba978c94fb924f3de --- head --- # HideMyName local secrets/settings # Created: 2026-07-06T16:10:14+00:00 HMN_ACCESS_CODE=MASKED # Current working default for VM101/client001 HMN_AWG_PARAM='1' HMN_PROTOCOL='amneziawg1' # HideMyName API HMN_SERVERLIST_URL='https://hide-my-name.net/api/serverlist.php?out=js&wg' HMN_CONFIG_URL='https://hide-my-name.net/api/vpn_get_config_wg.php' # auto = use default dev from routing table 200 HMN_REQUEST_IFACE='auto' ### HMN_FILE /root/hmn/logs/cron-refresh-pool-safe-last.log -rw-r--r-- 1 root root 31027 Jul 8 04:32 /root/hmn/logs/cron-refresh-pool-safe-last.log sha256=a846eaf105d39d06de14d7981ec7c87860de66ba85808f06d84c19004e4a75a4 --- head --- === cron refresh start 2026-07-08T04:20:00+00:00 === cmd=/root/hmn/hmn-refresh-pool-safe.sh fresh-download 2026-07-08T04:20:00+00:00 === hmn-refresh-pool-safe start === 2026-07-08T04:20:00+00:00 mode=fresh-download 2026-07-08T04:20:00+00:00 KEYMASK-pool-safe-20260708-042000-24122.log === lock === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === backup current published pointers/tables === 2026-07-08T04:20:00+00:00 KEYMASK-safe-before-20260708-042000-24122 latest before: KEYMASK-042000 === fresh download stage === 2026-07-08T04:20:00+00:00 trying fresh HMN download via: /root/hmn/hmn-download-all-awg.sh HideMyName download all AWG configs AWG parameter: awg=1 Request interface: vpn2 Run dir: /root/hmn/runs/20260708-042000 Config dir: KEYMASK-042000 0/4 Проверяю доступ к hide-my-name.net через vpn2... OK. 1/4 Скачиваю serverlist... OK: /root/hmn/runs/20260708-042000/serverlist.json 2/4 Извлекаю все WG-кандидаты из services.wg... WG-кандидатов найдено: 35 3/4 Скачиваю конфиги для всех WG-кандидатов... [1/35] DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 OK -> 192.36.27.17:35500 | address=10.119.249.139/32 | match=yes [2/35] UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 OK -> 38.244.192.244:45389 | address=10.112.60.219/32 | match=yes [3/35] DE | Germany, Berlin S7 | 157.173.27.69:41797 OK -> 157.173.27.69:41797 | address=10.97.187.205/32 | match=yes [4/35] FI | Finland, Helsinki S4 | 192.71.247.18:35999 OK -> 192.71.247.18:35999 | address=10.98.185.144/32 | match=yes [5/35] BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 OK -> 194.71.227.212:32583 | address=10.100.254.15/32 | match=yes [6/35] CL | Chile, Santiago | 38.7.197.83:38465 OK -> 38.7.197.83:38465 | address=10.101.61.41/32 | match=yes [7/35] CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 OK -> 193.235.207.39:38330 | address=10.102.248.214/32 | match=yes [8/35] US | USA, Los Angeles S2 | 107.172.187.100:39480 OK -> 107.172.187.100:39480 | address=10.103.56.214/32 | match=yes [9/35] NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 OK -> 78.31.250.16:41729 | address=10.103.120.171/32 | match=yes [10/35] TR | Turkey, Istanbul S3 | 84.32.230.159:43808 OK -> 84.32.230.159:43808 | address=10.103.187.191/32 | match=yes [11/35] NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 OK -> 95.211.68.119:45176 | address=10.104.58.109/32 | match=yes [12/35] IT | Italy, Milan S3 | 149.154.157.24:35090 OK -> 149.154.157.24:35090 | address=10.104.120.117/32 | match=yes [13/35] US | USA, New York S1 | 107.175.93.59:31095 OK -> 107.175.93.59:31095 | address=10.107.43.173/32 | match=yes [14/35] US | USA, Dallas | 107.174.226.51:44839 OK -> 107.174.226.51:44839 | address=10.107.108.112/32 | match=yes [15/35] JP | Japan, Tokyo | 192.121.162.75:45945 OK -> 192.121.162.75:45945 | address=10.108.238.215/32 | match=yes [16/35] HU | Hungary, Budapest S6 | 89.46.237.14:38594 OK -> 89.46.237.14:38594 | address=10.81.111.97/32 | match=yes [17/35] PS | UAE, Dubai | 103.57.251.39:37380 OK -> 103.57.251.39:37380 | address=10.82.239.94/32 | match=yes [18/35] NO | Norway, Sandefjord S15 | 185.14.97.234:37492 OK -> 185.14.97.234:37492 | address=10.83.41.157/32 | match=yes [19/35] US | USA, New York City S3 | 64.253.89.235:37402 OK -> 64.253.89.235:37402 | address=10.83.172.142/32 | match=yes [20/35] RU | Russia, Moscow S5 | 141.98.189.83:39408 OK -> 141.98.189.83:39408 | address=10.83.235.104/32 | match=yes [21/35] LV | Latvia, Riga S1 | 192.121.163.235:42530 OK -> 192.121.163.235:42530 | address=10.86.108.200/32 | match=yes [22/35] CH | Switzerland, Zurich S2 | 89.46.232.39:40316 OK -> 89.46.232.39:40316 | address=10.86.172.73/32 | match=yes [23/35] SE | Sweden, Stockholm S2 | 46.246.127.84:36230 OK -> 46.246.127.84:36230 | address=10.87.170.125/32 | match=yes [24/35] RS | Serbia, Belgrade S2 | 194.71.126.45:32821 OK -> 194.71.126.45:32821 | address=10.89.174.45/32 | match=yes [25/35] GB | United Kingdom, London S1 | 37.235.54.96:38971 OK -> 37.235.54.96:38971 | address=10.90.235.244/32 | match=yes [26/35] US | USA, Salt Lake City S2 | 23.158.72.87:45460 OK -> 23.158.72.87:45460 | address=10.91.43.12/32 | match=yes [27/35] AT | Austria, Vienna S3 | 157.173.25.198:34340 OK -> 157.173.25.198:34340 | address=10.91.168.223/32 | match=yes [28/35] NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 OK -> 178.215.227.13:44408 | address=10.91.233.132/32 | match=yes [29/35] SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 OK -> 192.71.244.202:45735 | address=10.92.173.35/32 | match=yes [30/35] KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 OK -> 109.248.198.4:37129 | address=10.77.236.75/32 | match=yes [31/35] AT | Austria, Graz S1 | 151.236.30.139:33998 OK -> 151.236.30.139:33998 | address=10.124.237.218/32 | match=yes [32/35] HK | Hong Kong, Central District S2 | 112.120.98.53:46369 OK -> 112.120.98.53:46369 | address=10.95.47.73/32 | match=yes [33/35] EE | Estonia, Tallinn S2 | 89.40.104.201:36979 OK -> 89.40.104.201:36979 | address=10.65.43.208/32 | match=yes [34/35] KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 OK -> 77.67.8.84:43378 | address=10.66.44.225/32 | match=yes [35/35] IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 OK -> 192.71.27.64:40044 | address=10.67.234.5/32 | match=yes 4/4 Готово. Всего WG-кандидатов: 35 Конфигов скачано: 35 Ошибок: 0 Конфиги: KEYMASK-042000 ### HMN_FILE /root/hmn/logs/cron-refresh-retry-last.log -rw-r--r-- 1 root root 117 Jul 8 08:05 /root/hmn/logs/cron-refresh-retry-last.log sha256=772a2381062704a75e514a77415c096b6b30ba8a73dcbe6f4ccdd699935e9919 --- head --- === hmn-refresh-retry-cron === mode=run manager_wait_max=180 manager_wait_step=3 === retry flag === retry_needed=no ### HMN_FILE /root/hmn/logs/h42e-reboot-forensics-vm101-20260603-165459.txt -rw-r--r-- 1 root root 28911 Jun 3 16:55 /root/hmn/logs/h42e-reboot-forensics-vm101-20260603-165459.txt sha256=ee1bd17015b17ec632fd67113677bb5260afd5945e9a0d40bce5e0511922afe1 --- head --- === H42E VM101 REBOOT FORENSICS === time=2026-06-03T16:54:59+00:00 hostname=OpenWrt === uptime / boot age === 16:54:59 up 7 min, load average: 0.00, 0.00, 0.00 432.09 426.55 === identity / interfaces === lo UNKNOWN 127.0.0.1/8 ::1/128 eth0 UP 192.168.30.218/24 fe80::be24:11ff:fe42:83cf/64 eth1 UP 10.200.0.2/24 fe80::be24:11ff:fe09:4e2c/64 eth2 UP 10.71.1.2/24 fe80::be24:11ff:fe4d:7a71/64 eth3 UP 10.201.0.2/24 fe80::be24:11ff:fec8:2ee1/64 vpn2 UNKNOWN 10.91.235.78/32 === routes / rules === 0: from all lookup local 10019: from all iif eth1 lookup 200 10020: from 10.200.0.0/24 lookup 200 32766: from all lookup main 32767: from all lookup default --- table 200 --- default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 --- route get from vpn_in source --- 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === HMN state === --- /root/hmn/state/active-slot --- vpn2 --- /root/hmn/state/refresh-status --- missing --- /root/hmn/state/last-refresh-status-at --- missing --- /root/hmn/state/refresh-retry-needed --- missing --- /root/hmn/state/refresh-retry-reason --- missing --- /root/hmn/state/last-refresh-retry-decision --- NO_RETRY_NEEDED --- /root/hmn/state/last-low-watermark-decision --- ENOUGH_CANDIDATES --- /root/hmn/state/last-low-watermark-check --- checked_at=2026-06-03T16:52:00+00:00 foreign_total=12 used_by_slots=2 bad_in_table=1 available=9 threshold=3 active_slot=vpn2 === selected cache === slot file endpoint avg_ms config_path vpn1 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf vpn2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf === strict foreign count === strict_foreign_count=12 === cron === * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh running === locks === absent: /tmp/hmn-refresh-pool-safe.lock absent: /tmp/hmn-vpn-maintenance absent: /tmp/vpn-egress-manager.lock absent: /tmp/vpn-egress-hotplug-trigger.lock absent: /tmp/hmn-pool-low-watermark-check.lock absent: /tmp/hmn-refresh-retry.lock present: /tmp/vpn-egress-current.state -rw-r--r-- 1 root root 40 Jun 3 16:48 /tmp/vpn-egress-current.state --- content --- VPN vpn2 | default dev vpn2 scope link absent: /tmp/vpn-egress-force-wan === ifstatus key interfaces === --- ifstatus wan --- { "up": true, "pending": false, "available": true, "autostart": true, "dynamic": false, "uptime": 425, "l3_device": "eth0", "proto": "dhcp", "device": "eth0", "updated": [ "addresses", "routes", "data" ], "metric": 0, "dns_metric": 0, "delegation": true, "ipv4-address": [ { "address": "192.168.30.218", "mask": 24 } ], "ipv6-address": [ ], "ipv6-prefix": [ ], "ipv6-prefix-assignment": [ ], "route": [ { "target": "0.0.0.0", "mask": 0, "nexthop": "192.168.30.1", "source": "192.168.30.218/32" } ], "dns-server": [ "1.1.1.1", "8.8.8.8" ], "dns-search": [ ], "neighbors": [ ], "inactive": { "ipv4-address": [ ], "ipv6-address": [ ], "route": [ ], "dns-server": [ ### HMN_FILE /root/hmn/logs/low-watermark-last.log -rw-r--r-- 1 root root 503 Jul 8 08:22 /root/hmn/logs/low-watermark-last.log sha256=166b0eb28ba6f8c0afee535dcea1c9ac70b0806a954de7a4f25d39f26a006aaf --- head --- === hmn-pool-low-watermark-check === mode=run KEYMASK-awg1-strict-foreign-latest.tsv low_percent=20 min_available=2 manager_wait_max=180 manager_wait_step=3 === pool numbers === foreign_total=15 vpn1_ep=178.215.227.13:44408 vpn2_ep=192.121.163.235:42530 active_slot=vpn1 used_by_slots=2 bad_in_table=1 available=12 threshold=3 === initial overlap guards === refresh_lock_present=0 maintenance_present=0 manager_lock_present=1 === decision === decision=ENOUGH_CANDIDATES action=none ### HMN_FILE /root/hmn/logs/refresh-pool-safe-20260706-161226-12417.log -rw-r--r-- 1 root root 28483 Jul 6 16:24 /root/hmn/logs/refresh-pool-safe-20260706-161226-12417.log sha256=0f208e0d47b2d5ee842b7b9fbbd3fa6f86cdccefb92201016e27799b33f37ca6 --- head --- 2026-07-06T16:12:26+00:00 === hmn-refresh-pool-safe start === 2026-07-06T16:12:26+00:00 mode=fresh-download 2026-07-06T16:12:26+00:00 KEYMASK-pool-safe-20260706-161226-12417.log === lock === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === backup current published pointers/tables === 2026-07-06T16:12:26+00:00 KEYMASK-safe-before-20260706-161226-12417 latest before: KEYMASK-042000 === fresh download stage === 2026-07-06T16:12:26+00:00 trying fresh HMN download via: /root/hmn/hmn-download-all-awg.sh HideMyName download all AWG configs AWG parameter: awg=1 Request interface: vpn2 Run dir: /root/hmn/runs/20260706-161226 Config dir: KEYMASK-161226 0/4 Проверяю доступ к hide-my-name.net через vpn2... OK. 1/4 Скачиваю serverlist... OK: /root/hmn/runs/20260706-161226/serverlist.json 2/4 Извлекаю все WG-кандидаты из services.wg... WG-кандидатов найдено: 35 3/4 Скачиваю конфиги для всех WG-кандидатов... [1/35] DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 OK -> 192.36.27.17:35500 | address=10.119.249.139/32 | match=yes [2/35] UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 OK -> 38.244.192.244:45389 | address=10.112.60.219/32 | match=yes [3/35] DE | Germany, Berlin S7 | 157.173.27.69:41797 OK -> 157.173.27.69:41797 | address=10.97.187.205/32 | match=yes [4/35] FI | Finland, Helsinki S4 | 192.71.247.18:35999 FAIL: No IP addresses available on this server [5/35] BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 OK -> 194.71.227.212:32583 | address=10.100.254.15/32 | match=yes [6/35] CL | Chile, Santiago | 38.7.197.83:38465 OK -> 38.7.197.83:38465 | address=10.101.61.41/32 | match=yes [7/35] CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 FAIL: Failed to sync server: WG: ERR_RELOAD [8/35] US | USA, Los Angeles S2 | 107.172.187.100:39480 OK -> 107.172.187.100:39480 | address=10.103.56.214/32 | match=yes [9/35] NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 FAIL: Failed to sync server: WG: ERR_RELOAD [10/35] TR | Turkey, Istanbul S3 | 84.32.230.159:43808 FAIL: No IP addresses available on this server [11/35] NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 OK -> 95.211.68.119:45176 | address=10.104.58.109/32 | match=yes [12/35] IT | Italy, Milan S3 | 149.154.157.24:35090 FAIL: Failed to sync server: WG: ERR_CURL [13/35] US | USA, New York S1 | 107.175.93.59:31095 OK -> 107.175.93.59:31095 | address=10.107.43.173/32 | match=yes [14/35] US | USA, Dallas | 107.174.226.51:44839 OK -> 107.174.226.51:44839 | address=10.107.108.112/32 | match=yes [15/35] JP | Japan, Tokyo | 192.121.162.75:45945 OK -> 192.121.162.75:45945 | address=10.108.238.215/32 | match=yes [16/35] HU | Hungary, Budapest S6 | 89.46.237.14:38594 OK -> 89.46.237.14:38594 | address=10.81.111.97/32 | match=yes [17/35] PS | UAE, Dubai | 103.57.251.39:37380 OK -> 103.57.251.39:37380 | address=10.82.239.94/32 | match=yes [18/35] NO | Norway, Sandefjord S15 | 185.14.97.234:37492 OK -> 185.14.97.234:37492 | address=10.83.41.157/32 | match=yes [19/35] US | USA, New York City S3 | 64.253.89.235:37402 OK -> 64.253.89.235:37402 | address=10.83.172.142/32 | match=yes [20/35] RU | Russia, Moscow S5 | 141.98.189.83:39408 OK -> 141.98.189.83:39408 | address=10.83.235.104/32 | match=yes [21/35] LV | Latvia, Riga S1 | 192.121.163.235:42530 OK -> 192.121.163.235:42530 | address=10.86.108.200/32 | match=yes [22/35] CH | Switzerland, Zurich S2 | 89.46.232.39:40316 OK -> 89.46.232.39:40316 | address=10.86.172.73/32 | match=yes [23/35] SE | Sweden, Stockholm S2 | 46.246.127.84:36230 OK -> 46.246.127.84:36230 | address=10.87.170.125/32 | match=yes [24/35] RS | Serbia, Belgrade S2 | 194.71.126.45:32821 OK -> 194.71.126.45:32821 | address=10.89.174.45/32 | match=yes [25/35] GB | United Kingdom, London S1 | 37.235.54.96:38971 OK -> 37.235.54.96:38971 | address=10.90.235.244/32 | match=yes [26/35] US | USA, Salt Lake City S2 | 23.158.72.87:45460 OK -> 23.158.72.87:45460 | address=10.91.43.12/32 | match=yes [27/35] AT | Austria, Vienna S3 | 157.173.25.198:34340 OK -> 157.173.25.198:34340 | address=10.91.168.223/32 | match=yes [28/35] NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 OK -> 178.215.227.13:44408 | address=10.91.233.132/32 | match=yes [29/35] SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 OK -> 192.71.244.202:45735 | address=10.92.173.35/32 | match=yes [30/35] KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 OK -> 109.248.198.4:37129 | address=10.77.236.75/32 | match=yes [31/35] AT | Austria, Graz S1 | 151.236.30.139:33998 OK -> 151.236.30.139:33998 | address=10.124.237.218/32 | match=yes [32/35] HK | Hong Kong, Central District S2 | 112.120.98.53:46369 OK -> 112.120.98.53:46369 | address=10.95.47.73/32 | match=yes [33/35] EE | Estonia, Tallinn S2 | 89.40.104.201:36979 OK -> 89.40.104.201:36979 | address=10.65.43.208/32 | match=yes [34/35] KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 OK -> 77.67.8.84:43378 | address=10.66.44.225/32 | match=yes [35/35] IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 OK -> 192.71.27.64:40044 | address=10.67.234.5/32 | match=yes 4/4 Готово. Всего WG-кандидатов: 35 Конфигов скачано: 30 Ошибок: 5 Конфиги: KEYMASK-161226 Latest symlink: KEYMASK ### HMN_FILE /root/hmn/logs/refresh-pool-safe-20260707-042000-9733.log -rw-r--r-- 1 root root 30409 Jul 7 04:32 /root/hmn/logs/refresh-pool-safe-20260707-042000-9733.log sha256=72369c7cae3eb78c11a49d1957ccf4a186aa9717477dddf44ad60d8e01977d53 --- head --- 2026-07-07T04:20:00+00:00 === hmn-refresh-pool-safe start === 2026-07-07T04:20:00+00:00 mode=fresh-download 2026-07-07T04:20:00+00:00 KEYMASK-pool-safe-20260707-042000-9733.log === lock === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === backup current published pointers/tables === 2026-07-07T04:20:00+00:00 KEYMASK-safe-before-20260707-042000-9733 latest before: KEYMASK-161226 === fresh download stage === 2026-07-07T04:20:00+00:00 trying fresh HMN download via: /root/hmn/hmn-download-all-awg.sh HideMyName download all AWG configs AWG parameter: awg=1 Request interface: vpn2 Run dir: /root/hmn/runs/20260707-042000 Config dir: KEYMASK-042000 0/4 Проверяю доступ к hide-my-name.net через vpn2... OK. 1/4 Скачиваю serverlist... OK: /root/hmn/runs/20260707-042000/serverlist.json 2/4 Извлекаю все WG-кандидаты из services.wg... WG-кандидатов найдено: 35 3/4 Скачиваю конфиги для всех WG-кандидатов... [1/35] DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 OK -> 192.36.27.17:35500 | address=10.119.249.139/32 | match=yes [2/35] UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 OK -> 38.244.192.244:45389 | address=10.112.60.219/32 | match=yes [3/35] DE | Germany, Berlin S7 | 157.173.27.69:41797 OK -> 157.173.27.69:41797 | address=10.97.187.205/32 | match=yes [4/35] FI | Finland, Helsinki S4 | 192.71.247.18:35999 FAIL: No IP addresses available on this server [5/35] BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 OK -> 194.71.227.212:32583 | address=10.100.254.15/32 | match=yes [6/35] CL | Chile, Santiago | 38.7.197.83:38465 OK -> 38.7.197.83:38465 | address=10.101.61.41/32 | match=yes [7/35] CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 OK -> 193.235.207.39:38330 | address=10.102.248.214/32 | match=yes [8/35] US | USA, Los Angeles S2 | 107.172.187.100:39480 OK -> 107.172.187.100:39480 | address=10.103.56.214/32 | match=yes [9/35] NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 OK -> 78.31.250.16:41729 | address=10.103.120.171/32 | match=yes [10/35] TR | Turkey, Istanbul S3 | 84.32.230.159:43808 OK -> 84.32.230.159:43808 | address=10.103.187.191/32 | match=yes [11/35] NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 OK -> 95.211.68.119:45176 | address=10.104.58.109/32 | match=yes [12/35] IT | Italy, Milan S3 | 149.154.157.24:35090 OK -> 149.154.157.24:35090 | address=10.104.120.117/32 | match=yes [13/35] US | USA, New York S1 | 107.175.93.59:31095 OK -> 107.175.93.59:31095 | address=10.107.43.173/32 | match=yes [14/35] US | USA, Dallas | 107.174.226.51:44839 OK -> 107.174.226.51:44839 | address=10.107.108.112/32 | match=yes [15/35] JP | Japan, Tokyo | 192.121.162.75:45945 OK -> 192.121.162.75:45945 | address=10.108.238.215/32 | match=yes [16/35] HU | Hungary, Budapest S6 | 89.46.237.14:38594 OK -> 89.46.237.14:38594 | address=10.81.111.97/32 | match=yes [17/35] PS | UAE, Dubai | 103.57.251.39:37380 OK -> 103.57.251.39:37380 | address=10.82.239.94/32 | match=yes [18/35] NO | Norway, Sandefjord S15 | 185.14.97.234:37492 OK -> 185.14.97.234:37492 | address=10.83.41.157/32 | match=yes [19/35] US | USA, New York City S3 | 64.253.89.235:37402 OK -> 64.253.89.235:37402 | address=10.83.172.142/32 | match=yes [20/35] RU | Russia, Moscow S5 | 141.98.189.83:39408 OK -> 141.98.189.83:39408 | address=10.83.235.104/32 | match=yes [21/35] LV | Latvia, Riga S1 | 192.121.163.235:42530 OK -> 192.121.163.235:42530 | address=10.86.108.200/32 | match=yes [22/35] CH | Switzerland, Zurich S2 | 89.46.232.39:40316 OK -> 89.46.232.39:40316 | address=10.86.172.73/32 | match=yes [23/35] SE | Sweden, Stockholm S2 | 46.246.127.84:36230 OK -> 46.246.127.84:36230 | address=10.87.170.125/32 | match=yes [24/35] RS | Serbia, Belgrade S2 | 194.71.126.45:32821 OK -> 194.71.126.45:32821 | address=10.89.174.45/32 | match=yes [25/35] GB | United Kingdom, London S1 | 37.235.54.96:38971 OK -> 37.235.54.96:38971 | address=10.90.235.244/32 | match=yes [26/35] US | USA, Salt Lake City S2 | 23.158.72.87:45460 OK -> 23.158.72.87:45460 | address=10.91.43.12/32 | match=yes [27/35] AT | Austria, Vienna S3 | 157.173.25.198:34340 OK -> 157.173.25.198:34340 | address=10.91.168.223/32 | match=yes [28/35] NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 OK -> 178.215.227.13:44408 | address=10.91.233.132/32 | match=yes [29/35] SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 OK -> 192.71.244.202:45735 | address=10.92.173.35/32 | match=yes [30/35] KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 OK -> 109.248.198.4:37129 | address=10.77.236.75/32 | match=yes [31/35] AT | Austria, Graz S1 | 151.236.30.139:33998 OK -> 151.236.30.139:33998 | address=10.124.237.218/32 | match=yes [32/35] HK | Hong Kong, Central District S2 | 112.120.98.53:46369 OK -> 112.120.98.53:46369 | address=10.95.47.73/32 | match=yes [33/35] EE | Estonia, Tallinn S2 | 89.40.104.201:36979 OK -> 89.40.104.201:36979 | address=10.65.43.208/32 | match=yes [34/35] KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 OK -> 77.67.8.84:43378 | address=10.66.44.225/32 | match=yes [35/35] IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 OK -> 192.71.27.64:40044 | address=10.67.234.5/32 | match=yes 4/4 Готово. Всего WG-кандидатов: 35 Конфигов скачано: 34 Ошибок: 1 Конфиги: KEYMASK-042000 Latest symlink: KEYMASK ### HMN_FILE /root/hmn/logs/refresh-pool-safe-20260708-042000-24122.log -rw-r--r-- 1 root root 30769 Jul 8 04:32 /root/hmn/logs/refresh-pool-safe-20260708-042000-24122.log sha256=e4877d58298eacec7185275364444a9d832bf55efbce443f356b90608d5c9c5d --- head --- 2026-07-08T04:20:00+00:00 === hmn-refresh-pool-safe start === 2026-07-08T04:20:00+00:00 mode=fresh-download 2026-07-08T04:20:00+00:00 KEYMASK-pool-safe-20260708-042000-24122.log === lock === === pre-state === active=vpn2 default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === backup current published pointers/tables === 2026-07-08T04:20:00+00:00 KEYMASK-safe-before-20260708-042000-24122 latest before: KEYMASK-042000 === fresh download stage === 2026-07-08T04:20:00+00:00 trying fresh HMN download via: /root/hmn/hmn-download-all-awg.sh HideMyName download all AWG configs AWG parameter: awg=1 Request interface: vpn2 Run dir: /root/hmn/runs/20260708-042000 Config dir: KEYMASK-042000 0/4 Проверяю доступ к hide-my-name.net через vpn2... OK. 1/4 Скачиваю serverlist... OK: /root/hmn/runs/20260708-042000/serverlist.json 2/4 Извлекаю все WG-кандидаты из services.wg... WG-кандидатов найдено: 35 3/4 Скачиваю конфиги для всех WG-кандидатов... [1/35] DK | Denmark, Copenhagen S4 | 192.36.27.17:35500 OK -> 192.36.27.17:35500 | address=10.119.249.139/32 | match=yes [2/35] UA | Ukraine, Kyiv S3 | 38.244.192.244:45389 OK -> 38.244.192.244:45389 | address=10.112.60.219/32 | match=yes [3/35] DE | Germany, Berlin S7 | 157.173.27.69:41797 OK -> 157.173.27.69:41797 | address=10.97.187.205/32 | match=yes [4/35] FI | Finland, Helsinki S4 | 192.71.247.18:35999 OK -> 192.71.247.18:35999 | address=10.98.185.144/32 | match=yes [5/35] BE | Belgium, Oostkamp S7 | 194.71.227.212:32583 OK -> 194.71.227.212:32583 | address=10.100.254.15/32 | match=yes [6/35] CL | Chile, Santiago | 38.7.197.83:38465 OK -> 38.7.197.83:38465 | address=10.101.61.41/32 | match=yes [7/35] CZ | Czech Republic, Prague S1 | 193.235.207.39:38330 OK -> 193.235.207.39:38330 | address=10.102.248.214/32 | match=yes [8/35] US | USA, Los Angeles S2 | 107.172.187.100:39480 OK -> 107.172.187.100:39480 | address=10.103.56.214/32 | match=yes [9/35] NL | Netherlands, Amsterdam S8 | 78.31.250.16:41729 OK -> 78.31.250.16:41729 | address=10.103.120.171/32 | match=yes [10/35] TR | Turkey, Istanbul S3 | 84.32.230.159:43808 OK -> 84.32.230.159:43808 | address=10.103.187.191/32 | match=yes [11/35] NL | Netherlands, Amsterdam H13 | 95.211.68.119:45176 OK -> 95.211.68.119:45176 | address=10.104.58.109/32 | match=yes [12/35] IT | Italy, Milan S3 | 149.154.157.24:35090 OK -> 149.154.157.24:35090 | address=10.104.120.117/32 | match=yes [13/35] US | USA, New York S1 | 107.175.93.59:31095 OK -> 107.175.93.59:31095 | address=10.107.43.173/32 | match=yes [14/35] US | USA, Dallas | 107.174.226.51:44839 OK -> 107.174.226.51:44839 | address=10.107.108.112/32 | match=yes [15/35] JP | Japan, Tokyo | 192.121.162.75:45945 OK -> 192.121.162.75:45945 | address=10.108.238.215/32 | match=yes [16/35] HU | Hungary, Budapest S6 | 89.46.237.14:38594 OK -> 89.46.237.14:38594 | address=10.81.111.97/32 | match=yes [17/35] PS | UAE, Dubai | 103.57.251.39:37380 OK -> 103.57.251.39:37380 | address=10.82.239.94/32 | match=yes [18/35] NO | Norway, Sandefjord S15 | 185.14.97.234:37492 OK -> 185.14.97.234:37492 | address=10.83.41.157/32 | match=yes [19/35] US | USA, New York City S3 | 64.253.89.235:37402 OK -> 64.253.89.235:37402 | address=10.83.172.142/32 | match=yes [20/35] RU | Russia, Moscow S5 | 141.98.189.83:39408 OK -> 141.98.189.83:39408 | address=10.83.235.104/32 | match=yes [21/35] LV | Latvia, Riga S1 | 192.121.163.235:42530 OK -> 192.121.163.235:42530 | address=10.86.108.200/32 | match=yes [22/35] CH | Switzerland, Zurich S2 | 89.46.232.39:40316 OK -> 89.46.232.39:40316 | address=10.86.172.73/32 | match=yes [23/35] SE | Sweden, Stockholm S2 | 46.246.127.84:36230 OK -> 46.246.127.84:36230 | address=10.87.170.125/32 | match=yes [24/35] RS | Serbia, Belgrade S2 | 194.71.126.45:32821 OK -> 194.71.126.45:32821 | address=10.89.174.45/32 | match=yes [25/35] GB | United Kingdom, London S1 | 37.235.54.96:38971 OK -> 37.235.54.96:38971 | address=10.90.235.244/32 | match=yes [26/35] US | USA, Salt Lake City S2 | 23.158.72.87:45460 OK -> 23.158.72.87:45460 | address=10.91.43.12/32 | match=yes [27/35] AT | Austria, Vienna S3 | 157.173.25.198:34340 OK -> 157.173.25.198:34340 | address=10.91.168.223/32 | match=yes [28/35] NL | Netherlands, Amsterdam R5 | 178.215.227.13:44408 OK -> 178.215.227.13:44408 | address=10.91.233.132/32 | match=yes [29/35] SI | Slovenia, Ljubljana S3 | 192.71.244.202:45735 OK -> 192.71.244.202:45735 | address=10.92.173.35/32 | match=yes [30/35] KZ | Kazakhstan, Karaganda S1 | 109.248.198.4:37129 OK -> 109.248.198.4:37129 | address=10.77.236.75/32 | match=yes [31/35] AT | Austria, Graz S1 | 151.236.30.139:33998 OK -> 151.236.30.139:33998 | address=10.124.237.218/32 | match=yes [32/35] HK | Hong Kong, Central District S2 | 112.120.98.53:46369 OK -> 112.120.98.53:46369 | address=10.95.47.73/32 | match=yes [33/35] EE | Estonia, Tallinn S2 | 89.40.104.201:36979 OK -> 89.40.104.201:36979 | address=10.65.43.208/32 | match=yes [34/35] KZ | Kazakhstan, Almaty M2 | 77.67.8.84:43378 OK -> 77.67.8.84:43378 | address=10.66.44.225/32 | match=yes [35/35] IL | Israel, Tel Aviv S5 | 192.71.27.64:40044 OK -> 192.71.27.64:40044 | address=10.67.234.5/32 | match=yes 4/4 Готово. Всего WG-кандидатов: 35 Конфигов скачано: 35 Ошибок: 0 Конфиги: KEYMASK-042000 Latest symlink: KEYMASK ### HMN_FILE /root/hmn/logs/validate-current-pool-20260706-161434.log -rw-r--r-- 1 root root 7599 Jul 6 16:24 /root/hmn/logs/validate-current-pool-20260706-161434.log sha256=e73e66fc428b16a3b98385e17df2f9a4a0e706d699721e32b6eb793ea3e99943 --- head --- HideMyName AWG strict zero-loss tunnel tester Config dir: KEYMASK Probe IPs: 9.9.9.9 1.1.1.1 Ping count: 5 per IP Wait seconds: 8 Run dir: /root/hmn/test-runs/20260706-161434 [1/30] 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf endpoint: 192.36.27.17:35500 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [2/30] 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf endpoint: 38.244.192.244:45389 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [3/30] 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf endpoint: 157.173.27.69:41797 endpoint already UP on vpn2; testing existing interface, not starting duplicate status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=82.925 [4/30] 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=223.488 [5/30] 063-CL-Chile-Santiago-38.7.197.83-awg1.conf endpoint: 38.7.197.83:38465 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=409.210 [6/30] 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf endpoint: 107.172.187.100:39480 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=185.490 [7/30] 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint: 95.211.68.119:45176 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=46.188 [8/30] 087-US-USA-New-York-S1-107.175.93.59-awg1.conf endpoint: 107.175.93.59:31095 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=147.450 [9/30] 088-US-USA-Dallas-107.174.226.51-awg1.conf endpoint: 107.174.226.51:44839 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=175.478 [10/30] 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf endpoint: 192.121.162.75:45945 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [11/30] 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf endpoint: 89.46.237.14:38594 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=75.864 [12/30] 114-PS-UAE-Dubai-103.57.251.39-awg1.conf endpoint: 103.57.251.39:37380 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [13/30] 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf endpoint: 185.14.97.234:37492 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [14/30] 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf endpoint: 64.253.89.235:37402 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=166.254 [15/30] 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf endpoint: 141.98.189.83:39408 status=FAIL_PING_LOSS loss=9.9.9.9:20%,1.1.1.1:0% avg=93.971 [16/30] 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf endpoint: 192.121.163.235:42530 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=68.609 [17/30] 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf endpoint: 89.46.232.39:40316 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [18/30] 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf endpoint: 46.246.127.84:36230 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=33.000 [19/30] 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf endpoint: 194.71.126.45:32821 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [20/30] 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf endpoint: 37.235.54.96:38971 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=82.420 [21/30] 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf endpoint: 23.158.72.87:45460 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=217.195 [22/30] 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf endpoint: 157.173.25.198:34340 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=60.091 [23/30] 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf endpoint: 178.215.227.13:44408 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=53.234 [24/30] 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf endpoint: 192.71.244.202:45735 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=77.636 [25/30] 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf endpoint: 109.248.198.4:37129 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=190.290 [26/30] 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf endpoint: 151.236.30.139:33998 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=66.316 [27/30] 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf endpoint: 112.120.98.53:46369 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=288.838 [28/30] 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf endpoint: 89.40.104.201:36979 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [29/30] 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf endpoint: 77.67.8.84:43378 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=183.763 [30/30] 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint: 192.71.27.64:40044 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=121.653 Готово. Results: /root/hmn/test-runs/20260706-161434/results.tsv Summary: total=30 OK=17 FAIL=13 OK candidates: 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf | 157.173.27.69:41797 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=82.925 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf | 194.71.227.212:32583 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=223.488 063-CL-Chile-Santiago-38.7.197.83-awg1.conf | 38.7.197.83:38465 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=409.210 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf | 95.211.68.119:45176 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=46.188 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf | 89.46.237.14:38594 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=75.864 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf | 64.253.89.235:37402 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=166.254 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf | 192.121.163.235:42530 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=68.609 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf | 37.235.54.96:38971 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=82.420 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf | 23.158.72.87:45460 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=217.195 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf | 157.173.25.198:34340 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=60.091 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf | 178.215.227.13:44408 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=53.234 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf | 192.71.244.202:45735 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=77.636 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf | 109.248.198.4:37129 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=190.290 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf | 151.236.30.139:33998 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=66.316 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf | 112.120.98.53:46369 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=288.838 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf | 77.67.8.84:43378 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=183.763 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf | 192.71.27.64:40044 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=121.653 Strict rejects with ping loss: 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf | 107.172.187.100:39480 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=185.490 087-US-USA-New-York-S1-107.175.93.59-awg1.conf | 107.175.93.59:31095 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=147.450 088-US-USA-Dallas-107.174.226.51-awg1.conf | 107.174.226.51:44839 | loss=9.9.9.9:0%,1.1.1.1:20% | avg=175.478 ### HMN_FILE /root/hmn/logs/validate-current-pool-20260707-042048.log -rw-r--r-- 1 root root 8655 Jul 7 04:31 /root/hmn/logs/validate-current-pool-20260707-042048.log sha256=a01824dc9585313dadd2b64d4de7195cb2bb6b9c8a2c79062d9d5f09da8997e7 --- head --- HideMyName AWG strict zero-loss tunnel tester Config dir: KEYMASK Probe IPs: 9.9.9.9 1.1.1.1 Ping count: 5 per IP Wait seconds: 8 Run dir: /root/hmn/test-runs/20260707-042048 [1/34] 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf endpoint: 192.36.27.17:35500 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [2/34] 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf endpoint: 38.244.192.244:45389 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [3/34] 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf endpoint: 157.173.27.69:41797 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=61.023 [4/34] 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=221.263 [5/34] 063-CL-Chile-Santiago-38.7.197.83-awg1.conf endpoint: 38.7.197.83:38465 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=378.025 [6/34] 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf endpoint: 193.235.207.39:38330 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=70.304 [7/34] 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf endpoint: 107.172.187.100:39480 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=196.164 [8/34] 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf endpoint: 78.31.250.16:41729 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=44.837 [9/34] 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf endpoint: 84.32.230.159:43808 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=83.564 [10/34] 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint: 95.211.68.119:45176 endpoint already UP on vpn2; testing existing interface, not starting duplicate status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=46.081 [11/34] 076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf endpoint: 149.154.157.24:35090 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=254.692 [12/34] 087-US-USA-New-York-S1-107.175.93.59-awg1.conf endpoint: 107.175.93.59:31095 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=149.456 [13/34] 088-US-USA-Dallas-107.174.226.51-awg1.conf endpoint: 107.174.226.51:44839 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=170.044 [14/34] 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf endpoint: 192.121.162.75:45945 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [15/34] 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf endpoint: 89.46.237.14:38594 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=81.681 [16/34] 114-PS-UAE-Dubai-103.57.251.39-awg1.conf endpoint: 103.57.251.39:37380 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [17/34] 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf endpoint: 185.14.97.234:37492 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [18/34] 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf endpoint: 64.253.89.235:37402 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=126.080 [19/34] 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf endpoint: 141.98.189.83:39408 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=30.744 [20/34] 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf endpoint: 192.121.163.235:42530 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=44.888 [21/34] 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf endpoint: 89.46.232.39:40316 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [22/34] 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf endpoint: 46.246.127.84:36230 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=33.203 [23/34] 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf endpoint: 194.71.126.45:32821 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [24/34] 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf endpoint: 37.235.54.96:38971 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=58.125 [25/34] 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf endpoint: 23.158.72.87:45460 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=179.873 [26/34] 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf endpoint: 157.173.25.198:34340 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=58.542 [27/34] 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf endpoint: 178.215.227.13:44408 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=50.488 [28/34] 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf endpoint: 192.71.244.202:45735 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=71.913 [29/34] 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf endpoint: 109.248.198.4:37129 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=169.753 [30/34] 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf endpoint: 151.236.30.139:33998 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=67.658 [31/34] 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf endpoint: 112.120.98.53:46369 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=266.162 [32/34] 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf endpoint: 89.40.104.201:36979 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [33/34] 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf endpoint: 77.67.8.84:43378 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=168.916 [34/34] 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint: 192.71.27.64:40044 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=151.461 Готово. Results: /root/hmn/test-runs/20260707-042048/results.tsv Summary: total=34 OK=20 FAIL=14 OK candidates: 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf | 157.173.27.69:41797 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=61.023 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf | 194.71.227.212:32583 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=221.263 063-CL-Chile-Santiago-38.7.197.83-awg1.conf | 38.7.197.83:38465 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=378.025 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf | 78.31.250.16:41729 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=44.837 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf | 84.32.230.159:43808 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=83.564 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf | 95.211.68.119:45176 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=46.081 ### HMN_FILE /root/hmn/logs/validate-current-pool-20260708-042044.log -rw-r--r-- 1 root root 8811 Jul 8 04:31 /root/hmn/logs/validate-current-pool-20260708-042044.log sha256=06241a1766f0418cc5794a8a8ca326fc77558086348abc92298ebb443948b3d4 --- head --- HideMyName AWG strict zero-loss tunnel tester Config dir: KEYMASK Probe IPs: 9.9.9.9 1.1.1.1 Ping count: 5 per IP Wait seconds: 8 Run dir: /root/hmn/test-runs/20260708-042044 [1/35] 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf endpoint: 192.36.27.17:35500 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [2/35] 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf endpoint: 38.244.192.244:45389 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [3/35] 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf endpoint: 157.173.27.69:41797 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=57.299 [4/35] 053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf endpoint: 192.71.247.18:35999 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [5/35] 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=219.008 [6/35] 063-CL-Chile-Santiago-38.7.197.83-awg1.conf endpoint: 38.7.197.83:38465 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=247.649 [7/35] 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf endpoint: 193.235.207.39:38330 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=66.891 [8/35] 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf endpoint: 107.172.187.100:39480 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=193.085 [9/35] 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf endpoint: 78.31.250.16:41729 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=46.381 [10/35] 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf endpoint: 84.32.230.159:43808 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=75.272 [11/35] 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint: 95.211.68.119:45176 endpoint already UP on vpn2; testing existing interface, not starting duplicate status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=43.304 [12/35] 076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf endpoint: 149.154.157.24:35090 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=235.987 [13/35] 087-US-USA-New-York-S1-107.175.93.59-awg1.conf endpoint: 107.175.93.59:31095 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=137.851 [14/35] 088-US-USA-Dallas-107.174.226.51-awg1.conf endpoint: 107.174.226.51:44839 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=165.396 [15/35] 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf endpoint: 192.121.162.75:45945 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [16/35] 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf endpoint: 89.46.237.14:38594 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=75.675 [17/35] 114-PS-UAE-Dubai-103.57.251.39-awg1.conf endpoint: 103.57.251.39:37380 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [18/35] 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf endpoint: 185.14.97.234:37492 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [19/35] 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf endpoint: 64.253.89.235:37402 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=129.320 [20/35] 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf endpoint: 141.98.189.83:39408 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=27.745 [21/35] 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf endpoint: 192.121.163.235:42530 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=38.879 [22/35] 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf endpoint: 89.46.232.39:40316 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [23/35] 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf endpoint: 46.246.127.84:36230 status=FAIL_PING_LOSS loss=9.9.9.9:0%,1.1.1.1:20% avg=63.235 [24/35] 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf endpoint: 194.71.126.45:32821 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [25/35] 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf endpoint: 37.235.54.96:38971 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=62.362 [26/35] 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf endpoint: 23.158.72.87:45460 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=184.748 [27/35] 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf endpoint: 157.173.25.198:34340 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=59.395 [28/35] 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf endpoint: 178.215.227.13:44408 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=50.097 [29/35] 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf endpoint: 192.71.244.202:45735 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=65.777 [30/35] 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf endpoint: 109.248.198.4:37129 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=186.153 [31/35] 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf endpoint: 151.236.30.139:33998 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=66.513 [32/35] 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf endpoint: 112.120.98.53:46369 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=194.613 [33/35] 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf endpoint: 89.40.104.201:36979 status=FAIL_NO_HANDSHAKE loss=9.9.9.9:100%,1.1.1.1:100% avg=- [34/35] 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf endpoint: 77.67.8.84:43378 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=161.595 [35/35] 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint: 192.71.27.64:40044 status=OK loss=9.9.9.9:0%,1.1.1.1:0% avg=105.977 Готово. Results: /root/hmn/test-runs/20260708-042044/results.tsv Summary: total=35 OK=20 FAIL=15 OK candidates: 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf | 157.173.27.69:41797 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=57.299 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf | 194.71.227.212:32583 | loss=9.9.9.9:0%,1.1.1.1:0% | avg=219.008 ### HMN_FILE /root/hmn/logs/vpn-egress-revive-last.log -rw-r--r-- 1 root root 1617 Jul 6 17:33 /root/hmn/logs/vpn-egress-revive-last.log sha256=0bdba520537027488e696c50f0efc99d847f076e055ef53de05f2fe0a0a1cbca --- head --- === hmn-vpn-egress-revive === 2026-07-06T17:32:58+00:00 start === freeze short automation window === === pre-state === override_status=inactive active_slot=vpn2 table_dev=vpn2 VPN vpn2 | default dev vpn2 scope link default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 === clear manual override if active === manual_override=not_active === restart active interface === target=vpn2 === run vpn-egress-manager === === wait table 200 default === table200_default_wait i=0 current=none want=vpn2 table200_default_ok=vpn2 === post-state === final_table_dev=vpn2 VPN vpn2 | default dev vpn2 scope link default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 === strict traffic check === --- 9.9.9.9 --- PING 9.9.9.9 (9.9.9.9) from 10.200.0.2: 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=45.397 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=45.471 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=92.030 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 45.397/60.966/92.030 ms --- 1.1.1.1 --- PING 1.1.1.1 (1.1.1.1) from 10.200.0.2: 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=80.138 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=104.298 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=50.043 ms --- 1.1.1.1 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 50.043/78.159/104.298 ms 2026-07-06T17:33:19+00:00 REVIVE_OK revive_rc=0 ### HMN_FILE /root/hmn/logs/vpn-user-override.log -rw-r--r-- 1 root root 4455 Jul 6 17:42 /root/hmn/logs/vpn-user-override.log sha256=8927b6e22926e9b62c133d90d0b95e5dc87ffa5ec2d9b66932d065bf0cd6ff03 --- head --- 2026-07-06T17:03:40+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn1 2026-07-06T17:03:43+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:03:54+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn1 2026-07-06T17:03:57+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:04:03+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn1 2026-07-06T17:04:06+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:09:41+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn2 2026-07-06T17:09:44+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:21:49+00:00 ERROR: config not found in current strict OK list: 75 2026-07-06T17:21:49+00:00 clear requested status=inactive config= 2026-07-06T17:21:49+00:00 clear done 2026-07-06T17:24:22+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn2 2026-07-06T17:24:26+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:24:26+00:00 clear requested status=inactive config= 2026-07-06T17:24:26+00:00 clear done 2026-07-06T17:25:51+00:00 activate requested config=150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf endpoint=178.215.227.13:44408 minutes=15 prev_default_dev=vpn2 2026-07-06T17:25:54+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:25:54+00:00 clear requested status=inactive config= 2026-07-06T17:25:54+00:00 clear done 2026-07-06T17:28:18+00:00 activate requested config=149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf endpoint=157.173.25.198:34340 minutes=15 prev_default_dev=vpn2 2026-07-06T17:28:30+00:00 activated config=149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf endpoint=157.173.25.198:34340 until_epoch=1783359798 2026-07-06T17:28:31+00:00 clear requested status=active config=149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 2026-07-06T17:28:31+00:00 clear done 2026-07-06T17:28:31+00:00 clear requested status=inactive config= 2026-07-06T17:28:39+00:00 clear done 2026-07-06T17:32:08+00:00 activate requested config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint=192.71.27.64:40044 minutes=15 prev_default_dev=vpn2 2026-07-06T17:32:20+00:00 activated config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint=192.71.27.64:40044 until_epoch=1783360028 2026-07-06T17:32:36+00:00 clear requested status=active config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 2026-07-06T17:32:44+00:00 clear done 2026-07-06T17:38:03+00:00 activate requested config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint=192.71.27.64:40044 minutes=15 prev_default_dev=vpn2 2026-07-06T17:38:15+00:00 activated config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf endpoint=192.71.27.64:40044 until_epoch=1783360383 2026-07-06T17:39:07+00:00 clear requested status=active config=225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 2026-07-06T17:39:15+00:00 clear done 2026-07-06T17:39:15+00:00 activate requested config=180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf endpoint=151.236.30.139:33998 minutes=15 prev_default_dev=vpn2 2026-07-06T17:39:28+00:00 activated config=180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf endpoint=151.236.30.139:33998 until_epoch=1783360455 2026-07-06T17:40:32+00:00 clear requested status=active config=180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 2026-07-06T17:40:40+00:00 clear done 2026-07-06T17:40:40+00:00 activate requested config=075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf endpoint=95.211.68.119:45176 minutes=15 prev_default_dev=vpn2 2026-07-06T17:40:43+00:00 ERROR: strict health failed for vpn_user 2026-07-06T17:41:02+00:00 activate requested config=146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf endpoint=37.235.54.96:38971 minutes=15 prev_default_dev=vpn2 2026-07-06T17:41:14+00:00 activated config=146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf endpoint=37.235.54.96:38971 until_epoch=1783360562 2026-07-06T17:42:24+00:00 clear requested status=active config=146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 2026-07-06T17:42:32+00:00 clear done ### HMN_FILE /root/hmn/patch-backups/20260701-vpn-egress-active-restart-20260701-082248/crontab-root -rw------- 1 root root 233 Jun 3 16:20 /root/hmn/patch-backups/20260701-vpn-egress-active-restart-20260701-082248/crontab-root sha256=e2892bc513a227bb81cf2bb2f06f2df994242c7e2ae75d75ad3cad40918b2527 --- head --- * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh ### HMN_FILE /root/hmn/patch-backups/20260701-vpn-egress-active-restart-20260701-082248/system -rw------- 1 root root 358 Apr 18 12:00 /root/hmn/patch-backups/20260701-vpn-egress-active-restart-20260701-082248/system sha256=4c30786fd4e76e4a6e5a8458c444fdd3b4a5fb11745906de0ed21bcec03ae6d7 --- head --- config system option hostname 'OpenWrt' option timezone 'UTC' option ttylogin '0' option log_size '128' option urandom_seed '0' config timeserver 'ntp' option enabled '1' option enable_server '0' list server '0.openwrt.pool.ntp.org' list server '1.openwrt.pool.ntp.org' list server '2.openwrt.pool.ntp.org' list server '3.openwrt.pool.ntp.org' ### HMN_FILE /root/hmn/patch-backups/20260701-vpn-egress-active-restart-20260701-082248/vpn-egress-manager.sh -rwxr-xr-x 1 root root 8727 Jun 3 16:20 /root/hmn/patch-backups/20260701-vpn-egress-active-restart-20260701-082248/vpn-egress-manager.sh sha256=a6aa4d2457b9084ceb92784df56533acbc0cdb98fa0fbdf46831126a43f69530 --- head --- #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" REFRESH_LOCK="/tmp/hmn-refresh-pool-safe.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 # Strict runtime health: # both probe IPs must pass with 0% packet loss. # One lost ping means this tunnel is considered bad right now. for IP in "$PROBE_IP1" "$PROBE_IP2"; do probe_cleanup "$DEV" ip route replace "$IP/32" dev "$DEV" 2>/dev/null if [ "$?" != "0" ]; then probe_cleanup "$DEV" logger -t "${LOGTAG:-vpn-egress}" "strict health failed for $DEV: cannot add probe route to $IP" return 1 fi OUT="$(ping -4 -I "$DEV" -c 5 -W 2 "$IP" 2>/dev/null || true)" probe_cleanup "$DEV" LOSS_LINE="$(echo "$OUT" | grep 'packet loss' | tail -n1)" echo "$LOSS_LINE" | grep -q ' 0% packet loss' if [ "$?" != "0" ]; then logger -t "${LOGTAG:-vpn-egress}" "strict health failed for $DEV on $IP: ${LOSS_LINE:-no ping result}" return 1 fi done return 0 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { ### HMN_FILE /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/crontab.before -rw-r--r-- 1 root root 293 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/crontab.before sha256=b2f5a1565be7c2b2c76fcc8988cd8e88d422df0fe0c2df7110941bfc76336675 --- head --- * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh 10 3 * * * /root/hmn/hmn-clean-old-files.sh >/dev/null 2>&1 ### HMN_FILE /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/firewall.before -rw-r--r-- 1 root root 3736 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/firewall.before sha256=332159a6054bad6fe304106c48677f1ffd0e14f713d8b9b5422ca6ddb4f2cef3 --- head --- config defaults option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option synflood_protect '1' config zone option name 'wan' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'wan' config rule option name 'Allow-DHCP-Renew' option src 'wan' option proto 'udp' option dest_port '68' option target 'ACCEPT' option family 'ipv4' config rule option name 'Allow-Ping' option src 'wan' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-IGMP' option src 'wan' option proto 'igmp' option family 'ipv4' option target 'ACCEPT' config rule option name 'Allow-DHCPv6' option src 'wan' option proto 'udp' option dest_port '546' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-MLD' option src 'wan' option proto 'icmp' option src_ip 'fe80::/10' list icmp_type '130/0' list icmp_type '131/0' list icmp_type '132/0' list icmp_type '143/0' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Input' option src 'wan' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' list icmp_type 'router-solicitation' list icmp_type 'neighbour-solicitation' list icmp_type 'router-advertisement' list icmp_type 'neighbour-advertisement' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config rule option name 'Allow-ICMPv6-Forward' option src 'wan' option dest '*' option proto 'icmp' list icmp_type 'echo-request' list icmp_type 'echo-reply' list icmp_type 'destination-unreachable' list icmp_type 'packet-too-big' list icmp_type 'time-exceeded' list icmp_type 'bad-header' list icmp_type 'unknown-header-type' option limit '1000/sec' option family 'ipv6' option target 'ACCEPT' config zone option name 'Management' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' option masq '1' list network 'mgmt' config zone option name 'direct_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'direct_in' config zone option name 'vpn_in' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' list network 'vpn_in' config zone option name 'vpn_out' option input 'REJECT' option output 'ACCEPT' option forward 'REJECT' option masq '1' option mtu_fix '1' list network 'vpn1' list network 'vpn2' config nat option name 'OMR_SERVER_SNAT_TO_MGMT' option family 'ipv4' option src 'Management' option proto 'tcp udp' option dest_ip '192.168.30.186' option dest_port '65000-65535' option target 'MASQUERADE' config rule option name 'Allow-ICMP-from-vpn_in-to-router' option src 'vpn_in' option proto 'icmp' option icmp_type 'echo-request' option family 'ipv4' option target 'ACCEPT' config forwarding option src 'direct_in' option dest 'wan' config forwarding option src 'vpn_in' option dest 'vpn_out' config forwarding option src 'vpn_in' option dest 'wan' config redirect option name 'WG_remote_to_VM100' option family 'ipv4' option src 'wan' option src_dport '51820' ### HMN_FILE /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/network.before -rw------- 1 root root 3949 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/network.before sha256=201450fd351d8fbc03d2fcb104403e700bb6f8ef02f3e8537f50cfda9523fdb0 --- head --- config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option packet_steering '1' config interface 'wan' option device 'eth0' option proto 'dhcp' option peerdns '0' list dns '1.1.1.1' list dns '8.8.8.8' config interface 'mgmt' option proto 'static' option device 'eth2' option ipaddr '10.71.100.2' option netmask '255.255.255.0' config interface 'direct_in' option proto 'static' option device 'eth3' option ipaddr '10.201.0.2' option netmask '255.255.255.0' config interface 'vpn_in' option proto 'static' option device 'eth1' option ipaddr '10.200.0.2/24' config route option interface 'mgmt' option target '10.250.100.0/24' option gateway '10.71.100.1' config interface 'vpn2' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '92' option awg_s2 '90' option awg_h1 '1128827374' option awg_h2 '1959569870' option awg_h3 '96441901' option awg_h4 '2091878015' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.91.235.78/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option hmn_loaded_at '2026-06-07T20:59:30+00:00' option hmn_endpoint '178.215.227.13:44408' config amneziawg_vpn2 option description '150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '27' option endpoint_host '178.215.227.13' option endpoint_port '44408' config interface 'vpn_test' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '59' option awg_s2 '137' option awg_h1 '1419328265' option awg_h2 '2007974527' option awg_h3 '1320837937' option awg_h4 '1827317051' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.68.169.179/32' list dns '1.1.1.1' option hmn_role 'test_slot' option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' option hmn_loaded_at '2026-06-08T04:32:09+00:00' option hmn_endpoint '192.154.104.162:31052' config amneziawg_vpn_test option description '228-US-USA-Utah-192.154.104.162-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '192.154.104.162' option endpoint_port '31052' config interface 'vpn1' option proto 'amneziawg' option private_key 'KEYMASK' option awg_jc '3' option awg_jmin '50' option awg_jmax '100' option awg_s1 '141' option awg_s2 '53' option awg_h1 '1638832857' option awg_h2 '1004821648' option awg_h3 '709990392' option awg_h4 '498414923' option auto '0' option disabled '0' option delegate '0' option peerdns '0' option defaultroute '0' list addresses '10.100.253.62/32' list dns '1.1.1.1' option hmn_role 'active_spare_slot' option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option hmn_loaded_at '2026-06-08T10:44:29+00:00' option hmn_endpoint '194.71.227.212:32583' config amneziawg_vpn1 option description '062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' option public_key 'KEYMASK' list allowed_ips '0.0.0.0/0' option route_allowed_ips '0' option persistent_keepalive '26' option endpoint_host '194.71.227.212' option endpoint_port '32583' ### HMN_FILE /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/uci-firewall.before -rw-r--r-- 1 root root 4939 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/uci-firewall.before sha256=33584595b8f7b9556a2caf9f78444d388bc7ce335379147139775ef9b9ea5842 --- head --- firewall.@defaults[0]=defaults firewall.@defaults[0].input='REJECT' firewall.@defaults[0].output='ACCEPT' firewall.@defaults[0].forward='REJECT' firewall.@defaults[0].synflood_protect='1' firewall.@zone[0]=zone firewall.@zone[0].name='wan' firewall.@zone[0].input='REJECT' firewall.@zone[0].output='ACCEPT' firewall.@zone[0].forward='REJECT' firewall.@zone[0].masq='1' firewall.@zone[0].mtu_fix='1' firewall.@zone[0].network='wan' firewall.@rule[0]=rule firewall.@rule[0].name='Allow-DHCP-Renew' firewall.@rule[0].src='wan' firewall.@rule[0].proto='udp' firewall.@rule[0].dest_port='68' firewall.@rule[0].target='ACCEPT' firewall.@rule[0].family='ipv4' firewall.@rule[1]=rule firewall.@rule[1].name='Allow-Ping' firewall.@rule[1].src='wan' firewall.@rule[1].proto='icmp' firewall.@rule[1].icmp_type='echo-request' firewall.@rule[1].family='ipv4' firewall.@rule[1].target='ACCEPT' firewall.@rule[2]=rule firewall.@rule[2].name='Allow-IGMP' firewall.@rule[2].src='wan' firewall.@rule[2].proto='igmp' firewall.@rule[2].family='ipv4' firewall.@rule[2].target='ACCEPT' firewall.@rule[3]=rule firewall.@rule[3].name='Allow-DHCPv6' firewall.@rule[3].src='wan' firewall.@rule[3].proto='udp' firewall.@rule[3].dest_port='546' firewall.@rule[3].family='ipv6' firewall.@rule[3].target='ACCEPT' firewall.@rule[4]=rule firewall.@rule[4].name='Allow-MLD' firewall.@rule[4].src='wan' firewall.@rule[4].proto='icmp' firewall.@rule[4].src_ip='fe80::/10' firewall.@rule[4].icmp_type='130/0' '131/0' '132/0' '143/0' firewall.@rule[4].family='ipv6' firewall.@rule[4].target='ACCEPT' firewall.@rule[5]=rule firewall.@rule[5].name='Allow-ICMPv6-Input' firewall.@rule[5].src='wan' firewall.@rule[5].proto='icmp' firewall.@rule[5].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' 'router-solicitation' 'neighbour-solicitation' 'router-advertisement' 'neighbour-advertisement' firewall.@rule[5].limit='1000/sec' firewall.@rule[5].family='ipv6' firewall.@rule[5].target='ACCEPT' firewall.@rule[6]=rule firewall.@rule[6].name='Allow-ICMPv6-Forward' firewall.@rule[6].src='wan' firewall.@rule[6].dest='*' firewall.@rule[6].proto='icmp' firewall.@rule[6].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' firewall.@rule[6].limit='1000/sec' firewall.@rule[6].family='ipv6' firewall.@rule[6].target='ACCEPT' firewall.@zone[1]=zone firewall.@zone[1].name='Management' firewall.@zone[1].input='ACCEPT' firewall.@zone[1].output='ACCEPT' firewall.@zone[1].forward='REJECT' firewall.@zone[1].masq='1' firewall.@zone[1].network='mgmt' firewall.@zone[2]=zone firewall.@zone[2].name='direct_in' firewall.@zone[2].input='ACCEPT' firewall.@zone[2].output='ACCEPT' firewall.@zone[2].forward='REJECT' firewall.@zone[2].network='direct_in' firewall.@zone[3]=zone firewall.@zone[3].name='vpn_in' firewall.@zone[3].input='ACCEPT' firewall.@zone[3].output='ACCEPT' firewall.@zone[3].forward='REJECT' firewall.@zone[3].network='vpn_in' firewall.@zone[4]=zone firewall.@zone[4].name='vpn_out' firewall.@zone[4].input='REJECT' firewall.@zone[4].output='ACCEPT' firewall.@zone[4].forward='REJECT' firewall.@zone[4].masq='1' firewall.@zone[4].mtu_fix='1' firewall.@zone[4].network='vpn1' 'vpn2' firewall.@nat[0]=nat firewall.@nat[0].name='OMR_SERVER_SNAT_TO_MGMT' firewall.@nat[0].family='ipv4' firewall.@nat[0].src='Management' firewall.@nat[0].proto='tcp udp' firewall.@nat[0].dest_ip='192.168.30.186' firewall.@nat[0].dest_port='65000-65535' firewall.@nat[0].target='MASQUERADE' firewall.@rule[7]=rule firewall.@rule[7].name='Allow-ICMP-from-vpn_in-to-router' firewall.@rule[7].src='vpn_in' firewall.@rule[7].proto='icmp' firewall.@rule[7].icmp_type='echo-request' firewall.@rule[7].family='ipv4' firewall.@rule[7].target='ACCEPT' firewall.@forwarding[0]=forwarding firewall.@forwarding[0].src='direct_in' firewall.@forwarding[0].dest='wan' firewall.@forwarding[1]=forwarding firewall.@forwarding[1].src='vpn_in' firewall.@forwarding[1].dest='vpn_out' firewall.@forwarding[2]=forwarding firewall.@forwarding[2].src='vpn_in' firewall.@forwarding[2].dest='wan' firewall.@redirect[0]=redirect firewall.@redirect[0].name='WG_remote_to_VM100' firewall.@redirect[0].family='ipv4' firewall.@redirect[0].src='wan' firewall.@redirect[0].src_dport='51820' firewall.@redirect[0].proto='udp' firewall.@redirect[0].dest='direct_in' firewall.@redirect[0].dest_ip='10.201.0.1' firewall.@redirect[0].dest_port='51820' firewall.@redirect[0].target='DNAT' firewall.@redirect[1]=redirect firewall.@redirect[1].name='WG_easy_51821_to_VM103' firewall.@redirect[1].family='ipv4' firewall.@redirect[1].src='wan' firewall.@redirect[1].src_dport='51821' firewall.@redirect[1].proto='udp' firewall.@redirect[1].dest='Management' firewall.@redirect[1].dest_ip='10.71.1.189' firewall.@redirect[1].dest_port='51821' firewall.@redirect[1].target='DNAT' ### HMN_FILE /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/uci-network.before -rw-r--r-- 1 root root 5027 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031/uci-network.before sha256=109e2870642089efa62ec38e7d306407d5c1913c15f1bcc3a4c42b510786c74f --- head --- network.loopback=interface network.loopback.device='lo' network.loopback.proto='static' network.loopback.ipaddr='127.0.0.1' network.loopback.netmask='255.0.0.0' network.globals=globals network.globals.packet_steering='1' network.wan=interface network.wan.device='eth0' network.wan.proto='dhcp' network.wan.peerdns='0' network.wan.dns='1.1.1.1' '8.8.8.8' network.mgmt=interface network.mgmt.proto='static' network.mgmt.device='eth2' network.mgmt.ipaddr='10.71.100.2' network.mgmt.netmask='255.255.255.0' network.direct_in=interface network.direct_in.proto='static' network.direct_in.device='eth3' network.direct_in.ipaddr='10.201.0.2' network.direct_in.netmask='255.255.255.0' network.vpn_in=interface network.vpn_in.proto='static' network.vpn_in.device='eth1' network.vpn_in.ipaddr='10.200.0.2/24' network.@route[0]=route network.@route[0].interface='mgmt' network.@route[0].target='10.250.100.0/24' network.@route[0].gateway='10.71.100.1' network.vpn2=interface network.vpn2.proto='amneziawg' network.vpn2.private_key=MASKED network.vpn2.awg_jc='3' network.vpn2.awg_jmin='50' network.vpn2.awg_jmax='100' network.vpn2.awg_s1='92' network.vpn2.awg_s2='90' network.vpn2.awg_h1='1128827374' network.vpn2.awg_h2='1959569870' network.vpn2.awg_h3='96441901' network.vpn2.awg_h4='2091878015' network.vpn2.auto='0' network.vpn2.disabled='0' network.vpn2.delegate='0' network.vpn2.peerdns='0' network.vpn2.defaultroute='0' network.vpn2.addresses='10.91.235.78/32' network.vpn2.dns='1.1.1.1' network.vpn2.hmn_role='active_spare_slot' network.vpn2.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn2.hmn_loaded_at='2026-06-07T20:59:30+00:00' network.vpn2.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn2[0]=amneziawg_vpn2 network.@amneziawg_vpn2[0].description='150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.@amneziawg_vpn2[0].public_key=MASKED network.@amneziawg_vpn2[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn2[0].route_allowed_ips='0' network.@amneziawg_vpn2[0].persistent_keepalive='27' network.@amneziawg_vpn2[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn2[0].endpoint_port='44408' network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:32:09+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].description='228-US-USA-Utah-192.154.104.162-awg1.conf' network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' network.vpn1=interface network.vpn1.proto='amneziawg' network.vpn1.private_key=MASKED network.vpn1.awg_jc='3' network.vpn1.awg_jmin='50' network.vpn1.awg_jmax='100' network.vpn1.awg_s1='141' network.vpn1.awg_s2='53' network.vpn1.awg_h1='1638832857' network.vpn1.awg_h2='1004821648' network.vpn1.awg_h3='709990392' network.vpn1.awg_h4='498414923' network.vpn1.auto='0' network.vpn1.disabled='0' network.vpn1.delegate='0' network.vpn1.peerdns='0' network.vpn1.defaultroute='0' network.vpn1.addresses='10.100.253.62/32' network.vpn1.dns='1.1.1.1' network.vpn1.hmn_role='active_spare_slot' network.vpn1.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn1.hmn_loaded_at='2026-06-08T10:44:29+00:00' network.vpn1.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn1[0]=amneziawg_vpn1 network.@amneziawg_vpn1[0].description='062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.@amneziawg_vpn1[0].public_key=MASKED network.@amneziawg_vpn1[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn1[0].route_allowed_ips='0' network.@amneziawg_vpn1[0].persistent_keepalive='26' network.@amneziawg_vpn1[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn1[0].endpoint_port='32583' ### HMN_FILE /root/hmn/patch-backups/20260702-vpn-user-loader-output-sanitize-20260706-100032/hmn-load-vpn-user.sh.before -rwxr-xr-x 1 root root 7032 Jul 6 10:00 /root/hmn/patch-backups/20260702-vpn-user-loader-output-sanitize-20260706-100032/hmn-load-vpn-user.sh.before sha256=aaa86624aa5d4ea969053dc42ea386602bd4a0deddef8c13352205161e57f82f --- head --- #!/bin/ash set -eu CONF="${1:-}" ACTION="${2:-}" if [ -z "$CONF" ]; then CONF="$(ls -t KEYMASK*.conf 2>/dev/null | head -n 1 || true)" fi if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден .conf" echo echo "Использование:" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf up" echo echo "Или без аргумента — возьмёт первый файл из:" echo " KEYMASK" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" # HMN_DUPLICATE_ACTIVE_SLOT_GUARD_V1 # Do not load the same AWG endpoint/config into vpn_user if it is already present # in managed egress slots. Running the same remote tunnel twice on different # interfaces can break routing/handshake behavior. check_duplicate_active_slots() { TARGET_EP="${ENDPOINT_HOST}:${ENDPOINT_PORT}" TARGET_CONF_BASE="$(basename "${CONF:-}" 2>/dev/null || echo "")" for SLOT in vpn1 vpn2 vpn3 vpn4; do [ "$SLOT" = "vpn_user" ] && continue # Compare by interface metadata if present. SLOT_SRC="$(uci -q get network.${SLOT}.hmn_source_config || true)" if [ -n "$TARGET_CONF_BASE" ] && [ -n "$SLOT_SRC" ]; then SLOT_SRC_BASE="$(basename "$SLOT_SRC" 2>/dev/null || echo "")" if [ "$TARGET_CONF_BASE" = "$SLOT_SRC_BASE" ]; then echo "ERROR: selected config already loaded in $SLOT: $TARGET_CONF_BASE" exit 1 fi fi # Compare by peer endpoint in amneziawg slot section. SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" if [ -n "$SEC" ]; then EH="$(uci -q get ${SEC}.endpoint_host || true)" EP="$(uci -q get ${SEC}.endpoint_port || true)" if [ -n "$EH" ] && [ -n "$EP" ] && [ "$TARGET_EP" = "$EH:$EP" ]; then echo "ERROR: selected endpoint already loaded in $SLOT: $TARGET_EP" exit 1 fi fi done } check_duplicate_active_slots BACKUP="KEYMASK-before-vpn_user-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading config into vpn_user:" echo " $CONF" echo echo "Parsed:" echo " Address: $ADDRESS" echo " Endpoint: $ENDPOINT" echo " DNS: ${DNS:-none}" echo " AWG: Jc=$JC Jmin=$JMIN Jmax=$JMAX S1=$S1 S2=$S2" echo ifdown vpn_user 2>/dev/null || true uci -q delete network.vpn_user 2>/dev/null || true while :; do SEC="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_user\[[0-9][0-9]*\]\)=amneziawg_vpn_user$/\1/p' | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network.vpn_user='interface' uci set network.vpn_user.proto='amneziawg' uci set network.vpn_user.private_key=MASKED uci set network.vpn_user.awg_jc="$JC" uci set network.vpn_user.awg_jmin="$JMIN" uci set network.vpn_user.awg_jmax="$JMAX" uci set network.vpn_user.awg_s1="$S1" uci set network.vpn_user.awg_s2="$S2" uci set network.vpn_user.awg_h1="$H1" uci set network.vpn_user.awg_h2="$H2" uci set network.vpn_user.awg_h3="$H3" uci set network.vpn_user.awg_h4="$H4" uci set network.vpn_user.auto='0' uci set network.vpn_user.disabled='0' uci set network.vpn_user.delegate='0' uci set network.vpn_user.peerdns='0' uci set network.vpn_user.defaultroute='0' uci add_list network.vpn_user.addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' ### HMN_FILE /root/hmn/patch-backups/20260702-vpn-user-loader-output-sanitize-20260706-142437/hmn-load-vpn-user.sh.before -rwxr-xr-x 1 root root 7032 Jul 6 14:24 /root/hmn/patch-backups/20260702-vpn-user-loader-output-sanitize-20260706-142437/hmn-load-vpn-user.sh.before sha256=aaa86624aa5d4ea969053dc42ea386602bd4a0deddef8c13352205161e57f82f --- head --- #!/bin/ash set -eu CONF="${1:-}" ACTION="${2:-}" if [ -z "$CONF" ]; then CONF="$(ls -t KEYMASK*.conf 2>/dev/null | head -n 1 || true)" fi if [ -z "$CONF" ] || [ ! -f "$CONF" ]; then echo "ERROR: не найден .conf" echo echo "Использование:" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf" echo " /root/hmn/hmn-load-vpn-test.sh /path/to/config.conf up" echo echo "Или без аргумента — возьмёт первый файл из:" echo " KEYMASK" exit 1 fi getv() { KEY=MASKED awk -v key=MASKED $0 ~ "^[[:space:]]*" key "[[:space:]]*=" { sub(/^[^=]*=[[:space:]]*/, "", $0) sub(/[[:space:]]*$/, "", $0) print $0 exit } ' "$CONF" } PRIVATE_KEY=MASKED ADDRESS="$(getv Address)" DNS="$(getv DNS)" JC="$(getv Jc)" JMIN="$(getv Jmin)" JMAX="$(getv Jmax)" S1="$(getv S1)" S2="$(getv S2)" H1="$(getv H1)" H2="$(getv H2)" H3="$(getv H3)" H4="$(getv H4)" PUBLIC_KEY=MASKED ALLOWED_IPS="$(getv AllowedIPs)" ENDPOINT="$(getv Endpoint)" KEEPALIVE="$(getv PersistentKeepalive)" ENDPOINT_HOST="${ENDPOINT%:*}" ENDPOINT_PORT="${ENDPOINT##*:}" if [ -z "$PRIVATE_KEY" ] || [ -z "$ADDRESS" ] || [ -z "$PUBLIC_KEY" ] || [ -z "$ENDPOINT_HOST" ] || [ -z "$ENDPOINT_PORT" ]; then echo "ERROR: конфиг не удалось распарсить." echo echo "CONF=$CONF" echo "Address=$ADDRESS" echo "PrivateKey=MASKED echo "PublicKey=MASKED echo "Endpoint=$ENDPOINT" exit 1 fi TS="$(date +%Y%m%d-%H%M%S)" # HMN_DUPLICATE_ACTIVE_SLOT_GUARD_V1 # Do not load the same AWG endpoint/config into vpn_user if it is already present # in managed egress slots. Running the same remote tunnel twice on different # interfaces can break routing/handshake behavior. check_duplicate_active_slots() { TARGET_EP="${ENDPOINT_HOST}:${ENDPOINT_PORT}" TARGET_CONF_BASE="$(basename "${CONF:-}" 2>/dev/null || echo "")" for SLOT in vpn1 vpn2 vpn3 vpn4; do [ "$SLOT" = "vpn_user" ] && continue # Compare by interface metadata if present. SLOT_SRC="$(uci -q get network.${SLOT}.hmn_source_config || true)" if [ -n "$TARGET_CONF_BASE" ] && [ -n "$SLOT_SRC" ]; then SLOT_SRC_BASE="$(basename "$SLOT_SRC" 2>/dev/null || echo "")" if [ "$TARGET_CONF_BASE" = "$SLOT_SRC_BASE" ]; then echo "ERROR: selected config already loaded in $SLOT: $TARGET_CONF_BASE" exit 1 fi fi # Compare by peer endpoint in amneziawg slot section. SEC="$(uci -q show network | sed -n "s/^\(network\.@amneziawg_${SLOT}\[[0-9][0-9]*\]\)=amneziawg_${SLOT}$/\1/p" | head -n 1)" if [ -n "$SEC" ]; then EH="$(uci -q get ${SEC}.endpoint_host || true)" EP="$(uci -q get ${SEC}.endpoint_port || true)" if [ -n "$EH" ] && [ -n "$EP" ] && [ "$TARGET_EP" = "$EH:$EP" ]; then echo "ERROR: selected endpoint already loaded in $SLOT: $TARGET_EP" exit 1 fi fi done } check_duplicate_active_slots BACKUP="KEYMASK-before-vpn_user-$TS" mkdir -p /root/hmn/backups chmod 700 /root/hmn /root/hmn/backups cp /etc/config/network "$BACKUP" chmod 600 "$BACKUP" echo "Backup:" echo " $BACKUP" echo echo "Loading config into vpn_user:" echo " $CONF" echo echo "Parsed:" echo " Address: $ADDRESS" echo " Endpoint: $ENDPOINT" echo " DNS: ${DNS:-none}" echo " AWG: Jc=$JC Jmin=$JMIN Jmax=$JMAX S1=$S1 S2=$S2" echo ifdown vpn_user 2>/dev/null || true uci -q delete network.vpn_user 2>/dev/null || true while :; do SEC="$(uci -q show network | sed -n 's/^\(network\.@amneziawg_vpn_user\[[0-9][0-9]*\]\)=amneziawg_vpn_user$/\1/p' | head -n 1)" [ -n "$SEC" ] || break uci -q delete "$SEC" done uci set network.vpn_user='interface' uci set network.vpn_user.proto='amneziawg' uci set network.vpn_user.private_key=MASKED uci set network.vpn_user.awg_jc="$JC" uci set network.vpn_user.awg_jmin="$JMIN" uci set network.vpn_user.awg_jmax="$JMAX" uci set network.vpn_user.awg_s1="$S1" uci set network.vpn_user.awg_s2="$S2" uci set network.vpn_user.awg_h1="$H1" uci set network.vpn_user.awg_h2="$H2" uci set network.vpn_user.awg_h3="$H3" uci set network.vpn_user.awg_h4="$H4" uci set network.vpn_user.auto='0' uci set network.vpn_user.disabled='0' uci set network.vpn_user.delegate='0' uci set network.vpn_user.peerdns='0' uci set network.vpn_user.defaultroute='0' uci add_list network.vpn_user.addresses="$ADDRESS" if [ -n "${DNS:-}" ]; then OLDIFS="$IFS" IFS=',' ### HMN_FILE /root/hmn/patch-backups/20260703-vm101-vpn-egress-revive-script-20260706-142437/hmn-vpn-egress-revive.sh.before -rwxr-xr-x 1 root root 5011 Jul 6 14:24 /root/hmn/patch-backups/20260703-vm101-vpn-egress-revive-script-20260706-142437/hmn-vpn-egress-revive.sh.before sha256=4499e51203fdc47fc62ef6150f544eb7751b1a89dfb15d82162d6fbd25101a93 --- head --- #!/bin/ash set -u BASE="/root/hmn" STATE="$BASE/state" LOGDIR="$BASE/logs" LOG="$LOGDIR/vpn-egress-revive-last.log" STAMP="$STATE/last-vpn-egress-revive" LOCK="/tmp/hmn-vpn-egress-revive.lock" MAINT="/tmp/hmn-vpn-maintenance" OVERRIDE="$BASE/hmn-vpn-user-override.sh" MANAGER="/usr/bin/vpn-egress-manager.sh" mkdir -p "$STATE" "$LOGDIR" say() { echo "$(date -Iseconds) $*" } get_table_dev() { ip -4 route show table 200 | awk ' /^default / { for (i=1; i<=NF; i++) { if ($i=="dev") { print $(i+1); exit } } } ' } strict_probe() { IP="$1" LOGF="/tmp/hmn-revive-ping-${IP}.$$" ping -4 -c 3 -W 2 -I 10.200.0.2 "$IP" > "$LOGF" 2>&1 || true cat "$LOGF" LOSS="$(sed -n 's/.* \([0-9][0-9]*%\) packet loss.*/\1/p' "$LOGF" | tail -n1)" rm -f "$LOGF" [ "$LOSS" = "0%" ] } wait_table_default() { WANT="$1" i=0 while [ "$i" -lt 12 ]; do DEV="$(get_table_dev)" if [ "$DEV" = "$WANT" ]; then echo "table200_default_ok=$DEV" return 0 fi echo "table200_default_wait i=$i current=${DEV:-none} want=$WANT" # Re-run manager first; if it is still racing with netifd, explicitly reassert # only for the selected managed slot. This does not change UCI configs. if [ -x "$MANAGER" ]; then "$MANAGER" >/dev/null 2>&1 || true fi case "$WANT" in vpn1|vpn2) if ip link show "$WANT" >/dev/null 2>&1; then ip -4 route replace default dev "$WANT" table 200 2>/dev/null || true ip -4 route flush cache 2>/dev/null || true fi ;; esac sleep 2 i=$((i + 1)) done DEV="$(get_table_dev)" echo "ERROR: table200_default_missing final=${DEV:-none} want=$WANT" return 1 } run_body() { echo "=== hmn-vpn-egress-revive ===" say "start" if ! mkdir "$LOCK" 2>/dev/null; then say "ERROR: revive already running" echo "status=already_running" > "$STAMP" return 2 fi CRON_WAS_RUNNING=0 if /etc/init.d/cron status 2>/dev/null | grep -q running; then CRON_WAS_RUNNING=1 fi cleanup() { rm -f "$MAINT" if [ "$CRON_WAS_RUNNING" -eq 1 ]; then /etc/init.d/cron start >/dev/null 2>&1 || true fi rmdir "$LOCK" 2>/dev/null || true } trap cleanup EXIT INT TERM echo echo "=== freeze short automation window ===" /etc/init.d/cron stop >/dev/null 2>&1 || true touch "$MAINT" echo echo "=== pre-state ===" echo "override_status=$($OVERRIDE status 2>/dev/null | awk -F= '/^status=/{print $2; exit}' || echo unknown)" echo "active_slot=$(cat "$STATE/active-slot" 2>/dev/null || true)" echo "table_dev=$(get_table_dev)" cat /tmp/vpn-egress-current.state 2>/dev/null || true ip -4 route show table 200 echo echo "=== clear manual override if active ===" if [ -x "$OVERRIDE" ] && "$OVERRIDE" status 2>/dev/null | grep -q '^status=active'; then "$OVERRIDE" clear || true sleep 2 else echo "manual_override=not_active" fi TABLE_DEV="$(get_table_dev)" ACTIVE_SLOT="$(cat "$STATE/active-slot" 2>/dev/null || true)" TARGET="" case "$TABLE_DEV" in vpn1|vpn2) TARGET="$TABLE_DEV" ;; esac if [ -z "$TARGET" ]; then case "$ACTIVE_SLOT" in vpn1|vpn2) TARGET="$ACTIVE_SLOT" ;; esac fi if [ -z "$TARGET" ]; then TARGET="vpn1" fi echo echo "=== restart active interface ===" echo "target=$TARGET" ifdown "$TARGET" 2>/dev/null || true sleep 3 ifup "$TARGET" 2>/dev/null || true sleep 12 echo echo "=== run vpn-egress-manager ===" if [ -x "$MANAGER" ]; then "$MANAGER" || true else echo "ERROR: manager not executable: $MANAGER" return 1 fi ### HMN_FILE /root/hmn/patch-backups/20260703-vpn-user-override-backend-20260706-100032/crontab.before -rw-r--r-- 1 root root 293 Jul 6 10:00 /root/hmn/patch-backups/20260703-vpn-user-override-backend-20260706-100032/crontab.before sha256=b2f5a1565be7c2b2c76fcc8988cd8e88d422df0fe0c2df7110941bfc76336675 --- head --- * * * * * /usr/bin/vpn-egress-manager.sh >/dev/null 2>&1 20 4 * * * /root/hmn/hmn-refresh-pool-cron.sh 7,22,37,52 * * * * /root/hmn/hmn-pool-low-watermark-check.sh run >/dev/null 2>&1 5,35 * * * * /root/hmn/hmn-refresh-retry-cron.sh 10 3 * * * /root/hmn/hmn-clean-old-files.sh >/dev/null 2>&1 ### HMN_FILE /root/hmn/patch-backups/20260703-vpn-user-override-backend-20260706-100032/vpn-egress-manager.sh.before -rwxr-xr-x 1 root root 9271 Jul 6 10:00 /root/hmn/patch-backups/20260703-vpn-user-override-backend-20260706-100032/vpn-egress-manager.sh.before sha256=005f915d1ee956cd5f68862bb1364b8c462d03edb7538b43e525f6e58f42c703 --- head --- #!/bin/sh TABLE="200" VPNIN_DEV="eth1" VPNIN_NET="10.200.0.0/24" SLOT_A="vpn1" SLOT_B="vpn2" PROBE_IP1="9.9.9.9" PROBE_IP2="1.1.1.1" LOGTAG="vpn-egress" SWITCH_LOG="/root/vpn-egress-switches.log" STATE_DIR="/root/hmn/state" ACTIVE_SLOT_FILE="$STATE_DIR/active-slot" ROUTE_STATE_FILE="/tmp/vpn-egress-current.state" FORCE_WAN_FILE="/tmp/vpn-egress-force-wan" FORCE_WAN_PERSISTENT_FILE="/root/vpn-egress-force-wan" SKIP_ACTIVE_FILE="/tmp/vpn-egress-skip-active" SKIP_PRIMARY_FILE="/tmp/vpn-egress-skip-primary" MAINTENANCE_FILE="/tmp/hmn-vpn-maintenance" LOCKDIR="/tmp/vpn-egress-manager.lock" REFRESH_LOCK="/tmp/hmn-refresh-pool-safe.lock" mkdir -p "$STATE_DIR" chmod 700 "$STATE_DIR" 2>/dev/null || true ensure_rules() { ip rule del iif "$VPNIN_DEV" lookup "$TABLE" 2>/dev/null ip rule del from "$VPNIN_NET" lookup "$TABLE" 2>/dev/null ip rule add iif "$VPNIN_DEV" lookup "$TABLE" pref 10019 ip rule add from "$VPNIN_NET" lookup "$TABLE" pref 10020 } iface_exists() { ip link show "$1" >/dev/null 2>&1 } ensure_up() { DEV="$1" iface_exists "$DEV" || ifup "$DEV" >/dev/null 2>&1 } other_slot() { case "$1" in "$SLOT_A") echo "$SLOT_B" ;; "$SLOT_B") echo "$SLOT_A" ;; *) echo "$SLOT_B" ;; esac } get_table_active() { ip route show table "$TABLE" | awk '/^default dev /{print $3; exit}' } get_active_slot() { SAVED="$(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" case "$SAVED" in "$SLOT_A"|"$SLOT_B") echo "$SAVED" return 0 ;; esac TABLE_ACTIVE="$(get_table_active)" case "$TABLE_ACTIVE" in "$SLOT_A"|"$SLOT_B") echo "$TABLE_ACTIVE" return 0 ;; esac echo "$SLOT_A" } set_active_slot() { echo "$1" > "$ACTIVE_SLOT_FILE" } probe_cleanup() { DEV="$1" ip route del "$PROBE_IP1/32" dev "$DEV" 2>/dev/null || true ip route del "$PROBE_IP2/32" dev "$DEV" 2>/dev/null || true } manager_cleanup() { probe_cleanup "$SLOT_A" probe_cleanup "$SLOT_B" rmdir "$LOCKDIR" 2>/dev/null || true } is_alive() { DEV="$1" iface_exists "$DEV" || return 1 # Strict runtime health: # both probe IPs must pass with 0% packet loss. # One lost ping means this tunnel is considered bad right now. for IP in "$PROBE_IP1" "$PROBE_IP2"; do probe_cleanup "$DEV" ip route replace "$IP/32" dev "$DEV" 2>/dev/null if [ "$?" != "0" ]; then probe_cleanup "$DEV" logger -t "${LOGTAG:-vpn-egress}" "strict health failed for $DEV: cannot add probe route to $IP" return 1 fi OUT="$(ping -4 -I "$DEV" -c 5 -W 2 "$IP" 2>/dev/null || true)" probe_cleanup "$DEV" LOSS_LINE="$(echo "$OUT" | grep 'packet loss' | tail -n1)" echo "$LOSS_LINE" | grep -q ' 0% packet loss' if [ "$?" != "0" ]; then logger -t "${LOGTAG:-vpn-egress}" "strict health failed for $DEV on $IP: ${LOSS_LINE:-no ping result}" return 1 fi done return 0 } log_change() { TARGET="$1" ROUTE="$(ip route show table "$TABLE" | sed -n '1p')" MAIN_DEFAULT="$(ip -4 route show default | sed -n '1p')" CURRENT="$TARGET | $ROUTE" LAST="$(cat "$ROUTE_STATE_FILE" 2>/dev/null)" [ "$CURRENT" = "$LAST" ] && return 0 { echo "---- $(date '+%Y-%m-%d %H:%M:%S') ----" echo "target: $TARGET" echo "active-slot: $(cat "$ACTIVE_SLOT_FILE" 2>/dev/null)" echo "route: $ROUTE" echo "main: $MAIN_DEFAULT" for IF in "$SLOT_A" "$SLOT_B" vpn_test eth0 eth1 eth3; do [ -d "/sys/class/net/$IF" ] || continue RX="$(cat /sys/class/net/$IF/statistics/rx_bytes 2>/dev/null)" TX="$(cat /sys/class/net/$IF/statistics/tx_bytes 2>/dev/null)" OP="$(cat /sys/class/net/$IF/operstate 2>/dev/null)" echo "$IF state=$OP rx=$RX tx=$TX" done echo } >> "$SWITCH_LOG" echo "$CURRENT" > "$ROUTE_STATE_FILE" logger -t "$LOGTAG" "changed -> $TARGET" } use_vpn() { ### HMN_FILE /root/hmn/refill.log -rw-r--r-- 1 root root 201414 Jul 8 06:16 /root/hmn/refill.log sha256=74931f22331ffaae690aa70ac6387c5a2be965d7903d15f066ef45e29e67d3ff --- head --- ---- 2026-06-03 16:48:20 ---- manager_refill failed_slot=vpn1 active_slot=vpn2 === hmn-refill-slot === slot_to_refill=vpn1 active_slot=vpn2 KEYMASK-awg1-strict-foreign-latest.tsv KEYMASK-awg1-latest.tsv dry_run=0 active_ep=178.215.227.13:44408 old_slot_ep=95.211.68.119:45176 candidate_rank=3 candidate_file=062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf candidate_ep=194.71.227.212:32583 candidate_avg=59.538 candidate_KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf === load candidate into vpn1 === Backup: KEYMASK-before-load-vpn1-20260603-164822 Loading into slot: slot: vpn1 config: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf endpoint: 194.71.227.212:32583 address: 10.100.253.62/32 active table 200 before load: vpn2 Loaded. Slot is still down unless ACTION=up. network.vpn1=interface network.vpn1.proto='amneziawg' network.vpn1.private_key=MASKED network.vpn1.awg_jc='3' network.vpn1.awg_jmin='50' network.vpn1.awg_jmax='100' network.vpn1.awg_s1='141' network.vpn1.awg_s2='53' network.vpn1.awg_h1='1638832857' network.vpn1.awg_h2='1004821648' network.vpn1.awg_h3='709990392' network.vpn1.awg_h4='498414923' network.vpn1.auto='0' network.vpn1.disabled='0' network.vpn1.delegate='0' network.vpn1.peerdns='0' network.vpn1.defaultroute='0' network.vpn1.addresses='10.100.253.62/32' network.vpn1.dns='1.1.1.1' network.vpn1.hmn_role='active_spare_slot' network.vpn1.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn1.hmn_loaded_at='2026-06-03T16:48:22+00:00' network.vpn1.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn1[0]=amneziawg_vpn1 network.@amneziawg_vpn1[0].description='062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.@amneziawg_vpn1[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn1[0].route_allowed_ips='0' network.@amneziawg_vpn1[0].persistent_keepalive='26' network.@amneziawg_vpn1[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn1[0].endpoint_port='32583' table 200 after load: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 === reload netifd so changed slot is visible === === restore active slot after reload === === bring candidate slot up for strict probe === --- vpn1 status --- interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 42655 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 22 seconds ago transfer: 92 B received, 528 B sent persistent keepalive: every 26 seconds --- strict probe vpn1 9.9.9.9 --- 9.9.9.9 dev vpn1 src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=65.444 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=63.591 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=61.554 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=61.670 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=62.453 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.554/62.942/65.444 ms --- strict probe vpn1 1.1.1.1 --- 1.1.1.1 dev vpn1 src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=68.089 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=68.427 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=68.879 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=68.453 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=68.453 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.089/68.460/68.879 ms === update selected cache === slot file endpoint avg_ms config_path vpn1 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf vpn2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf === leave refilled slot down as standby === === final route should remain active slot === vpn2 default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 9.9.9.9 from 10.200.0.2 dev vpn2 table 200 uid 0 cache === refill done === refill_rc=0 ---- 2026-06-03 17:01:27 ---- manager_refill failed_slot=vpn2 active_slot=vpn1 === hmn-refill-slot === slot_to_refill=vpn2 active_slot=vpn1 KEYMASK-awg1-strict-foreign-latest.tsv KEYMASK-awg1-latest.tsv dry_run=0 active_ep=194.71.227.212:32583 old_slot_ep=178.215.227.13:44408 candidate_rank=4 candidate_file=149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf candidate_ep=157.173.25.198:34340 candidate_avg=60.783 ### HMN_FILE /root/hmn/reports/ok-awg1-strict-all-20260603-162225.tsv -rw------- 1 root root 2997 Jun 3 16:34 /root/hmn/reports/ok-awg1-strict-all-20260603-162225.tsv sha256=cc35f9b30b8bb47770bd49ac62bc2ab29ec210ee3645255ca445be2079c23f01 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.322 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.783 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 62.549 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 67.251 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.509 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.869 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 86.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.713 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 130.066 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 197.817 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 203.001 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 15 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 268.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 16 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 374.632 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-all-20260604-042130.tsv -rw------- 1 root root 3361 Jun 4 04:33 /root/hmn/reports/ok-awg1-strict-all-20260604-042130.tsv sha256=392e3918f6ebfb1b1ca356dbe568e37667c055705875b7b8b464436e0e7719cb --- head --- rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.288 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 44.743 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.006 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 55.688 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.034 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.423 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.834 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.103 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 70.478 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 71.253 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 74.067 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 87.206 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 110.365 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 127.835 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 184.459 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 16 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.450 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 17 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 264.369 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 18 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 376.044 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-all-20260605-042129.tsv -rw------- 1 root root 3361 Jun 5 04:33 /root/hmn/reports/ok-awg1-strict-all-20260605-042129.tsv sha256=5143236f7a85b3cd72f449c117e3636536aaafabb61aa827c2371b8c62eb783d --- head --- rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 39.933 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 49.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.701 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 56.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.575 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.672 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 68.666 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 71.942 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 73.130 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 89.391 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 93.065 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 108.572 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 136.294 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 182.630 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 16 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 17 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.730 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 18 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 375.786 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-all-20260606-042128.tsv -rw------- 1 root root 2988 Jun 6 04:33 /root/hmn/reports/ok-awg1-strict-all-20260606-042128.tsv sha256=dde3f9ac833b807cb1a926a7c58d2ab3226836868afd7e28fa1ca99e2e812497 --- head --- rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.439 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 53.544 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.516 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 58.851 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 61.235 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.479 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 66.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 68.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 78.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 99.543 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 136.084 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 154.110 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 174.462 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 215.204 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 15 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 252.920 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 268.772 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-all-20260606-180839.tsv -rw------- 1 root root 2625 Jun 6 18:20 /root/hmn/reports/ok-awg1-strict-all-20260606-180839.tsv sha256=b7a95ffc4d04bb117be5dc697ea4e5b76d5a7d5c0ea0e95096b9db9f651cd293 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 50.319 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 58.536 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 64.178 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 66.231 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 68.166 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 71.013 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 85.627 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 103.058 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 116.477 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 202.867 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 11 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.805 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 220.333 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 286.723 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 14 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 405.093 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-all-20260607-042129.tsv -rw------- 1 root root 3171 Jun 7 04:33 /root/hmn/reports/ok-awg1-strict-all-20260607-042129.tsv sha256=ae40adb8e5b1908ea3a995e3fcdbe8a479ddb12b66440eafc3888cf39062517f --- head --- rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 38.366 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 125.804 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 13 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 14 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 177.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 267.610 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 374.598 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-all-20260607-122354.tsv -rw------- 1 root root 3187 Jun 7 12:35 /root/hmn/reports/ok-awg1-strict-all-20260607-122354.tsv sha256=3506aeeea8c0dac80a5c3908c5f2118fcd2ff9e2a7a58a8ae69fd871d80982e2 --- head --- rank file endpoint avg_ms ping_loss config_path 1 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.291 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.159 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 70.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 70.662 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 5 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.965 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 78.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 84.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 112.705 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 119.815 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 148.473 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 11 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 12 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 160.712 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 13 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 172.476 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 14 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 182.734 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 207.944 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 272.700 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 383.294 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-all-20260607-181002.tsv -rw------- 1 root root 2063 Jun 7 18:20 /root/hmn/reports/ok-awg1-strict-all-20260607-181002.tsv sha256=39aff5c8da1c581e28ddab732ca6df03a89b98a44a6924b9329f3c94f4416470 --- head --- rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.812 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 99.496 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 107.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 137.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 139.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 154.912 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 8 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 186.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 9 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 236.768 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 10 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 403.902 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf 11 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 739.506 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-all-20260608-042050.tsv -rw------- 1 root root 3184 Jun 8 04:32 /root/hmn/reports/ok-awg1-strict-all-20260608-042050.tsv sha256=7f69751aff3daa88565edd5e469ee97aab6b919d7861a4cb6d0cc9c55eee9f68 --- head --- rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 32.678 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 49.331 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 56.427 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 77.520 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 78.995 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 79.169 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 80.416 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 108.755 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 125.027 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 137.118 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 190.398 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf 14 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 193.249 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 213.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 284.015 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 375.270 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-all-20260706-161434.tsv -rw------- 1 root root 3203 Jul 6 16:24 /root/hmn/reports/ok-awg1-strict-all-20260706-161434.tsv sha256=251bba40fec8266351ce546c98d822a3f332f6a78c1c484f7e4d3effe9ee01c8 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 166.254 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 12 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 13 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 14 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 217.195 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 288.838 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 409.210 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-all-20260707-042048.tsv -rw------- 1 root root 3754 Jul 7 04:31 /root/hmn/reports/ok-awg1-strict-all-20260707-042048.tsv sha256=c44ac15898a32e1307518fa2c6511230e7a5d2081fb7045bc7a4676aace6b929 --- head --- rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 30.744 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 3 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 4 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 13 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 126.080 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 14 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 17 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 179.873 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 18 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 19 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 266.162 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 378.025 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-all-20260708-042044.tsv -rw------- 1 root root 3754 Jul 8 04:31 /root/hmn/reports/ok-awg1-strict-all-20260708-042044.tsv sha256=eeb8b4cfd473891a338ae84e8bef6e1b48c010b700051b28bc31e44d9baf58bc --- head --- rank file endpoint avg_ms ping_loss config_path 1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 27.745 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 43.304 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 46.381 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 5 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.097 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 6 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.299 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 7 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.395 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 62.362 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.777 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.513 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 75.272 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.675 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 13 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 105.977 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 14 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 129.320 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 15 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 161.595 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 16 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 184.748 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 17 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 186.153 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 18 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 194.613 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 19 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 219.008 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 20 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 247.649 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-foreign-20260603-162225.tsv -rw------- 1 root root 2267 Jun 3 16:34 /root/hmn/reports/ok-awg1-strict-foreign-20260603-162225.tsv sha256=7afff6f70d981a44437603127ceef099252d0c4b4136b1fc0ac615315fc55175 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.322 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 55.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 59.538 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.783 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 62.549 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 67.251 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.160 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.509 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.869 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 86.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.713 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 203.001 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-foreign-20260604-042130.tsv -rw------- 1 root root 2453 Jun 4 04:33 /root/hmn/reports/ok-awg1-strict-foreign-20260604-042130.tsv sha256=4cc613422e21db0254c50db792015392cf3d4e48ea62b4387f8095aff569b5b9 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 44.743 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.006 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 55.688 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.034 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.423 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.834 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.103 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 8 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 70.478 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 71.253 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 74.067 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 87.206 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 110.365 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.450 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-foreign-20260605-042129.tsv -rw------- 1 root root 2453 Jun 5 04:33 /root/hmn/reports/ok-awg1-strict-foreign-20260605-042129.tsv sha256=d4e1a92e3562b524077cc02d79abbf879f36ef2493cb95f912994fe785d3f785 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 49.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.701 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 56.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 64.575 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.672 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 68.666 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 71.942 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 73.130 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 10 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 89.391 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 93.065 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 108.572 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 214.140 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-foreign-20260606-042128.tsv -rw------- 1 root root 2080 Jun 6 04:33 /root/hmn/reports/ok-awg1-strict-foreign-20260606-042128.tsv sha256=fae1418f0b505bc0246ec184f647124f5ca8c0828c36f814c94f4b6a22bb5eb5 --- head --- rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.439 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 53.544 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.516 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 58.851 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 61.235 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 64.479 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 68.338 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 78.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 99.543 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 154.110 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 11 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 215.204 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-foreign-20260606-180839.tsv -rw------- 1 root root 1895 Jun 6 18:20 /root/hmn/reports/ok-awg1-strict-foreign-20260606-180839.tsv sha256=4b2d27f92a00f15f596b21789f3a1ae4d9b349e2f771714b39c97eacb9941e5b --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 50.319 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 58.536 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 64.178 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 66.231 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 68.166 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 71.013 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 85.627 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 103.058 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 116.477 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.805 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-foreign-20260607-042129.tsv -rw------- 1 root root 2263 Jun 7 04:33 /root/hmn/reports/ok-awg1-strict-foreign-20260607-042129.tsv sha256=6a7a4d6138d77b75602e17fc49dec6e482666d75ee6e124f93ccc947d2a98238 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 45.615 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.742 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 55.409 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 57.756 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.222 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 64.525 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.205 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 77.604 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 86.426 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 113.192 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 165.245 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 209.779 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-foreign-20260607-122354.tsv -rw------- 1 root root 2457 Jun 7 12:35 /root/hmn/reports/ok-awg1-strict-foreign-20260607-122354.tsv sha256=268a68b44281349e2a7fafdb109fe1675babea09bd588a9cae4e81fe79078248 --- head --- rank file endpoint avg_ms ping_loss config_path 1 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.291 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 67.159 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 70.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 4 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 70.662 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 5 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 72.965 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 6 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 78.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 7 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 84.452 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 8 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 112.705 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 9 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 119.815 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 10 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 151.874 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 11 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 160.712 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 12 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 172.476 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 13 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 207.944 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-foreign-20260607-181002.tsv -rw------- 1 root root 1521 Jun 7 18:20 /root/hmn/reports/ok-awg1-strict-foreign-20260607-181002.tsv sha256=11e3c1db40539edc27eb268df1c1f5a2a0cb2edb5f69412c3017f67a5f3371f6 --- head --- rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.812 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 3 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 99.496 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 107.849 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 5 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 137.135 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 6 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 139.921 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 7 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 154.912 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 8 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 236.768 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-foreign-20260608-042050.tsv -rw------- 1 root root 2276 Jun 8 04:32 /root/hmn/reports/ok-awg1-strict-foreign-20260608-042050.tsv sha256=fd5a15bc378fe6790f12847792d19efcfe6d698aed85f743088011e0add11d15 --- head --- rank file endpoint avg_ms ping_loss config_path 1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 49.331 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 56.427 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 4 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 77.520 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 78.995 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 79.169 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 80.416 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 108.755 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 10 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 137.118 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 193.249 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 213.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-foreign-20260706-161434.tsv -rw------- 1 root root 2456 Jul 6 16:24 /root/hmn/reports/ok-awg1-strict-foreign-20260706-161434.tsv sha256=cf0d9fe6eabbb299dd3b8c3f925833798bbe667eff288ab41ddf5d2e4150af53 --- head --- rank file endpoint avg_ms ping_loss config_path 1 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.188 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 53.234 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 3 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 60.091 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 4 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.316 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 5 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 68.609 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 6 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.864 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 77.636 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 8 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 82.420 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 9 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 82.925 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 10 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 121.653 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 11 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 183.763 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 12 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 190.290 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 13 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 223.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-foreign-20260707-042048.tsv -rw------- 1 root root 2829 Jul 7 04:31 /root/hmn/reports/ok-awg1-strict-foreign-20260707-042048.tsv sha256=0e4bb249278c662737b596832867ec5261e36c4944132da3874bc6d0442c8a67 --- head --- rank file endpoint avg_ms ping_loss config_path 1 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 44.837 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 2 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 44.888 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 3 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 46.081 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 4 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.488 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 58.125 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 58.542 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.023 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 8 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 67.658 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 9 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 71.913 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 10 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 81.681 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 11 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 83.564 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 151.461 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 168.916 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 14 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 169.753 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 221.263 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### HMN_FILE /root/hmn/reports/ok-awg1-strict-foreign-20260708-042044.tsv -rw------- 1 root root 2829 Jul 8 04:31 /root/hmn/reports/ok-awg1-strict-foreign-20260708-042044.tsv sha256=dfc7b7b1a93457a3138fc0082717c6e76587e4110ee6a6224f4715bcd00ee9fa --- head --- rank file endpoint avg_ms ping_loss config_path 1 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 38.879 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 2 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 43.304 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 3 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 46.381 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 4 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 50.097 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 5 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 57.299 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 59.395 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 7 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 62.362 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 8 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 65.777 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 9 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 66.513 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 75.272 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 11 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 75.675 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 12 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 105.977 9.9.9.9:0%,1.1.1.1:0% KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 13 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 161.595 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 14 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 186.153 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 15 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 219.008 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf ### HMN_FILE /root/hmn/runs/20260601-100614/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 1 10:07 /root/hmn/runs/20260601-100614/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb --- head --- id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### HMN_FILE /root/hmn/runs/20260601-100614/serverlist.json -rw------- 1 root root 34248 Jun 1 10:06 /root/hmn/runs/20260601-100614/serverlist.json sha256=e58f4baffd119bfe0e3133baf55a7de816c2875f67976b52f759d8ba8aed61bf --- head --- {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"random_priority":"2","lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"random_priority":"1","lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"random_priority":"2","lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"random_priority":"2","lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"random_priority":"3","lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"random_priority":"3","lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### HMN_FILE /root/hmn/runs/20260601-100614/summary.txt -rw------- 1 root root 282 Jun 1 10:08 /root/hmn/runs/20260601-100614/summary.txt sha256=20647a652ba95c6957740b10a5342c9a69b1a493085ee8c5800a5d5aabb5410b --- head --- HideMyName AWG download summary timestamp=20260601-100614 awg=1 request_iface=vpn1 total_candidates=37 ok=35 fail=2 config_KEYMASK-100614 working_KEYMASK-100614/working-awg1.tsv fail_KEYMASK-100614/fail-awg1.tsv ### HMN_FILE /root/hmn/runs/20260601-100614/wg-candidates.tsv -rw-r--r-- 1 root root 1724 Jun 1 10:06 /root/hmn/runs/20260601-100614/wg-candidates.tsv sha256=d1b438b9808bda87b2d943b4567f4ab123dd09a86fe44a3b56733efbdd4ed3af --- head --- 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 49 DE Germany, Berlin S7 157.173.27.69 41797 53 FI Finland, Helsinki S4 83.172.150.55 39226 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 63 CL Chile, Santiago 38.7.197.83 38465 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 71 US USA, Los Angeles S2 107.172.187.98 38429 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 73 TR Turkey, Istanbul S3 84.32.230.159 43808 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 76 IT Italy, Milan S3 149.154.157.204 44278 87 US USA, New York S1 192.3.9.146 31053 88 US USA, Dallas 75.127.5.178 36870 94 JP Japan, Tokyo 192.121.162.75 45945 108 HU Hungary, Budapest S6 89.46.237.14 38594 114 PS UAE, Dubai 103.57.251.39 37380 115 NO Norway, Sandefjord S15 185.14.97.151 42180 117 US USA, New York City S3 64.253.89.235 37402 118 RU Russia, Moscow S5 141.98.189.83 39408 128 LV Latvia, Riga S1 192.121.163.235 42530 129 CH Switzerland, Zurich S2 188.190.4.220 33470 133 SE Sweden, Stockholm S2 46.246.127.84 36230 141 RS Serbia, Belgrade S2 89.31.121.82 34442 146 GB United Kingdom, London S1 37.235.54.96 38971 149 AT Austria, Vienna S3 157.173.25.198 34340 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 171 FR France, Paris S1 158.255.215.31 36618 180 AT Austria, Graz S1 151.236.30.139 33998 201 GE Georgia, Tbilisi 45.136.124.112 46530 206 HK Hong Kong, Central District S2 112.120.98.53 46369 214 EE Estonia, Tallinn S2 95.156.206.18 37498 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 227 US USA, Ashburn 142.202.49.112 37638 228 US USA, Utah 192.154.104.162 31052 ### HMN_FILE /root/hmn/runs/20260601-100614/working-awg1.tsv -rw-r--r-- 1 root root 6239 Jun 1 10:08 /root/hmn/runs/20260601-100614/working-awg1.tsv sha256=85fbaa707c3b9fd2f6e11aafdcb3fa75aaecc2d7751d97e790e28446e73dfaec --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-100614/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-100614/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-100614/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-100614/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-100614/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-100614/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-100614/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-100614/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-100614/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-100614/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-100614/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-100614/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-100614/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-100614/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-100614/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-100614/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-100614/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-100614/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-100614/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-100614/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-100614/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-100614/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-100614/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-100614/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-100614/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-100614/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-100614/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-100614/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-100614/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-100614/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-100614/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-100614/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-100614/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-100614/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-100614/228-US-USA-Utah-192.154.104.162-awg1.conf ### HMN_FILE /root/hmn/runs/20260601-144311/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 1 14:44 /root/hmn/runs/20260601-144311/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb --- head --- id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### HMN_FILE /root/hmn/runs/20260601-144311/quarantine-before-reset-awg1.tsv -rw------- 1 root root 166 Jun 1 14:44 /root/hmn/runs/20260601-144311/quarantine-before-reset-awg1.tsv sha256=1ef37c0a5546cff01350fdc1c4f89d465a8074332484e37e92292fa4bbb8d8d1 --- head --- endpoint file reason added_at 46.246.127.84:36230 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf suspicious_live_behavior_current_batch 2026-06-01T13:54:56+00:00 ### HMN_FILE /root/hmn/runs/20260601-144311/serverlist.json -rw------- 1 root root 34248 Jun 1 14:43 /root/hmn/runs/20260601-144311/serverlist.json sha256=e58f4baffd119bfe0e3133baf55a7de816c2875f67976b52f759d8ba8aed61bf --- head --- {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"random_priority":"2","lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"random_priority":"1","lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"random_priority":"2","lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"random_priority":"2","lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"random_priority":"3","lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"random_priority":"3","lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### HMN_FILE /root/hmn/runs/20260601-144311/summary.txt -rw------- 1 root root 282 Jun 1 14:44 /root/hmn/runs/20260601-144311/summary.txt sha256=82361f712f67e362772669c4ca085c4a117ce6e30acb803df3390f3cc8b33734 --- head --- HideMyName AWG download summary timestamp=20260601-144311 awg=1 request_iface=vpn2 total_candidates=37 ok=35 fail=2 config_KEYMASK-144311 working_KEYMASK-144311/working-awg1.tsv fail_KEYMASK-144311/fail-awg1.tsv ### HMN_FILE /root/hmn/runs/20260601-144311/wg-candidates.tsv -rw-r--r-- 1 root root 1724 Jun 1 14:43 /root/hmn/runs/20260601-144311/wg-candidates.tsv sha256=d1b438b9808bda87b2d943b4567f4ab123dd09a86fe44a3b56733efbdd4ed3af --- head --- 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 49 DE Germany, Berlin S7 157.173.27.69 41797 53 FI Finland, Helsinki S4 83.172.150.55 39226 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 63 CL Chile, Santiago 38.7.197.83 38465 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 71 US USA, Los Angeles S2 107.172.187.98 38429 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 73 TR Turkey, Istanbul S3 84.32.230.159 43808 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 76 IT Italy, Milan S3 149.154.157.204 44278 87 US USA, New York S1 192.3.9.146 31053 88 US USA, Dallas 75.127.5.178 36870 94 JP Japan, Tokyo 192.121.162.75 45945 108 HU Hungary, Budapest S6 89.46.237.14 38594 114 PS UAE, Dubai 103.57.251.39 37380 115 NO Norway, Sandefjord S15 185.14.97.151 42180 117 US USA, New York City S3 64.253.89.235 37402 118 RU Russia, Moscow S5 141.98.189.83 39408 128 LV Latvia, Riga S1 192.121.163.235 42530 129 CH Switzerland, Zurich S2 188.190.4.220 33470 133 SE Sweden, Stockholm S2 46.246.127.84 36230 141 RS Serbia, Belgrade S2 89.31.121.82 34442 146 GB United Kingdom, London S1 37.235.54.96 38971 149 AT Austria, Vienna S3 157.173.25.198 34340 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 171 FR France, Paris S1 158.255.215.31 36618 180 AT Austria, Graz S1 151.236.30.139 33998 201 GE Georgia, Tbilisi 45.136.124.112 46530 206 HK Hong Kong, Central District S2 112.120.98.53 46369 214 EE Estonia, Tallinn S2 95.156.206.18 37498 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 227 US USA, Ashburn 142.202.49.112 37638 228 US USA, Utah 192.154.104.162 31052 ### HMN_FILE /root/hmn/runs/20260601-144311/working-awg1.tsv -rw-r--r-- 1 root root 6239 Jun 1 14:44 /root/hmn/runs/20260601-144311/working-awg1.tsv sha256=659bb42fc7551153de2bb0a392f2ff98352b950b3dee29e71d120083e2f2f58c --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-144311/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-144311/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-144311/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-144311/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-144311/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-144311/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-144311/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-144311/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-144311/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-144311/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-144311/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-144311/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-144311/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-144311/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-144311/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-144311/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-144311/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-144311/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-144311/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-144311/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-144311/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-144311/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-144311/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-144311/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-144311/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-144311/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-144311/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-144311/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-144311/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-144311/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-144311/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-144311/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-144311/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-144311/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-144311/228-US-USA-Utah-192.154.104.162-awg1.conf ### HMN_FILE /root/hmn/runs/20260601-151531/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 1 15:16 /root/hmn/runs/20260601-151531/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb --- head --- id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### HMN_FILE /root/hmn/runs/20260601-151531/quarantine-before-reset-awg1.tsv -rw------- 1 root root 30 Jun 1 15:16 /root/hmn/runs/20260601-151531/quarantine-before-reset-awg1.tsv sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/runs/20260601-151531/serverlist.json -rw------- 1 root root 34248 Jun 1 15:15 /root/hmn/runs/20260601-151531/serverlist.json sha256=e58f4baffd119bfe0e3133baf55a7de816c2875f67976b52f759d8ba8aed61bf --- head --- {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"random_priority":"2","lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"random_priority":"1","lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"random_priority":"2","lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"random_priority":"2","lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"random_priority":"3","lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"random_priority":"3","lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### HMN_FILE /root/hmn/runs/20260601-151531/summary.txt -rw------- 1 root root 282 Jun 1 15:16 /root/hmn/runs/20260601-151531/summary.txt sha256=7d12ce23dc091fa43fb0b2ee8140ddc3014bd2988a49d9a5041adc6ed51cf9f8 --- head --- HideMyName AWG download summary timestamp=20260601-151531 awg=1 request_iface=vpn2 total_candidates=37 ok=35 fail=2 config_KEYMASK-151531 working_KEYMASK-151531/working-awg1.tsv fail_KEYMASK-151531/fail-awg1.tsv ### HMN_FILE /root/hmn/runs/20260601-151531/wg-candidates.tsv -rw-r--r-- 1 root root 1724 Jun 1 15:15 /root/hmn/runs/20260601-151531/wg-candidates.tsv sha256=d1b438b9808bda87b2d943b4567f4ab123dd09a86fe44a3b56733efbdd4ed3af --- head --- 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 49 DE Germany, Berlin S7 157.173.27.69 41797 53 FI Finland, Helsinki S4 83.172.150.55 39226 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 63 CL Chile, Santiago 38.7.197.83 38465 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 71 US USA, Los Angeles S2 107.172.187.98 38429 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 73 TR Turkey, Istanbul S3 84.32.230.159 43808 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 76 IT Italy, Milan S3 149.154.157.204 44278 87 US USA, New York S1 192.3.9.146 31053 88 US USA, Dallas 75.127.5.178 36870 94 JP Japan, Tokyo 192.121.162.75 45945 108 HU Hungary, Budapest S6 89.46.237.14 38594 114 PS UAE, Dubai 103.57.251.39 37380 115 NO Norway, Sandefjord S15 185.14.97.151 42180 117 US USA, New York City S3 64.253.89.235 37402 118 RU Russia, Moscow S5 141.98.189.83 39408 128 LV Latvia, Riga S1 192.121.163.235 42530 129 CH Switzerland, Zurich S2 188.190.4.220 33470 133 SE Sweden, Stockholm S2 46.246.127.84 36230 141 RS Serbia, Belgrade S2 89.31.121.82 34442 146 GB United Kingdom, London S1 37.235.54.96 38971 149 AT Austria, Vienna S3 157.173.25.198 34340 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 171 FR France, Paris S1 158.255.215.31 36618 180 AT Austria, Graz S1 151.236.30.139 33998 201 GE Georgia, Tbilisi 45.136.124.112 46530 206 HK Hong Kong, Central District S2 112.120.98.53 46369 214 EE Estonia, Tallinn S2 95.156.206.18 37498 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 227 US USA, Ashburn 142.202.49.112 37638 228 US USA, Utah 192.154.104.162 31052 ### HMN_FILE /root/hmn/runs/20260601-151531/working-awg1.tsv -rw-r--r-- 1 root root 6239 Jun 1 15:16 /root/hmn/runs/20260601-151531/working-awg1.tsv sha256=24ac286e9f707cc35c4f047d7159c32ae8b9eb6e3db213697f5cd6ca285359b3 --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-151531/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-151531/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-151531/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-151531/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-151531/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-151531/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-151531/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-151531/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-151531/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-151531/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-151531/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-151531/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-151531/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-151531/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-151531/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-151531/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-151531/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-151531/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-151531/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-151531/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-151531/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-151531/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-151531/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-151531/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-151531/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-151531/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-151531/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-151531/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-151531/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-151531/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-151531/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-151531/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-151531/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-151531/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-151531/228-US-USA-Utah-192.154.104.162-awg1.conf ### HMN_FILE /root/hmn/runs/20260604-042000/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 4 04:20 /root/hmn/runs/20260604-042000/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb --- head --- id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### HMN_FILE /root/hmn/runs/20260604-042000/quarantine-before-reset-awg1.tsv -rw------- 1 root root 30 Jun 4 04:21 /root/hmn/runs/20260604-042000/quarantine-before-reset-awg1.tsv sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/runs/20260604-042000/serverlist.json -rw------- 1 root root 35147 Jun 4 04:20 /root/hmn/runs/20260604-042000/serverlist.json sha256=f1752b9d1b142804f30abaa9f75be30d86992e15cd60484f6c90ce2389a6d4b4 --- head --- {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"random_priority":"2","lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"random_priority":"1","lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"random_priority":"2","lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"random_priority":"2","lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"random_priority":"3","lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"random_priority":"3","lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### HMN_FILE /root/hmn/runs/20260604-042000/summary.txt -rw------- 1 root root 282 Jun 4 04:21 /root/hmn/runs/20260604-042000/summary.txt sha256=db069d2b2ce0df16e6d7f06816d17e465ef725c6bdc2a7ce7cb4459860afb73d --- head --- HideMyName AWG download summary timestamp=20260604-042000 awg=1 request_iface=vpn2 total_candidates=38 ok=36 fail=2 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### HMN_FILE /root/hmn/runs/20260604-042000/wg-candidates.tsv -rw-r--r-- 1 root root 1773 Jun 4 04:20 /root/hmn/runs/20260604-042000/wg-candidates.tsv sha256=b049ea3334892b8561f172c8bc84fc143b6181b5bdb15a656f6447db2e07c7d6 --- head --- 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 49 DE Germany, Berlin S7 157.173.27.69 41797 53 FI Finland, Helsinki S4 83.172.150.55 39226 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 63 CL Chile, Santiago 38.7.197.83 38465 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 71 US USA, Los Angeles S2 107.172.187.98 38429 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 73 TR Turkey, Istanbul S3 84.32.230.159 43808 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 76 IT Italy, Milan S3 149.154.157.204 44278 87 US USA, New York S1 192.3.9.146 31053 88 US USA, Dallas 75.127.5.178 36870 94 JP Japan, Tokyo 192.121.162.75 45945 108 HU Hungary, Budapest S6 89.46.237.14 38594 114 PS UAE, Dubai 103.57.251.39 37380 115 NO Norway, Sandefjord S15 185.14.97.151 42180 117 US USA, New York City S3 64.253.89.235 37402 118 RU Russia, Moscow S5 141.98.189.83 39408 128 LV Latvia, Riga S1 192.121.163.235 42530 129 CH Switzerland, Zurich S2 188.190.4.220 33470 133 SE Sweden, Stockholm S2 46.246.127.84 36230 141 RS Serbia, Belgrade S2 89.31.121.82 34442 146 GB United Kingdom, London S1 37.235.54.96 38971 149 AT Austria, Vienna S3 157.173.25.198 34340 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 171 FR France, Paris S1 158.255.215.31 36618 180 AT Austria, Graz S1 151.236.30.139 33998 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 201 GE Georgia, Tbilisi 45.136.124.112 46530 206 HK Hong Kong, Central District S2 112.120.98.53 46369 214 EE Estonia, Tallinn S2 95.156.206.18 37498 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 227 US USA, Ashburn 142.202.49.112 37638 228 US USA, Utah 192.154.104.162 31052 ### HMN_FILE /root/hmn/runs/20260604-042000/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 4 04:21 /root/hmn/runs/20260604-042000/working-awg1.tsv sha256=5facacd0dc44a8a2ed52396538daa38cb88065e163cf0d7004862edc2af8b105 --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-042000/228-US-USA-Utah-192.154.104.162-awg1.conf ### HMN_FILE /root/hmn/runs/20260605-042000/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 5 04:20 /root/hmn/runs/20260605-042000/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb --- head --- id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### HMN_FILE /root/hmn/runs/20260605-042000/quarantine-before-reset-awg1.tsv -rw------- 1 root root 30 Jun 5 04:21 /root/hmn/runs/20260605-042000/quarantine-before-reset-awg1.tsv sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/runs/20260605-042000/serverlist.json -rw------- 1 root root 35147 Jun 5 04:20 /root/hmn/runs/20260605-042000/serverlist.json sha256=f1752b9d1b142804f30abaa9f75be30d86992e15cd60484f6c90ce2389a6d4b4 --- head --- {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"random_priority":"2","lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"random_priority":"1","lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"random_priority":"2","lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"random_priority":"2","lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"random_priority":"3","lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"random_priority":"3","lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### HMN_FILE /root/hmn/runs/20260605-042000/summary.txt -rw------- 1 root root 282 Jun 5 04:21 /root/hmn/runs/20260605-042000/summary.txt sha256=f1dfed85d3a5a35f8937b37bc061dad6390613e547e5dfc07913a28783d27bd6 --- head --- HideMyName AWG download summary timestamp=20260605-042000 awg=1 request_iface=vpn1 total_candidates=38 ok=36 fail=2 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### HMN_FILE /root/hmn/runs/20260605-042000/wg-candidates.tsv -rw-r--r-- 1 root root 1773 Jun 5 04:20 /root/hmn/runs/20260605-042000/wg-candidates.tsv sha256=b049ea3334892b8561f172c8bc84fc143b6181b5bdb15a656f6447db2e07c7d6 --- head --- 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 49 DE Germany, Berlin S7 157.173.27.69 41797 53 FI Finland, Helsinki S4 83.172.150.55 39226 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 63 CL Chile, Santiago 38.7.197.83 38465 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 71 US USA, Los Angeles S2 107.172.187.98 38429 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 73 TR Turkey, Istanbul S3 84.32.230.159 43808 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 76 IT Italy, Milan S3 149.154.157.204 44278 87 US USA, New York S1 192.3.9.146 31053 88 US USA, Dallas 75.127.5.178 36870 94 JP Japan, Tokyo 192.121.162.75 45945 108 HU Hungary, Budapest S6 89.46.237.14 38594 114 PS UAE, Dubai 103.57.251.39 37380 115 NO Norway, Sandefjord S15 185.14.97.151 42180 117 US USA, New York City S3 64.253.89.235 37402 118 RU Russia, Moscow S5 141.98.189.83 39408 128 LV Latvia, Riga S1 192.121.163.235 42530 129 CH Switzerland, Zurich S2 188.190.4.220 33470 133 SE Sweden, Stockholm S2 46.246.127.84 36230 141 RS Serbia, Belgrade S2 89.31.121.82 34442 146 GB United Kingdom, London S1 37.235.54.96 38971 149 AT Austria, Vienna S3 157.173.25.198 34340 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 171 FR France, Paris S1 158.255.215.31 36618 180 AT Austria, Graz S1 151.236.30.139 33998 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 201 GE Georgia, Tbilisi 45.136.124.112 46530 206 HK Hong Kong, Central District S2 112.120.98.53 46369 214 EE Estonia, Tallinn S2 95.156.206.18 37498 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 227 US USA, Ashburn 142.202.49.112 37638 228 US USA, Utah 192.154.104.162 31052 ### HMN_FILE /root/hmn/runs/20260605-042000/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 5 04:21 /root/hmn/runs/20260605-042000/working-awg1.tsv sha256=4cc2499d7acd8a748cea8d7bb9f4b8cc1c4b85368cfda3ad0d92f5ef488fb4fd --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-042000/228-US-USA-Utah-192.154.104.162-awg1.conf ### HMN_FILE /root/hmn/runs/20260606-042000/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 6 04:20 /root/hmn/runs/20260606-042000/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb --- head --- id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### HMN_FILE /root/hmn/runs/20260606-042000/quarantine-before-reset-awg1.tsv -rw------- 1 root root 30 Jun 6 04:21 /root/hmn/runs/20260606-042000/quarantine-before-reset-awg1.tsv sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/runs/20260606-042000/serverlist.json -rw------- 1 root root 35015 Jun 6 04:20 /root/hmn/runs/20260606-042000/serverlist.json sha256=7d994304b2ce9312614857ba448ff3490c397026f9551019c695cbd0e201a438 --- head --- {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### HMN_FILE /root/hmn/runs/20260606-042000/summary.txt -rw------- 1 root root 282 Jun 6 04:21 /root/hmn/runs/20260606-042000/summary.txt sha256=76f0de976da5bea68087b460a0242ccb6ed60f762e189260a7609919c2ee2e5c --- head --- HideMyName AWG download summary timestamp=20260606-042000 awg=1 request_iface=vpn1 total_candidates=38 ok=36 fail=2 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### HMN_FILE /root/hmn/runs/20260606-042000/wg-candidates.tsv -rw-r--r-- 1 root root 1773 Jun 6 04:20 /root/hmn/runs/20260606-042000/wg-candidates.tsv sha256=b049ea3334892b8561f172c8bc84fc143b6181b5bdb15a656f6447db2e07c7d6 --- head --- 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 49 DE Germany, Berlin S7 157.173.27.69 41797 53 FI Finland, Helsinki S4 83.172.150.55 39226 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 63 CL Chile, Santiago 38.7.197.83 38465 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 71 US USA, Los Angeles S2 107.172.187.98 38429 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 73 TR Turkey, Istanbul S3 84.32.230.159 43808 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 76 IT Italy, Milan S3 149.154.157.204 44278 87 US USA, New York S1 192.3.9.146 31053 88 US USA, Dallas 75.127.5.178 36870 94 JP Japan, Tokyo 192.121.162.75 45945 108 HU Hungary, Budapest S6 89.46.237.14 38594 114 PS UAE, Dubai 103.57.251.39 37380 115 NO Norway, Sandefjord S15 185.14.97.151 42180 117 US USA, New York City S3 64.253.89.235 37402 118 RU Russia, Moscow S5 141.98.189.83 39408 128 LV Latvia, Riga S1 192.121.163.235 42530 129 CH Switzerland, Zurich S2 188.190.4.220 33470 133 SE Sweden, Stockholm S2 46.246.127.84 36230 141 RS Serbia, Belgrade S2 89.31.121.82 34442 146 GB United Kingdom, London S1 37.235.54.96 38971 149 AT Austria, Vienna S3 157.173.25.198 34340 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 171 FR France, Paris S1 158.255.215.31 36618 180 AT Austria, Graz S1 151.236.30.139 33998 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 201 GE Georgia, Tbilisi 45.136.124.112 46530 206 HK Hong Kong, Central District S2 112.120.98.53 46369 214 EE Estonia, Tallinn S2 95.156.206.18 37498 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 227 US USA, Ashburn 142.202.49.112 37638 228 US USA, Utah 192.154.104.162 31052 ### HMN_FILE /root/hmn/runs/20260606-042000/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 6 04:21 /root/hmn/runs/20260606-042000/working-awg1.tsv sha256=a031f686f3b34d186686b7a94e1bf697a34164857162f837d95f8bc688aa42fa --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-042000/228-US-USA-Utah-192.154.104.162-awg1.conf ### HMN_FILE /root/hmn/runs/20260606-180709/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 6 18:08 /root/hmn/runs/20260606-180709/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb --- head --- id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### HMN_FILE /root/hmn/runs/20260606-180709/quarantine-before-reset-awg1.tsv -rw------- 1 root root 30 Jun 6 18:08 /root/hmn/runs/20260606-180709/quarantine-before-reset-awg1.tsv sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/runs/20260606-180709/serverlist.json -rw------- 1 root root 35015 Jun 6 18:07 /root/hmn/runs/20260606-180709/serverlist.json sha256=7d994304b2ce9312614857ba448ff3490c397026f9551019c695cbd0e201a438 --- head --- {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### HMN_FILE /root/hmn/runs/20260606-180709/summary.txt -rw------- 1 root root 282 Jun 6 18:08 /root/hmn/runs/20260606-180709/summary.txt sha256=de2386b2a0ecdf3e7f8ddf144f482ed61c0f9d6266ff8d3c82dfa324cd0087ba --- head --- HideMyName AWG download summary timestamp=20260606-180709 awg=1 request_iface=vpn1 total_candidates=38 ok=36 fail=2 config_KEYMASK-180709 working_KEYMASK-180709/working-awg1.tsv fail_KEYMASK-180709/fail-awg1.tsv ### HMN_FILE /root/hmn/runs/20260606-180709/wg-candidates.tsv -rw-r--r-- 1 root root 1773 Jun 6 18:07 /root/hmn/runs/20260606-180709/wg-candidates.tsv sha256=b049ea3334892b8561f172c8bc84fc143b6181b5bdb15a656f6447db2e07c7d6 --- head --- 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 49 DE Germany, Berlin S7 157.173.27.69 41797 53 FI Finland, Helsinki S4 83.172.150.55 39226 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 63 CL Chile, Santiago 38.7.197.83 38465 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 71 US USA, Los Angeles S2 107.172.187.98 38429 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 73 TR Turkey, Istanbul S3 84.32.230.159 43808 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 76 IT Italy, Milan S3 149.154.157.204 44278 87 US USA, New York S1 192.3.9.146 31053 88 US USA, Dallas 75.127.5.178 36870 94 JP Japan, Tokyo 192.121.162.75 45945 108 HU Hungary, Budapest S6 89.46.237.14 38594 114 PS UAE, Dubai 103.57.251.39 37380 115 NO Norway, Sandefjord S15 185.14.97.151 42180 117 US USA, New York City S3 64.253.89.235 37402 118 RU Russia, Moscow S5 141.98.189.83 39408 128 LV Latvia, Riga S1 192.121.163.235 42530 129 CH Switzerland, Zurich S2 188.190.4.220 33470 133 SE Sweden, Stockholm S2 46.246.127.84 36230 141 RS Serbia, Belgrade S2 89.31.121.82 34442 146 GB United Kingdom, London S1 37.235.54.96 38971 149 AT Austria, Vienna S3 157.173.25.198 34340 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 171 FR France, Paris S1 158.255.215.31 36618 180 AT Austria, Graz S1 151.236.30.139 33998 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 201 GE Georgia, Tbilisi 45.136.124.112 46530 206 HK Hong Kong, Central District S2 112.120.98.53 46369 214 EE Estonia, Tallinn S2 95.156.206.18 37498 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 227 US USA, Ashburn 142.202.49.112 37638 228 US USA, Utah 192.154.104.162 31052 ### HMN_FILE /root/hmn/runs/20260606-180709/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 6 18:08 /root/hmn/runs/20260606-180709/working-awg1.tsv sha256=1abceb2eed0ee8a72a9f52d1cb1283a0c6d2bac3c6ab451dfb7f6d2bb05df2e8 --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-180709/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-180709/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-180709/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-180709/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-180709/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-180709/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-180709/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-180709/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-180709/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-180709/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-180709/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-180709/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-180709/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-180709/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-180709/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-180709/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-180709/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-180709/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-180709/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-180709/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-180709/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-180709/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-180709/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-180709/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-180709/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-180709/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-180709/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-180709/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-180709/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-180709/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-180709/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-180709/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-180709/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-180709/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-180709/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-180709/228-US-USA-Utah-192.154.104.162-awg1.conf ### HMN_FILE /root/hmn/runs/20260607-042000/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 7 04:20 /root/hmn/runs/20260607-042000/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb --- head --- id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### HMN_FILE /root/hmn/runs/20260607-042000/quarantine-before-reset-awg1.tsv -rw------- 1 root root 30 Jun 7 04:21 /root/hmn/runs/20260607-042000/quarantine-before-reset-awg1.tsv sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/runs/20260607-042000/serverlist.json -rw------- 1 root root 35015 Jun 7 04:20 /root/hmn/runs/20260607-042000/serverlist.json sha256=7d994304b2ce9312614857ba448ff3490c397026f9551019c695cbd0e201a438 --- head --- {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### HMN_FILE /root/hmn/runs/20260607-042000/summary.txt -rw------- 1 root root 282 Jun 7 04:21 /root/hmn/runs/20260607-042000/summary.txt sha256=9f82b2f26d42dc48971bb1a112b6f7593ee711b96465795498f05ff424cf7c58 --- head --- HideMyName AWG download summary timestamp=20260607-042000 awg=1 request_iface=vpn1 total_candidates=38 ok=36 fail=2 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### HMN_FILE /root/hmn/runs/20260607-042000/wg-candidates.tsv -rw-r--r-- 1 root root 1773 Jun 7 04:20 /root/hmn/runs/20260607-042000/wg-candidates.tsv sha256=b049ea3334892b8561f172c8bc84fc143b6181b5bdb15a656f6447db2e07c7d6 --- head --- 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 49 DE Germany, Berlin S7 157.173.27.69 41797 53 FI Finland, Helsinki S4 83.172.150.55 39226 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 63 CL Chile, Santiago 38.7.197.83 38465 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 71 US USA, Los Angeles S2 107.172.187.98 38429 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 73 TR Turkey, Istanbul S3 84.32.230.159 43808 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 76 IT Italy, Milan S3 149.154.157.204 44278 87 US USA, New York S1 192.3.9.146 31053 88 US USA, Dallas 75.127.5.178 36870 94 JP Japan, Tokyo 192.121.162.75 45945 108 HU Hungary, Budapest S6 89.46.237.14 38594 114 PS UAE, Dubai 103.57.251.39 37380 115 NO Norway, Sandefjord S15 185.14.97.151 42180 117 US USA, New York City S3 64.253.89.235 37402 118 RU Russia, Moscow S5 141.98.189.83 39408 128 LV Latvia, Riga S1 192.121.163.235 42530 129 CH Switzerland, Zurich S2 188.190.4.220 33470 133 SE Sweden, Stockholm S2 46.246.127.84 36230 141 RS Serbia, Belgrade S2 89.31.121.82 34442 146 GB United Kingdom, London S1 37.235.54.96 38971 149 AT Austria, Vienna S3 157.173.25.198 34340 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 171 FR France, Paris S1 158.255.215.31 36618 180 AT Austria, Graz S1 151.236.30.139 33998 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 201 GE Georgia, Tbilisi 45.136.124.112 46530 206 HK Hong Kong, Central District S2 112.120.98.53 46369 214 EE Estonia, Tallinn S2 95.156.206.18 37498 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 227 US USA, Ashburn 142.202.49.112 37638 228 US USA, Utah 192.154.104.162 31052 ### HMN_FILE /root/hmn/runs/20260607-042000/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 7 04:21 /root/hmn/runs/20260607-042000/working-awg1.tsv sha256=43d41f4e6bdc90243616058b1c4f5dc5aec5d4faf735f201e890ce9255a3fa05 --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-042000/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-042000/228-US-USA-Utah-192.154.104.162-awg1.conf ### HMN_FILE /root/hmn/runs/20260607-120709/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 7 12:08 /root/hmn/runs/20260607-120709/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb --- head --- id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### HMN_FILE /root/hmn/runs/20260607-120709/quarantine-before-reset-awg1.tsv -rw------- 1 root root 30 Jun 7 12:08 /root/hmn/runs/20260607-120709/quarantine-before-reset-awg1.tsv sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/runs/20260607-120709/serverlist.json -rw------- 1 root root 35015 Jun 7 12:07 /root/hmn/runs/20260607-120709/serverlist.json sha256=7d994304b2ce9312614857ba448ff3490c397026f9551019c695cbd0e201a438 --- head --- {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### HMN_FILE /root/hmn/runs/20260607-120709/summary.txt -rw------- 1 root root 282 Jun 7 12:08 /root/hmn/runs/20260607-120709/summary.txt sha256=16886b013f2c47a97c0fc6f32667af181adc92191fb76ab5c967ecf32dfb130c --- head --- HideMyName AWG download summary timestamp=20260607-120709 awg=1 request_iface=vpn2 total_candidates=38 ok=36 fail=2 config_KEYMASK-120709 working_KEYMASK-120709/working-awg1.tsv fail_KEYMASK-120709/fail-awg1.tsv ### HMN_FILE /root/hmn/runs/20260607-120709/wg-candidates.tsv -rw-r--r-- 1 root root 1773 Jun 7 12:07 /root/hmn/runs/20260607-120709/wg-candidates.tsv sha256=b049ea3334892b8561f172c8bc84fc143b6181b5bdb15a656f6447db2e07c7d6 --- head --- 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 49 DE Germany, Berlin S7 157.173.27.69 41797 53 FI Finland, Helsinki S4 83.172.150.55 39226 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 63 CL Chile, Santiago 38.7.197.83 38465 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 71 US USA, Los Angeles S2 107.172.187.98 38429 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 73 TR Turkey, Istanbul S3 84.32.230.159 43808 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 76 IT Italy, Milan S3 149.154.157.204 44278 87 US USA, New York S1 192.3.9.146 31053 88 US USA, Dallas 75.127.5.178 36870 94 JP Japan, Tokyo 192.121.162.75 45945 108 HU Hungary, Budapest S6 89.46.237.14 38594 114 PS UAE, Dubai 103.57.251.39 37380 115 NO Norway, Sandefjord S15 185.14.97.151 42180 117 US USA, New York City S3 64.253.89.235 37402 118 RU Russia, Moscow S5 141.98.189.83 39408 128 LV Latvia, Riga S1 192.121.163.235 42530 129 CH Switzerland, Zurich S2 188.190.4.220 33470 133 SE Sweden, Stockholm S2 46.246.127.84 36230 141 RS Serbia, Belgrade S2 89.31.121.82 34442 146 GB United Kingdom, London S1 37.235.54.96 38971 149 AT Austria, Vienna S3 157.173.25.198 34340 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 171 FR France, Paris S1 158.255.215.31 36618 180 AT Austria, Graz S1 151.236.30.139 33998 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 201 GE Georgia, Tbilisi 45.136.124.112 46530 206 HK Hong Kong, Central District S2 112.120.98.53 46369 214 EE Estonia, Tallinn S2 95.156.206.18 37498 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 227 US USA, Ashburn 142.202.49.112 37638 228 US USA, Utah 192.154.104.162 31052 ### HMN_FILE /root/hmn/runs/20260607-120709/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 7 12:08 /root/hmn/runs/20260607-120709/working-awg1.tsv sha256=7da07c139cd54a79fa97474b2bba0f2b6984239ec4e1da9b730c59ab378b0a0a --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-120709/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-120709/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-120709/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-120709/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-120709/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-120709/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-120709/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-120709/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-120709/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-120709/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-120709/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-120709/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-120709/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-120709/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-120709/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-120709/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-120709/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-120709/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-120709/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-120709/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-120709/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-120709/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-120709/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-120709/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-120709/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-120709/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-120709/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-120709/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-120709/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-120709/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-120709/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-120709/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-120709/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-120709/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-120709/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-120709/228-US-USA-Utah-192.154.104.162-awg1.conf ### HMN_FILE /root/hmn/runs/20260607-122209/fail-awg1.tsv -rw-r--r-- 1 root root 189 Jun 7 12:23 /root/hmn/runs/20260607-122209/fail-awg1.tsv sha256=bc94aabbf3f9a7782084710b2d6dd2ede96717310978aef7fa0fe6ab4d00bedb --- head --- id country name wg_ip wg_port reason 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 curl_failed 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### HMN_FILE /root/hmn/runs/20260607-122209/quarantine-before-reset-awg1.tsv -rw------- 1 root root 30 Jun 7 12:23 /root/hmn/runs/20260607-122209/quarantine-before-reset-awg1.tsv sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/runs/20260607-122209/serverlist.json -rw------- 1 root root 35015 Jun 7 12:22 /root/hmn/runs/20260607-122209/serverlist.json sha256=7d994304b2ce9312614857ba448ff3490c397026f9551019c695cbd0e201a438 --- head --- {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"60":{"id":60,"lat":"37.567","lon":"126.978","country_code":"KR","name_en":"South Korea, Seoul SLOW1","name_ru":" , SLOW1","public_ips":["45.82.246.77"],"lan_ip":"10.100.64.1","services":{"httpd":{"ip":"45.82.246.77","port":8539},"pptp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"l2tp":{"service_id":2,"ip":"45.82.246.77","vpn_subnet":"10.100.112.1\/21"},"ipsec":{"service_id":4,"ip":"45.82.246.77","vpn_subnet":"10.100.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.82.246.77","port":12449,"vpn_subnet":"10.100.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.82.246.77","port":26879,"vpn_subnet":"10.100.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.82.246.77","port":34319,"vpn_subnet":"10.100.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.82.246.77","port":50379,"vpn_subnet":"10.100.104.1\/21"},"wg":{"ip":"45.82.246.77","port":31714}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["45.136.124.112"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"45.136.124.112","port":23355},"pptp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"45.136.124.112","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"45.136.124.112","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"45.136.124.112","port":27265,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"45.136.124.112","port":41695,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"45.136.124.112","port":49135,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"45.136.124.112","port":65195,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"45.136.124.112","port":46530}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### HMN_FILE /root/hmn/runs/20260607-122209/summary.txt -rw------- 1 root root 282 Jun 7 12:23 /root/hmn/runs/20260607-122209/summary.txt sha256=092b2d250d75f00c0fd2f77dce98f61d9e1ddb58b362279acd23e8062af796e5 --- head --- HideMyName AWG download summary timestamp=20260607-122209 awg=1 request_iface=vpn2 total_candidates=38 ok=36 fail=2 config_KEYMASK-122209 working_KEYMASK-122209/working-awg1.tsv fail_KEYMASK-122209/fail-awg1.tsv ### HMN_FILE /root/hmn/runs/20260607-122209/wg-candidates.tsv -rw-r--r-- 1 root root 1773 Jun 7 12:22 /root/hmn/runs/20260607-122209/wg-candidates.tsv sha256=b049ea3334892b8561f172c8bc84fc143b6181b5bdb15a656f6447db2e07c7d6 --- head --- 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 49 DE Germany, Berlin S7 157.173.27.69 41797 53 FI Finland, Helsinki S4 83.172.150.55 39226 60 KR South Korea, Seoul SLOW1 45.82.246.77 31714 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 63 CL Chile, Santiago 38.7.197.83 38465 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 71 US USA, Los Angeles S2 107.172.187.98 38429 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 73 TR Turkey, Istanbul S3 84.32.230.159 43808 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 76 IT Italy, Milan S3 149.154.157.204 44278 87 US USA, New York S1 192.3.9.146 31053 88 US USA, Dallas 75.127.5.178 36870 94 JP Japan, Tokyo 192.121.162.75 45945 108 HU Hungary, Budapest S6 89.46.237.14 38594 114 PS UAE, Dubai 103.57.251.39 37380 115 NO Norway, Sandefjord S15 185.14.97.151 42180 117 US USA, New York City S3 64.253.89.235 37402 118 RU Russia, Moscow S5 141.98.189.83 39408 128 LV Latvia, Riga S1 192.121.163.235 42530 129 CH Switzerland, Zurich S2 188.190.4.220 33470 133 SE Sweden, Stockholm S2 46.246.127.84 36230 141 RS Serbia, Belgrade S2 89.31.121.82 34442 146 GB United Kingdom, London S1 37.235.54.96 38971 149 AT Austria, Vienna S3 157.173.25.198 34340 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 171 FR France, Paris S1 158.255.215.31 36618 180 AT Austria, Graz S1 151.236.30.139 33998 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 201 GE Georgia, Tbilisi 45.136.124.112 46530 206 HK Hong Kong, Central District S2 112.120.98.53 46369 214 EE Estonia, Tallinn S2 95.156.206.18 37498 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 227 US USA, Ashburn 142.202.49.112 37638 228 US USA, Utah 192.154.104.162 31052 ### HMN_FILE /root/hmn/runs/20260607-122209/working-awg1.tsv -rw-r--r-- 1 root root 6421 Jun 7 12:23 /root/hmn/runs/20260607-122209/working-awg1.tsv sha256=6f188e5718d541198d3a435b1b94ec9772f090844693d8d20efcf1be00056bdc --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-122209/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-122209/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-122209/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-122209/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-122209/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-122209/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-122209/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-122209/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-122209/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-122209/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-122209/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-122209/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-122209/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-122209/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-122209/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-122209/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-122209/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-122209/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-122209/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-122209/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-122209/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-122209/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-122209/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-122209/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-122209/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-122209/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-122209/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-122209/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-122209/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-122209/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 45.136.124.112 46530 45.136.124.112:46530 yes 10.93.232.118/32 KEYMASK-122209/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-122209/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-122209/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-122209/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-122209/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-122209/228-US-USA-Utah-192.154.104.162-awg1.conf ### HMN_FILE /root/hmn/runs/20260607-180718/fail-awg1.tsv -rw-r--r-- 1 root root 310 Jun 7 18:09 /root/hmn/runs/20260607-180718/fail-awg1.tsv sha256=8a8c6e0f068b34c6407b9b8a860515b026d5d094c184e931c0f1e5b556da0a51 --- head --- id country name wg_ip wg_port reason 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 108 HU Hungary, Budapest S6 89.46.237.14 38594 114 PS UAE, Dubai 103.57.251.39 37380 117 US USA, New York City S3 64.253.89.235 37402 ### HMN_FILE /root/hmn/runs/20260607-180718/quarantine-before-reset-awg1.tsv -rw------- 1 root root 30 Jun 7 18:10 /root/hmn/runs/20260607-180718/quarantine-before-reset-awg1.tsv sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/runs/20260607-180718/serverlist.json -rw------- 1 root root 34127 Jun 7 18:07 /root/hmn/runs/20260607-180718/serverlist.json sha256=99aef2675e16d739a2f6a5124413eb6c34e8e9b93032638268c5e936a17ebf96 --- head --- {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"201":{"id":201,"lat":"41.693","lon":"44.801","country_code":"GE","name_en":"Georgia, Tbilisi","name_ru":", ","public_ips":["194.135.119.55"],"lan_ip":"10.93.192.1","services":{"httpd":{"ip":"194.135.119.55","port":12787},"pptp":{"service_id":2,"ip":"194.135.119.55","vpn_subnet":"10.93.224.1\/21"},"l2tp":{"service_id":2,"ip":"194.135.119.55","vpn_subnet":"10.93.224.1\/21"},"ipsec":{"service_id":4,"ip":"194.135.119.55","vpn_subnet":"10.93.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.135.119.55","port":16697,"vpn_subnet":"10.93.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.135.119.55","port":31127,"vpn_subnet":"10.93.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.135.119.55","port":38567,"vpn_subnet":"10.93.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.135.119.55","port":54627,"vpn_subnet":"10.93.216.1\/21"},"wg":{"ip":"194.135.119.55","port":35962}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### HMN_FILE /root/hmn/runs/20260607-180718/summary.txt -rw------- 1 root root 282 Jun 7 18:10 /root/hmn/runs/20260607-180718/summary.txt sha256=a9a2a2724f322952049c6c97c09e2f8fa4f5f15b412d7e192d5f1a15acac34f0 --- head --- HideMyName AWG download summary timestamp=20260607-180718 awg=1 request_iface=vpn2 total_candidates=37 ok=32 fail=5 config_KEYMASK-180718 working_KEYMASK-180718/working-awg1.tsv fail_KEYMASK-180718/fail-awg1.tsv ### HMN_FILE /root/hmn/runs/20260607-180718/wg-candidates.tsv -rw-r--r-- 1 root root 1723 Jun 7 18:07 /root/hmn/runs/20260607-180718/wg-candidates.tsv sha256=61987b059d69cf38cbca18e47bc3ba7a667d64d55f97604b6c11801c40083e75 --- head --- 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 49 DE Germany, Berlin S7 157.173.27.69 41797 53 FI Finland, Helsinki S4 83.172.150.55 39226 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 63 CL Chile, Santiago 38.7.197.83 38465 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 71 US USA, Los Angeles S2 107.172.187.98 38429 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 73 TR Turkey, Istanbul S3 84.32.230.159 43808 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 76 IT Italy, Milan S3 149.154.157.204 44278 87 US USA, New York S1 192.3.9.146 31053 88 US USA, Dallas 75.127.5.178 36870 94 JP Japan, Tokyo 192.121.162.75 45945 108 HU Hungary, Budapest S6 89.46.237.14 38594 114 PS UAE, Dubai 103.57.251.39 37380 115 NO Norway, Sandefjord S15 185.14.97.151 42180 117 US USA, New York City S3 64.253.89.235 37402 118 RU Russia, Moscow S5 141.98.189.83 39408 128 LV Latvia, Riga S1 192.121.163.235 42530 129 CH Switzerland, Zurich S2 188.190.4.220 33470 133 SE Sweden, Stockholm S2 46.246.127.84 36230 141 RS Serbia, Belgrade S2 89.31.121.82 34442 146 GB United Kingdom, London S1 37.235.54.96 38971 149 AT Austria, Vienna S3 157.173.25.198 34340 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 171 FR France, Paris S1 158.255.215.31 36618 180 AT Austria, Graz S1 151.236.30.139 33998 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 201 GE Georgia, Tbilisi 194.135.119.55 35962 206 HK Hong Kong, Central District S2 112.120.98.53 46369 214 EE Estonia, Tallinn S2 95.156.206.18 37498 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 227 US USA, Ashburn 142.202.49.112 37638 228 US USA, Utah 192.154.104.162 31052 ### HMN_FILE /root/hmn/runs/20260607-180718/working-awg1.tsv -rw-r--r-- 1 root root 5718 Jun 7 18:10 /root/hmn/runs/20260607-180718/working-awg1.tsv sha256=b8caaae53ba7d0b76707be0f32a2a7c83c22a1c059c0e7177e36bbaa838859d1 --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-180718/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-180718/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-180718/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-180718/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-180718/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-180718/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-180718/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-180718/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-180718/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-180718/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-180718/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-180718/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-180718/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-180718/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-180718/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-180718/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-180718/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-180718/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-180718/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-180718/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-180718/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-180718/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-180718/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-180718/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-180718/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-180718/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 201 GE Georgia, Tbilisi 194.135.119.55 35962 194.135.119.55:35962 yes 10.93.232.118/32 KEYMASK-180718/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-180718/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-180718/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-180718/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-180718/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-180718/228-US-USA-Utah-192.154.104.162-awg1.conf ### HMN_FILE /root/hmn/runs/20260608-042000/fail-awg1.tsv -rw-r--r-- 1 root root 127 Jun 8 04:20 /root/hmn/runs/20260608-042000/fail-awg1.tsv sha256=e89a2a89f297800705b5d426d0ef280fddaf8ef131eb84abbdba40a5b0d4c91e --- head --- id country name wg_ip wg_port reason 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD ### HMN_FILE /root/hmn/runs/20260608-042000/quarantine-before-reset-awg1.tsv -rw------- 1 root root 30 Jun 8 04:20 /root/hmn/runs/20260608-042000/quarantine-before-reset-awg1.tsv sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/runs/20260608-042000/serverlist.json -rw------- 1 root root 33236 Jun 8 04:20 /root/hmn/runs/20260608-042000/serverlist.json sha256=908893593b42952b4df72ab9acd647b3b045f40c41edd0824a66ea92fbb58034 --- head --- {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"91.132.92.254","port":20915,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"91.132.92.254","port":35345,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"91.132.92.254","port":42785,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"91.132.92.254","port":58845,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"91.132.92.254","port":40180}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"83.172.150.55","port":19961,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"83.172.150.55","port":34391,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"83.172.150.55","port":41831,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.150.55","port":57891,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"83.172.150.55","port":39226}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.122","port":27569,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.122","port":41999,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.122","port":49439,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.122","port":65499,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.122","port":46834}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.98","port":19166,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.98","port":33596,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.98","port":41036,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.98","port":57096,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.98","port":38429}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"5","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.204","port":18322,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.204","port":29550,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.204","port":48901,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.204","port":62943,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.204","port":44278}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.3.9.146","port":11790,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.3.9.146","port":26220,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.3.9.146","port":33660,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.3.9.146","port":49720,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"192.3.9.146","port":31053}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"75.127.5.178","port":17607,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"75.127.5.178","port":32037,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"75.127.5.178","port":39477,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"75.127.5.178","port":55537,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"75.127.5.178","port":36870}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.39","port":18115,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.39","port":32545,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.39","port":39985,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.39","port":56045,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"random_priority":"5","lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.151","port":22917,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.151","port":37347,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.151","port":44787,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.151","port":60847,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.151","port":42180}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.190.4.220","port":14205,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.190.4.220","port":28635,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.190.4.220","port":36075,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"188.190.4.220","port":52135,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"188.190.4.220","port":33470}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"46.246.127.84","port":16965,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"46.246.127.84","port":31395,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"46.246.127.84","port":38835,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"46.246.127.84","port":54895,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.82","port":15177,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.82","port":29607,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.82","port":37047,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.82","port":53107,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"89.31.121.82","port":34442}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"7","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"171":{"id":171,"lat":"48.88335","lon":"2.31314","country_code":"FR","name_en":"France, Paris S1","name_ru":", S1","public_ips":["192.36.57.170"],"lan_ip":"10.122.128.1","services":{"httpd":{"ip":"192.36.57.170","port":12264},"pptp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"l2tp":{"service_id":2,"ip":"192.36.57.170","vpn_subnet":"10.122.160.1\/21"},"ipsec":{"service_id":4,"ip":"192.36.57.170","vpn_subnet":"10.122.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"158.255.215.31","port":17353,"vpn_subnet":"10.122.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"158.255.215.31","port":31783,"vpn_subnet":"10.122.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"158.255.215.31","port":39223,"vpn_subnet":"10.122.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"158.255.215.31","port":55283,"vpn_subnet":"10.122.152.1\/21"},"wg":{"ip":"158.255.215.31","port":36618}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"195":{"id":195,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M1","name_ru":", M1","public_ips":["193.39.68.136"],"lan_ip":"10.111.128.1","services":{"httpd":{"ip":"193.39.68.136","port":22974},"pptp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"l2tp":{"service_id":2,"ip":"193.39.68.136","vpn_subnet":"10.111.160.1\/21"},"ipsec":{"service_id":4,"ip":"193.39.68.136","vpn_subnet":"10.111.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.39.68.136","port":26884,"vpn_subnet":"10.111.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.39.68.136","port":41314,"vpn_subnet":"10.111.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.39.68.136","port":48754,"vpn_subnet":"10.111.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.39.68.136","port":64814,"vpn_subnet":"10.111.152.1\/21"},"wg":{"ip":"193.39.68.136","port":46149}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.156.206.18","port":18233,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.156.206.18","port":32663,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.156.206.18","port":40103,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.156.206.18","port":56163,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"95.156.206.18","port":37498}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"227":{"id":227,"lat":"39.03","lon":"-77.474","country_code":"US","name_en":"USA, Ashburn","name_ru":", ","public_ips":["142.202.49.100","142.202.49.112"],"lan_ip":"10.68.64.1","services":{"httpd":{"ip":"142.202.49.100","port":14274},"pptp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"l2tp":{"service_id":2,"ip":"142.202.49.100","vpn_subnet":"10.68.96.1\/21"},"ipsec":{"service_id":4,"ip":"142.202.49.100","vpn_subnet":"10.68.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"142.202.49.112","port":18375,"vpn_subnet":"10.68.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"142.202.49.112","port":32805,"vpn_subnet":"10.68.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"142.202.49.112","port":40245,"vpn_subnet":"10.68.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"142.202.49.112","port":56305,"vpn_subnet":"10.68.88.1\/21"},"wg":{"ip":"142.202.49.112","port":37638}}},"228":{"id":228,"lat":"39.061","lon":"-84.898","country_code":"US","name_en":"USA, Utah","name_ru":", ","public_ips":["192.154.104.162","192.154.104.164"],"lan_ip":"10.68.128.1","services":{"httpd":{"ip":"107.181.252.146","port":17064},"pptp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"l2tp":{"service_id":2,"ip":"107.181.252.146","vpn_subnet":"10.68.160.1\/21"},"ipsec":{"service_id":4,"ip":"107.181.252.146","vpn_subnet":"10.68.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.154.104.162","port":11789,"vpn_subnet":"10.68.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.154.104.162","port":26219,"vpn_subnet":"10.68.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.154.104.162","port":33659,"vpn_subnet":"10.68.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.154.104.162","port":49719,"vpn_subnet":"10.68.152.1\/21"},"wg":{"ip":"192.154.104.162","port":31052}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"21","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.174","port":15407,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.174","port":29837,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.174","port":37277,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.174","port":53337,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### HMN_FILE /root/hmn/runs/20260608-042000/summary.txt -rw------- 1 root root 282 Jun 8 04:20 /root/hmn/runs/20260608-042000/summary.txt sha256=20fcadf510d620fccf8f2a4ae5a85cff8491e09f1b300af3e0ed67a903795041 --- head --- HideMyName AWG download summary timestamp=20260608-042000 awg=1 request_iface=vpn1 total_candidates=36 ok=35 fail=1 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### HMN_FILE /root/hmn/runs/20260608-042000/wg-candidates.tsv -rw-r--r-- 1 root root 1678 Jun 8 04:20 /root/hmn/runs/20260608-042000/wg-candidates.tsv sha256=eb16cee02818b550c818f30149892f84e47ca25ee8e7a5357948810f859591d5 --- head --- 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 49 DE Germany, Berlin S7 157.173.27.69 41797 53 FI Finland, Helsinki S4 83.172.150.55 39226 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 63 CL Chile, Santiago 38.7.197.83 38465 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 71 US USA, Los Angeles S2 107.172.187.98 38429 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 73 TR Turkey, Istanbul S3 84.32.230.159 43808 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 76 IT Italy, Milan S3 149.154.157.204 44278 87 US USA, New York S1 192.3.9.146 31053 88 US USA, Dallas 75.127.5.178 36870 94 JP Japan, Tokyo 192.121.162.75 45945 108 HU Hungary, Budapest S6 89.46.237.14 38594 114 PS UAE, Dubai 103.57.251.39 37380 115 NO Norway, Sandefjord S15 185.14.97.151 42180 117 US USA, New York City S3 64.253.89.235 37402 118 RU Russia, Moscow S5 141.98.189.83 39408 128 LV Latvia, Riga S1 192.121.163.235 42530 129 CH Switzerland, Zurich S2 188.190.4.220 33470 133 SE Sweden, Stockholm S2 46.246.127.84 36230 141 RS Serbia, Belgrade S2 89.31.121.82 34442 146 GB United Kingdom, London S1 37.235.54.96 38971 149 AT Austria, Vienna S3 157.173.25.198 34340 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 171 FR France, Paris S1 158.255.215.31 36618 180 AT Austria, Graz S1 151.236.30.139 33998 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 206 HK Hong Kong, Central District S2 112.120.98.53 46369 214 EE Estonia, Tallinn S2 95.156.206.18 37498 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 227 US USA, Ashburn 142.202.49.112 37638 228 US USA, Utah 192.154.104.162 31052 ### HMN_FILE /root/hmn/runs/20260608-042000/working-awg1.tsv -rw-r--r-- 1 root root 6247 Jun 8 04:20 /root/hmn/runs/20260608-042000/working-awg1.tsv sha256=97fe0d48d2e40031aad0e365a1ab90482ba9db401c627c42bc8aacb0e0f9cf59 --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 91.132.92.254 40180 91.132.92.254:40180 yes 10.119.255.221/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.61.215/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.189.145/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 83.172.150.55 39226 83.172.150.55:39226 yes 10.98.185.231/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.253.62/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.62.76/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.122 46834 193.235.207.122:46834 yes 10.102.248.71/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 71 US USA, Los Angeles S2 107.172.187.98 38429 107.172.187.98:38429 yes 10.103.58.28/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.189.240/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.24/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.204 44278 149.154.157.204:44278 yes 10.104.124.16/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 87 US USA, New York S1 192.3.9.146 31053 192.3.9.146:31053 yes 10.107.46.44/32 KEYMASK-042000/087-US-USA-New-York-S1-192.3.9.146-awg1.conf 88 US USA, Dallas 75.127.5.178 36870 75.127.5.178:36870 yes 10.107.110.47/32 KEYMASK-042000/088-US-USA-Dallas-75.127.5.178-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.236.120/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.110.248/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.237.34/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.151 42180 185.14.97.151:42180 yes 10.83.46.58/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.84/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.239.209/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.111.229/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 188.190.4.220 33470 188.190.4.220:33470 yes 10.86.168.237/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.172.196/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 89.31.121.82 34442 89.31.121.82:34442 yes 10.89.174.174/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.239.120/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.169.92/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.235.78/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.175.225/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 171 FR France, Paris S1 158.255.215.31 36618 158.255.215.31:36618 yes 10.122.170.16/32 KEYMASK-042000/171-FR-France-Paris-S1-158.255.215.31-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.239.173/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 195 KZ Kazakhstan, Almaty M1 193.39.68.136 46149 193.39.68.136:46149 yes 10.111.170.228/32 KEYMASK-042000/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.45.74/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 95.156.206.18 37498 95.156.206.18:37498 yes 10.65.45.252/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.235.136/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 227 US USA, Ashburn 142.202.49.112 37638 142.202.49.112:37638 yes 10.68.108.45/32 KEYMASK-042000/227-US-USA-Ashburn-142.202.49.112-awg1.conf 228 US USA, Utah 192.154.104.162 31052 192.154.104.162:31052 yes 10.68.169.179/32 KEYMASK-042000/228-US-USA-Utah-192.154.104.162-awg1.conf ### HMN_FILE /root/hmn/runs/20260706-161226/fail-awg1.tsv -rw-r--r-- 1 root root 474 Jul 6 16:13 /root/hmn/runs/20260706-161226/fail-awg1.tsv sha256=5983b5eae328f287705461abc12b6aad79e029a9986be03d3d3490a13c953d70 --- head --- id country name wg_ip wg_port reason 53 FI Finland, Helsinki S4 192.71.247.18 35999 No IP addresses available on this server 70 CZ Czech Republic, Prague S1 193.235.207.39 38330 Failed to sync server: WG: ERR_RELOAD 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 Failed to sync server: WG: ERR_RELOAD 73 TR Turkey, Istanbul S3 84.32.230.159 43808 No IP addresses available on this server 76 IT Italy, Milan S3 149.154.157.24 35090 Failed to sync server: WG: ERR_CURL ### HMN_FILE /root/hmn/runs/20260706-161226/quarantine-before-reset-awg1.tsv -rw------- 1 root root 30 Jul 6 16:14 /root/hmn/runs/20260706-161226/quarantine-before-reset-awg1.tsv sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/runs/20260706-161226/serverlist.json -rw------- 1 root root 33274 Jul 6 16:12 /root/hmn/runs/20260706-161226/serverlist.json sha256=c434f9e353d6c8cdb785ddc1606febf997663f49160572953f7c27ebb1bdde1d --- head --- {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.36.27.29","port":19016,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.36.27.29","port":33446,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.36.27.29","port":40886,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.36.27.29","port":56946,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"192.36.27.17","port":35500,"random_priority":"0"}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.247.19","port":24259,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.247.19","port":38689,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.247.19","port":46129,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.247.19","port":62189,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"192.71.247.18","port":35999,"random_priority":"0"}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"67":{"id":67,"country_code":"RU","name_en":"Russia, Moscow N5","name_ru":", N5","public_ips":["130.94.89.236"],"lan_ip":"10.102.0.1","services":{"httpd":{"ip":"130.94.89.236","port":16612},"pptp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.94.89.236","vpn_subnet":"10.102.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"130.94.89.236","port":20522,"vpn_subnet":"10.102.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"130.94.89.236","port":34952,"vpn_subnet":"10.102.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"130.94.89.236","port":42392,"vpn_subnet":"10.102.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"130.94.89.236","port":58452,"vpn_subnet":"10.102.40.1\/21"}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.39","port":19065,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.39","port":33495,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.39","port":40935,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.39","port":56995,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.39","port":38330}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.101","port":12316,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.101","port":26746,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.101","port":34186,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.101","port":50246,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.100","port":39480,"random_priority":"0"}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"3","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.25","port":25196,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.25","port":39626,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.25","port":47066,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.25","port":63126,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.24","port":35090,"random_priority":"0"}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.175.93.59","port":11832,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.175.93.59","port":26262,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.175.93.59","port":33702,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.175.93.59","port":49762,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"107.175.93.59","port":31095}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.174.226.52","port":17362,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.174.226.52","port":31792,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.174.226.52","port":39232,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.174.226.52","port":55292,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"107.174.226.51","port":44839,"random_priority":"0"}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.25","port":20511,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.25","port":34941,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.25","port":42381,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.25","port":58441,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380,"random_priority":"0"}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.138","port":22681,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.138","port":37111,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.138","port":44551,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.138","port":60611,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.234","port":37492}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.232.97","port":26420,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.232.97","port":40850,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.232.97","port":48290,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.232.97","port":64350,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"89.46.232.39","port":40316,"random_priority":"0"}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.73.210.13","port":16669,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.73.210.13","port":31099,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.73.210.13","port":38539,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.73.210.13","port":54599,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230,"random_priority":"0"}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.85","port":16185,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.85","port":30615,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.85","port":38055,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.85","port":54115,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"194.71.126.45","port":32821,"random_priority":"0"}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"147":{"id":147,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, Salt Lake City S2","name_ru":", -- S2","public_ips":["23.158.72.86"],"lan_ip":"10.91.0.1","services":{"httpd":{"ip":"23.158.72.19","port":12900},"pptp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"l2tp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"ipsec":{"service_id":4,"ip":"23.158.72.19","vpn_subnet":"10.91.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"23.158.72.88","port":22916,"vpn_subnet":"10.91.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"23.158.72.88","port":37346,"vpn_subnet":"10.91.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"23.158.72.88","port":44786,"vpn_subnet":"10.91.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"23.158.72.88","port":60846,"vpn_subnet":"10.91.24.1\/21"},"wg":{"ip":"23.158.72.87","port":45460,"random_priority":"0"}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"5","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"162":{"id":162,"lat":"49.842","lon":"73.106","country_code":"KZ","name_en":"Kazakhstan, Karaganda S1","name_ru":", S1","public_ips":["109.248.198.4"],"lan_ip":"10.77.192.1","services":{"httpd":{"ip":"109.248.198.4","port":13954},"pptp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"l2tp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"ipsec":{"service_id":4,"ip":"109.248.198.4","vpn_subnet":"10.77.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"109.248.198.4","port":17864,"vpn_subnet":"10.77.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"109.248.198.4","port":32294,"vpn_subnet":"10.77.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"109.248.198.4","port":39734,"vpn_subnet":"10.77.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"109.248.198.4","port":55794,"vpn_subnet":"10.77.216.1\/21"},"wg":{"ip":"109.248.198.4","port":37129}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.214.37.69","port":19964,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.214.37.181","port":32917,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.214.36.122","port":37592,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.139.225","port":59556,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"89.40.104.201","port":36979}}},"218":{"id":218,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M2","name_ru":", M2","public_ips":["77.67.8.84"],"lan_ip":"10.66.0.1","services":{"httpd":{"ip":"77.67.8.84","port":20203},"pptp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"l2tp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"ipsec":{"service_id":4,"ip":"77.67.8.84","vpn_subnet":"10.66.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"77.67.8.84","port":24113,"vpn_subnet":"10.66.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"77.67.8.84","port":38543,"vpn_subnet":"10.66.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"77.67.8.84","port":45983,"vpn_subnet":"10.66.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"77.67.8.84","port":62043,"vpn_subnet":"10.66.24.1\/21"},"wg":{"ip":"77.67.8.84","port":43378}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"20","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.48","port":24706,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.48","port":39136,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.48","port":46576,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.48","port":62636,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### HMN_FILE /root/hmn/runs/20260706-161226/summary.txt -rw------- 1 root root 282 Jul 6 16:14 /root/hmn/runs/20260706-161226/summary.txt sha256=ae7b027cc32e51a92de21d5459db8dfedcd2bd804b6b8afbae9bf2bb4931fe8e --- head --- HideMyName AWG download summary timestamp=20260706-161226 awg=1 request_iface=vpn2 total_candidates=35 ok=30 fail=5 config_KEYMASK-161226 working_KEYMASK-161226/working-awg1.tsv fail_KEYMASK-161226/fail-awg1.tsv ### HMN_FILE /root/hmn/runs/20260706-161226/wg-candidates.tsv -rw-r--r-- 1 root root 1653 Jul 6 16:12 /root/hmn/runs/20260706-161226/wg-candidates.tsv sha256=0482d33b93a7e5831fb3a594f4ecb27be149119c5f7675fda8c4b288e539aa47 --- head --- 12 DK Denmark, Copenhagen S4 192.36.27.17 35500 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 49 DE Germany, Berlin S7 157.173.27.69 41797 53 FI Finland, Helsinki S4 192.71.247.18 35999 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 63 CL Chile, Santiago 38.7.197.83 38465 70 CZ Czech Republic, Prague S1 193.235.207.39 38330 71 US USA, Los Angeles S2 107.172.187.100 39480 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 73 TR Turkey, Istanbul S3 84.32.230.159 43808 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 76 IT Italy, Milan S3 149.154.157.24 35090 87 US USA, New York S1 107.175.93.59 31095 88 US USA, Dallas 107.174.226.51 44839 94 JP Japan, Tokyo 192.121.162.75 45945 108 HU Hungary, Budapest S6 89.46.237.14 38594 114 PS UAE, Dubai 103.57.251.39 37380 115 NO Norway, Sandefjord S15 185.14.97.234 37492 117 US USA, New York City S3 64.253.89.235 37402 118 RU Russia, Moscow S5 141.98.189.83 39408 128 LV Latvia, Riga S1 192.121.163.235 42530 129 CH Switzerland, Zurich S2 89.46.232.39 40316 133 SE Sweden, Stockholm S2 46.246.127.84 36230 141 RS Serbia, Belgrade S2 194.71.126.45 32821 146 GB United Kingdom, London S1 37.235.54.96 38971 147 US USA, Salt Lake City S2 23.158.72.87 45460 149 AT Austria, Vienna S3 157.173.25.198 34340 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 162 KZ Kazakhstan, Karaganda S1 109.248.198.4 37129 180 AT Austria, Graz S1 151.236.30.139 33998 206 HK Hong Kong, Central District S2 112.120.98.53 46369 214 EE Estonia, Tallinn S2 89.40.104.201 36979 218 KZ Kazakhstan, Almaty M2 77.67.8.84 43378 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 ### HMN_FILE /root/hmn/runs/20260706-161226/working-awg1.tsv -rw-r--r-- 1 root root 5389 Jul 6 16:14 /root/hmn/runs/20260706-161226/working-awg1.tsv sha256=f2ecbb4b58e0addb45c25181ab27756d9fb37c605b4a24ddc85092777e9aaad4 --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 192.36.27.17 35500 192.36.27.17:35500 yes 10.119.249.139/32 KEYMASK-161226/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.60.219/32 KEYMASK-161226/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.187.205/32 KEYMASK-161226/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.254.15/32 KEYMASK-161226/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.61.41/32 KEYMASK-161226/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 71 US USA, Los Angeles S2 107.172.187.100 39480 107.172.187.100:39480 yes 10.103.56.214/32 KEYMASK-161226/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.109/32 KEYMASK-161226/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 87 US USA, New York S1 107.175.93.59 31095 107.175.93.59:31095 yes 10.107.43.173/32 KEYMASK-161226/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 88 US USA, Dallas 107.174.226.51 44839 107.174.226.51:44839 yes 10.107.108.112/32 KEYMASK-161226/088-US-USA-Dallas-107.174.226.51-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.238.215/32 KEYMASK-161226/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.111.97/32 KEYMASK-161226/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.239.94/32 KEYMASK-161226/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.234 37492 185.14.97.234:37492 yes 10.83.41.157/32 KEYMASK-161226/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.142/32 KEYMASK-161226/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.235.104/32 KEYMASK-161226/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.108.200/32 KEYMASK-161226/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 89.46.232.39 40316 89.46.232.39:40316 yes 10.86.172.73/32 KEYMASK-161226/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.170.125/32 KEYMASK-161226/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 194.71.126.45 32821 194.71.126.45:32821 yes 10.89.174.45/32 KEYMASK-161226/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.235.244/32 KEYMASK-161226/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 147 US USA, Salt Lake City S2 23.158.72.87 45460 23.158.72.87:45460 yes 10.91.43.12/32 KEYMASK-161226/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.168.223/32 KEYMASK-161226/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.233.132/32 KEYMASK-161226/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.173.35/32 KEYMASK-161226/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 162 KZ Kazakhstan, Karaganda S1 109.248.198.4 37129 109.248.198.4:37129 yes 10.77.236.75/32 KEYMASK-161226/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.237.218/32 KEYMASK-161226/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.47.73/32 KEYMASK-161226/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 89.40.104.201 36979 89.40.104.201:36979 yes 10.65.43.208/32 KEYMASK-161226/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 218 KZ Kazakhstan, Almaty M2 77.67.8.84 43378 77.67.8.84:43378 yes 10.66.44.225/32 KEYMASK-161226/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.234.5/32 KEYMASK-161226/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf ### HMN_FILE /root/hmn/runs/20260707-042000/fail-awg1.tsv -rw-r--r-- 1 root root 125 Jul 7 04:20 /root/hmn/runs/20260707-042000/fail-awg1.tsv sha256=153763e852b3877c174a4c1fc08587eb6cb4ee82a33504fa627d17c8d1e51f0a --- head --- id country name wg_ip wg_port reason 53 FI Finland, Helsinki S4 192.71.247.18 35999 No IP addresses available on this server ### HMN_FILE /root/hmn/runs/20260707-042000/quarantine-before-reset-awg1.tsv -rw------- 1 root root 30 Jul 7 04:20 /root/hmn/runs/20260707-042000/quarantine-before-reset-awg1.tsv sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/runs/20260707-042000/serverlist.json -rw------- 1 root root 33274 Jul 7 04:20 /root/hmn/runs/20260707-042000/serverlist.json sha256=c434f9e353d6c8cdb785ddc1606febf997663f49160572953f7c27ebb1bdde1d --- head --- {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.36.27.29","port":19016,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.36.27.29","port":33446,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.36.27.29","port":40886,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.36.27.29","port":56946,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"192.36.27.17","port":35500,"random_priority":"0"}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.247.19","port":24259,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.247.19","port":38689,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.247.19","port":46129,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.247.19","port":62189,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"192.71.247.18","port":35999,"random_priority":"0"}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"67":{"id":67,"country_code":"RU","name_en":"Russia, Moscow N5","name_ru":", N5","public_ips":["130.94.89.236"],"lan_ip":"10.102.0.1","services":{"httpd":{"ip":"130.94.89.236","port":16612},"pptp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.94.89.236","vpn_subnet":"10.102.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"130.94.89.236","port":20522,"vpn_subnet":"10.102.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"130.94.89.236","port":34952,"vpn_subnet":"10.102.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"130.94.89.236","port":42392,"vpn_subnet":"10.102.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"130.94.89.236","port":58452,"vpn_subnet":"10.102.40.1\/21"}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.39","port":19065,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.39","port":33495,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.39","port":40935,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.39","port":56995,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.39","port":38330}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.101","port":12316,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.101","port":26746,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.101","port":34186,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.101","port":50246,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.100","port":39480,"random_priority":"0"}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"3","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.25","port":25196,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.25","port":39626,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.25","port":47066,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.25","port":63126,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.24","port":35090,"random_priority":"0"}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.175.93.59","port":11832,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.175.93.59","port":26262,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.175.93.59","port":33702,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.175.93.59","port":49762,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"107.175.93.59","port":31095}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.174.226.52","port":17362,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.174.226.52","port":31792,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.174.226.52","port":39232,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.174.226.52","port":55292,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"107.174.226.51","port":44839,"random_priority":"0"}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.25","port":20511,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.25","port":34941,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.25","port":42381,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.25","port":58441,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380,"random_priority":"0"}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.138","port":22681,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.138","port":37111,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.138","port":44551,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.138","port":60611,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.234","port":37492}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.232.97","port":26420,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.232.97","port":40850,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.232.97","port":48290,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.232.97","port":64350,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"89.46.232.39","port":40316,"random_priority":"0"}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.73.210.13","port":16669,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.73.210.13","port":31099,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.73.210.13","port":38539,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.73.210.13","port":54599,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230,"random_priority":"0"}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.85","port":16185,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.85","port":30615,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.85","port":38055,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.85","port":54115,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"194.71.126.45","port":32821,"random_priority":"0"}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"147":{"id":147,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, Salt Lake City S2","name_ru":", -- S2","public_ips":["23.158.72.86"],"lan_ip":"10.91.0.1","services":{"httpd":{"ip":"23.158.72.19","port":12900},"pptp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"l2tp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"ipsec":{"service_id":4,"ip":"23.158.72.19","vpn_subnet":"10.91.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"23.158.72.88","port":22916,"vpn_subnet":"10.91.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"23.158.72.88","port":37346,"vpn_subnet":"10.91.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"23.158.72.88","port":44786,"vpn_subnet":"10.91.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"23.158.72.88","port":60846,"vpn_subnet":"10.91.24.1\/21"},"wg":{"ip":"23.158.72.87","port":45460,"random_priority":"0"}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"5","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"162":{"id":162,"lat":"49.842","lon":"73.106","country_code":"KZ","name_en":"Kazakhstan, Karaganda S1","name_ru":", S1","public_ips":["109.248.198.4"],"lan_ip":"10.77.192.1","services":{"httpd":{"ip":"109.248.198.4","port":13954},"pptp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"l2tp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"ipsec":{"service_id":4,"ip":"109.248.198.4","vpn_subnet":"10.77.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"109.248.198.4","port":17864,"vpn_subnet":"10.77.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"109.248.198.4","port":32294,"vpn_subnet":"10.77.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"109.248.198.4","port":39734,"vpn_subnet":"10.77.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"109.248.198.4","port":55794,"vpn_subnet":"10.77.216.1\/21"},"wg":{"ip":"109.248.198.4","port":37129}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.214.37.69","port":19964,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.214.37.181","port":32917,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.214.36.122","port":37592,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.139.225","port":59556,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"89.40.104.201","port":36979}}},"218":{"id":218,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M2","name_ru":", M2","public_ips":["77.67.8.84"],"lan_ip":"10.66.0.1","services":{"httpd":{"ip":"77.67.8.84","port":20203},"pptp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"l2tp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"ipsec":{"service_id":4,"ip":"77.67.8.84","vpn_subnet":"10.66.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"77.67.8.84","port":24113,"vpn_subnet":"10.66.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"77.67.8.84","port":38543,"vpn_subnet":"10.66.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"77.67.8.84","port":45983,"vpn_subnet":"10.66.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"77.67.8.84","port":62043,"vpn_subnet":"10.66.24.1\/21"},"wg":{"ip":"77.67.8.84","port":43378}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"20","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.48","port":24706,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.48","port":39136,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.48","port":46576,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.48","port":62636,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### HMN_FILE /root/hmn/runs/20260707-042000/summary.txt -rw------- 1 root root 282 Jul 7 04:20 /root/hmn/runs/20260707-042000/summary.txt sha256=e9284e65d78ca7ea6747eb08ac7427ff1e1fd73a3a122b614559dd61342c8fa4 --- head --- HideMyName AWG download summary timestamp=20260707-042000 awg=1 request_iface=vpn2 total_candidates=35 ok=34 fail=1 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### HMN_FILE /root/hmn/runs/20260707-042000/wg-candidates.tsv -rw-r--r-- 1 root root 1653 Jul 7 04:20 /root/hmn/runs/20260707-042000/wg-candidates.tsv sha256=0482d33b93a7e5831fb3a594f4ecb27be149119c5f7675fda8c4b288e539aa47 --- head --- 12 DK Denmark, Copenhagen S4 192.36.27.17 35500 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 49 DE Germany, Berlin S7 157.173.27.69 41797 53 FI Finland, Helsinki S4 192.71.247.18 35999 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 63 CL Chile, Santiago 38.7.197.83 38465 70 CZ Czech Republic, Prague S1 193.235.207.39 38330 71 US USA, Los Angeles S2 107.172.187.100 39480 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 73 TR Turkey, Istanbul S3 84.32.230.159 43808 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 76 IT Italy, Milan S3 149.154.157.24 35090 87 US USA, New York S1 107.175.93.59 31095 88 US USA, Dallas 107.174.226.51 44839 94 JP Japan, Tokyo 192.121.162.75 45945 108 HU Hungary, Budapest S6 89.46.237.14 38594 114 PS UAE, Dubai 103.57.251.39 37380 115 NO Norway, Sandefjord S15 185.14.97.234 37492 117 US USA, New York City S3 64.253.89.235 37402 118 RU Russia, Moscow S5 141.98.189.83 39408 128 LV Latvia, Riga S1 192.121.163.235 42530 129 CH Switzerland, Zurich S2 89.46.232.39 40316 133 SE Sweden, Stockholm S2 46.246.127.84 36230 141 RS Serbia, Belgrade S2 194.71.126.45 32821 146 GB United Kingdom, London S1 37.235.54.96 38971 147 US USA, Salt Lake City S2 23.158.72.87 45460 149 AT Austria, Vienna S3 157.173.25.198 34340 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 162 KZ Kazakhstan, Karaganda S1 109.248.198.4 37129 180 AT Austria, Graz S1 151.236.30.139 33998 206 HK Hong Kong, Central District S2 112.120.98.53 46369 214 EE Estonia, Tallinn S2 89.40.104.201 36979 218 KZ Kazakhstan, Almaty M2 77.67.8.84 43378 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 ### HMN_FILE /root/hmn/runs/20260707-042000/working-awg1.tsv -rw-r--r-- 1 root root 6116 Jul 7 04:20 /root/hmn/runs/20260707-042000/working-awg1.tsv sha256=2bb5b836cd628d226c26a1cf3ab27b14460071da3511f45039dd26c504290197 --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 192.36.27.17 35500 192.36.27.17:35500 yes 10.119.249.139/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.60.219/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.187.205/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.254.15/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.61.41/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.39 38330 193.235.207.39:38330 yes 10.102.248.214/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 71 US USA, Los Angeles S2 107.172.187.100 39480 107.172.187.100:39480 yes 10.103.56.214/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 78.31.250.16:41729 yes 10.103.120.171/32 KEYMASK-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.187.191/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.109/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.24 35090 149.154.157.24:35090 yes 10.104.120.117/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 87 US USA, New York S1 107.175.93.59 31095 107.175.93.59:31095 yes 10.107.43.173/32 KEYMASK-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 88 US USA, Dallas 107.174.226.51 44839 107.174.226.51:44839 yes 10.107.108.112/32 KEYMASK-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.238.215/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.111.97/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.239.94/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.234 37492 185.14.97.234:37492 yes 10.83.41.157/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.142/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.235.104/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.108.200/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 89.46.232.39 40316 89.46.232.39:40316 yes 10.86.172.73/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.170.125/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 194.71.126.45 32821 194.71.126.45:32821 yes 10.89.174.45/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.235.244/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 147 US USA, Salt Lake City S2 23.158.72.87 45460 23.158.72.87:45460 yes 10.91.43.12/32 KEYMASK-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.168.223/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.233.132/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.173.35/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 162 KZ Kazakhstan, Karaganda S1 109.248.198.4 37129 109.248.198.4:37129 yes 10.77.236.75/32 KEYMASK-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.237.218/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.47.73/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 89.40.104.201 36979 89.40.104.201:36979 yes 10.65.43.208/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 218 KZ Kazakhstan, Almaty M2 77.67.8.84 43378 77.67.8.84:43378 yes 10.66.44.225/32 KEYMASK-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.234.5/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf ### HMN_FILE /root/hmn/runs/20260708-042000/fail-awg1.tsv -rw-r--r-- 1 root root 37 Jul 8 04:20 /root/hmn/runs/20260708-042000/fail-awg1.tsv sha256=a5ace94404e802c073db4b58673089c42d48b2acb1f0c780eefb941c1d9a05dc --- head --- id country name wg_ip wg_port reason ### HMN_FILE /root/hmn/runs/20260708-042000/quarantine-before-reset-awg1.tsv -rw------- 1 root root 30 Jul 8 04:20 /root/hmn/runs/20260708-042000/quarantine-before-reset-awg1.tsv sha256=74ebde97511682d0efe72803efe716623638090619d82bc2294b8c03986cbea5 --- head --- endpoint file reason added_at ### HMN_FILE /root/hmn/runs/20260708-042000/serverlist.json -rw------- 1 root root 33274 Jul 8 04:20 /root/hmn/runs/20260708-042000/serverlist.json sha256=c434f9e353d6c8cdb785ddc1606febf997663f49160572953f7c27ebb1bdde1d --- head --- {"12":{"id":12,"lat":"55.6653","lon":"12.5520","country_code":"DK","name_en":"Denmark, Copenhagen S4","name_ru":", S4","public_ips":["91.132.92.69"],"lan_ip":"10.119.192.1","services":{"httpd":{"ip":"91.132.92.69","port":12464},"pptp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.92.69","vpn_subnet":"10.119.240.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.92.69","vpn_subnet":"10.119.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.36.27.29","port":19016,"vpn_subnet":"10.119.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.36.27.29","port":33446,"vpn_subnet":"10.119.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.36.27.29","port":40886,"vpn_subnet":"10.119.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.36.27.29","port":56946,"vpn_subnet":"10.119.232.1\/21"},"wg":{"ip":"192.36.27.17","port":35500,"random_priority":"0"}}},"29":{"id":29,"lat":"50.44062","lon":"30.41541","country_code":"UA","name_en":"Ukraine, Kyiv S3","name_ru":", S3","public_ips":["130.0.234.42"],"lan_ip":"10.112.0.1","services":{"httpd":{"ip":"130.0.234.42","port":8643},"pptp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.0.234.42","vpn_subnet":"10.112.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.0.234.42","vpn_subnet":"10.112.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.244.192.244","port":26124,"vpn_subnet":"10.112.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.244.192.244","port":40554,"vpn_subnet":"10.112.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.244.192.244","port":47994,"vpn_subnet":"10.112.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.244.192.244","port":64054,"vpn_subnet":"10.112.40.1\/21"},"wg":{"ip":"38.244.192.244","port":45389}}},"49":{"id":49,"lat":"52.517","lon":"13.395","country_code":"DE","name_en":"Germany, Berlin S7","name_ru":", S7","public_ips":["185.207.139.4","185.207.139.5"],"lan_ip":"10.97.128.1","services":{"httpd":{"ip":"91.244.71.25","port":15258},"pptp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"l2tp":{"service_id":2,"ip":"91.244.71.25","vpn_subnet":"10.97.176.1\/21"},"ipsec":{"service_id":4,"ip":"91.244.71.25","vpn_subnet":"10.97.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.27.69","port":22534,"vpn_subnet":"10.97.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.27.69","port":36964,"vpn_subnet":"10.97.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.27.69","port":44404,"vpn_subnet":"10.97.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.27.69","port":60464,"vpn_subnet":"10.97.168.1\/21"},"wg":{"ip":"157.173.27.69","port":41797}}},"53":{"id":53,"lat":"60.167","lon":"24.943","country_code":"FI","name_en":"Finland, Helsinki S4","name_ru":", S4","public_ips":["192.71.247.91"],"lan_ip":"10.98.128.1","services":{"httpd":{"ip":"192.71.247.91","port":11855},"pptp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"l2tp":{"service_id":2,"ip":"192.71.247.91","vpn_subnet":"10.98.176.1\/21"},"ipsec":{"service_id":4,"ip":"192.71.247.91","vpn_subnet":"10.98.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.247.19","port":24259,"vpn_subnet":"10.98.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.247.19","port":38689,"vpn_subnet":"10.98.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.247.19","port":46129,"vpn_subnet":"10.98.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.247.19","port":62189,"vpn_subnet":"10.98.168.1\/21"},"wg":{"ip":"192.71.247.18","port":35999,"random_priority":"0"}}},"62":{"id":62,"lat":"51.124","lon":"3.247","country_code":"BE","name_en":"Belgium, Oostkamp S7","name_ru":", S7","public_ips":["46.183.187.198"],"lan_ip":"10.100.192.1","services":{"httpd":{"ip":"46.183.187.198","port":9993},"pptp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"l2tp":{"service_id":2,"ip":"46.183.187.198","vpn_subnet":"10.100.240.1\/21"},"ipsec":{"service_id":4,"ip":"46.183.187.198","vpn_subnet":"10.100.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"194.71.227.212","port":13318,"vpn_subnet":"10.100.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"194.71.227.212","port":27748,"vpn_subnet":"10.100.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"194.71.227.212","port":35188,"vpn_subnet":"10.100.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"194.71.227.212","port":51248,"vpn_subnet":"10.100.232.1\/21"},"wg":{"ip":"194.71.227.212","port":32583}}},"63":{"id":63,"lat":"-33.438","lon":"-70.651","country_code":"CL","name_en":"Chile, Santiago","name_ru":", ","public_ips":["38.7.197.82"],"lan_ip":"10.101.0.1","services":{"httpd":{"ip":"38.7.197.82","port":21719},"pptp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"l2tp":{"service_id":2,"ip":"38.7.197.82","vpn_subnet":"10.101.48.1\/21"},"ipsec":{"service_id":4,"ip":"38.7.197.82","vpn_subnet":"10.101.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"38.7.197.83","port":19202,"vpn_subnet":"10.101.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"38.7.197.83","port":33632,"vpn_subnet":"10.101.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"38.7.197.83","port":41072,"vpn_subnet":"10.101.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"38.7.197.83","port":57132,"vpn_subnet":"10.101.40.1\/21"},"wg":{"ip":"38.7.197.83","port":38465}}},"67":{"id":67,"country_code":"RU","name_en":"Russia, Moscow N5","name_ru":", N5","public_ips":["130.94.89.236"],"lan_ip":"10.102.0.1","services":{"httpd":{"ip":"130.94.89.236","port":16612},"pptp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"l2tp":{"service_id":2,"ip":"130.94.89.236","vpn_subnet":"10.102.48.1\/21"},"ipsec":{"service_id":4,"ip":"130.94.89.236","vpn_subnet":"10.102.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"130.94.89.236","port":20522,"vpn_subnet":"10.102.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"130.94.89.236","port":34952,"vpn_subnet":"10.102.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"130.94.89.236","port":42392,"vpn_subnet":"10.102.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"130.94.89.236","port":58452,"vpn_subnet":"10.102.40.1\/21"}}},"70":{"id":70,"lat":"50.08271","lon":"14.36440","country_code":"CZ","name_en":"Czech Republic, Prague S1","name_ru":", S1","public_ips":["89.31.122.170"],"lan_ip":"10.102.192.1","services":{"httpd":{"ip":"89.31.122.170","port":20008},"pptp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.122.170","vpn_subnet":"10.102.240.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.122.170","vpn_subnet":"10.102.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"193.235.207.39","port":19065,"vpn_subnet":"10.102.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"193.235.207.39","port":33495,"vpn_subnet":"10.102.224.1\/21"},"ovpn_tun":{"service_id":3,"ip":"193.235.207.39","port":40935,"vpn_subnet":"10.102.208.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"193.235.207.39","port":56995,"vpn_subnet":"10.102.232.1\/21"},"wg":{"ip":"193.235.207.39","port":38330}}},"71":{"id":71,"lat":"34.054","lon":"-118.243","country_code":"US","name_en":"USA, Los Angeles S2","name_ru":", - S2","public_ips":["107.161.91.54","167.160.160.66"],"lan_ip":"10.103.0.1","services":{"httpd":{"ip":"107.161.91.54","port":10852},"pptp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"l2tp":{"service_id":2,"ip":"107.161.91.54","vpn_subnet":"10.103.48.1\/21"},"ipsec":{"service_id":4,"ip":"107.161.91.54","vpn_subnet":"10.103.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.172.187.101","port":12316,"vpn_subnet":"10.103.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.172.187.101","port":26746,"vpn_subnet":"10.103.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.172.187.101","port":34186,"vpn_subnet":"10.103.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.172.187.101","port":50246,"vpn_subnet":"10.103.40.1\/21"},"wg":{"ip":"107.172.187.100","port":39480,"random_priority":"0"}}},"72":{"id":72,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam S8","name_ru":", S8","public_ips":["141.11.62.221","78.31.250.16"],"lan_ip":"10.103.64.1","services":{"httpd":{"ip":"141.11.62.221","port":8211},"pptp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"l2tp":{"service_id":2,"ip":"141.11.62.221","vpn_subnet":"10.103.112.1\/21"},"ipsec":{"service_id":4,"ip":"141.11.62.221","vpn_subnet":"10.103.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"78.31.250.16","port":22466,"vpn_subnet":"10.103.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"78.31.250.16","port":36896,"vpn_subnet":"10.103.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"78.31.250.16","port":44336,"vpn_subnet":"10.103.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"78.31.250.16","port":60396,"vpn_subnet":"10.103.104.1\/21"},"wg":{"ip":"78.31.250.16","port":41729}}},"73":{"id":73,"lat":"41.006","lon":"28.976","country_code":"TR","name_en":"Turkey, Istanbul S3","name_ru":", S3","public_ips":["84.32.230.164"],"lan_ip":"10.103.128.1","services":{"httpd":{"ip":"84.32.230.224","port":7926},"pptp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"l2tp":{"service_id":2,"ip":"84.32.230.224","vpn_subnet":"10.103.176.1\/21"},"ipsec":{"service_id":4,"ip":"84.32.230.224","vpn_subnet":"10.103.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"84.32.230.159","port":24545,"vpn_subnet":"10.103.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"84.32.230.159","port":38975,"vpn_subnet":"10.103.160.1\/21"},"ovpn_tun":{"service_id":3,"ip":"84.32.230.159","port":46415,"vpn_subnet":"10.103.144.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"84.32.230.159","port":62475,"vpn_subnet":"10.103.168.1\/21"},"wg":{"ip":"84.32.230.159","port":43808}}},"75":{"id":75,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam H13","name_ru":", H13","public_ips":["95.211.68.117","95.211.68.118"],"random_priority":"3","lan_ip":"10.104.0.1","services":{"httpd":{"ip":"95.211.66.241","port":23278},"pptp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"l2tp":{"service_id":2,"ip":"95.211.66.241","vpn_subnet":"10.104.48.1\/21"},"ipsec":{"service_id":4,"ip":"95.211.66.241","vpn_subnet":"10.104.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"95.211.68.119","port":25913,"vpn_subnet":"10.104.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"95.211.68.119","port":40343,"vpn_subnet":"10.104.32.1\/21"},"ovpn_tun":{"service_id":3,"ip":"95.211.68.119","port":47783,"vpn_subnet":"10.104.16.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"95.211.68.119","port":63843,"vpn_subnet":"10.104.40.1\/21"},"wg":{"ip":"95.211.68.119","port":45176}}},"76":{"id":76,"lat":"45.48436","lon":"9.170433","country_code":"IT","name_en":"Italy, Milan S3","name_ru":", S3","public_ips":["192.121.47.128"],"lan_ip":"10.104.64.1","services":{"httpd":{"ip":"192.121.47.128","port":16604},"pptp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.47.128","vpn_subnet":"10.104.112.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.47.128","vpn_subnet":"10.104.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"149.154.157.25","port":25196,"vpn_subnet":"10.104.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"149.154.157.25","port":39626,"vpn_subnet":"10.104.96.1\/21"},"ovpn_tun":{"service_id":3,"ip":"149.154.157.25","port":47066,"vpn_subnet":"10.104.80.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"149.154.157.25","port":63126,"vpn_subnet":"10.104.104.1\/21"},"wg":{"ip":"149.154.157.24","port":35090,"random_priority":"0"}}},"87":{"id":87,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York S1","name_ru":", - S1","public_ips":["172.245.109.174","107.175.93.58"],"lan_ip":"10.107.0.1","services":{"httpd":{"ip":"172.245.109.174","port":15617},"pptp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"l2tp":{"service_id":2,"ip":"172.245.109.174","vpn_subnet":"10.107.32.1\/21"},"ipsec":{"service_id":4,"ip":"172.245.109.174","vpn_subnet":"10.107.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.175.93.59","port":11832,"vpn_subnet":"10.107.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.175.93.59","port":26262,"vpn_subnet":"10.107.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.175.93.59","port":33702,"vpn_subnet":"10.107.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.175.93.59","port":49762,"vpn_subnet":"10.107.24.1\/21"},"wg":{"ip":"107.175.93.59","port":31095}}},"88":{"id":88,"lat":"32.776","lon":"-96.797","country_code":"US","name_en":"USA, Dallas","name_ru":", ","public_ips":["206.217.134.170","107.174.226.50"],"lan_ip":"10.107.64.1","services":{"httpd":{"ip":"206.217.134.170","port":8209},"pptp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"l2tp":{"service_id":2,"ip":"206.217.134.170","vpn_subnet":"10.107.96.1\/21"},"ipsec":{"service_id":4,"ip":"206.217.134.170","vpn_subnet":"10.107.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"107.174.226.52","port":17362,"vpn_subnet":"10.107.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"107.174.226.52","port":31792,"vpn_subnet":"10.107.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"107.174.226.52","port":39232,"vpn_subnet":"10.107.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"107.174.226.52","port":55292,"vpn_subnet":"10.107.88.1\/21"},"wg":{"ip":"107.174.226.51","port":44839,"random_priority":"0"}}},"94":{"id":94,"lat":"35.682","lon":"139.762","country_code":"JP","name_en":"Japan, Tokyo","name_ru":", ","public_ips":["213.111.178.175"],"lan_ip":"10.108.192.1","services":{"httpd":{"ip":"192.121.162.75","port":22770},"pptp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"l2tp":{"service_id":2,"ip":"192.121.162.75","vpn_subnet":"10.108.224.1\/21"},"ipsec":{"service_id":4,"ip":"192.121.162.75","vpn_subnet":"10.108.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.162.75","port":26680,"vpn_subnet":"10.108.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.162.75","port":41110,"vpn_subnet":"10.108.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.162.75","port":48550,"vpn_subnet":"10.108.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.162.75","port":64610,"vpn_subnet":"10.108.216.1\/21"},"wg":{"ip":"192.121.162.75","port":45945}}},"108":{"id":108,"lat":"47.498","lon":"19.041","country_code":"HU","name_en":"Hungary, Budapest S6","name_ru":", S6","public_ips":["46.183.186.43"],"lan_ip":"10.81.64.1","services":{"httpd":{"ip":"194.71.130.196","port":23272},"pptp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"l2tp":{"service_id":2,"ip":"194.71.130.196","vpn_subnet":"10.81.96.1\/21"},"ipsec":{"service_id":4,"ip":"194.71.130.196","vpn_subnet":"10.81.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.237.14","port":19329,"vpn_subnet":"10.81.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.237.14","port":33759,"vpn_subnet":"10.81.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.237.14","port":41199,"vpn_subnet":"10.81.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.237.14","port":57259,"vpn_subnet":"10.81.88.1\/21"},"wg":{"ip":"89.46.237.14","port":38594}}},"114":{"id":114,"lat":"25.07600","lon":"54.91533","country_code":"PS","name_en":"UAE, Dubai","name_ru":", ","public_ips":["89.31.120.54"],"lan_ip":"10.82.192.1","services":{"httpd":{"ip":"89.31.120.160","port":8657},"pptp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.120.160","vpn_subnet":"10.82.224.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.120.160","vpn_subnet":"10.82.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"103.57.251.25","port":20511,"vpn_subnet":"10.82.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"103.57.251.25","port":34941,"vpn_subnet":"10.82.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"103.57.251.25","port":42381,"vpn_subnet":"10.82.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"103.57.251.25","port":58441,"vpn_subnet":"10.82.216.1\/21"},"wg":{"ip":"103.57.251.39","port":37380,"random_priority":"0"}}},"115":{"id":115,"lat":"59.08","lon":"10.28","country_code":"NO","name_en":"Norway, Sandefjord S15","name_ru":", S15","public_ips":["185.14.97.59","185.14.97.155"],"lan_ip":"10.83.0.1","services":{"httpd":{"ip":"185.14.97.59","port":13587},"pptp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.14.97.59","vpn_subnet":"10.83.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.14.97.59","vpn_subnet":"10.83.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"185.14.97.138","port":22681,"vpn_subnet":"10.83.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"185.14.97.138","port":37111,"vpn_subnet":"10.83.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"185.14.97.138","port":44551,"vpn_subnet":"10.83.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"185.14.97.138","port":60611,"vpn_subnet":"10.83.24.1\/21"},"wg":{"ip":"185.14.97.234","port":37492}}},"117":{"id":117,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, New York City S3","name_ru":", - S3","public_ips":["64.253.89.234"],"lan_ip":"10.83.128.1","services":{"httpd":{"ip":"64.253.89.50","port":22258},"pptp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"l2tp":{"service_id":2,"ip":"64.253.89.50","vpn_subnet":"10.83.160.1\/21"},"ipsec":{"service_id":4,"ip":"64.253.89.50","vpn_subnet":"10.83.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"64.253.89.235","port":18139,"vpn_subnet":"10.83.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"64.253.89.235","port":32569,"vpn_subnet":"10.83.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"64.253.89.235","port":40009,"vpn_subnet":"10.83.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"64.253.89.235","port":56069,"vpn_subnet":"10.83.152.1\/21"},"wg":{"ip":"64.253.89.235","port":37402}}},"118":{"id":118,"lat":"55.79794","lon":"37.49122","country_code":"RU","name_en":"Russia, Moscow S5","name_ru":", S5","public_ips":["141.98.189.83"],"lan_ip":"10.83.192.1","services":{"httpd":{"ip":"141.98.189.83","port":16233},"pptp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"l2tp":{"service_id":2,"ip":"141.98.189.83","vpn_subnet":"10.83.224.1\/21"},"ipsec":{"service_id":4,"ip":"141.98.189.83","vpn_subnet":"10.83.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"141.98.189.83","port":20143,"vpn_subnet":"10.83.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"141.98.189.83","port":34573,"vpn_subnet":"10.83.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"141.98.189.83","port":42013,"vpn_subnet":"10.83.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"141.98.189.83","port":58073,"vpn_subnet":"10.83.216.1\/21"},"wg":{"ip":"141.98.189.83","port":39408}}},"128":{"id":128,"lat":"56.97116","lon":"24.15591","country_code":"LV","name_en":"Latvia, Riga S1","name_ru":", S1","public_ips":["192.36.41.21"],"lan_ip":"10.86.64.1","services":{"httpd":{"ip":"95.156.205.249","port":9053},"pptp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"l2tp":{"service_id":2,"ip":"95.156.205.249","vpn_subnet":"10.86.96.1\/21"},"ipsec":{"service_id":4,"ip":"95.156.205.249","vpn_subnet":"10.86.72.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.121.163.235","port":23265,"vpn_subnet":"10.86.64.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.121.163.235","port":37695,"vpn_subnet":"10.86.80.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.121.163.235","port":45135,"vpn_subnet":"10.86.112.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.121.163.235","port":61195,"vpn_subnet":"10.86.88.1\/21"},"wg":{"ip":"192.121.163.235","port":42530}}},"129":{"id":129,"lat":"47.37644","lon":"8.52319","country_code":"CH","name_en":"Switzerland, Zurich S2","name_ru":", S2","public_ips":["89.46.232.102"],"lan_ip":"10.86.128.1","services":{"httpd":{"ip":"89.46.232.102","port":12271},"pptp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.46.232.102","vpn_subnet":"10.86.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.46.232.102","vpn_subnet":"10.86.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.46.232.97","port":26420,"vpn_subnet":"10.86.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.46.232.97","port":40850,"vpn_subnet":"10.86.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.46.232.97","port":48290,"vpn_subnet":"10.86.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.46.232.97","port":64350,"vpn_subnet":"10.86.152.1\/21"},"wg":{"ip":"89.46.232.39","port":40316,"random_priority":"0"}}},"133":{"id":133,"lat":"59.325","lon":"18.071","country_code":"SE","name_en":"Sweden, Stockholm S2","name_ru":", S2","public_ips":["46.246.126.191","178.73.210.243"],"lan_ip":"10.87.128.1","services":{"httpd":{"ip":"46.246.126.191","port":21931},"pptp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"l2tp":{"service_id":2,"ip":"46.246.126.191","vpn_subnet":"10.87.160.1\/21"},"ipsec":{"service_id":4,"ip":"46.246.126.191","vpn_subnet":"10.87.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.73.210.13","port":16669,"vpn_subnet":"10.87.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.73.210.13","port":31099,"vpn_subnet":"10.87.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.73.210.13","port":38539,"vpn_subnet":"10.87.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.73.210.13","port":54599,"vpn_subnet":"10.87.152.1\/21"},"wg":{"ip":"46.246.127.84","port":36230,"random_priority":"0"}}},"141":{"id":141,"lat":"44.81287","lon":"20.37561","country_code":"RS","name_en":"Serbia, Belgrade S2","name_ru":", S2","public_ips":["194.71.126.186","89.31.121.110"],"lan_ip":"10.89.128.1","services":{"httpd":{"ip":"89.31.121.110","port":15872},"pptp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"l2tp":{"service_id":2,"ip":"89.31.121.110","vpn_subnet":"10.89.160.1\/21"},"ipsec":{"service_id":4,"ip":"89.31.121.110","vpn_subnet":"10.89.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"89.31.121.85","port":16185,"vpn_subnet":"10.89.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"89.31.121.85","port":30615,"vpn_subnet":"10.89.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"89.31.121.85","port":38055,"vpn_subnet":"10.89.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"89.31.121.85","port":54115,"vpn_subnet":"10.89.152.1\/21"},"wg":{"ip":"194.71.126.45","port":32821,"random_priority":"0"}}},"146":{"id":146,"lat":"51.53453","lon":"-0.21489","country_code":"GB","name_en":"United Kingdom, London S1","name_ru":", S1","public_ips":["46.17.63.237"],"lan_ip":"10.90.192.1","services":{"httpd":{"ip":"46.17.63.237","port":23594},"pptp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"l2tp":{"service_id":2,"ip":"46.17.63.237","vpn_subnet":"10.90.224.1\/21"},"ipsec":{"service_id":4,"ip":"46.17.63.237","vpn_subnet":"10.90.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"37.235.54.96","port":19706,"vpn_subnet":"10.90.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"37.235.54.96","port":34136,"vpn_subnet":"10.90.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"37.235.54.96","port":41576,"vpn_subnet":"10.90.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"37.235.54.96","port":57636,"vpn_subnet":"10.90.216.1\/21"},"wg":{"ip":"37.235.54.96","port":38971}}},"147":{"id":147,"lat":"40.58615","lon":"-74.1005","country_code":"US","name_en":"USA, Salt Lake City S2","name_ru":", -- S2","public_ips":["23.158.72.86"],"lan_ip":"10.91.0.1","services":{"httpd":{"ip":"23.158.72.19","port":12900},"pptp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"l2tp":{"service_id":2,"ip":"23.158.72.19","vpn_subnet":"10.91.32.1\/21"},"ipsec":{"service_id":4,"ip":"23.158.72.19","vpn_subnet":"10.91.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"23.158.72.88","port":22916,"vpn_subnet":"10.91.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"23.158.72.88","port":37346,"vpn_subnet":"10.91.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"23.158.72.88","port":44786,"vpn_subnet":"10.91.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"23.158.72.88","port":60846,"vpn_subnet":"10.91.24.1\/21"},"wg":{"ip":"23.158.72.87","port":45460,"random_priority":"0"}}},"149":{"id":149,"lat":"48.208","lon":"16.373","country_code":"AT","name_en":"Austria, Vienna S3","name_ru":", S3","public_ips":["157.173.25.95","157.173.25.151"],"lan_ip":"10.91.128.1","services":{"httpd":{"ip":"157.173.25.11","port":15925},"pptp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"l2tp":{"service_id":2,"ip":"157.173.25.11","vpn_subnet":"10.91.160.1\/21"},"ipsec":{"service_id":4,"ip":"157.173.25.11","vpn_subnet":"10.91.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"157.173.25.198","port":15077,"vpn_subnet":"10.91.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"157.173.25.198","port":29507,"vpn_subnet":"10.91.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"157.173.25.198","port":36947,"vpn_subnet":"10.91.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"157.173.25.198","port":53007,"vpn_subnet":"10.91.152.1\/21"},"wg":{"ip":"157.173.25.198","port":34340}}},"150":{"id":150,"lat":"52.373","lon":"4.892","country_code":"NL","name_en":"Netherlands, Amsterdam R5","name_ru":", R5","public_ips":["178.215.227.12","178.215.227.13"],"random_priority":"5","lan_ip":"10.91.192.1","services":{"httpd":{"ip":"178.215.227.55","port":7779},"pptp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"l2tp":{"service_id":2,"ip":"178.215.227.55","vpn_subnet":"10.91.224.1\/21"},"ipsec":{"service_id":4,"ip":"178.215.227.55","vpn_subnet":"10.91.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"178.215.227.13","port":25145,"vpn_subnet":"10.91.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"178.215.227.13","port":39575,"vpn_subnet":"10.91.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"178.215.227.13","port":47015,"vpn_subnet":"10.91.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"178.215.227.13","port":63075,"vpn_subnet":"10.91.216.1\/21"},"wg":{"ip":"178.215.227.13","port":44408}}},"153":{"id":153,"lat":"46.06627","lon":"14.50754","country_code":"SI","name_en":"Slovenia, Ljubljana S3","name_ru":", S3","public_ips":["192.71.244.43"],"lan_ip":"10.92.128.1","services":{"httpd":{"ip":"91.132.94.97","port":18029},"pptp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"l2tp":{"service_id":2,"ip":"91.132.94.97","vpn_subnet":"10.92.160.1\/21"},"ipsec":{"service_id":4,"ip":"91.132.94.97","vpn_subnet":"10.92.136.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.244.202","port":26470,"vpn_subnet":"10.92.128.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.244.202","port":40900,"vpn_subnet":"10.92.144.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.244.202","port":48340,"vpn_subnet":"10.92.176.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.244.202","port":64400,"vpn_subnet":"10.92.152.1\/21"},"wg":{"ip":"192.71.244.202","port":45735}}},"162":{"id":162,"lat":"49.842","lon":"73.106","country_code":"KZ","name_en":"Kazakhstan, Karaganda S1","name_ru":", S1","public_ips":["109.248.198.4"],"lan_ip":"10.77.192.1","services":{"httpd":{"ip":"109.248.198.4","port":13954},"pptp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"l2tp":{"service_id":2,"ip":"109.248.198.4","vpn_subnet":"10.77.224.1\/21"},"ipsec":{"service_id":4,"ip":"109.248.198.4","vpn_subnet":"10.77.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"109.248.198.4","port":17864,"vpn_subnet":"10.77.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"109.248.198.4","port":32294,"vpn_subnet":"10.77.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"109.248.198.4","port":39734,"vpn_subnet":"10.77.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"109.248.198.4","port":55794,"vpn_subnet":"10.77.216.1\/21"},"wg":{"ip":"109.248.198.4","port":37129}}},"180":{"id":180,"lat":"47.0552","lon":"15.4026","country_code":"AT","name_en":"Austria, Graz S1","name_ru":", S1","public_ips":["5.180.114.202"],"lan_ip":"10.124.192.1","services":{"httpd":{"ip":"5.180.114.202","port":15949},"pptp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"l2tp":{"service_id":2,"ip":"5.180.114.202","vpn_subnet":"10.124.224.1\/21"},"ipsec":{"service_id":4,"ip":"5.180.114.202","vpn_subnet":"10.124.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"151.236.30.139","port":14733,"vpn_subnet":"10.124.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"151.236.30.139","port":29163,"vpn_subnet":"10.124.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"151.236.30.139","port":36603,"vpn_subnet":"10.124.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"151.236.30.139","port":52663,"vpn_subnet":"10.124.216.1\/21"},"wg":{"ip":"151.236.30.139","port":33998}}},"206":{"id":206,"lat":"22.28212","lon":"114.1500","country_code":"HK","name_en":"Hong Kong, Central District S2","name_ru":", S2","public_ips":["112.120.98.53"],"lan_ip":"10.95.0.1","services":{"httpd":{"ip":"112.120.98.53","port":23194},"pptp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"l2tp":{"service_id":2,"ip":"112.120.98.53","vpn_subnet":"10.95.32.1\/21"},"ipsec":{"service_id":4,"ip":"112.120.98.53","vpn_subnet":"10.95.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"112.120.98.53","port":27104,"vpn_subnet":"10.95.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"112.120.98.53","port":41534,"vpn_subnet":"10.95.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"112.120.98.53","port":48974,"vpn_subnet":"10.95.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"112.120.98.53","port":65034,"vpn_subnet":"10.95.24.1\/21"},"wg":{"ip":"112.120.98.53","port":46369}}},"214":{"id":214,"lat":"59.437","lon":"24.745","country_code":"EE","name_en":"Estonia, Tallinn S2","name_ru":", S2","public_ips":["185.122.185.121"],"lan_ip":"10.65.0.1","services":{"httpd":{"ip":"185.122.185.121","port":10919},"pptp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"l2tp":{"service_id":2,"ip":"185.122.185.121","vpn_subnet":"10.65.32.1\/21"},"ipsec":{"service_id":4,"ip":"185.122.185.121","vpn_subnet":"10.65.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"188.214.37.69","port":19964,"vpn_subnet":"10.65.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"188.214.37.181","port":32917,"vpn_subnet":"10.65.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"188.214.36.122","port":37592,"vpn_subnet":"10.65.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"83.172.139.225","port":59556,"vpn_subnet":"10.65.24.1\/21"},"wg":{"ip":"89.40.104.201","port":36979}}},"218":{"id":218,"lat":"43.236","lon":"76.946","country_code":"KZ","name_en":"Kazakhstan, Almaty M2","name_ru":", M2","public_ips":["77.67.8.84"],"lan_ip":"10.66.0.1","services":{"httpd":{"ip":"77.67.8.84","port":20203},"pptp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"l2tp":{"service_id":2,"ip":"77.67.8.84","vpn_subnet":"10.66.32.1\/21"},"ipsec":{"service_id":4,"ip":"77.67.8.84","vpn_subnet":"10.66.8.1\/21"},"ovpn_udp":{"service_id":0,"ip":"77.67.8.84","port":24113,"vpn_subnet":"10.66.0.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"77.67.8.84","port":38543,"vpn_subnet":"10.66.16.1\/21"},"ovpn_tun":{"service_id":3,"ip":"77.67.8.84","port":45983,"vpn_subnet":"10.66.48.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"77.67.8.84","port":62043,"vpn_subnet":"10.66.24.1\/21"},"wg":{"ip":"77.67.8.84","port":43378}}},"225":{"id":225,"lat":"32.071","lon":"34.776","country_code":"IL","name_en":"Israel, Tel Aviv S5","name_ru":", - S5","public_ips":["89.46.239.67"],"lan_ip":"10.67.192.1","services":{"httpd":{"ip":"193.182.144.79","port":7617},"pptp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"l2tp":{"service_id":2,"ip":"193.182.144.79","vpn_subnet":"10.67.224.1\/21"},"ipsec":{"service_id":4,"ip":"193.182.144.79","vpn_subnet":"10.67.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"192.71.27.64","port":20779,"vpn_subnet":"10.67.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"192.71.27.64","port":35209,"vpn_subnet":"10.67.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"192.71.27.64","port":42649,"vpn_subnet":"10.67.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"192.71.27.64","port":58709,"vpn_subnet":"10.67.216.1\/21"},"wg":{"ip":"192.71.27.64","port":40044}}},"253":{"id":253,"lat":"50.875","lon":"6.059","country_code":"NL","name_en":"Netherlands, Kerkrade S15","name_ru":", S15","public_ips":["80.91.223.172","80.91.223.175"],"random_priority":"20","lan_ip":"10.74.192.1","services":{"httpd":{"ip":"80.91.223.172","port":17031},"pptp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"l2tp":{"service_id":2,"ip":"80.91.223.172","vpn_subnet":"10.74.224.1\/21"},"ipsec":{"service_id":4,"ip":"80.91.223.172","vpn_subnet":"10.74.200.1\/21"},"ovpn_udp":{"service_id":0,"ip":"80.91.223.48","port":24706,"vpn_subnet":"10.74.192.1\/21"},"ovpn_tcp":{"service_id":1,"ip":"80.91.223.48","port":39136,"vpn_subnet":"10.74.208.1\/21"},"ovpn_tun":{"service_id":3,"ip":"80.91.223.48","port":46576,"vpn_subnet":"10.74.240.1\/21"},"ovpn_tun_udp":{"service_id":5,"ip":"80.91.223.48","port":62636,"vpn_subnet":"10.74.216.1\/21"},"wg":{"ip":"80.91.223.174","port":34670}}}} ### HMN_FILE /root/hmn/runs/20260708-042000/summary.txt -rw------- 1 root root 282 Jul 8 04:20 /root/hmn/runs/20260708-042000/summary.txt sha256=76c6e07971107d67ba61aa1553293ed465efbd98ee55a789e7060f2ec06246a7 --- head --- HideMyName AWG download summary timestamp=20260708-042000 awg=1 request_iface=vpn2 total_candidates=35 ok=35 fail=0 config_KEYMASK-042000 working_KEYMASK-042000/working-awg1.tsv fail_KEYMASK-042000/fail-awg1.tsv ### HMN_FILE /root/hmn/runs/20260708-042000/wg-candidates.tsv -rw-r--r-- 1 root root 1653 Jul 8 04:20 /root/hmn/runs/20260708-042000/wg-candidates.tsv sha256=0482d33b93a7e5831fb3a594f4ecb27be149119c5f7675fda8c4b288e539aa47 --- head --- 12 DK Denmark, Copenhagen S4 192.36.27.17 35500 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 49 DE Germany, Berlin S7 157.173.27.69 41797 53 FI Finland, Helsinki S4 192.71.247.18 35999 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 63 CL Chile, Santiago 38.7.197.83 38465 70 CZ Czech Republic, Prague S1 193.235.207.39 38330 71 US USA, Los Angeles S2 107.172.187.100 39480 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 73 TR Turkey, Istanbul S3 84.32.230.159 43808 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 76 IT Italy, Milan S3 149.154.157.24 35090 87 US USA, New York S1 107.175.93.59 31095 88 US USA, Dallas 107.174.226.51 44839 94 JP Japan, Tokyo 192.121.162.75 45945 108 HU Hungary, Budapest S6 89.46.237.14 38594 114 PS UAE, Dubai 103.57.251.39 37380 115 NO Norway, Sandefjord S15 185.14.97.234 37492 117 US USA, New York City S3 64.253.89.235 37402 118 RU Russia, Moscow S5 141.98.189.83 39408 128 LV Latvia, Riga S1 192.121.163.235 42530 129 CH Switzerland, Zurich S2 89.46.232.39 40316 133 SE Sweden, Stockholm S2 46.246.127.84 36230 141 RS Serbia, Belgrade S2 194.71.126.45 32821 146 GB United Kingdom, London S1 37.235.54.96 38971 147 US USA, Salt Lake City S2 23.158.72.87 45460 149 AT Austria, Vienna S3 157.173.25.198 34340 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 162 KZ Kazakhstan, Karaganda S1 109.248.198.4 37129 180 AT Austria, Graz S1 151.236.30.139 33998 206 HK Hong Kong, Central District S2 112.120.98.53 46369 214 EE Estonia, Tallinn S2 89.40.104.201 36979 218 KZ Kazakhstan, Almaty M2 77.67.8.84 43378 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 ### HMN_FILE /root/hmn/runs/20260708-042000/working-awg1.tsv -rw-r--r-- 1 root root 6294 Jul 8 04:20 /root/hmn/runs/20260708-042000/working-awg1.tsv sha256=c1b6525733d9715b94d8f8dbd497f3f68a7635b696f8878fcdee96859156cecd --- head --- id country name wg_ip wg_port endpoint endpoint_match address config_file 12 DK Denmark, Copenhagen S4 192.36.27.17 35500 192.36.27.17:35500 yes 10.119.249.139/32 KEYMASK-042000/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 29 UA Ukraine, Kyiv S3 38.244.192.244 45389 38.244.192.244:45389 yes 10.112.60.219/32 KEYMASK-042000/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 49 DE Germany, Berlin S7 157.173.27.69 41797 157.173.27.69:41797 yes 10.97.187.205/32 KEYMASK-042000/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 53 FI Finland, Helsinki S4 192.71.247.18 35999 192.71.247.18:35999 yes 10.98.185.144/32 KEYMASK-042000/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf 62 BE Belgium, Oostkamp S7 194.71.227.212 32583 194.71.227.212:32583 yes 10.100.254.15/32 KEYMASK-042000/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 63 CL Chile, Santiago 38.7.197.83 38465 38.7.197.83:38465 yes 10.101.61.41/32 KEYMASK-042000/063-CL-Chile-Santiago-38.7.197.83-awg1.conf 70 CZ Czech Republic, Prague S1 193.235.207.39 38330 193.235.207.39:38330 yes 10.102.248.214/32 KEYMASK-042000/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 71 US USA, Los Angeles S2 107.172.187.100 39480 107.172.187.100:39480 yes 10.103.56.214/32 KEYMASK-042000/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 72 NL Netherlands, Amsterdam S8 78.31.250.16 41729 78.31.250.16:41729 yes 10.103.120.171/32 KEYMASK-042000/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 73 TR Turkey, Istanbul S3 84.32.230.159 43808 84.32.230.159:43808 yes 10.103.187.191/32 KEYMASK-042000/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 75 NL Netherlands, Amsterdam H13 95.211.68.119 45176 95.211.68.119:45176 yes 10.104.58.109/32 KEYMASK-042000/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 76 IT Italy, Milan S3 149.154.157.24 35090 149.154.157.24:35090 yes 10.104.120.117/32 KEYMASK-042000/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 87 US USA, New York S1 107.175.93.59 31095 107.175.93.59:31095 yes 10.107.43.173/32 KEYMASK-042000/087-US-USA-New-York-S1-107.175.93.59-awg1.conf 88 US USA, Dallas 107.174.226.51 44839 107.174.226.51:44839 yes 10.107.108.112/32 KEYMASK-042000/088-US-USA-Dallas-107.174.226.51-awg1.conf 94 JP Japan, Tokyo 192.121.162.75 45945 192.121.162.75:45945 yes 10.108.238.215/32 KEYMASK-042000/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 108 HU Hungary, Budapest S6 89.46.237.14 38594 89.46.237.14:38594 yes 10.81.111.97/32 KEYMASK-042000/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 114 PS UAE, Dubai 103.57.251.39 37380 103.57.251.39:37380 yes 10.82.239.94/32 KEYMASK-042000/114-PS-UAE-Dubai-103.57.251.39-awg1.conf 115 NO Norway, Sandefjord S15 185.14.97.234 37492 185.14.97.234:37492 yes 10.83.41.157/32 KEYMASK-042000/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 117 US USA, New York City S3 64.253.89.235 37402 64.253.89.235:37402 yes 10.83.172.142/32 KEYMASK-042000/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 118 RU Russia, Moscow S5 141.98.189.83 39408 141.98.189.83:39408 yes 10.83.235.104/32 KEYMASK-042000/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 128 LV Latvia, Riga S1 192.121.163.235 42530 192.121.163.235:42530 yes 10.86.108.200/32 KEYMASK-042000/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 129 CH Switzerland, Zurich S2 89.46.232.39 40316 89.46.232.39:40316 yes 10.86.172.73/32 KEYMASK-042000/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 133 SE Sweden, Stockholm S2 46.246.127.84 36230 46.246.127.84:36230 yes 10.87.170.125/32 KEYMASK-042000/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 141 RS Serbia, Belgrade S2 194.71.126.45 32821 194.71.126.45:32821 yes 10.89.174.45/32 KEYMASK-042000/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 146 GB United Kingdom, London S1 37.235.54.96 38971 37.235.54.96:38971 yes 10.90.235.244/32 KEYMASK-042000/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 147 US USA, Salt Lake City S2 23.158.72.87 45460 23.158.72.87:45460 yes 10.91.43.12/32 KEYMASK-042000/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 149 AT Austria, Vienna S3 157.173.25.198 34340 157.173.25.198:34340 yes 10.91.168.223/32 KEYMASK-042000/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 150 NL Netherlands, Amsterdam R5 178.215.227.13 44408 178.215.227.13:44408 yes 10.91.233.132/32 KEYMASK-042000/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 153 SI Slovenia, Ljubljana S3 192.71.244.202 45735 192.71.244.202:45735 yes 10.92.173.35/32 KEYMASK-042000/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 162 KZ Kazakhstan, Karaganda S1 109.248.198.4 37129 109.248.198.4:37129 yes 10.77.236.75/32 KEYMASK-042000/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 180 AT Austria, Graz S1 151.236.30.139 33998 151.236.30.139:33998 yes 10.124.237.218/32 KEYMASK-042000/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 206 HK Hong Kong, Central District S2 112.120.98.53 46369 112.120.98.53:46369 yes 10.95.47.73/32 KEYMASK-042000/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 214 EE Estonia, Tallinn S2 89.40.104.201 36979 89.40.104.201:36979 yes 10.65.43.208/32 KEYMASK-042000/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 218 KZ Kazakhstan, Almaty M2 77.67.8.84 43378 77.67.8.84:43378 yes 10.66.44.225/32 KEYMASK-042000/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 225 IL Israel, Tel Aviv S5 192.71.27.64 40044 192.71.27.64:40044 yes 10.67.234.5/32 KEYMASK-042000/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf ### HMN_FILE /root/hmn/state/active-slot -rw-r--r-- 1 root root 5 Jul 8 08:32 /root/hmn/state/active-slot sha256=a5d46f9f74cb971c15698484e3d1a909e3e42da65b38f2e934600e47dfb43d25 --- head --- vpn1 ### HMN_FILE /root/hmn/state/bad-endpoints-20260603.txt -rw------- 1 root root 388 Jun 3 20:33 /root/hmn/state/bad-endpoints-20260603.txt sha256=4eee37415d53230fd2298e2c86d6f47cfe54d96d2f4011cf69311e9ccdc1956c --- head --- 95.211.68.119:45176 2026-06-03T16:48:20+00:00 slot_refill_old_or_failed_vpn1 178.215.227.13:44408 2026-06-03T17:01:27+00:00 slot_refill_old_or_failed_vpn2 194.71.227.212:32583 2026-06-03T17:13:45+00:00 slot_refill_old_or_failed_vpn1 157.173.25.198:34340 2026-06-03T19:15:28+00:00 slot_refill_old_or_failed_vpn2 157.173.27.69:41797 2026-06-03T20:33:29+00:00 slot_refill_old_or_failed_vpn1 ### HMN_FILE /root/hmn/state/bad-endpoints-20260604.txt -rw------- 1 root root 78 Jun 4 06:36 /root/hmn/state/bad-endpoints-20260604.txt sha256=32a0d6556365f9dd17702305d741a489918f5fcb9ef3b24d3303a117cd6f52c3 --- head --- 192.71.244.202:45735 2026-06-04T06:36:24+00:00 slot_refill_old_or_failed_vpn2 ### HMN_FILE /root/hmn/state/bad-endpoints-20260605.txt -rw------- 1 root root 311 Jun 5 16:14 /root/hmn/state/bad-endpoints-20260605.txt sha256=852fb4e78da358223234ac3f6a5ec55a42c630054db745b4cbb31f25e4377483 --- head --- 151.236.30.139:33998 2026-06-05T05:41:23+00:00 slot_refill_old_or_failed_vpn1 95.211.68.119:45176 2026-06-05T14:31:27+00:00 slot_refill_old_or_failed_vpn2 178.215.227.13:44408 2026-06-05T15:02:23+00:00 slot_refill_old_or_failed_vpn1 157.173.25.198:34340 2026-06-05T16:14:27+00:00 slot_refill_old_or_failed_vpn2 ### HMN_FILE /root/hmn/state/bad-endpoints-20260606.txt -rw------- 1 root root 309 Jun 6 21:56 /root/hmn/state/bad-endpoints-20260606.txt sha256=f5c9128197a2782b97b2462e9eeadc1b469bc985749b1ea9c709f96be207ecd0 --- head --- 194.71.227.212:32583 2026-06-06T18:50:23+00:00 slot_refill_old_or_failed_vpn1 89.46.237.14:38594 2026-06-06T19:15:27+00:00 slot_refill_old_or_failed_vpn2 95.211.68.119:45176 2026-06-06T20:42:30+00:00 slot_refill_old_or_failed_vpn1 178.215.227.13:44408 2026-06-06T21:56:23+00:00 slot_refill_old_or_failed_vpn2 ### HMN_FILE /root/hmn/state/bad-endpoints-20260607.txt -rw------- 1 root root 76 Jun 7 20:59 /root/hmn/state/bad-endpoints-20260607.txt sha256=5069354127be3d874a7fb734ef056b2f79993f6f0cdda08de5c6e51dbe35fa63 --- head --- 192.71.27.64:40044 2026-06-07T20:59:28+00:00 slot_refill_old_or_failed_vpn2 ### HMN_FILE /root/hmn/state/bad-endpoints-20260608.txt -rw------- 1 root root 77 Jun 8 10:44 /root/hmn/state/bad-endpoints-20260608.txt sha256=b57a7a634aa9fea8f2ce00793a78ad0243f790757f08e4e65a74fe286b53c5d2 --- head --- 157.173.27.69:41797 2026-06-08T10:44:27+00:00 slot_refill_old_or_failed_vpn1 ### HMN_FILE /root/hmn/state/bad-endpoints-20260706.txt -rw------- 1 root root 153 Jul 6 17:07 /root/hmn/state/bad-endpoints-20260706.txt sha256=a0095ba73052c635a9bef514fee034cebc7dfbef559800f86855871fb14ab983 --- head --- 157.173.27.69:41797 2026-07-06T16:56:52+00:00 slot_refill_old_or_failed_vpn2 37.235.54.96:38971 2026-07-06T17:07:51+00:00 slot_refill_old_or_failed_vpn1 ### HMN_FILE /root/hmn/state/bad-endpoints-20260706.txt.before-validate-20260706-161434 -rw-r--r-- 1 root root 227 Jul 6 16:08 /root/hmn/state/bad-endpoints-20260706.txt.before-validate-20260706-161434 sha256=8848fdbe577de02780f316cdcd36ca51561e23ee6f15a9ef040dccd8f5385405 --- head --- 178.215.227.13:44408 2026-07-06T10:16:41+00:00 slot_refill_old_or_failed_vpn2 157.173.27.69:41797 2026-07-06T10:17:26+00:00 strict_probe_failed_vpn2 194.71.227.212:32583 2026-07-06T16:08:48+00:00 slot_refill_old_or_failed_vpn1 ### HMN_FILE /root/hmn/state/bad-endpoints-20260707.txt -rw------- 1 root root 0 Jul 7 04:31 /root/hmn/state/bad-endpoints-20260707.txt sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/state/bad-endpoints-20260708.txt -rw------- 1 root root 77 Jul 8 06:15 /root/hmn/state/bad-endpoints-20260708.txt sha256=3ea5202366f220781f5c701d25382910f7a778cd3c11980e9662600dedb2de2a --- head --- 95.211.68.119:45176 2026-07-08T06:15:45+00:00 slot_refill_old_or_failed_vpn2 ### HMN_FILE /root/hmn/state/last-cron-refresh-finished-at -rw-r--r-- 1 root root 26 Jul 8 04:32 /root/hmn/state/last-cron-refresh-finished-at sha256=a8fa8dc9eb36a5fff2006b8edf32530f2a4cf207c0597223a2e5f5efc3bee03a --- head --- 2026-07-08T04:32:07+00:00 ### HMN_FILE /root/hmn/state/last-cron-refresh-rc -rw-r--r-- 1 root root 2 Jul 8 04:32 /root/hmn/state/last-cron-refresh-rc sha256=9a271f2a916b0b6ee6cecb2426f0b3206ef074578be55d9bc94f6f3fe3ab86aa --- head --- 0 ### HMN_FILE /root/hmn/state/last-fresh-download-at -rw-r--r-- 1 root root 26 Jul 8 04:20 /root/hmn/state/last-fresh-download-at sha256=62f0e3447f5e77463f861869264e17dbf38e5f44084e369db0fda1c218ff015f --- head --- 2026-07-08T04:20:44+00:00 ### HMN_FILE /root/hmn/state/last-fresh-download-rc -rw-r--r-- 1 root root 2 Jul 8 04:20 /root/hmn/state/last-fresh-download-rc sha256=9a271f2a916b0b6ee6cecb2426f0b3206ef074578be55d9bc94f6f3fe3ab86aa --- head --- 0 ### HMN_FILE /root/hmn/state/last-low-watermark-check -rw-r--r-- 1 root root 127 Jul 8 08:22 /root/hmn/state/last-low-watermark-check sha256=8d9bcb041d52915e27e6e79da8be581668e3ef4baadb0e808443068a764fce9f --- head --- checked_at=2026-07-08T08:22:00+00:00 foreign_total=15 used_by_slots=2 bad_in_table=1 available=12 threshold=3 active_slot=vpn1 ### HMN_FILE /root/hmn/state/last-low-watermark-decision -rw-r--r-- 1 root root 18 Jul 8 08:22 /root/hmn/state/last-low-watermark-decision sha256=ce99ef5fce9d311dc62909d3aff92f6ddb76f54fefbb0b65a3fab6b6887f7186 --- head --- ENOUGH_CANDIDATES ### HMN_FILE /root/hmn/state/last-low-watermark-refresh-finished-at -rw-r--r-- 1 root root 26 Jun 7 18:20 /root/hmn/state/last-low-watermark-refresh-finished-at sha256=3635639292958642dc624de3f371ee28bff5b1cad27352cd66466ad12e8961f3 --- head --- 2026-06-07T18:20:58+00:00 ### HMN_FILE /root/hmn/state/last-low-watermark-refresh-rc -rw-r--r-- 1 root root 2 Jun 7 18:20 /root/hmn/state/last-low-watermark-refresh-rc sha256=9a271f2a916b0b6ee6cecb2426f0b3206ef074578be55d9bc94f6f3fe3ab86aa --- head --- 0 ### HMN_FILE /root/hmn/state/last-low-watermark-refresh-started-at -rw-r--r-- 1 root root 26 Jun 7 18:07 /root/hmn/state/last-low-watermark-refresh-started-at sha256=149ad794724145e6120ec87f28a8cb5647999e7a8692020c990f4b32845a39e9 --- head --- 2026-06-07T18:07:18+00:00 ### HMN_FILE /root/hmn/state/last-refresh-pool-source -rw-r--r-- 1 root root 6 Jul 8 04:31 /root/hmn/state/last-refresh-pool-source sha256=02db0d2659c9d48bc15f81a388594fc0e3cf4c780fdc27ea21e0671afc37de19 --- head --- fresh ### HMN_FILE /root/hmn/state/last-refresh-retry-checked-at -rw-r--r-- 1 root root 26 Jul 8 08:05 /root/hmn/state/last-refresh-retry-checked-at sha256=52a164347c6855b32040147f29da185ac8fee9633f153ad377ac179d6d645515 --- head --- 2026-07-08T08:05:00+00:00 ### HMN_FILE /root/hmn/state/last-refresh-retry-decision -rw-r--r-- 1 root root 16 Jul 8 08:05 /root/hmn/state/last-refresh-retry-decision sha256=f212516d03d3878a5e8888f0025dd0a10c36247b9dc4966f36105ffd53e7fff5 --- head --- NO_RETRY_NEEDED ### HMN_FILE /root/hmn/state/last-refresh-status-at -rw-r--r-- 1 root root 26 Jul 8 04:31 /root/hmn/state/last-refresh-status-at sha256=cd169740948703bb87e09adaa308fa29a8e89699420e76b815af0d08d9ced9b9 --- head --- 2026-07-08T04:31:59+00:00 ### HMN_FILE /root/hmn/state/last-vpn-egress-revive -rw-r--r-- 1 root root 113 Jul 6 17:33 /root/hmn/state/last-vpn-egress-revive sha256=b562d7f816c223522ef5d06786d01ef3c02df03c70d26b5e470a9ec918e35c45 --- head --- status=ok finished_at=2026-07-06T17:33:19+00:00 target=vpn2 final_table_dev=vpn2 probe_9_9_9_9=1 probe_1_1_1_1=1 ### HMN_FILE /root/hmn/state/patch-20260701-vpn-egress-active-restart.applied -rw-r--r-- 1 root root 167 Jul 1 08:22 /root/hmn/state/patch-20260701-vpn-egress-active-restart.applied sha256=3152ecf552bba6cf8ea1ab4727b65958ebb9f0607718abfb865a282ff81bc0b3 --- head --- patch_id=20260701-vpn-egress-active-restart applied_at=2026-07-01T08:22:48+00:00 backup_dir=/root/hmn/patch-backups/20260701-vpn-egress-active-restart-20260701-082248 ### HMN_FILE /root/hmn/state/patch-20260702-vpn-user-base.applied -rw-r--r-- 1 root root 258 Jul 6 10:00 /root/hmn/state/patch-20260702-vpn-user-base.applied sha256=7a85b6376d6fce50d419557550903c221cefb90598083e070372b17c2a48f8f5 --- head --- patch_id=20260702-vpn-user-base status=applied applied_at_utc=2026-07-06T10:00:31Z backup_dir=/root/hmn/patch-backups/20260702-vpn-user-base-20260706-100031 loader=/root/hmn/hmn-load-vpn-user.sh network_vpn_user=base_ready firewall_vpn_out=contains_vpn_user ### HMN_FILE /root/hmn/state/patch-20260702-vpn-user-loader-output-sanitize.applied -rw-r--r-- 1 root root 231 Jul 6 14:24 /root/hmn/state/patch-20260702-vpn-user-loader-output-sanitize.applied sha256=e10fdee50db7582ebe9efbf44a0de25eb1228bc0aed20fa2d97069a66e352cc6 --- head --- patch_id=20260702-vpn-user-loader-output-sanitize status=applied applied_at_utc=2026-07-06T14:24:37Z script=/root/hmn/hmn-load-vpn-user.sh backup_dir=/root/hmn/patch-backups/20260702-vpn-user-loader-output-sanitize-20260706-142437 ### HMN_FILE /root/hmn/state/patch-20260703-vm101-vpn-egress-revive-script.applied -rw-r--r-- 1 root root 233 Jul 6 14:24 /root/hmn/state/patch-20260703-vm101-vpn-egress-revive-script.applied sha256=1492c85a5f0395f98530a8fc0fa82797387a1d8aac1b09bd51b4f8131ab03b5a --- head --- patch_id=20260703-vm101-vpn-egress-revive-script status=applied applied_at_utc=2026-07-06T14:24:37Z script=/root/hmn/hmn-vpn-egress-revive.sh backup_dir=/root/hmn/patch-backups/20260703-vm101-vpn-egress-revive-script-20260706-142437 ### HMN_FILE /root/hmn/state/patch-20260703-vpn-user-override-backend.applied -rw-r--r-- 1 root root 294 Jul 6 10:00 /root/hmn/state/patch-20260703-vpn-user-override-backend.applied sha256=b1ceba9dd1e8c66e8943cdd26b16951179259d2c586f4522811e1cdeaf5bd56b --- head --- patch_id=20260703-vpn-user-override-backend status=applied applied_at_utc=2026-07-06T10:00:32Z backup_dir=/root/hmn/patch-backups/20260703-vpn-user-override-backend-20260706-100032 script=/root/hmn/hmn-vpn-user-override.sh manager_guard=HMN_VPN_USER_OVERRIDE_MANAGER_GUARD_V1 cron_tick=enabled ### HMN_FILE /root/hmn/state/refresh-status -rw-r--r-- 1 root root 26 Jul 8 04:31 /root/hmn/state/refresh-status sha256=7e9de83cda3cc5159cffc8ee8cccf9cd89fcebb6320a433cda929fdb231b0692 --- head --- USING_FRESH_POOL_RETESTED ### HMN_FILE /root/hmn/test-runs/20260601-102626/results.tsv -rw-r--r-- 1 root root 90 Jun 1 10:26 /root/hmn/test-runs/20260601-102626/results.tsv sha256=1073ebb74c9af11931998576dfce611b458ac926f00261a11128d4055444adff --- head --- status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file ### HMN_FILE /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log sha256=2766e8470bc4b8f5809858f6d5ffc61893daf533d898a5a3831cec1ed97b3e16 --- head --- Backup: KEYMASK-before-vpn_test-20260601-102735 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:27:35+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=37cd43bc2ec0784b5c65feefb8496b629ba9e1ac2c7b7a87e29cb2beed1f6482 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40023 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.45 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt sha256=b6b5dbd5a1c15c835f2793155b59bd896bc141080ceebedc5ad70475bf8d4fb6 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40023 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 994 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log sha256=cb342418f7f90b2131873254cdb74e2740b753794e7ac60733c1efb3048ae677 --- head --- Backup: KEYMASK-before-vpn_test-20260601-102749 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:27:49+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=ea8f928c34988e57e9de337a2e4653b14a2082fd500476fa081d140e643ace07 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33563 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.24 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:27 /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt sha256=d67f21c25143e9341ea5b8c9a72d69a2c4ab724fc69ecb1eec9a68db9883405d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33563 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 823 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log -rw-r--r-- 1 root root 2001 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log sha256=c7f917688759245ad73b2e6113e4654fbeaf32ced3ba2ad6e636822638e3dd13 --- head --- Backup: KEYMASK-before-vpn_test-20260601-102803 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:28:03+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=232cf802990ed841aea93c0b6a6c0d8c351d24a4de90cd8b0ebde3003ad1a099 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=74.403 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=59.472 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=58.483 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 58.483/64.119/74.403 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 466 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=4dfa89c4432b99dead7d9d1934a70898119990f2478a898da72ad598a7a7f1aa --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39088 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 854 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 464 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt sha256=ac090092ba356af0fa95d8af30cd711321f30a0ce6e4b03db2d1b0341e980e1e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39088 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 470 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log sha256=c8bee59351f8cbd483cddfa225efdc018e20eccc1008bcbdc3266e7168eee7b7 --- head --- Backup: KEYMASK-before-vpn_test-20260601-102815 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:28:15+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=963a6730178beff85217e30d3d7737ac49327dde80ff022021d8a341bcae9a23 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=56.310 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=55.938 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=54.979 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 54.979/55.742/56.310 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=f540ff940301ad9af5686d7f04ab3d1158d5bec029c000c27491f36a972c7173 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40742 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 11 seconds ago transfer: 476 B received, 807 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt sha256=2ecd44465fc982f031a0df529052faafb11f6259bee348ea1516903555620108 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40742 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 423 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log -rw-r--r-- 1 root root 2011 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log sha256=d77ef0f1927d706f54c3ee6cba1aacbe7f30a306ff4b3426bd7a87011132db08 --- head --- Backup: KEYMASK-before-vpn_test-20260601-102828 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:28:28+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=7eeed7e0f71b4af8733cbe96dd33fdf314cc726effa95f316a3846ab69eb2e43 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=64.019 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=82.234 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=63.430 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 63.430/69.894/82.234 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=41888d93adce43f581c987315eb0d39030265fbf6d85ff2206914191d995b4db --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49716 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 934 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt sha256=a27d8132ff7953ba53cacc1689afe6758cbe25eb4c40f4e07427b161c7c3ab80 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49716 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 550 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log sha256=9ee1c1210a21f555880db4b25a3cb8112d3feaeacc7b538a7eaa4b52435b8b55 --- head --- Backup: KEYMASK-before-vpn_test-20260601-102840 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:28:40+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=09dd78ecfe467b220ed64c5b03406f2a68cd98d340633a3ee92d67f0f35c2cbf --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=369.882 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=370.793 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=369.920 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 369.882/370.198/370.793 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=5645542529df5ec7ae6d907a6e1f2f825cc4833221431531c58e49e43b8dd1b7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40294 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 844 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt sha256=60fba6cc30bb9a31887c4d3815fb47e834ba8d365a56eee303bcc43bfeae7b34 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40294 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 460 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log -rw-r--r-- 1 root root 2023 Jun 1 10:28 /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log sha256=ae09b9aa3b0db9d45b89f3ace0ac66e535ffd6ed200dcbab3df60fba16eba6cd --- head --- Backup: KEYMASK-before-vpn_test-20260601-102853 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:28:53+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=d2437a9739b597d7fb8c186b6d8f32fb487daf33d9d7651c474ad6f3cc3905bf --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46692 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.18 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt sha256=0cae768faf1891236de662ae2aeeaf07a221a12486d562644b1f487e4a8d3b75 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46692 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 819 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log sha256=7d49a06596eb15685c7a6e4e370d25fbcb4ff70f4600235c8d10136150568071 --- head --- Backup: KEYMASK-before-vpn_test-20260601-102907 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:29:07+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=68db2e8dd02e511c224f279e35a2644eda6b16dc111012a76420ed995814231b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47163 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.41 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 431 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt sha256=2704c79988aadd0b2732005448cf4ce7c26fe79381e35bbf684fae8e61ee7582 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47163 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 927 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log sha256=872e81c1fb65b0b17a3d500db61fa49a360e7d0b7bd542e7fd3f46faf1d3145f --- head --- Backup: KEYMASK-before-vpn_test-20260601-102921 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:29:21+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=1ec62c6b8e7adb3cf2908618277d1e22d39be97bac49c1a852fac3a8a0be31e6 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=85.220 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=82.968 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=83.140 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 82.968/83.776/85.220 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=bf69d0efcfcb2e10a39599333af35a1cf61cbc4b3a199274ece5dfbfa729ea78 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40314 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 886 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt sha256=488258183fdc7e8fef93daf5df22ff8509f4de3cb817847cac959a8c54ca494f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40314 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 502 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log sha256=9862eff02243b9629865c4870574522149adedaa69b566040b335bae38aaf8d9 --- head --- Backup: KEYMASK-before-vpn_test-20260601-102933 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:29:33+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=5530f217e7e532cc5eab7871f3adab2951f5e51f5f8516a715d384346e91f3ce --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=49.449 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=48.772 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=49.280 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 48.772/49.167/49.449 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=d6226cf917a5cc66e4e83e28d4d85e96215af291d3b0b944b630c679ac4c2ca4 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52946 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 879 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt sha256=c4fb5ad2d7f8891a2e5376196dbcddbd239ec1ed6a1e7d313ae343f1c2ec3fbb --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52946 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 495 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log sha256=fd09269162cd441141c4cd9d45c48da2f2f55bbce65a58d732e1d432732fee82 --- head --- Backup: KEYMASK-before-vpn_test-20260601-102946 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:29:46+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 333 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=a4ea5df43cce040e931054242068f729825487ab2275ec025b79b5a34fe6ed58 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=77.100 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=118.109 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=76.481 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 76.481/90.563/118.109 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=415fc236403e5d81e5afaadc8d78af72e8c8254f4b558469e2ccc88467b33acc --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37434 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 789 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt sha256=9fdf7325fc5a337b39e2b065116223e333ac887007cc78882e370002132503c2 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37434 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 405 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 10:29 /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log sha256=0a78261112a0be3784756e06a139ad4518d429e1640b3d649154161f2b22f8fc --- head --- Backup: KEYMASK-before-vpn_test-20260601-102958 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:29:58+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=e85faadc170e7fe3fbc69ecf8cd62c2811346b6f3315dd18e3ac44030f4b20ca --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44707 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.19 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 426 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt sha256=afa46f1b20529990892e750f52eb1215834708dfe5f554d18c91bad2e6557d09 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44707 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 823 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log -rw-r--r-- 1 root root 1984 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log sha256=bdfb0c8dcebaadd19166cf97ab29925cfb732a020f532872e3a2663e12e2df1f --- head --- Backup: KEYMASK-before-vpn_test-20260601-103012 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:30:12+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=28b691dbdd8995fcf10185ca07bf4dc41cf31a1c5c3b4d56b3a266fea745a389 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52364 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt sha256=e3f8723deea95d2e50bd68edbbc96846936300299bd2eb60568209fb728f403b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52364 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.05 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log sha256=b8921af2ca1944aa535140436238313759cdb6c48b465d7aaebbcf5344ecf42a --- head --- Backup: KEYMASK-before-vpn_test-20260601-103026 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:30:26+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=611424a0fdf8c7e37df548439892b2d1b2ea0048740688866a4dc7c42f8861de --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43382 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.29 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt sha256=cb933332af293db1c5858a63ed6c0b2d11d3cf5d3b46d1c2e2dd343a3f2507a5 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43382 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 886 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log sha256=a92f7d238259234d42f83e61ae54df627529ae8a2c62932e5953f40e25df93a4 --- head --- Backup: KEYMASK-before-vpn_test-20260601-103041 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:30:41+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=68a69a898bc6e4148a8415369736bd5601c769694a32381a2313eed468af661a --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=79.359 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=78.787 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=77.670 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 77.670/78.605/79.359 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=39e0adddbec112605ec22a64c0535119f412fbb6573983381fc321e2f39993ea --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52119 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 818 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt sha256=615e41a68183803febbf334d923803c6cca937162a545b784e375c00a76c91ea --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52119 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 434 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log -rw-r--r-- 1 root root 1987 Jun 1 10:30 /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log sha256=6672f0004051ee9885a4e628aa57d03d0038826dd84f8b58de4e5219d093dffe --- head --- Backup: KEYMASK-before-vpn_test-20260601-103053 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:30:53+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=ff7a5b0283919fd91d430ff8e1d83e982ee39b4baf5d9adb03f7ec7a0f899fcb --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48179 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.37 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt sha256=9ed9e42415bd92e2b5df7a3185b7299586ba47131a8f88eacdf7fa1ef1e21e63 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48179 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 959 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log sha256=8ae4a46bf71692f61d62c9b981ce6619672de570022056e3c40b14f2007556d2 --- head --- Backup: KEYMASK-before-vpn_test-20260601-103107 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:31:07+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=a3bfb4d150f85565dc7ed1a3409c2d01c73dfeaac9c5b2ab804800d03e3ce6df --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41765 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.35 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 427 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt sha256=c0bce5d8d461077e57f6ae37de1928f9f2b887a59a8e53ad1090b8b7d6f069be --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41765 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 897 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log sha256=4529deb8d9fa350e96fcbec0a51808ff4c16732e25d325ba604c13cc4eb1dddb --- head --- Backup: KEYMASK-before-vpn_test-20260601-103121 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:31:21+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=ef382e89a6a391ade8a7eeddcd9c284d9c5a45391d6ee703cb02b735ca8c1791 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=130.850 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=159.815 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=159.443 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 130.850/150.036/159.815 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=cd08e9d16a5c9dbd766074086bf22762e9ce6de635fd6de05e8bb131cef92a97 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33012 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 777 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt sha256=2771bf96d83139275ff590410cd56e75c1b483d8d585941a033055d85bb84326 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33012 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 393 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log sha256=b2b8300ee13320a72696d36ecc46329bb7e5847f43a5eeb6436dea1fded9d34d --- head --- Backup: KEYMASK-before-vpn_test-20260601-103134 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:31:34+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 334 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=a09202fc2d984275b837292b2a2f1776cb21b7fa6a98b9c2b96160343490acde --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=90.372 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=155.162 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=90.975 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 90.372/112.169/155.162 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=11a184d0b2e54dcc7251345d9e614639d0a899f6dc596bb50346ead00a083d04 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52051 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 913 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt sha256=4b4b40ad90420797b1345b636a36f6a41d04f8bfbc81e6bc239f3a37b67be97d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52051 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 529 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log sha256=33d0c729fb40739a61067081664108cec7b08ed0cf212f8eabf97ed8132ab9d2 --- head --- Backup: KEYMASK-before-vpn_test-20260601-103146 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:31:46+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=78de0127c8036987601000b06bd3df491ae1f7ac5a1d8f69f052951b81e00979 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=42 time=204.254 ms 64 bytes from 9.9.9.9: seq=1 ttl=42 time=204.952 ms 64 bytes from 9.9.9.9: seq=2 ttl=42 time=208.941 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 204.254/206.049/208.941 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=a63ac220f7a2108d6781d94de7c77887a5cb22f6e648294bded92d2a6d005caf --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58154 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 927 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt sha256=8fc9a33c8111d78840fb9b151262ab12bf79924c6f766852f39575686f21216b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58154 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 543 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log -rw-r--r-- 1 root root 2010 Jun 1 10:31 /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log sha256=b3622545bc6ea705013a8b801b890fdfdc54c74b58a85ac558730ad9b7187af3 --- head --- Backup: KEYMASK-before-vpn_test-20260601-103158 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:31:59+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=857b2d42f1c5cb9da9283e66c43ca9fffb4a20b3c4da20f35d999a912f405d16 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49882 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.40 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt sha256=f0b38b7803270796e30c6e9486c87ed8213ecbd57abf892bd328f18c8b281cdc --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49882 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 931 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log sha256=73e198f8ac34264d0daca94678570b179102b0b7115907e8a0136404a1d9efd4 --- head --- Backup: KEYMASK-before-vpn_test-20260601-103213 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:32:13+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=2cac901f99c17836ebccc0b197373af4535e8037182013edff53919eb2b8f4ff --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=32.267 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=31.816 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=32.044 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 31.816/32.042/32.267 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=16875e839091299d7d659959ff2dfdd6494349913e38505135745031668a5354 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46144 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 913 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt sha256=ade44c8c3058a7da43b39e9dfffd68079181e21330fa73babc12d9ce8596ea06 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46144 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 529 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log sha256=0eb080dad598075b35360ebacdcbdb7a9ed72102a40e751f64cbadcad1aa2656 --- head --- Backup: KEYMASK-before-vpn_test-20260601-103225 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:32:25+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=12169a54bf1f1d5431de76e6ea056127eb8c097ab246ec32f166ef62238ea806 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38150 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.20 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 428 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt sha256=936ec5e07770e4d20372641cdb0805bebf7f6ddfe38cf67306bfdd756252b392 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38150 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 834 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log sha256=22ebc7664b509a9392da208a7e64583d406a368a4e8b8a6dba534998e7d785e6 --- head --- Backup: KEYMASK-before-vpn_test-20260601-103239 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:32:39+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=59d5a0b4c72dafaa540ea1c63e6265b1a042792d7f82d466fce5eaf7828d2c0a --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=60.281 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=57.685 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=67.623 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 57.685/61.863/67.623 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=bb0ed779738f042aceb4e73e772334412a056062872803365fd435a8823cef50 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44468 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 816 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt sha256=a04de1d0cdf58a6905ff6c74c517a67a9f9de56b6e0d243527ad13d1b2b49f26 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44468 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 432 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 10:32 /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log sha256=38582fa8a3608eabc97d0677eafa967e95a1c58445cc21e43a4d475505bae951 --- head --- Backup: KEYMASK-before-vpn_test-20260601-103252 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:32:52+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=6fadbc5931d7a4a556c8a3ddb91e91fbe39325c573e0d779d6126e351ea8f4dd --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=69.753 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=52.895 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=53.527 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 52.895/58.725/69.753 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=7e345b29c9750e30d016dd8e023e2b9db74e72e331a396f696ce7d1ca8ec201e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45822 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 822 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt sha256=eef76881919dd0c99741ac0d25d03d6fa14420aff78cc38748bb578fbe7998b6 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45822 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 438 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log -rw-r--r-- 1 root root 2017 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log sha256=9949f89ba0493da0d779047753ee4cf7ea71b49692fc7dea4db6354d0acb5536 --- head --- Backup: KEYMASK-before-vpn_test-20260601-103304 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:33:04+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=a770e3c4c623893e3a61726e41bda4f42ad05b13bb689ede883bd3bb3bc2f393 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=51.491 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=51.640 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=60.063 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 51.491/54.398/60.063 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=8eec3825012e272c6d7e1b8217ee0ce94647bd2452c09986d90f94377175c784 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40419 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 748 B received, 898 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt sha256=13b027ff56b5794199c6251cf8770d7a7bc931478a9bf354b1476a6cfaeec15f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40419 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 188 B received, 514 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log -rw-r--r-- 1 root root 2012 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log sha256=34aa26ef247f0b3f7818bf188613e621209ae72024ce5b0b04d57d63cb1a2818 --- head --- Backup: KEYMASK-before-vpn_test-20260601-103316 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:33:16+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=9f0380868c49fabd264a027f1cd0cf187cab3fab157c8f8ada50f570ad0f51b0 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43630 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.15 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 429 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt sha256=56342e5004ead3e19987a1ca2fe2f71840678e421e11448275c70f49ca7f43fa --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43630 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 transfer: 0 B received, 804 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log sha256=9ef71b5e13a5f0e0f790748d7eb56e4bc3a8f29d5fc2afa6f2604b4f7428be67 --- head --- Backup: KEYMASK-before-vpn_test-20260601-103330 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:33:30+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=2a25bc76947139f774bf27ad2e2173802d1c02f8259084a73e0ba6a0412aa730 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38788 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.32 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt sha256=17807eefde58e9d22afce3f8831e02f4f3ffb32dfce3b19ab9c093fc2fa002e7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38788 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 884 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log sha256=8e555748f1c6b44f8821fa057d3cfadeca9571fb83b9dee0b53614849bcfeddc --- head --- Backup: KEYMASK-before-vpn_test-20260601-103345 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:33:45+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=71e4ebf1fb5f1752af205a55c45da4ea8980bbf36d51fcff99cb0285b775b3c3 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=64.384 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=64.447 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=65.320 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 64.384/64.717/65.320 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=93cde980d3f00d220199e21c18f6dc94d5d9996eb7de32ed6bb47411d6c0c589 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53708 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 887 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt sha256=4aa4561f0ac0d3e4a1b01bccb4a5ceec4efce105da98e5a5587ee7a4ab92267f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53708 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 503 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log -rw-r--r-- 1 root root 2000 Jun 1 10:33 /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log sha256=fd9b2ba79d308fe80dc6cb344581c3a5bb66c7117f53618bce0da163f1cc73f7 --- head --- Backup: KEYMASK-before-vpn_test-20260601-103357 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:33:57+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=48340c5ca51f52c74cda209ce43a1bb80c607bc4e5cfd9ffaead0fd456205202 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34733 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.14 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 429 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt sha256=e879541a83a31f093df5984cc6f2f41d57494936c93e0eaed05bec9042c8319b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34733 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 773 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log -rw-r--r-- 1 root root 2022 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log sha256=19591e932a9f9d40ea17d04098cc900c8957d480f53949ac1c6b5e46016339cf --- head --- Backup: KEYMASK-before-vpn_test-20260601-103411 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:34:11+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=ee343234ad1fc70da517c3bab45949fcac44a79b2314825bcf4f4d023ebb908f --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=274.754 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=318.989 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=273.184 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 273.184/288.975/318.989 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=3038a503756e22c911340a7c49477c251fff81ba4c2c742ff4d2cac9526da5eb --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51144 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 880 B sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt sha256=32237d26689239f951ee9c01241d6af78029feb5ccd19cd19182bb740186fb15 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51144 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 496 B sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log sha256=38f557ab1d7d122f271f474bb32f8111856f88898bb90d8494c2d84cd9a2e02c --- head --- Backup: KEYMASK-before-vpn_test-20260601-103424 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:34:24+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=f4355c52463dc5361a5dfc6c79544f195008ad885d31f7daf502157f48e8b60b --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=28.156 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=29.139 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=28.633 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 28.156/28.642/29.139 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=8f8759983da2ff5b2088249da5117e301db67af0f330ee12a57246bd3e5212bf --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42510 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 769 B sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt sha256=1d1cfc76e8f2f808108a29ee8fc76dfbe36c62a20f056df67a9d55e38d79bccd --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42510 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 385 B sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log -rw-r--r-- 1 root root 1999 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log sha256=7cddf819e8891b1a9642d244989b7037ff7aac0a42b2186460b949c9bd815647 --- head --- Backup: KEYMASK-before-vpn_test-20260601-103436 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:34:36+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=69fbad7d3da468b7b7f15705855b9c53d573452974e11ff40475d1d76fc45025 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47996 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.14 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt sha256=f1c986795af6d64957a8715474f7464341145d21bbb4cdbe7e0a13a24f0d43b3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47996 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 transfer: 0 B received, 782 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log -rw-r--r-- 1 root root 1992 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log sha256=ea29db3d765598d56e7f8c5489714a0b16ed603df1da1cd00143d6930e95f533 --- head --- Backup: KEYMASK-before-vpn_test-20260601-103450 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:34:50+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=659eadbf73a0d68ea40686b8e9cdb08f843f2c37d640c0c26e7dc126c14f0ec5 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60371 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 433 Jun 1 10:34 /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt sha256=0ea70f5f1e1e4565a5f720a393e39e63fd2d0d5941a622d1fa79b6b20560e0f7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60371 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.02 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log sha256=103cebe3a4fefe4fceceed178b7c7d10367cdc496da1a6114df79cf2de49540b --- head --- Backup: KEYMASK-before-vpn_test-20260601-103504 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T10:35:04+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=1ad096474c72476066dff4b8d827d1dc994684ca8f6d88affd3f9c1585f771b4 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=174.843 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=176.032 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=321.418 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 174.843/224.097/321.418 ms ### HMN_FILE /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=53d443849891403ccd60c1c6be36bb03480347844d3f1384c3b578ee76f57be0 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37223 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 881 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt sha256=563f82fbf0504642b1b38df123dd7af38ac3385914ac508f95093ab374a967a9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37223 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 497 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-102735/results.tsv -rw-r--r-- 1 root root 12152 Jun 1 10:35 /root/hmn/test-runs/20260601-102735/results.tsv sha256=648dbf81849802830412648f306365b4114cc9a17be490d0035dbf8621ee6a33 --- head --- status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.45 KiB sent 100% /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.24 KiB sent 100% /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 12 seconds ago transfer: 476 B received, 854 B sent 0% 64.119 /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt OK 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 latest handshake: 11 seconds ago transfer: 476 B received, 807 B sent 0% 55.742 /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 12 seconds ago transfer: 476 B received, 934 B sent 0% 69.894 /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 12 seconds ago transfer: 476 B received, 844 B sent 0% 370.198 /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.18 KiB sent 100% /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.41 KiB sent 100% /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 12 seconds ago transfer: 476 B received, 886 B sent 0% 83.776 /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 12 seconds ago transfer: 476 B received, 879 B sent 0% 49.167 /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt OK 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 latest handshake: 12 seconds ago transfer: 476 B received, 789 B sent 0% 90.563 /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.19 KiB sent 100% /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.55 KiB sent 100% /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.29 KiB sent 100% /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 12 seconds ago transfer: 476 B received, 818 B sent 0% 78.605 /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.37 KiB sent 100% /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.35 KiB sent 100% /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 12 seconds ago transfer: 476 B received, 777 B sent 0% 150.036 /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 12 seconds ago transfer: 476 B received, 913 B sent 0% 112.169 /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 12 seconds ago transfer: 476 B received, 927 B sent 0% 206.049 /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.40 KiB sent 100% /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt OK 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 12 seconds ago transfer: 476 B received, 913 B sent 0% 32.042 /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.20 KiB sent 100% /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 12 seconds ago transfer: 476 B received, 816 B sent 0% 61.863 /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 12 seconds ago transfer: 476 B received, 822 B sent 0% 58.725 /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 12 seconds ago transfer: 748 B received, 898 B sent 0% 54.398 /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 transfer: 0 B received, 1.15 KiB sent 100% /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.32 KiB sent 100% /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 12 seconds ago transfer: 476 B received, 887 B sent 0% 64.717 /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.14 KiB sent 100% /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 12 seconds ago transfer: 476 B received, 880 B sent 0% 288.975 /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt OK 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 latest handshake: 12 seconds ago transfer: 476 B received, 769 B sent 0% 28.642 /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 transfer: 0 B received, 1.14 KiB sent 100% /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.54 KiB sent 100% /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 12 seconds ago transfer: 476 B received, 881 B sent 0% 224.097 /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-102735/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### HMN_FILE /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log sha256=9776ec7a3aca294f490825c0a9f1270189e56ff6a4221475f10ef9c7c67cbba1 --- head --- Backup: KEYMASK-before-vpn_test-20260601-144432 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:44:32+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=37c9d109e325e17bbacd3b0a07f223d1ea5db60503d7271079707265d8994a14 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35279 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.49 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt sha256=de8abe91cb739875e4017943d7dc8fe12a477f6339dfe8231f37ae8f740e19a7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35279 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 989 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log sha256=f4b8db852dc13c077073265d1fd9968e3f09628ef47e7b37ce9d7b0b0e409bee --- head --- Backup: KEYMASK-before-vpn_test-20260601-144446 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:44:46+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=1b952c5c517430fe24c5b45a46909165a6d749149fc85dd8370a9146da59d36b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39565 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.16 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 14:44 /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt sha256=3181b433db1283ffb8f105ccbfad028c1c1932fa8c75b214becdad7248d5c686 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39565 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 821 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log -rw-r--r-- 1 root root 2001 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log sha256=b37bd447be0ce75df8d890ba09a92bbc634b2de2bfcca0382ef3ff728cc17a32 --- head --- Backup: KEYMASK-before-vpn_test-20260601-144500 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:45:01+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=6796b0a8f676923cd27418cee9c80896830c5bcbfe6291b0f98a02ab24a6be81 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=59.663 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=59.137 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=57.873 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 57.873/58.891/59.663 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 466 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=c0fa1ad6b6a9258a036b123222774fd821ffbca66f859f8b3536fbd7f6476ef9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51008 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 822 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt sha256=3b944de6551f7bb2313b9b9535d08f31b2f51127fe9edfac19072a521dd5dfa1 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51008 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 438 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log sha256=2093de64b94b6b6290994c5d478ea2ba0b17c7b1d51cf0d598e1015ed70aeaa3 --- head --- Backup: KEYMASK-before-vpn_test-20260601-144513 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:45:13+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=59e3b46ad0e24c5954688ad0f16da3d8aba41a7ff9ca1eba4863ac48e94fb9f4 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=59.103 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=59.336 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=57.974 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 57.974/58.804/59.336 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=1b6debb7bd1aa4d76f58f2d446c99b3337c8047dd5165f20ee1f3d5543f8e1c0 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43355 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 761 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt sha256=438a01cdbfcafa579be9000050a9279ebd399e3a38468b725f6bd30abdbf0480 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43355 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 377 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log -rw-r--r-- 1 root root 2011 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log sha256=881020e0f9233b98e1eb3ff4dd4a01e828b9f5c5b339c88108ad038bdee36fc3 --- head --- Backup: KEYMASK-before-vpn_test-20260601-144525 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:45:25+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=514a7e8d5d66919ada769304b86481fc22a431857cd6ddd559ce68e6360ae98e --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=59.630 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=60.205 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=57.647 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 57.647/59.160/60.205 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=f7e224c668f4b44831a42d6724e099693274f5e641315d3df2231f77d147bbfd --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55989 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 950 B sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt sha256=82161289339c470d89d998198ff07b96a49b80a3e7fe3218200978fef5ccd873 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55989 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 566 B sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log sha256=1578981e19f8e80b7dddd4d06eba103921648e912d20feae12cd78fbf287c42a --- head --- Backup: KEYMASK-before-vpn_test-20260601-144537 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:45:37+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=fd434b0cf9ae77d9ea9adda5cfaebaf8db5b4e3deeb16cec224a9e56d7d5c4bc --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=372.764 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=374.606 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=372.655 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 372.655/373.341/374.606 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=00b690d369e769e2c2b6749970f3e5b44e4b71ed7a0fdc64067008cfed4aa541 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36581 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 829 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt sha256=af329f9ec2d85860fc112729e5569cb2db476d9ca270bb50fd127a0cbb6fcf4d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36581 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 445 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log -rw-r--r-- 1 root root 2023 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log sha256=2374d4512ec7220f194c160ef9a86256ce700502681d696e980d4eb105610399 --- head --- Backup: KEYMASK-before-vpn_test-20260601-144550 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:45:50+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=ce5fd8282a9c074aff716712aa9bdf2c9ba2684b6c8d2ed377650b93b339411c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56122 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.14 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 14:45 /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt sha256=8eaf024bc95ac2b7ac4ead2171732149fbc61a3ce916aa2ae1f84cbbeb491356 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56122 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 759 B sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log sha256=0353028e0359b944bd480c253dfef7d5347e388a853080f64882321b847f5528 --- head --- Backup: KEYMASK-before-vpn_test-20260601-144604 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:46:04+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=8829ddb8b53a5e99614ccd0fdb018919cc487284b266d9575c4f06710acc9727 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44985 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.37 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 431 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt sha256=58d97dc21618f072c6eb7f41032ffef6f41bc3897d6f9b08eff4327cdc74249e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44985 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 952 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log sha256=f6e77e5640a93eb0c32179a975e4430479172ca9e3cffe1d24ac7380521bd15c --- head --- Backup: KEYMASK-before-vpn_test-20260601-144618 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:46:18+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=c2e55e536454cf7f9be1a5191178cb9e471e5d555571ded12c7e9656eaf54490 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=81.006 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=80.698 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=81.190 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 80.698/80.964/81.190 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=b5a0a196f24ed540312cfa5f4a9ad66e5ee8a84ba847bc910e0243c5c3f64b9d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55264 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 849 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt sha256=595be7751f73a07adbf579a9daf1c8992ef253ab02a2627198fc66d0a46a05a3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55264 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 465 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log sha256=c975f42f9bdf1bca4b7a0b5b61cb313a8c4b67578368d741f2be29c458444541 --- head --- Backup: KEYMASK-before-vpn_test-20260601-144631 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:46:31+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=f5d6147f74dda27e69a6830aac062912b0a76fcf0d77dabf390d94442a6893d8 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=48.129 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=49.411 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=48.864 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 48.129/48.801/49.411 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=4b08e70c9906304faabe35378820ba57e1be931b8a45ca647a362632e6ab4bf1 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52946 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 868 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt sha256=9893a95400ab161b52e5d7ceedb77479bbdd1c2b2e7d06a5448c89ff1aefdc34 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52946 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 484 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log sha256=82cce059a566a34d5eb814f17ffea3e80c6613c7265125078023d7c4b1a1cd6c --- head --- Backup: KEYMASK-before-vpn_test-20260601-144643 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:46:43+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=b0b0e428f644b33f91f9ac679acd0b5a8b8eb0d85d738dfbb8cd5e716a6e231b --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=80.826 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=81.747 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=81.179 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 80.826/81.250/81.747 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=62a82078371b5e24ffd3b733c7dc4bf27ba7786c08bc001eea0a0d90e45ce5be --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35814 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 795 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt sha256=b314b55ac2830d450079c8c20525c1322be3ca6fa92a397081ef4c83e08a8e8e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35814 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 411 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 14:46 /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log sha256=022469a0e676cbf865e9c3457ea06683aec77d289b96155dc5023595279f2776 --- head --- Backup: KEYMASK-before-vpn_test-20260601-144655 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:46:55+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=3e891b74d9a2097dbd4cf714356c8d25c15a2bd6f7936fb5028570d66a22e7f6 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47736 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.22 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 426 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt sha256=bc1b0445c367eb18b66820668fdd1a3d33b0d96a0ae18efb973103735571916a --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47736 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 827 B sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log -rw-r--r-- 1 root root 1984 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log sha256=2c93bca35c221a566dd298227a5d1fbaa8911c4a49e94673b54aee6c433dcac0 --- head --- Backup: KEYMASK-before-vpn_test-20260601-144710 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:47:10+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=1583396fdd168f6daee8753edba3928ddace0ac0ffabaeeb11c3b353765eb21e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52408 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt sha256=8f5aa063802b57d663603b87971df2e9748dccb67f993c060c2261c7400601e3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52408 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.05 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log sha256=c45a5be6047099fbc3bc0cfe5a727a2e6eabdd0cbc982f86108bd80e1da8d451 --- head --- Backup: KEYMASK-before-vpn_test-20260601-144724 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:47:24+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=39eec5ddd7424cd40a300db6c475064424f3582dcd45790c989d0cc56fcb9de4 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33191 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.21 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt sha256=2177e0ceda55819b7d83534d0ea9d0367d108aaae773a70ee1797845e759361a --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33191 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 833 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log sha256=24b8bc9c7e54e9e57a366bec9170207d459879e2d24034cf9d9df09a0bf27393 --- head --- Backup: KEYMASK-before-vpn_test-20260601-144738 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:47:38+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=7f69ccb6b2dc925df2434eb197c887a3e98e9568ba482293813f134a78fbeb20 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=73.800 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=72.232 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=72.765 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 72.232/72.932/73.800 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=8bb5cd827bebf1ce293f45e5d28e1df4c7f01b5bb055f8296afb8c08adf51c94 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48923 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 811 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt sha256=470bd4a61a04b49c980af55d603c0c85ca2c1d4f1cddb5a7cccfe1ed909f5dd5 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48923 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 427 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log -rw-r--r-- 1 root root 1987 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log sha256=a4528b755012e2dc82a8b831570ad83ece4ad2bebf1595df5489ba9e2afc117e --- head --- Backup: KEYMASK-before-vpn_test-20260601-144750 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:47:50+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=f989cc2122357f849a839c474323f1a4b949d40cd8ffa655afea401b055b4f16 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56379 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.44 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 14:47 /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt sha256=1be884053a958811bd104547e210591bbc0c31baf384368e246b16898d7a28c8 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56379 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 995 B sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log sha256=f680e3f67a43c45d05b40ae13bbda2b80a2203535ac8f9b55259c72513f8e7d7 --- head --- Backup: KEYMASK-before-vpn_test-20260601-144805 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:48:05+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=9ce05a93fae0140809d4fc29931363aca0ba8b23cada50ec43320c6b997f7b93 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34932 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.42 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 427 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt sha256=c20494d52f75a871e0c8f43a11a5e7193b623aeba6b165ccfc2f21696f53b15d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34932 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 986 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log sha256=e7d4d0790920143c8e27b5a9faf6903c576debb4ddef543d87117d53fb9be314 --- head --- Backup: KEYMASK-before-vpn_test-20260601-144819 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:48:19+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=486caed2086371242058115cbd0cdf28727e4b187d93592973d7efba5682750c --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=126.255 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=128.962 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=128.200 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 126.255/127.805/128.962 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=c37ad72123a308c202c9faca9e39ac6116ab0b4524b1f04177a48dccea134952 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56202 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 812 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt sha256=56b22ea1272a4a31eaa24451fa949723eb76360cd159c6274380b066ee0b6832 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56202 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 428 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log sha256=1c5521732f76faf74185e2411ded472b5ec35370974d130a4fe494185e7eb38d --- head --- Backup: KEYMASK-before-vpn_test-20260601-144831 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:48:31+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 334 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=d569de629d977411c56a5c4bf604054b02f8223f45d9f736ff25696fb2764985 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=70.368 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=68.400 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=257.541 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 68.400/132.103/257.541 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=c59cb2048f9dae94775716a4514ee5f659df6eb81c497afa198d8f0ef61458eb --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47756 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 13 seconds ago transfer: 476 B received, 932 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt sha256=4bd723a1c4cf5de4c4d5700f7f57206e828143f58dc72bdd9b463dd3d236bae3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47756 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 548 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log sha256=8cfe4e67151c1b952f30abd327f382a37ae5c9fc63d63b50dc1eee82a6e7207e --- head --- Backup: KEYMASK-before-vpn_test-20260601-144844 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:48:44+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=c093e02a0997c493eed8b942f4f304ac92cd54fc18c544c3665ca928696c312f --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=42 time=205.705 ms 64 bytes from 9.9.9.9: seq=1 ttl=42 time=204.926 ms 64 bytes from 9.9.9.9: seq=2 ttl=42 time=204.915 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 204.915/205.182/205.705 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=1db37b9630cf42ff0863dc92d8c1036187e229c1f82237a684e98a438923990b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39836 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 898 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt sha256=125c255e8d26e635942b52c40cf92f79db9f35470629f461cfe8d0e21b337f0f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39836 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 514 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log -rw-r--r-- 1 root root 2010 Jun 1 14:48 /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log sha256=3a6ea355097985450407325b5ec9183d31c305d66e77ba9a24217c3c9e4eadb6 --- head --- Backup: KEYMASK-before-vpn_test-20260601-144856 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:48:56+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=1efd57df90676d8cf70bcc3d27be67cba77cbfb9bc4c2ddfa347fa7f85daef21 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=62.208 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=62.950 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=61.973 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 61.973/62.377/62.950 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=7d89424ef9ed554e47cb41571277d187b5a8084f52d2c6927425a0f2435b08aa --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51530 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 853 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt sha256=cdafa69c797a16e8d9887ca3e30e5f86e50e5385c3353561d015f789589c03f8 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51530 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 469 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log sha256=17d1bddf0a324c5aa2d832f15cbd6c5efd656cf61ccf3facfa4ab8e298bfbefb --- head --- Backup: KEYMASK-before-vpn_test-20260601-144908 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:49:08+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=834a62be86ff0961d21143e36d5c921c3eb95b472dbacc8f269037129eaae87d --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=30.970 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=31.703 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=31.538 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 30.970/31.403/31.703 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=c3b2ffeb28daf3d12f7c657a39f724886c5daf400ce5b7c055eade6a9af63a98 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43590 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 921 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt sha256=0bdca220fbfaef3dbbd7cb92bf5ebd5a926a591ca1fb342fec3818ed92277dee --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43590 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 537 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log sha256=5493f95b9d3c61595e4f0349892dff825865ae5093b8fba57af0b8774c8a48f2 --- head --- Backup: KEYMASK-before-vpn_test-20260601-144921 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:49:21+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=8eb5dac2b9956115a4721a34572836f2616b784613bbbeba3f881620fad7ef62 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44423 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.16 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 428 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt sha256=aacee6a0a86127844e2afc1c3d40f1a6f1bab1de126e2aae2c251a3bd2a0cd6b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44423 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 783 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log sha256=ecca8dd671d08d63b7ee7f53756628151b2e945a724ab8ac7a33acbc88551baf --- head --- Backup: KEYMASK-before-vpn_test-20260601-144935 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:49:35+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=06c0f35baade698ec4b961411d95bf115cfd3f493101ae39ea9c79f6ac5df2b0 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=89.898 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=62.756 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=59.820 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 59.820/70.824/89.898 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=4d3c79e8671839faa1770b6ee03ee256ceac7309dc076e57f68507cd3fa97a01 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39896 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 789 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt sha256=38be48416f3047b72641d92426405e101f49335003a4608fe4c3e1989d25f438 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39896 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 405 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log sha256=917a863503a7e1438a9a0a8335567b602f342bdc6c97db94bcd2a1f1c7abd43b --- head --- Backup: KEYMASK-before-vpn_test-20260601-144947 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:49:47+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=4f5845e8f4d89ce941ef026bfa4b6b0ff3cc81b4550d574847678fc6617670eb --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=64.322 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=55.708 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=60.115 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 55.708/60.048/64.322 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=0033d17ff127ed35866c5458fae8b3d877b2b433385b5eaa9216d451b9f4be98 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55324 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 787 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:49 /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt sha256=913d10a0798c2f8c4ba86fa46bb8ccdc59baca4cd5aa9312b5c54caaeac3943d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55324 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 403 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log -rw-r--r-- 1 root root 2017 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log sha256=861ab5a61c1cc2eeb142fa7ef4f0ef5b0dd6af9f6c0765b45a9ec0b8f221da20 --- head --- Backup: KEYMASK-before-vpn_test-20260601-145000 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:50:00+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=ee5eb81fcab769ada33c388f39f975f238e91697bcc2d79447f3b4541063bab5 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=51.563 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=54.025 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=55.656 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 51.563/53.748/55.656 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=38ab1282dfe6863b0320b37531330cfa69a92df00248fd2cfbd0468bcbbddbb9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50365 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 849 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt sha256=38bc31290b29b2a6b49f9574ca0612532f00b159c8b56f561b27b56ef65780e8 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50365 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 465 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log -rw-r--r-- 1 root root 2012 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log sha256=cef21780c76a0501d73afe6802e15601a8eaeea84537fcc70c520c159b1dea43 --- head --- Backup: KEYMASK-before-vpn_test-20260601-145012 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:50:12+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=aa2b525152e8049a6031f463acfefb6b6a7698971e773919a6f67ec4e2e31d29 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=65.441 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=66.296 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=65.928 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 65.441/65.888/66.296 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 466 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=f1b166f8517bb97c9f96a6ed35ffabbfdd02be8aa9a2453f63bd6fefab813cbf --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59669 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 753 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 464 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt sha256=de8ec18952ec18e814cbc4cad0bbb27795b2f6873e43feb67e6708713961f4c9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59669 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 369 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log sha256=079855cd579de40c5e2757c1f210a226e1e16a75b01b6d500afb7411c342551c --- head --- Backup: KEYMASK-before-vpn_test-20260601-145024 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:50:24+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=d99c04b09bd647943e09c2c5c3f46fe9f0745d479fabe623860d42f80a2b5964 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=50 time=204.370 ms 64 bytes from 9.9.9.9: seq=1 ttl=50 time=203.367 ms 64 bytes from 9.9.9.9: seq=2 ttl=50 time=204.733 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 203.367/204.156/204.733 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=096258ffdccbbe75385f3c2fae761bf234bf54b878cf98b074948dfa2a998b72 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48153 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 787 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt sha256=e16db9ef59e912eb01f21d2e180feb6749463daa17266703a54fdb8682f81eba --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48153 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 403 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log sha256=fc8c12b2aa8d74bfbe96671d5baba31881124676e8443b9eb67aaf561b77579c --- head --- Backup: KEYMASK-before-vpn_test-20260601-145037 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:50:37+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=da7aa1dc3959ed9ce3338f6debf5e9d9fa1ac432e4eea77eac52791b7f14d9c1 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=67.530 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=71.703 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=68.837 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 67.530/69.356/71.703 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=cb74828feec1c014740b12573ffb8d6d3e53085175fa177b4a81b44a7a754811 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49187 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 915 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt sha256=c00b99b34600667f3ee60acc2f56e23aa2ffbf50ac8280a2fde16b9ceded37f7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49187 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 531 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log -rw-r--r-- 1 root root 2000 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log sha256=a84847f776ccd5d648eb22f8492ff41479ef430a2dad5973fe451d89b5ea589a --- head --- Backup: KEYMASK-before-vpn_test-20260601-145049 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:50:49+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=f515c28d7821d059ed7affbc417da9d66a28143f313bfc67c26cf7bad6135fba --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58802 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.23 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 429 Jun 1 14:50 /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt sha256=7d607120f28fb1f3f2d5b6f66bdd80fd3c229c0843fdf69e359b1c84bdfeb3e0 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58802 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 816 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log -rw-r--r-- 1 root root 2022 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log sha256=ea5782a76c2d654201103bf49248cf035c4892608cb596b890fc570dbdaef44f --- head --- Backup: KEYMASK-before-vpn_test-20260601-145103 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:51:03+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=4196edab97f8849c43ce698f555234bcc983d94ab371c1dace0d0a410d9195d9 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=274.596 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=274.585 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=273.919 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 273.919/274.366/274.596 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=97db7d2cecf124056641f55de5107a5084bae82c3ade71b30b683c467089f941 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49226 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 917 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt sha256=d4469d62db9b95a2cf01b24ef1f2b6d4f0d6c80a9d5b5d94c0d1d81ea0772b0c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49226 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 533 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log sha256=dab45d3537c9bb3925ab5b4dd175b661d36cc1ce5041cfcba9889746882521bd --- head --- Backup: KEYMASK-before-vpn_test-20260601-145116 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:51:16+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 281 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=9c8dd7ff2fe4728850b0eb06a6d509d355c754ff78b99140ae77c81b86871215 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=32.710 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=29.257 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 2 packets received, 33% packet loss round-trip min/avg/max = 29.257/30.983/32.710 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=2f2b981b805b1b534bbc9d853609c0f8596b39644537d098b8c2da83af429c22 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48451 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 13 seconds ago transfer: 348 B received, 795 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt sha256=61defb2e2e3042a28444dae8fbd8e9ceceefd939605cbb46f1c0c3ae659b6b3e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48451 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 411 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log -rw-r--r-- 1 root root 1999 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log sha256=81d5f3c2437abbdfc3e68e611bd8248d958f6179fbd7c0e014d8d5b3f674810d --- head --- Backup: KEYMASK-before-vpn_test-20260601-145129 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:51:29+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=b5b27c35c28832b18e31ef3406d2200dd13d476a31727a43336fe13f768ebd70 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=100.334 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=100.766 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=102.476 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 100.334/101.192/102.476 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=9f3010d0dd93eae95a76c18119a18941c8d4a07744edd23dd755916a44b5b61b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36341 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 823 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt sha256=a43009c49d0cf03909cd8cbe7a3cc7d6ad7154e7a82f87a8686ea95101184f35 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36341 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 439 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log -rw-r--r-- 1 root root 1992 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log sha256=79816e9bb8d926830424b63eaad98e6ada78093a2434b4b2a231a539c8179d33 --- head --- Backup: KEYMASK-before-vpn_test-20260601-145141 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:51:41+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=5bbcd5cbc93e49570e867355c7d714e3f3262589cc0e1f3e78fecc0540153be8 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41755 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.56 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 433 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt sha256=e0facbd628d55f4817d814427c8a3c93c4951b06d8edc6f2b825da6f84e0cf55 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41755 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.07 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 14:51 /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log sha256=0804164327fb4e9598e4432fcbec38861fdb092f5e0ab035b1f6224f34030b32 --- head --- Backup: KEYMASK-before-vpn_test-20260601-145155 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T14:51:55+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 14:52 /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=db06b0c0cdc4ef929b996e3b1613c5cb651192de7eced379434e7bc6569f40e2 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=181.033 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=180.848 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=182.037 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 180.848/181.306/182.037 ms ### HMN_FILE /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 14:52 /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=ea25d7368985790cea96c753dfdb754bc593d99f4d04cb32cfc2aa555978ae69 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45540 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 875 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 14:52 /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt sha256=2f59f127a2a972ed02551a20e7fa659d2b5c1962c13857cdec8ee85e5e17bcbc --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45540 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 491 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-144432/results.tsv -rw-r--r-- 1 root root 12235 Jun 1 14:52 /root/hmn/test-runs/20260601-144432/results.tsv sha256=388e121fbad042611204c94188283acdf6c4f8e2e8caf97094f8daaa890b447d --- head --- status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.49 KiB sent 100% /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.16 KiB sent 100% /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 12 seconds ago transfer: 476 B received, 822 B sent 0% 58.891 /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt OK 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 latest handshake: 12 seconds ago transfer: 476 B received, 761 B sent 0% 58.804 /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 12 seconds ago transfer: 476 B received, 950 B sent 0% 59.160 /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 12 seconds ago transfer: 476 B received, 829 B sent 0% 373.341 /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.14 KiB sent 100% /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.37 KiB sent 100% /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 12 seconds ago transfer: 476 B received, 849 B sent 0% 80.964 /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 12 seconds ago transfer: 476 B received, 868 B sent 0% 48.801 /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt OK 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 latest handshake: 12 seconds ago transfer: 476 B received, 795 B sent 0% 81.250 /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.22 KiB sent 100% /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.55 KiB sent 100% /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.21 KiB sent 100% /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 12 seconds ago transfer: 476 B received, 811 B sent 0% 72.932 /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.44 KiB sent 100% /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.42 KiB sent 100% /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 12 seconds ago transfer: 476 B received, 812 B sent 0% 127.805 /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 13 seconds ago transfer: 476 B received, 932 B sent 0% 132.103 /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 12 seconds ago transfer: 476 B received, 898 B sent 0% 205.182 /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt OK 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 latest handshake: 12 seconds ago transfer: 476 B received, 853 B sent 0% 62.377 /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt OK 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 12 seconds ago transfer: 476 B received, 921 B sent 0% 31.403 /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.16 KiB sent 100% /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 12 seconds ago transfer: 476 B received, 789 B sent 0% 70.824 /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 12 seconds ago transfer: 476 B received, 787 B sent 0% 60.048 /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 12 seconds ago transfer: 476 B received, 849 B sent 0% 53.748 /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 12 seconds ago transfer: 476 B received, 753 B sent 0% 65.888 /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt OK 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 latest handshake: 12 seconds ago transfer: 476 B received, 787 B sent 0% 204.156 /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 12 seconds ago transfer: 476 B received, 915 B sent 0% 69.356 /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.23 KiB sent 100% /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 12 seconds ago transfer: 476 B received, 917 B sent 0% 274.366 /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt OK 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 latest handshake: 13 seconds ago transfer: 348 B received, 795 B sent 33% 30.983 /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 12 seconds ago transfer: 476 B received, 823 B sent 0% 101.192 /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.56 KiB sent 100% /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 12 seconds ago transfer: 476 B received, 875 B sent 0% 181.306 /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-144432/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### HMN_FILE /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:16 /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 15:16 /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.log sha256=3cd8ba94bfbcc679556b4f79105a0a018cca7a0a554d34909b5f924db32d3d76 --- head --- Backup: KEYMASK-before-vpn_test-20260601-151653 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:16:53+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=6b0044999c4a28036757a3309e8d95ecb82e619326cd8df14f0a07713baaaba4 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33645 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.43 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-before-ping.txt sha256=b5f59bd293911bf273974368b6273fc2cfe4788a122412b14f83fc6eb43008cb --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33645 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 966 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.log sha256=c902ddb39665eb4aef8ca882f21c02439bb649b09a17e2b786fd92929ee6fe56 --- head --- Backup: KEYMASK-before-vpn_test-20260601-151707 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:17:07+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=4dc559fe1054b7f5696428abccb2ae6583da053d65b3ff27cace73431b2b1a03 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57876 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.12 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-before-ping.txt sha256=5622c6d59cbd3dad6c8fa85aa224ff746392c7ddc95613ca6141b553b8cc374d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57876 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 760 B sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log -rw-r--r-- 1 root root 2001 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.log sha256=bf9587a2884150f5e366a05975759a6dcf23d2511875e1f47a54980f52346bcc --- head --- Backup: KEYMASK-before-vpn_test-20260601-151722 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:17:22+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=0f6bf74943b92c4e4d5833560444193f0997f61b9d45a5d11ef29a536ad5956a --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=65.476 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=71.189 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=65.634 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 65.476/67.433/71.189 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 466 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=4a6f800289ee83e808e587945483b1f6fc1cc156c0f98ad688c2e82d04194f33 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38152 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 828 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 464 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-before-ping.txt sha256=c04974cef4a3f66420e88fd1a0249e1b0670ecd62ecf866328f1449a65d7d1d4 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38152 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 444 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.log sha256=2a45eda63650b8ceac01f5c7be0745a8799322e72281bc3d6092bfa89659505c --- head --- Backup: KEYMASK-before-vpn_test-20260601-151734 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:17:34+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=9feb5b00671b3acccc993e9772774d401a5ef95c1afe4b75b205a9519dcb5abe --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=58.702 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=58.646 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=58.901 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 58.646/58.749/58.901 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=a53aed5973af8d1f057aa7687d85be6d2a9d47549903b2bd87a49e630b093d6e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54834 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 835 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-before-ping.txt sha256=c0fff40fbd520bf4aec339227129b8547e4db03b53c8568f0fad65df0af9e279 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54834 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 451 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log -rw-r--r-- 1 root root 2011 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.log sha256=313892996170d7c2f487c91ce22e0525075f57691a36048d33671006dc9ac853 --- head --- Backup: KEYMASK-before-vpn_test-20260601-151746 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:17:46+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=61e2e0aa0814ab0fe7c822ec83b48a3ffb272ddc9cee9174adbd44210680f564 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=58.788 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=56.859 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=56.826 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 56.826/57.491/58.788 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=2af48c57124afc3d0808c1f7bb0e943501a680f970786300da653a77b0f78e28 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57620 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 910 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-before-ping.txt sha256=4896b03251c6a65607e5b59827ab3c1b16d331c0535e52eb3048a24a2a63770b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57620 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 526 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 15:17 /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.log sha256=2fab3b624b00969adffdf41eb6ba23c7014632430b693bf9a737074a24c69b7f --- head --- Backup: KEYMASK-before-vpn_test-20260601-151759 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:17:59+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=b58295562a78cb0b6e02f4fcea88fe51f66a088d10bd223ea5c05c069247ee1f --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=374.815 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=374.600 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=374.580 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 374.580/374.665/374.815 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=09f5c0df2b0e3868879b9a0f54edd31c0abb62877e918dcdf61f7e467482b4d1 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54887 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 850 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-before-ping.txt sha256=34e6768bc5ca547ca5d06cb4318285a60fd04e7f814d50094cd1a90970d3af30 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54887 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 466 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log -rw-r--r-- 1 root root 2023 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.log sha256=7ba93f514ea8f88b54bee5cb054b7140ca428dbab9e01c4c6261770ddb1aef7a --- head --- Backup: KEYMASK-before-vpn_test-20260601-151811 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:18:11+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=f70037e4af432991a99a0b2011f9e144dc2e83764d50ae4916f1d5a049d046b2 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35222 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.29 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-before-ping.txt sha256=ec33db28d949b63837b8befa99cb09eb1665acde18808fbdb65a619b7b992ec6 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35222 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 884 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.log sha256=1540f9dd29636a771c93cf6930c541aad4cc799cce68537e39815fb02d538880 --- head --- Backup: KEYMASK-before-vpn_test-20260601-151825 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:18:25+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=09a70c0e0c8f54bd3b15f24ba792db26db077a0bccfc511fdf3c66e347f2117f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33123 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.42 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 431 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-before-ping.txt sha256=423bd2c5646cee0515c741fbed3d8e553f608acef998d2fc93b4b52c66f7daad --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33123 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 983 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.log sha256=5909c6c1852b1ac37adc48bde070cd434e51d89a68a6badc449ebecc77ac47d0 --- head --- Backup: KEYMASK-before-vpn_test-20260601-151840 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:18:40+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=41f47b497c83b8908b9e453379e2e3ff5b2abffa70494eecc0fa5dd9ba4d0a0e --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=83.213 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=83.703 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=82.850 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 82.850/83.255/83.703 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=fc1f733de6337baf02bd04454d84a7faaa2d3cea4a45f5e9e71dafe5c8a842c2 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38353 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 864 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-before-ping.txt sha256=6469463f804459e7813d364eb39681c605fbdd9d464f14573485a59a5f23e68c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38353 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 480 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log -rw-r--r-- 1 root root 2013 Jun 1 15:18 /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.log sha256=44953f476c5d36b304c19a54722b63d84c8f301e28b66f9885de0f7140ded3c2 --- head --- Backup: KEYMASK-before-vpn_test-20260601-151852 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:18:52+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=a542031914695ab70e98f001b1ef3b9e876ef67281ed2e71bc77d4cb9bb09493 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=48.849 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=48.999 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=48.552 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 48.552/48.800/48.999 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=764fc2fe8d78b041005a359e542604e8329419a69f5453da5d1f78d4d38a9654 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44532 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 851 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-before-ping.txt sha256=4489551af483d26c88399594df9868af323ddce4a141f286f60488fc69980478 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44532 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 467 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.log sha256=86e2188353aefb54f183280839452da604183bbe1a01f137020ae12bc7d82e86 --- head --- Backup: KEYMASK-before-vpn_test-20260601-151904 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:19:04+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=a7cf3d11f01789e98885373811301965da12081ca269589eb9a329268446fed7 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=84.018 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=82.698 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=83.611 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 82.698/83.442/84.018 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=4a0848426cdae1ee65da1112b0675697138781a1c84f13cc83d3f37675c0a09b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55740 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 810 B sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 466 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-before-ping.txt sha256=4433c4248bab1bfb780ad4b1b4b21123dcc66c7f1d075abaa2c74396aece33c5 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55740 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 426 B sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log -rw-r--r-- 1 root root 1983 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.log sha256=0efadc692276764014182132ec2952af8743ca56a611a654147c117820ddddc6 --- head --- Backup: KEYMASK-before-vpn_test-20260601-151917 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:19:17+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=deb7d49a9241101e04e682ab65cfbe34ae12336e86164ddbab8583637eeff286 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41735 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.15 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 426 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-before-ping.txt sha256=9f3dd604de9666aa31c31ba742c7775a049592cd26e454325dfb38fbae0dc75a --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41735 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 788 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log -rw-r--r-- 1 root root 1984 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.log sha256=5e6ff0d77274b9dead8fc1a09d9c7f2757f8254b2915c0c887721288321527ee --- head --- Backup: KEYMASK-before-vpn_test-20260601-151931 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:19:31+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=d47bc129237f01580bf00eb73f69d629841d02c327f88e31056d99037b8760e7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43614 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.58 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-before-ping.txt sha256=60936ddd34adab20df48b402412ec6896dae1d43792eb65a64f9d13775fa6156 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43614 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.06 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.log sha256=9105be2de2429ba41f3aec57f95cf70a6d98a8a4afcff76f015510bb15b66c42 --- head --- Backup: KEYMASK-before-vpn_test-20260601-151945 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:19:45+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=cd8fcf729d3da2fd8a7155988bbc8b57c51de060ec9ab6810caf94872e42dbb8 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40069 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.33 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-before-ping.txt sha256=77430bb709147e1346b3d3dfc7c92f0533137844bbfebcae119e18dcdbdf6389 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40069 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 915 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 15:19 /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.log sha256=d457767184c1647f52d3fdc0bbaa5ed0ecafe0c49d241fd0f2a55ce7a417e60b --- head --- Backup: KEYMASK-before-vpn_test-20260601-151959 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:19:59+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=afae1b45f8c4043c20c0e103ab9b863cb408e6b8a4a8c1581f00565c8569ea3a --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=75.332 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=75.975 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=75.473 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 75.332/75.593/75.975 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=7582177e57b1034e5494ab411ad0559c2be5f1689e12066a54e3eb4c6da04e6b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58839 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 813 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-before-ping.txt sha256=334f65f068fd7ea138e755ba68764c820776ac2e3ab89e359ba4c9fa73a823a8 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58839 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 429 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log -rw-r--r-- 1 root root 1987 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.log sha256=7b87479f95244a2d0b57c71fe93e6aeb58f39a4cb445a51fd5690315be38c5d9 --- head --- Backup: KEYMASK-before-vpn_test-20260601-152012 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:20:12+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=b6c4119390a7fee6cf2e9617581efe4aa133d946218c074afefc4c06d9576507 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44705 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.29 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-before-ping.txt sha256=8cfb656fdfe14b771709584e514552fb2a3099e9f7219c38b8aaf45fe1a9b3fe --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44705 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 881 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.log sha256=473bfab48436d7b647db8417566c206cf85de688a2ef6bce6d940f7a89d823f1 --- head --- Backup: KEYMASK-before-vpn_test-20260601-152026 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:20:26+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=f0927cacfe910c3c8a7b6c5cac5417586682ebb387bb06520edc5b9ac97fc13c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58809 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.34 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 427 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-before-ping.txt sha256=c8fe4679c9949088a7d2466f8be1634517ffae0ef0cbe6b0987270e5f0f631fa --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58809 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 892 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log -rw-r--r-- 1 root root 2005 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.log sha256=5889a2665d1fd3c1f105d3587ac9394994e390937a930c1167b0a25abb9915df --- head --- Backup: KEYMASK-before-vpn_test-20260601-152040 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:20:40+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=1de99fd9cf7fe7535d5f88c0f0aa6c078453ce3aba52d6ca80443569ff26ec86 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=126.040 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=129.052 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=127.062 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 126.040/127.384/129.052 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=48662b0baca04158065225d2c80927e2267ac364e3955174ad8ec4e5421ad4d9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51078 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 827 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-before-ping.txt sha256=30f9a0ff1cf2e2890881170600e3f6016c000e1dadc73f0048289ad2c1bb3f6c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51078 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 443 B sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log -rw-r--r-- 1 root root 2003 Jun 1 15:20 /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.log sha256=1adfe53286f7904f90534a5f0b45c58da6f090298c7805a51dcaca1dbc7fe6b1 --- head --- Backup: KEYMASK-before-vpn_test-20260601-152052 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:20:52+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 286 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=34b5e6d79757aa2e6dd002a8eca7ab8725777121461a472201ba8a892073acb2 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=134.762 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=235.069 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 2 packets received, 33% packet loss round-trip min/avg/max = 134.762/184.915/235.069 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=b410843fd11998172c711c0feb01f98f50f4ecb6c0bacfcd69bf42658e722eb7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57956 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 348 B received, 904 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-before-ping.txt sha256=6ed0e05ca07d61efb7f20d2d892ac0c81afc84fe658653620315dcda5c695560 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57956 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 520 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.log sha256=61233718a8498ccbc56a460fe1679a716ed2f807c911c9b6912e6a2fae7bb986 --- head --- Backup: KEYMASK-before-vpn_test-20260601-152106 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:21:06+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=a7d2da89ac5f70dec0b0f6c197f9058db879468dbb6627aca3d5d8a973d11f70 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=42 time=206.676 ms 64 bytes from 9.9.9.9: seq=1 ttl=42 time=206.569 ms 64 bytes from 9.9.9.9: seq=2 ttl=42 time=207.743 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 206.569/206.996/207.743 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=7300d3d0e92f7b3121e9e7b8a8bca41a88225db335d68644bcb33cb7739b4d9c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47906 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 895 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-before-ping.txt sha256=0650199d47bf3772eb00877f98492b584e9a0d2d43733db2c93ae5b24c2fce3e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47906 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 511 B sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log -rw-r--r-- 1 root root 2010 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.log sha256=6d3be8a97a15654cf25fc2b0c266b1e428c838af0f59d185fef81831df3e6066 --- head --- Backup: KEYMASK-before-vpn_test-20260601-152118 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:21:18+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=084c4ea3f0ca3c74e9726ac3e20ec38e0ce531e2fcaae8ce5245f5d3eed2ae80 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55627 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.34 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-before-ping.txt sha256=4773549a116ed766a7a57ac6f7ad4a25563dc911af973328a5e1e8ff2c60192f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55627 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 939 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.log sha256=824a1e835b21602be6a91c3e728062b6050144454e4361e3cd6c8d9207270817 --- head --- Backup: KEYMASK-before-vpn_test-20260601-152132 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:21:32+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=2c752159a0b82f49b2fb7bd368b4636d1c787734daf97b36931262da73a61603 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=33.333 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=34.980 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=33.841 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 33.333/34.051/34.980 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 464 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=3abb00ffb9ff45f088917bf9a84705ceb10e2173f4861ac09863a775528a4833 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42159 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 869 B sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 462 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-before-ping.txt sha256=7f6766c01026e0c533828299a9bd98e41699baa5f329fa8ab98f9908038f7db9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42159 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 485 B sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log -rw-r--r-- 1 root root 1998 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.log sha256=bccee572d6f20388f56521aeffbe734a90e684ac9a5995890abc9b6aadb1bc79 --- head --- Backup: KEYMASK-before-vpn_test-20260601-152145 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:21:45+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=9567fa14aa88fbd980d51fc3e13371c0df9232aedc942e888c17b18c1da4d9e2 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36909 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.17 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 428 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-before-ping.txt sha256=24055386a6325b731c3b81ad9c60120fbb8e88835693df76e58e299632edf045 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36909 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 846 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log -rw-r--r-- 1 root root 2009 Jun 1 15:21 /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.log sha256=de0f536da21f6d614a0987fab392e60954a847d7323d89f027d9e3a312ded877 --- head --- Backup: KEYMASK-before-vpn_test-20260601-152159 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:21:59+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=6b6bd167581b16d7509181d2e18929fcc9d2f2477b4075e3692f33bcd3904ec9 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=75.166 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=73.408 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=68.165 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 68.165/72.246/75.166 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=0e5eee425dea422a0169d9e8995f33e17197ad93d5cbbb9d2457edc6bc293085 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46027 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 766 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 463 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-before-ping.txt sha256=1f5e9357755ae6e80c2684f693ba69ad458f40a149f9e3700d6d869021ea5ec9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46027 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 382 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.log sha256=8214916f887b53e70432fff184b24c7277c53ce2c041aee4124dc03138e6b508 --- head --- Backup: KEYMASK-before-vpn_test-20260601-152211 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:22:11+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=8a36c5b66ad29769c81fedb46a5a49038c59b4588a2fcb9edf883432a292f931 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=61.432 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=61.980 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=60.601 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 60.601/61.337/61.980 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=dc426d30f2c1ff2d64be79ff4967a2ec6b7b7d0cf9ce2094daf081570f95f755 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34377 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 788 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-before-ping.txt sha256=b5fa837d79391e9b491a4e962602e044a8974ad0caea0437125f58938846c4a9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34377 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 404 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log -rw-r--r-- 1 root root 2017 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.log sha256=5cd66bc9abfbf79e5ff28f07c00734c99465927eb44c237092087b03af4cb484 --- head --- Backup: KEYMASK-before-vpn_test-20260601-152223 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:22:23+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=b54d009b85215bc1f782b35c1b4f4765df8ecacfd6ce9f8e13f0716ba1725ab6 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=57.194 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=51.485 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=52.932 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 51.485/53.870/57.194 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=6c63ffc85192ea9889a86fa2fd2b1cacb80ca7e1b6735a66ad8b71aa0b4a6c3d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39347 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 11 seconds ago transfer: 476 B received, 896 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-before-ping.txt sha256=76bf2ff430be444437d22705d9d6b0b7ceba5ca552fe05a5981219d7b661688b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39347 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 7 seconds ago transfer: 92 B received, 512 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log -rw-r--r-- 1 root root 2012 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.log sha256=1fcd939e69a0d860dd0744831b9458b49c63e8113ea51caff03d31358f47bb93 --- head --- Backup: KEYMASK-before-vpn_test-20260601-152236 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:22:36+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=dbeb44939479bf6530b504fc45cb2fc92992df80be69f797854cc07b9f2a18c9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56777 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.09 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 429 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-before-ping.txt sha256=9e9bc8eed4609eec7334936b84b232462a376b9676ea379e461873c6f85816be --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56777 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 transfer: 0 B received, 787 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log -rw-r--r-- 1 root root 2004 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.log sha256=1112ef94c32e2aa0c6f26f6b8bf7cc306304bee115cd63252cc219e2d1154328 --- head --- Backup: KEYMASK-before-vpn_test-20260601-152250 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:22:50+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=a012eb5627ef10bd23c918d71269eb31fc0841d6b5abada6b85a0ba38524aaf0 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39922 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.36 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:22 /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-before-ping.txt sha256=d5472ba307c099a1fe025ddf7c9326b29bcd7739265db16ddb9e91548d60c257 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39922 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 934 B sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log -rw-r--r-- 1 root root 2006 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.log sha256=af81684e984738b2f425b852d58e689dcafd4512a42fa104221776e0d8929cef --- head --- Backup: KEYMASK-before-vpn_test-20260601-152304 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:23:04+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=9ae5c59c4d385775cee2f737b7a0b8dd63df4fa1ad7e7dc4b5ecad0f75788290 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=64.369 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=64.422 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=62.617 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 62.617/63.802/64.422 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=be29f9a50f20bd7ca7ea840a25ee332166c4291c3d5dd074bde2e89c6cf977c4 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47984 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 929 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-before-ping.txt sha256=37e23274dc8ed9fe1f178b217ffedd4b91bf913c51fe1c0f7aec0f4753036ee1 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47984 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 545 B sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log -rw-r--r-- 1 root root 2000 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.log sha256=dc800e61966bfb336ec93e77c101155b7ad79a992e452a856d5838d8fc2b3bbd --- head --- Backup: KEYMASK-before-vpn_test-20260601-152316 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:23:16+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=6ef2b2b4bc7f381dd9d934051792fbe820e89f24743dbde3df543b16da3972e1 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33844 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.21 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 429 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-before-ping.txt sha256=97367fe0f091ca6a2dc937c2ed11ef29126ce8e1ac4b8e61498c9fb43111e968 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33844 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 803 B sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log -rw-r--r-- 1 root root 2022 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.log sha256=a05c1819462a4d6d92218167955239177b6d3ad2fb8440a2d26ed1994e7bf565 --- head --- Backup: KEYMASK-before-vpn_test-20260601-152331 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:23:31+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=22ddb50d828536fb3e06707bb58e382b7e94fbf483ba33eb2e828f02b22fd990 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=277.577 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=269.885 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=268.860 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 268.860/272.107/277.577 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=4423c1ee678e579e8eecee99373da0e6bb53abf271f1598a294b1ba83986e90f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54985 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 893 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-before-ping.txt sha256=28b1f31252240897a2d64b1adc1cdce5535e3d705fbf88a50c5bfa8869bab73f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54985 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 509 B sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log -rw-r--r-- 1 root root 2002 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.log sha256=2633138b58829fb7fc5a607469af606827f9a75c19a8092c325fde2764d7d90e --- head --- Backup: KEYMASK-before-vpn_test-20260601-152343 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:23:43+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 331 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=f353fb4159c65cdbe556be8f161fd082ac94ce254532cc8e427dfa3cb42c3178 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=29.673 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=30.923 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=31.441 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 29.673/30.679/31.441 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=ce2e181a1f71b7c56238b50c52d47578fc8d167ec35ca0f10704e576ec210fd2 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40038 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 1.95 KiB received, 797 B sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 465 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-before-ping.txt sha256=34ab2e797d0ae707240524807c47ed42ef856ba606ed14727674704b6d0ff9eb --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40038 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 413 B sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log -rw-r--r-- 1 root root 1999 Jun 1 15:23 /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.log sha256=68bc7bec3397d47ea3083bcfe425f14d8d8b67d035b18e4cc9a4fb7e42a8f842 --- head --- Backup: KEYMASK-before-vpn_test-20260601-152355 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:23:55+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=e63196338da5bdbd0eb52872324871701827e0235321d260ff192d5aff0554ee --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51689 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.21 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-before-ping.txt sha256=4d60cc0ff4debafc406b28193213215a94cd4ca5f4d48f913170d959a4f6805e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51689 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 transfer: 0 B received, 856 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log -rw-r--r-- 1 root root 1992 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.log sha256=f3c20953408697987dd6f93dbd53b2a84f1018f9ca665f1642fbbbd842c75c02 --- head --- Backup: KEYMASK-before-vpn_test-20260601-152410 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:24:10+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 131 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=ca3cb398114cc9ea5d44ce1584b6c217a09bd2a142e76e9087c1c0d2ad53a172 --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 3 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=874255143b61cd485e3bf73620a1f34cff14c42a6933328cee579a9370bb8b87 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46142 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.44 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 430 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-before-ping.txt sha256=ce520a929c8eb63b3a227b751e91b5fe3322b580c3ffabbde07aa02ba22fff14 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46142 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 985 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log -rw-r--r-- 1 root root 1996 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.load.log sha256=31ecc2924cff967539295f00a40b77b81f40cda161ffeae224bd384130dadfa2 --- head --- Backup: KEYMASK-before-vpn_test-20260601-152424 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-01T15:24:24+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 337 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=7a1f7c136b3b4d8301b594dc6f602b24d1a1c1708fcd0aa6eb9eccbcdf52aeeb --- head --- PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=173.345 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=174.210 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=172.782 ms --- 9.9.9.9 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 172.782/173.445/174.210 ms ### HMN_FILE /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=21e7d0985dd884e8a4647f3d731538a350de5aa84172ede0d8c73760d3df3ea9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60823 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 12 seconds ago transfer: 476 B received, 858 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt -rw-r--r-- 1 root root 469 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.show-before-ping.txt sha256=ee265b00623a11a84a67c49c8c4fd8914fe17fd060992df8a1bc9ca4fb2656d5 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60823 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 92 B received, 474 B sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260601-151653/results.tsv -rw-r--r-- 1 root root 12156 Jun 1 15:24 /root/hmn/test-runs/20260601-151653/results.tsv sha256=709c458266842d71a13a23c67b49cbcd6a0f20ebb7aec371e2b559a545a2d0ac --- head --- status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.43 KiB sent 100% /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.12 KiB sent 100% /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 12 seconds ago transfer: 476 B received, 828 B sent 0% 67.433 /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt OK 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 latest handshake: 12 seconds ago transfer: 476 B received, 835 B sent 0% 58.749 /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 12 seconds ago transfer: 476 B received, 910 B sent 0% 57.491 /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 12 seconds ago transfer: 476 B received, 850 B sent 0% 374.665 /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.29 KiB sent 100% /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.42 KiB sent 100% /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 12 seconds ago transfer: 476 B received, 864 B sent 0% 83.255 /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 12 seconds ago transfer: 476 B received, 851 B sent 0% 48.800 /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt OK 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 latest handshake: 12 seconds ago transfer: 476 B received, 810 B sent 0% 83.442 /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.15 KiB sent 100% /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.58 KiB sent 100% /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.33 KiB sent 100% /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 12 seconds ago transfer: 476 B received, 813 B sent 0% 75.593 /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.29 KiB sent 100% /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.34 KiB sent 100% /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 12 seconds ago transfer: 476 B received, 827 B sent 0% 127.384 /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 12 seconds ago transfer: 348 B received, 904 B sent 33% 184.915 /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 12 seconds ago transfer: 476 B received, 895 B sent 0% 206.996 /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.34 KiB sent 100% /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt OK 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 12 seconds ago transfer: 476 B received, 869 B sent 0% 34.051 /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.17 KiB sent 100% /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 12 seconds ago transfer: 476 B received, 766 B sent 0% 72.246 /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 12 seconds ago transfer: 476 B received, 788 B sent 0% 61.337 /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 11 seconds ago transfer: 476 B received, 896 B sent 0% 53.870 /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 transfer: 0 B received, 1.09 KiB sent 100% /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.36 KiB sent 100% /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 12 seconds ago transfer: 476 B received, 929 B sent 0% 63.802 /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.21 KiB sent 100% /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 12 seconds ago transfer: 476 B received, 893 B sent 0% 272.107 /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt OK 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 latest handshake: 12 seconds ago transfer: 1.95 KiB received, 797 B sent 0% 30.679 /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 transfer: 0 B received, 1.21 KiB sent 100% /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.44 KiB sent 100% /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 12 seconds ago transfer: 476 B received, 858 B sent 0% 173.445 /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260601-151653/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### HMN_FILE /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:22 /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2019 Jun 3 16:22 /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=09c4135c86aee2be6f7282b6b3bdfb09f218ccb19718a057eb92f13fb2e9a158 --- head --- Backup: KEYMASK-before-vpn_test-20260603-162225 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:22:25+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 3 16:22 /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:22 /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=b165a35df3dd2d35d435439f2a6fe7f26f2c98464a6d973ad801008621e0decb --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44867 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.91 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:22 /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 3 16:22 /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=ab4bb65463672cc1e2d4d836661614b6c363927bd0abca17c36dbb6cd2bfb1ac --- head --- Backup: KEYMASK-before-vpn_test-20260603-162247 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:22:47+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=3cb34d7ef1ebee419ae399df0e48ee327e483cca0284b443a5a0c0e086902b65 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38133 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.50 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2007 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=d74975354d29f701a714876612009848a178e8aeb351ef136622b2dd181996c9 --- head --- Backup: KEYMASK-before-vpn_test-20260603-162309 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:23:09+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=e7f1babee59a54bc439dfaf49c56cdc6412f6af1e0ec88e328e7936554e84632 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=60.230 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=58.809 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=59.567 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=76.288 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=57.855 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.855/62.549/76.288 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=58.657 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=60.856 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=58.210 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=58.896 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=58.667 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.210/59.057/60.856 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=80f894ed08eecce22742424ca2807955fa75cc1abe977b0414f0a1d6060a84a7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59267 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=effa2e9942b714feddf55a88a09e0a0d1266793e6a3055334c8b16e415a6c4e0 --- head --- Backup: KEYMASK-before-vpn_test-20260603-162328 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:23:28+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=21f800580a68e2c550111b60e2691adf3ab8f446b462d2b8fe8cce8cad36b1e1 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60523 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 3 16:23 /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=a0c5333911644ec3f26dbd677baccf40e126d164fe62879a6eb846bcd5922002 --- head --- Backup: KEYMASK-before-vpn_test-20260603-162350 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:23:50+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=1ce494176b2278b0315868b86e1b90b3253fc23ec5f241a447d65c90809dff9c --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=58.115 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=61.018 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=57.344 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=58.852 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=62.363 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.344/59.538/62.363 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=66.402 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=64.826 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=66.106 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=66.929 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=64.812 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.812/65.815/66.929 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=cd095184af9df6f136b6400622e2658df7951242aae3ec1fb32b8ed59830ab4b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60047 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1989 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=402b5dc309b77ac8b0889451c4e6ef09d0480426a99ed98e9799998253df028b --- head --- Backup: KEYMASK-before-vpn_test-20260603-162408 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:24:08+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=8c48cd823b3914512746fa7419900458f65c1cc4f2666f3a0048fb592fb374da --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=374.900 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=375.175 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=374.775 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=374.977 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=373.337 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 373.337/374.632/375.175 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=374.577 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=374.314 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=374.521 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=373.856 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=375.701 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 373.856/374.593/375.701 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=98762d8ef9fd328feb760614f68366dfac5f481a89d929f110f183eb936f6718 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36338 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2029 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=30b7c3300f654ea6d181c219f9cf337d86b1d9c312aaad237672a0d9f72e29df --- head --- Backup: KEYMASK-before-vpn_test-20260603-162427 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:24:27+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=26f20d87f71103f9c9831e4e99c641f386552ea8a32e75cad018bf53cc43fb11 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52796 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.63 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 3 16:24 /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=4fa336d49427d7ac078be4fae4c58e6d84eccf15a7ce6ba74163ee16f15eec8d --- head --- Backup: KEYMASK-before-vpn_test-20260603-162449 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:24:49+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=d01a7d3ffe3a57eeb41969d34a41eacbb7a90079e4bcf698432a11fe9fec7a17 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45140 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.79 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2008 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=dd8480eebba87ab2fa739e4e0f42d4b58f7f2ff1ef1d137f5417ed58dbd5176a --- head --- Backup: KEYMASK-before-vpn_test-20260603-162511 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:25:11+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=da7011ec031ed07353b32c4e0824e93cfc7c2846d2bf5c706c0363376c7c245e --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=83.769 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=85.161 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=83.926 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=83.111 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=83.382 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 83.111/83.869/85.161 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=84.152 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=84.217 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=84.993 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=84.655 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=84.665 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 84.152/84.536/84.993 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=c5ff9bfe6bac9f68560b3f3cd5ffa49d58e70a043c290b9d6a523a1bfddd9138 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56217 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2019 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=1249be9f5a4399d90089fcff10fa2b286105704e4264af44745678344960f4a6 --- head --- Backup: KEYMASK-before-vpn_test-20260603-162529 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:25:29+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=2b8a9036b619e9aebfdaa1d7fc6a17466a7785e6cc3a315767b29e4c4c1a970e --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=45.148 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=45.500 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=45.214 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=45.953 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=44.799 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 44.799/45.322/45.953 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=52.321 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=51.001 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=51.587 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=52.975 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=51.416 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.001/51.860/52.975 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=35d88f2eecfaac3834a6b97cc62ef8e9fbc2dca1ff051839ebbcd3434480bd62 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45579 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 3 16:25 /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=7f048d6d76dd723280b88af114f5f00a792ffa4e45694883c7468b9ec5d794e9 --- head --- Backup: KEYMASK-before-vpn_test-20260603-162548 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:25:48+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=509eec42425e0d468faacc47b6ab46e846a4641ddb4ea138a4a3193b6a0f57a3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40618 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1989 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=cd4bfd3620064db88878372e83aad54e5fa13e723a4a1b42fd8db8130f0c87ec --- head --- Backup: KEYMASK-before-vpn_test-20260603-162610 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:26:10+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=fd1dc73c4d1b7e257141f0ca2f4059bb4c773a7049d2d2b2b9dd8cea810632d6 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47859 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1990 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=4bf5876679ee1ae5f17dbe933c7b8e362b7e9c4002b4486b2653a0d2e7fffb4b --- head --- Backup: KEYMASK-before-vpn_test-20260603-162632 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:26:32+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=778a2af9d919cb248d655e8e7c7e4695c1beb6a64fa6d0ae6a7ee4811cdf874f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52062 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.96 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 3 16:26 /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=d42551f2067c967ca405784cf85b5cab171f8d38fca66142ce1e058c222f5e05 --- head --- Backup: KEYMASK-before-vpn_test-20260603-162654 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:26:54+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=52338f3ebc9e85a61a55c186e582df9d5db8bd709e8b6e90f99590144577effe --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50203 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.58 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=bd9bb49863abad21edf7e8c878e128e3c1585d8fdb37405fe1898dff48ddb021 --- head --- Backup: KEYMASK-before-vpn_test-20260603-162716 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:27:16+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=1bc2176cd88d7ab21e69d984f0b1b6af0e18747f8df94ca31b1b6e328c6a1283 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=74.040 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=75.469 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=73.902 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=81.156 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=72.982 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 72.982/75.509/81.156 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=79.547 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=63.606 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=63.814 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=66.403 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=64.135 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.606/67.501/79.547 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=067295d2a11da588e16d6f4bdd246c981da8cfb11f0e2e83814a309d9b310435 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60266 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1993 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=96514c48638ac96fab8385e93075385c2f068122056d512bf921bcbe422b9440 --- head --- Backup: KEYMASK-before-vpn_test-20260603-162735 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:27:35+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=21aca53dfcff9e061ab370cc80d8ef30de4eb98ec06512ba3c1b1c6a28884143 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46388 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.85 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 3 16:27 /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=732ff5ad7ab31c2e62fc2bb116d8f98cf895db6ff02919c8ac68ecb6808f1d21 --- head --- Backup: KEYMASK-before-vpn_test-20260603-162757 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:27:57+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=362dc483fa86816acc62ffbdc0a8726612407077a8b3e4a9162e42557c3df31b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59324 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.81 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=d2d57444d06859a4485218d8c82bc9b1d4d86abce32fd3707574bde601350293 --- head --- Backup: KEYMASK-before-vpn_test-20260603-162819 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:28:19+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=7a4de9c69b01ff9b0cb3f370f9d972852df01e24d53d3350b974258b0ddf2bc4 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=135.132 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=127.231 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=131.424 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=127.676 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=128.871 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 127.231/130.066/135.132 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=126.348 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=130.036 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=129.652 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=126.629 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=128.597 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 126.348/128.252/130.036 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=b50f7270a5aa67bed36801f5ae39bd8ea20278e364f51418143ecefa0c74a289 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34736 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=c8e7d6e18ab92ba94f8cf79d4745ffdcf2fe7cf6781a7c032705d354ef420c34 --- head --- Backup: KEYMASK-before-vpn_test-20260603-162837 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:28:37+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 907 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=e1e72dd1d91346f662aa40f2558224c9bea1eb302420dae18864b91c1dcb9401 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=36.693 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=121.428 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=66.671 ms 64 bytes from 9.9.9.9: seq=3 ttl=58 time=143.031 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 36.693/91.955/143.031 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=106.848 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=187.537 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=51.265 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 3 packets received, 40% packet loss round-trip min/avg/max = 51.265/115.216/187.537 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=74ad6db9bc36fb2acf045f2b8bbe6048e8ab42430a07203b4e34a624e69b4a4a --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52249 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 18 seconds ago transfer: 988 B received, 1.77 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2015 Jun 3 16:28 /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=ebfca7e86e97357dd51c759a33602d4c262e53abd8ec0302bb9e5383c2a58813 --- head --- Backup: KEYMASK-before-vpn_test-20260603-162857 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:28:57+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=c9030dc7b43d5b845cdfdd711c98700cde4faa40bb259abed5ec0b998675d05e --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=42 time=202.311 ms 64 bytes from 9.9.9.9: seq=1 ttl=42 time=203.228 ms 64 bytes from 9.9.9.9: seq=2 ttl=42 time=204.377 ms 64 bytes from 9.9.9.9: seq=3 ttl=42 time=202.785 ms 64 bytes from 9.9.9.9: seq=4 ttl=42 time=202.307 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 202.307/203.001/204.377 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=33.962 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=37.556 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=33.060 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=32.984 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=33.884 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.984/34.289/37.556 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=0ce4e887c1b2abfd3542be058d1b8c7781e16365531079fb9474999e05501578 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57179 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2016 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=05c2076ac3f23f6d5daf8d839314503066460ec9bce72cf2c4550b7024954822 --- head --- Backup: KEYMASK-before-vpn_test-20260603-162916 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:29:16+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=ca30a3234cada6079d0b3b5339946e73ee678cf576df2f55d24cce59d583eb48 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41960 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.91 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2008 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=4e5db02be8a7cd46a249b5b7d3cebacbae2568f05af756080d63ac318da5800f --- head --- Backup: KEYMASK-before-vpn_test-20260603-162938 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:29:38+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=38495c5431ddb2a09984fce3d79ccd81c6a56bbb9ef972f2ba75b4dd4bc35048 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=32.523 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=32.020 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=32.304 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=31.871 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=51.310 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 31.871/36.005/51.310 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=33.454 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=31.354 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=44.352 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=33.441 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 31.354/35.650/44.352 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=4ac40bd38b9690da70b4504c7c6061b8ca25f8d5ab9d488c9542cbbba5cafd2f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40629 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 3 16:29 /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=22c3830cdad9d2d147afd72be1c8e0ee6f7dd12e9337ce27d779acaed63dfb9e --- head --- Backup: KEYMASK-before-vpn_test-20260603-162957 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:29:57+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=b2a70ea7677ba4b5533193f42a740688e220d228bdaa7a17a423337bf8827617 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56187 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.59 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2015 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=edb5aba6b340ad3001ea6179233b6bf1458f6b0683fc0ea0bce069015172aaf2 --- head --- Backup: KEYMASK-before-vpn_test-20260603-163019 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:30:19+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1054 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=a786d32c0c1a92903e87d5f0558e9cf67bf5732fef41ce5dabf5795bacb7f848 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=60.933 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=58.509 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=100.905 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=74.207 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=135.807 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.509/86.072/135.807 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=67.532 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=91.333 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=71.902 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=64.084 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=66.991 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.084/72.368/91.333 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=924f6fdff8ffb1f462af173defe8b9ff96cdf76494c244e797a95696408467a2 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50474 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=7ecef1e8e293d648e9f01b34eac864b197065bb03573fd0d11b3262f35fe2dff --- head --- Backup: KEYMASK-before-vpn_test-20260603-163037 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:30:37+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=e8e95fa408ad599b2d41734d9a82007e343062b6c1beedbc4917526969235324 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=57.212 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=55.601 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=64.613 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=71.592 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=54.897 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.897/60.783/71.592 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=57.124 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=60.945 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=84.310 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=57.913 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=54.041 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.041/62.866/84.310 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=759ac05b99b2dece6699da90734da99dd8eadd960dc30fb41b7c980aaa1ae803 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44348 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 3 16:30 /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=10502ba03ca34c767f3207226ccf90bb06213f08ebc711f1d29f09d3fe61194e --- head --- Backup: KEYMASK-before-vpn_test-20260603-163056 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:30:56+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=ca51955d5e51ae62f306a328f45644e0ec7b992d3de4f074c7f433058adc23c0 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=51.192 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=59.579 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=51.407 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=63.956 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=51.128 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.128/55.452/63.956 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=49.810 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=56.847 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=51.084 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=50.631 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=50.379 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.810/51.750/56.847 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=1b0a770643dfe1defdc1da952735aa789024af56c35c1eb91cf1e5388ccf708e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41116 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2018 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=f66a459195a9d072ee36703d61fe2a6c28ffa3cbe8ca51294300a89655f14901 --- head --- Backup: KEYMASK-before-vpn_test-20260603-163114 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:31:14+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=d263154c3f92725e02547fe556c57d195e4a73b92160752ebd09e1f07f6b9ebf --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=64.733 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=64.606 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=64.646 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=64.830 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=77.440 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.606/67.251/77.440 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=65.313 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=64.458 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=64.186 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=64.310 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=64.739 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.186/64.601/65.313 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=539d0321bae1e5dd1f308acf5a8feb7a13bf029f4cbb0b99a5d469f2b4763b88 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38663 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=56359f8488e2b8a3ac4ccedae9870a849ecebf270684f26838be0cefc6614abe --- head --- Backup: KEYMASK-before-vpn_test-20260603-163132 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:31:32+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=801163185e58b08f09fbf883aae9d9f0abd54f1c0e5c7c364dde72256a222a6b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40579 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.68 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 3 16:31 /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=3bc24596cebbe3182f2f1c13eefdfa9a64d5a34a2d01bba90837fc8f9dab6cdb --- head --- Backup: KEYMASK-before-vpn_test-20260603-163154 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:31:54+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=ddf4d0bfe0f1f84c96331aa82af065f40d5a68dd4daa6f3664c2c2403adffc9b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=69.151 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=65.022 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=69.180 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=93.131 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=64.317 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.317/72.160/93.131 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=65.057 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=73.440 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=96.241 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=64.634 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=65.908 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.634/73.056/96.241 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=48a9ee9d45d3e7f25a3155e01dae50cd2d64c658567c42b68be86a17599e5334 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46857 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=286ad20f95b80d4b8cd78cf34cd1e9ce99d3f5c8910fa5536190478bd1bb32af --- head --- Backup: KEYMASK-before-vpn_test-20260603-163213 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:32:13+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=d9aaa57ab50542dacf23e37df3a4134cde2fea6a4c00361b051efc57727a82ca --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47066 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2028 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=8487176bac21e92e275c86b07d973800a9afc121511074d4b0684e91d868e132 --- head --- Backup: KEYMASK-before-vpn_test-20260603-163235 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:32:35+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=19dd645bdc1be78218665af35ae73b35b609be8fee3f2a07b2b7e4cd35316354 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=269.421 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=270.329 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=268.319 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=267.245 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=268.407 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 267.245/268.744/270.329 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=232.399 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=231.498 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=256.161 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=232.143 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=233.322 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 231.498/237.104/256.161 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=3cb2de2ba180f67bb47d03613b21b4be4d0eefc34eca144e18bf602b490401ea --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51456 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2008 Jun 3 16:32 /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=1fd99f1d608f15d36f24223a0fe9b66acd576273f782740b251015c5d29e0cce --- head --- Backup: KEYMASK-before-vpn_test-20260603-163253 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:32:53+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=05bd19493e764acaaf2dcecf6f588ffbebd0fe9add58a52aae7cd74ca1df1f8d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48427 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.53 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=54e1983af3f2acba2ab2ebe8af9c1419d52dfcdfe7c255f8d5eaa8ee293c6e5c --- head --- Backup: KEYMASK-before-vpn_test-20260603-163316 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:33:16+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=a6d99eb23187d3dbb4c89626a68b2cf4cd118d97d58d33be664ce2aa9184cbbe --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=122.205 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=122.243 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=119.934 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=122.990 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=121.193 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 119.934/121.713/122.990 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=179.152 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=179.624 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=180.060 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=203.910 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=179.398 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 179.152/184.428/203.910 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=2771da747bd0e42407d2c723ea346256d1beca01ef764c409790f0f99be6ee68 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59768 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=357a08cbc54c1e17975a65ac198b1b2dd7dc9f7dc747bf4ef6ed72144b55f28e --- head --- Backup: KEYMASK-before-vpn_test-20260603-163334 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:33:34+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=dee9d15a5a7956d59a573d17427164a7083cf436e9c308c7b13aa75c51946bdf --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40295 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.00 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 3 16:33 /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=fef9ae989fad100f049478f85d8ef4a4d2bd4b6710da540da408f9b2089f6c71 --- head --- Backup: KEYMASK-before-vpn_test-20260603-163356 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-03T16:33:56+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default via 192.168.30.1 dev eth0 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 3 16:34 /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=afada225a8e100eb0255fdc1d2f7c4abb5b7ee8c62a9f49550301732a472082c --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=200.641 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=212.104 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=183.558 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=211.220 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=181.563 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 181.563/197.817/212.104 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=194.768 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=181.231 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=205.127 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=182.517 ms 64 bytes from 1.1.1.1: seq=4 ttl=47 time=253.294 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 181.231/203.387/253.294 ms ### HMN_FILE /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 3 16:34 /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=4eb77e4e2a6dc1e33e5fbec265aaecb120d86808f653d72719d1b883387f7d5b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46046 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260603-162225/results.tsv -rw-r--r-- 1 root root 12980 Jun 3 16:34 /root/hmn/test-runs/20260603-162225/results.tsv sha256=c1f208645260cd4307774f5e22717e62f7c30cbda23a3998371bcd60c7fac062 --- head --- status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.91 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.50 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 62.549 /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 59.538 /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 374.632 /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.63 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.79 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 83.869 /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 45.322 /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.96 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.58 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 75.509 /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.85 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.81 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 130.066 /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt FAIL_PING_LOSS 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 18 seconds ago transfer: 988 B received, 1.77 KiB sent 9.9.9.9:20%,1.1.1.1:40% 91.955 /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 203.001 /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.91 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:20% 36.005 /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.59 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 86.072 /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 60.783 /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 55.452 /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent 9.9.9.9:0%,1.1.1.1:0% 67.251 /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.68 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 72.160 /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 268.744 /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.53 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 121.713 /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 2.00 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 197.817 /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260603-162225/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### HMN_FILE /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:21 /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 4 04:21 /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=e70478f130a5f92f1c3006a67934a3c46fb3adc13521e5b6753d071d8ec89174 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042130 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:21:30+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 4 04:21 /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:21 /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=99971a27291d94efcb6d48a08089136b69335a40a71ebb5034f0089cad1321a2 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46701 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.93 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:21 /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 4 04:21 /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=c66f2c8f9b2882a110a9c8b6eba98f9d5191231deb2847f08eb22a5d6ef3a692 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042152 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:21:52+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=e13a4bbfc020004801eecd229b5597842fe77fcf935f74a4655c70d155228f2e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47553 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=6ba821c8eccd001415321875034ada472694de2a94e45b6fde611db917b7a0da --- head --- Backup: KEYMASK-before-vpn_test-20260604-042214 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:22:14+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=61a9343e1fdc9159f47e10fe1230b670b53d647afb3ff6c59b80bc2632f2c23e --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=63.888 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=65.186 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=63.534 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=65.522 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=63.988 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.534/64.423/65.522 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=63.466 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=64.748 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=65.629 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=64.818 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=64.371 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.466/64.606/65.629 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=78d3a3b83a984acab8ffd17aedad83aef4df82fab84f5bc26a1c0ae489d4b8f7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45879 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=23bdafbc6ba1dee35f268c4f3b698225c1adecfe6e33080531b81869a8d5e3d5 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042232 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:22:32+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=b626a4352d79025212070cb7f21e07da6fa1a563bc6871b756aa840007bba9af --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52949 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.52 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 4 04:22 /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=ea2c9132b9bcd6998b1934487b5e55fa35a3f0ec219feb4aac83334532acfd24 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042255 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:22:55+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=1aa3aaf996479ef53b5c6647aba6901bfb7eabceb0ad22e52220994ff49630c0 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=65.063 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=68.938 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=66.016 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=68.418 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=67.082 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.063/67.103/68.938 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=71.817 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=70.886 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=72.791 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=72.761 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=72.503 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.886/72.151/72.791 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=369d2597dcb5eb48ba1472ff1fc47f069c81145a3904d2e1961a9abaff48deee --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42851 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=6601e1d83d8c8a8ee740b4de2b99ec8a1fa4e1d550ef11f92e260b49e950573f --- head --- Backup: KEYMASK-before-vpn_test-20260604-042313 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:23:13+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=912b3c817ab8fb8bec92945a99d46b74dbd53dd46329312e65d6b0159976f95e --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=378.398 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=375.865 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=374.797 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=375.730 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=375.431 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 374.797/376.044/378.398 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=374.942 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=375.091 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=375.699 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=376.959 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=375.801 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 374.942/375.698/376.959 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=98fbdc54444662df16be95756b7f01a212036d89747b733edc07b697320c00d3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33298 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=756d3599281e7f71d1e3961739c4bb97f3251b711e369490b5a2f6efc34ab0e3 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042332 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:23:32+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=4f2e3bd06941945f35808ba50c043a52732fa2d0294f8a9f5a57eb409371c748 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49909 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.70 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 4 04:23 /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=51fd15d611da0f7c5c60af97d35ee0338410f7fbba69a40d17ea5624820b9ded --- head --- Backup: KEYMASK-before-vpn_test-20260604-042354 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:23:54+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=2fc168c0f2c08f15c44eb0fa5c90d52309bcf84df5846ee9d3c917e8ddca3329 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36686 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.85 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=0df265c8929c15484b74af2c90498c04008d86f1361a6704807db347850e2598 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042416 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:24:16+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=c9be340386556cde0aa69ff5cd4757863f1491b57b9a39f550496732e8e38846 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=87.195 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=87.379 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=86.847 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=87.201 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=87.411 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 86.847/87.206/87.411 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=86.822 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=89.802 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=88.644 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=86.011 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=119.273 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 86.011/94.110/119.273 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=0998ad8187d9958a95cd93cd7fad5933039f6b04015d76a59723bd5df70164a8 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40882 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=02e1e1ec009fbccc37afb7484e7d71fea499eba53c2feecd8ea8b983bfb907e6 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042434 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:24:34+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=38e1f9284c17f84e2a1180890c17eee89dd1cfb2991ea49c8a8c627b93d694db --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=44.837 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=44.102 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=44.167 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=45.369 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=45.242 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 44.102/44.743/45.369 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=50.933 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=51.130 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=51.086 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=50.090 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=51.053 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.090/50.858/51.130 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=e2605a27b6c282240442fcaf4bdbbd6031f9b03ea7f831dcd3fbacbf9e36ea55 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51430 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 4 04:24 /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=d3bd79ea7ae18d9a55a1a69bbcd854d71591d3322172fc267abd67a959fbdda0 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042453 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:24:53+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=f6bbac9aa39c6b17de4eb47765420931bef12ebfc50062d17e92050151e5667c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52080 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=a6f38c98ad2c4485ff907c1a279e6be94e98932169357c34372dc7af195ece5f --- head --- Backup: KEYMASK-before-vpn_test-20260604-042515 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:25:15+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=32bd1730b85dcfd4e2dd14b668d9beed37a4f38f7117901a7f58ace647a4ec65 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36628 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.59 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=ab9dafdfff3d09a2fbb2a400ae9cdc7490a696c7ad765df79404dfd54fa2e5e3 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042537 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:25:37+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=a0f0c5420be4d83b6f75e0a3b6ec533439b39e29726b02244dafa1e3707f49b3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37257 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.99 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 4 04:25 /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=f92c88ac730db14dd976f4d5f0a86418b187d7a18b5bf623d120fbc87588ef64 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042559 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:25:59+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=319437a8c97dc04336c4708d7d747b21f045107007fa6ebc3e31d1e512675156 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36077 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=263dad8b562711c5916cc07598eb3c674b1752417342df93ecd3ee60dbeabd29 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042621 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:26:21+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=7f192a7ba7ad22170fad2aad84f4c04d0bfb18d43d804ff57fc6a0865e48e12e --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=71.169 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=71.213 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=72.050 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=70.893 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=70.941 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.893/71.253/72.050 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=63.581 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=62.205 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=62.103 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=62.080 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=65.055 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.080/63.004/65.055 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=48f68025fe9258a063890ea863c3cb62a2743509aa8ce37109c0f2fc1087cfd8 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60006 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=ab077dfc0a438b92d73dc8544178249b4985491e251c53c0299df8611d03b0d4 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042639 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:26:39+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 4 04:26 /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=a2cdfdbdf025076a9622949af6240f52afbb5390d93c92b69e0148c4e1ccdfb3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34485 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.88 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=cf124805abea4e95a6a62c48c7a84e80c4ace0384d56234a627d20bee51ab21a --- head --- Backup: KEYMASK-before-vpn_test-20260604-042701 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:27:02+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=0b2d7d41abdfce189494220772446e4710f37341376b1d3ad124b82729df514a --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47294 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.70 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=fe26d2bd9a0299c178fda711bc4d498299af30bc851dc2021cd46b06fca42e93 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042724 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:27:24+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=0d820d700f7dd70be4cb33ebc9ace857a3fb8acbd6c61a4f8d1189a1b1108ff3 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=127.468 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=128.066 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=127.470 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=128.094 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=128.077 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 127.468/127.835/128.094 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=142.220 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=127.997 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=128.206 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=128.178 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=127.971 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 127.971/130.914/142.220 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=5baf14816bc58456de4de3288cca38b23f9062887b655afce931f6b75a29708c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55076 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=4cb1c9207a823027cb90410eeb515535b827dc652333e77fea85859c6a0e93da --- head --- Backup: KEYMASK-before-vpn_test-20260604-042742 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:27:42+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=8c830fce06d307b39eebf72ee973624d51258573711c19a5fc8645cbdcf683dc --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=30.434 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=31.958 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=28.774 ms 64 bytes from 9.9.9.9: seq=3 ttl=58 time=30.951 ms 64 bytes from 9.9.9.9: seq=4 ttl=58 time=29.324 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.774/30.288/31.958 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=27.543 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=29.393 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=27.520 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=27.093 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=29.148 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 27.093/28.139/29.393 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 4 04:27 /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=ab9f49b42d8645f17cb9eb15fd6bfef9e9d156eccb9f1b4e0d9f0ffb120e11e7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46395 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=deafb5c2b176c915ef8e108f82e465d088a8672de9a7a0b418a2e1f07e14bdb8 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042800 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:28:00+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=6f033cba41fec475b6e4f9a15227818d10d3b059d01d8fb9eb706b6e992d8036 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=40 time=211.197 ms 64 bytes from 9.9.9.9: seq=1 ttl=40 time=211.871 ms 64 bytes from 9.9.9.9: seq=2 ttl=40 time=211.335 ms 64 bytes from 9.9.9.9: seq=3 ttl=40 time=226.421 ms 64 bytes from 9.9.9.9: seq=4 ttl=40 time=211.426 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 211.197/214.450/226.421 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=34.613 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=34.414 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=35.389 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=36.553 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=34.532 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.414/35.100/36.553 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=7a2633b15cc81c7db5cd74396e5e5b5fbe10909697624d23e23b8518c6688d99 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51122 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=2974430c3257db05ab04f2dc63fb5a10bd8870965b55597c9fcd107e43814e34 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042819 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:28:19+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=8b988ece3d9dfff04c6e4423448ce85bdc42f357c4a1e628d8b9fb8d91913ac8 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39649 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.92 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=0f480f6daba3526d5a06ffecc969c3ee34ac66c92472501d35cd8bcde20e58bb --- head --- Backup: KEYMASK-before-vpn_test-20260604-042841 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:28:41+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=5c424e97bfd3343671f93b24e1223e439ff340d647bbca4aab71e657fcb40b8a --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=30.222 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=29.591 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=31.735 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=55.905 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=31.186 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 29.591/35.727/55.905 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=29.944 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=29.995 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=29.780 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=29.541 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 29.541/29.815/29.995 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 4 04:28 /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=385cb4da51bfd942cbb9daecab74d0ddf3a7ea363b3062609076d9f45833e48c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47931 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=be8758090b10f47e8fb821ce0681fd3b823b29ec11932f7f72b528908eb7c027 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042900 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:29:00+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=6a55cca6cfa89867eb3aaf90a5bfee9a5fcb608e4d75a2a2462f7bc8738c1cd4 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55258 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.49 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=e24bbc0e8655f2e091d030343f0b29708bb95961c2878efd948ebb713a987df0 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042922 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:29:22+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=483de1a440eaf621650341590b0eb9a0e4a35903c8d837a8d3cc74c692748789 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=101.817 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=83.759 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=64.028 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=60.620 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=60.112 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.112/74.067/101.817 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=67.662 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=84.535 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=72.623 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=63.882 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=61.457 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.457/70.031/84.535 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=9761609a70e67029a02235b9629f3d31b9102d45182477ef61baacc74ef2fb54 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42795 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=5568651cd20ba0be8c16ee16e420cb13eb067684e0f781c5c699ceda99901372 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042940 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:29:40+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=c7a7589b3e7bef85dee83df6bf678d3a9c20d3835a5746b302492cee5cdcdd8f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=56.443 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=53.486 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=77.644 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=54.142 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=53.455 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 53.455/59.034/77.644 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=67.994 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=53.292 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=53.135 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=52.939 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=53.891 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 52.939/56.250/67.994 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=4baf4fe9e7ab9a7ef2f1833790684eb30fbfd8d73019cef31d319ba0a8dd0de8 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46130 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 4 04:29 /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=b832d99fcc4696584e40db7cfa0f3948a964a578f407b38b89723b8219f61eb0 --- head --- Backup: KEYMASK-before-vpn_test-20260604-042959 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:29:59+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=5373df0ff4df0a2d7704095d0eb0f55abc31b2b33d3cc100a2096ecfe1c1593a --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=50.355 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=49.383 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=50.084 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=49.597 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=50.615 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.383/50.006/50.615 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=50.042 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=49.892 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=49.783 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=49.898 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=50.061 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.783/49.935/50.061 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=2690741f872397aab359ffd02831d0949207e404b73f210b06a701c58dc36c30 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34955 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=748641af98f8701dd93d4cde0b0dcf665f47ebfd3e061d2effcb40e6fcfc769d --- head --- === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=63.952 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=64.690 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=67.278 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=64.562 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=63.690 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.690/64.834/67.278 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=64.430 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=65.222 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=64.420 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=64.162 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=64.538 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.162/64.554/65.222 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 482 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=d8b64c6ad21f8a11bb8a3cb55842428c8cda0e70f86b8d43d4b4837be6773c77 --- head --- interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 55970 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 1 minute, 15 seconds ago transfer: 930.70 KiB received, 923.80 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=66082071d2d3e70881f56015dad596be7cf532b7d31aceabaa03c3b1225a8fb4 --- head --- Backup: KEYMASK-before-vpn_test-20260604-043027 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:30:27+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=6143c6ef9675cc22f1cb1ab7040bd329514321b77457e724752ae0b4f80024d7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50185 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.71 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 4 04:30 /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=ed3e0034996d805659e7faf1a4be7e0872cc4bc7e4d4751a848ce10231097499 --- head --- Backup: KEYMASK-before-vpn_test-20260604-043049 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:30:49+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=66edc3b5b1ab1b6e58e16689b126e2ef3433b10b05e34e02df0c9eb55107858d --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=55.837 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=55.872 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=55.887 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=55.814 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=55.031 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.031/55.688/55.887 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=55.835 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=56.461 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=56.415 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=55.621 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=56.482 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.621/56.162/56.482 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=35c6531af49f5f9385a71ec563b12f3acb748afb0b859b05af032a92b5d552af --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51475 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=43ceda3a58f6c2c5b1cb7f0a3902bf5b1555cc6a89652f2aabee086f6284b24d --- head --- Backup: KEYMASK-before-vpn_test-20260604-043107 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:31:07+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=6831c7a4f6bceaa71b83bde3ae71d5fa6dc7ffb562eb527ff8a97ec8d06bbcce --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=72.665 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=70.003 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=70.978 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=68.096 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=70.651 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.096/70.478/72.665 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=87.951 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=88.022 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=86.554 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=91.916 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=86.686 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 86.554/88.225/91.916 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=dbd067fb9a3ee569c52f77f37c3b5fab360c8d834d4d5f38055109d76aeb51c9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60190 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=9caee61cc642cc5208e71bde602df37ccee7956ff0b595e156fe3e59dbcb8ed4 --- head --- Backup: KEYMASK-before-vpn_test-20260604-043126 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:31:26+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=2b063c3ddd71a1f85ac0e7a48827dba0e80551f35dc4eaf96af0217ec0788771 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40364 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 4 04:31 /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=931c0dea690a63a4e00533f66d24d2af0e49c34036602da0c5adda9bcea05943 --- head --- Backup: KEYMASK-before-vpn_test-20260604-043148 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:31:48+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=4036c44e8c0071643a9f195008262c3713028839237e145a32c7afcd034fd759 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=265.043 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=263.662 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=263.459 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=265.059 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=264.625 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 263.459/264.369/265.059 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=228.612 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=229.355 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=228.800 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=228.993 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=228.754 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 228.612/228.902/229.355 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=530303fb2935da0899169852e545336e89858bf7878c2cb31a3e9c588a6900d3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55506 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=7ff597ff0911ce5281fbd0753302d1e7ff434eafb8ab06f6cb1adc95b7385538 --- head --- Backup: KEYMASK-before-vpn_test-20260604-043206 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:32:06+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=ad0bfa2555cad19784dbf33ce3bbd6d71bbde206d4793e5d554fe4b3d6b7e52d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56974 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=8e987b7a7e33151c2d79fb71f78a2c951b86479a13c4d270ba41d03a934dbc70 --- head --- Backup: KEYMASK-before-vpn_test-20260604-043228 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:32:28+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=2be0958a3e90e53b8b43990bd12fe439b33b4e93a102241a265146369ab8f41e --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=110.567 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=110.750 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=109.576 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=111.265 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=109.668 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 109.576/110.365/111.265 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=174.617 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=169.366 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=168.750 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=168.466 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=168.349 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.349/169.909/174.617 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=e8aa8d507cc63dcefc3690a4635154c4585c8688ef95f4385418f680b4822f69 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40119 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 4 04:32 /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=c6ef72ec90da9ad6a2a5d24031d18fff9d63ba43157031c7081f3b5d947a2587 --- head --- Backup: KEYMASK-before-vpn_test-20260604-043247 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:32:47+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=7810d6fc6951712ce3bbd7cc2ed6d72b53c220902795410e5ec432c47139faea --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43672 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.92 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=a6cff4b27d70401cbf0a5f3636b840d0e750b2dee61d3766e495fdd7395961c9 --- head --- Backup: KEYMASK-before-vpn_test-20260604-043309 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-04T04:33:09+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=90a94da1c8612b5a82c18d74895003ad52c6c978b87999b66ae1b7b362381a47 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=184.653 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=184.434 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=184.700 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=184.380 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=184.132 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 184.132/184.459/184.700 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=178.436 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=178.688 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=179.427 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=178.911 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=178.870 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 178.436/178.866/179.427 ms ### HMN_FILE /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=915ab30f11085b221f31f6ed5522b28b3380fe176ca5f003ade66b7ff1ccf810 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45036 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260604-042130/results.tsv -rw-r--r-- 1 root root 13368 Jun 4 04:33 /root/hmn/test-runs/20260604-042130/results.tsv sha256=6c6820dec8d9999a15afd92ff9538881c90a8711f4e725e333b74ad0318730c5 --- head --- status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.93 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.423 /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.52 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 67.103 /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 376.044 /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.70 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.85 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 87.206 /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 44.743 /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.59 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.99 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 71.253 /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.88 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.70 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 127.835 /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent 9.9.9.9:0%,1.1.1.1:0% 30.288 /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 214.450 /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.92 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:20% 35.727 /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.49 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 74.067 /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 59.034 /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.006 /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 1 minute, 15 seconds ago transfer: 930.70 KiB received, 923.80 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.834 /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.71 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 55.688 /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 70.478 /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 264.369 /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.54 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 110.365 /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.92 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 184.459 /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260604-042130/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### HMN_FILE /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:21 /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 5 04:21 /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=cc87ba398c2b5ef3a25f80a72e0f2eeed00398a92972ea73b65a16eb813fbf5d --- head --- Backup: KEYMASK-before-vpn_test-20260605-042129 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:21:29+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 5 04:21 /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:21 /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=1bf6b3ec8ae5c1e8929ab056911b9701cb20c8d9abe3e4c4198ad850be4b52c5 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46199 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.87 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:21 /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 5 04:21 /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=cf35948dba103e1a2e6f11aa5312a41f40a5ea63bae3bca2246abddbade6f9db --- head --- Backup: KEYMASK-before-vpn_test-20260605-042151 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:21:51+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=fa8aa59bc52c440569ad2d9e87b7141d3aafdaea495ab092819fb34f77579470 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40347 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.53 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=444bc75e285e3ea8a46fda519ea96bb3ea2aab872727c587a4641fec6f6dbc22 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042214 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:22:14+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=ba5a36b9902f226a57074d8f47d357039166381c5a200c6a719ca6da21a66751 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=62.326 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=66.904 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=65.920 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=64.950 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=62.778 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.326/64.575/66.904 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=65.661 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=65.661 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=69.752 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=87.192 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=65.217 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.217/70.696/87.192 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=1fe1cafc21b07e44f8c9e0782b5a60eb61bf15e6b5aa4217622c93f2da65da4b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48005 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=c7c2f5723be2ece7363cbca194ebcbfc7869c3e3d966e1c47577fa5a2d176365 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042232 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:22:32+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=87148962e26e31f369ac74c571bcc79056668cf63eb4af8b57b63e304b0b9262 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38159 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 5 04:22 /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=716793f68a3cbe638dda652653a2cbf867a31a02e2804b15a6e0e189311a2eda --- head --- Backup: KEYMASK-before-vpn_test-20260605-042254 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:22:54+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=f59bcb3583d8a95dc7e5bcbd6c45e5bb9de694cabfc3a5d9f3fbe97032c75677 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=65.992 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=104.308 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=63.159 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=65.046 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=67.146 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.159/73.130/104.308 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=72.977 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=70.744 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=71.234 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=72.459 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=124.371 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.744/82.357/124.371 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=c0504a852ebc1a80de2e2887bb777d4ddb93bb7ffa218ffb5772e1c2414141ed --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43165 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=b66f31dc21489df42932a0357576c44ef3dcf64609e3d599efc17a00e9bb5744 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042312 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:23:12+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=e10c48a260a0612b015e59c6927afb075de15a9a49ab0d9d09ef07fda6b484b5 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=377.306 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=375.645 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=374.538 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=375.273 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=376.169 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 374.538/375.786/377.306 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=376.032 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=375.069 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=375.958 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=376.001 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=376.226 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 375.069/375.857/376.226 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=2534d976a7f8ae420b9eeddadd5acf960abce929abe6f1114c68be8889b93668 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49316 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=f80c00cde928478634dd5173bc38d76b292c9ff740b1f9f2588376d4d2647f4d --- head --- Backup: KEYMASK-before-vpn_test-20260605-042331 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:23:31+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=a8d297360303b7b24eb7579902ae8ce46de2ea0b749b83982fcce19b7a25b320 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39584 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 5 04:23 /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=cd425ac5f537336684b49856bc4f856bc678579ecc2caa912891433f51a05147 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042353 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:23:53+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=0701d109291440f0ef287e7c27c598bf8e73773e0671febf98f5dfa047a5a734 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36204 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.76 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=60bd2daa20463644dd21afaa1ae7832ce212927e02c963b67c3dbd7a1aa2542e --- head --- Backup: KEYMASK-before-vpn_test-20260605-042415 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:24:15+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=fddd182950f6816efd0ad9261647914218054017e43967d11bdfa08ac8b2ecb9 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=82.681 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=83.463 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=83.168 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=83.198 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=132.819 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 82.681/93.065/132.819 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=82.831 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=82.773 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=82.544 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=83.482 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=83.302 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 82.544/82.986/83.482 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=202a23e89a0150a94012a7b356bbad253fc6deab7ecf7c2d05b6d6f0efc5e810 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41577 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=47fd28a73dfcb584491fb1acb5ddfc290246a4e647d14db72b09dc6e054382b7 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042434 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:24:34+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=8cfc36b146189ae4e76af5192f025b32e0a12785b5706f8694e714ba8607d409 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=49.384 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=49.515 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=49.118 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=49.055 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=48.632 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.632/49.140/49.515 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=56.195 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=55.742 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=57.306 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=56.415 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=55.123 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.123/56.156/57.306 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=0ba9ec38063fc18c538ddca4b2cac8ded5d67a34405d7506b2746c56b7728fcb --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34671 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 5 04:24 /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=e5697d45c33484ba4e27fa772d9d6af6e13ab9ac258c55a93c6706e6f3792b6e --- head --- Backup: KEYMASK-before-vpn_test-20260605-042452 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:24:52+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=3a2c7652622eda90ffb2deb82310423a26232dd9ca30a2afdac7b7cf044f7190 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51876 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=34978559d9b07f74b12282c65f3e0aad2a168c498a31dd34ba66cf362868d285 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042514 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:25:14+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=24724a0c6bb3482ea833da3620078daff04739493e80ad54bcf8dbda4481f6f0 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52792 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.61 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=68451ed9b30c172bde16d61cfd70b526574e3354b93ccadf9da18a1f6f151e25 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042536 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:25:36+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=7c7b4be90f9dd1bb553aefe46e19ffd9f42cacc2e41f202ecffe317d922e01dd --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50338 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.98 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 5 04:25 /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=bd1266da09390edb423b4cb10980d562bf55f2908e8774dec7e82292784c37bf --- head --- Backup: KEYMASK-before-vpn_test-20260605-042558 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:25:58+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=7007823bd21684d57ee784bf57f885b3702dbc1b24a4b088151914a31e66558b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54554 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=76857ecb5a7ed6180d4d0f861c79c7804c0b382e43b6cc90437947bb4f2015b2 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042621 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:26:21+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=38f4c1850add49d954d61ca3231a07c771cc3cef97c0d85f09cf1cee493522b8 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=75.043 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=74.483 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=75.912 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=77.076 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=74.204 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 74.204/75.343/77.076 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=74.021 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=98.124 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=69.282 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=67.659 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=67.539 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 67.539/75.325/98.124 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=b419b3185e577acef67b30b75196883281b5b11c7df0b7cfdded2772856d4331 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35144 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=4c5dc8fed6014097047b0f8c11970be2edd17e2f87e56101289aa990266c2846 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042639 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:26:39+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 5 04:26 /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=888903bd558d589acdf60509a32d7e3fa5cd367f185ae6c6c6d3d7188bac2af5 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58646 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.83 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=6149502b95511cd95eaae7c9b0983870de7c17536c97ff984c547159cb4c0498 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042701 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:27:01+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=a3065d5db0d435061e39c9aea08b58820e9cb0eb01cdaeac8599bce43b6b1639 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40269 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.82 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=bd14b89581a0a17c00fe16f434d3216d6ac131935e2f41323f92dd199308e991 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042723 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:27:23+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=b7ae9fdd09f2e47d7ad4ed902d13700a27d4ea26e559473fbfb59e3b61df92b8 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=125.887 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=125.752 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=128.085 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=125.358 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=176.391 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 125.358/136.294/176.391 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=126.011 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=123.771 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=123.516 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=124.912 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=124.524 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 123.516/124.546/126.011 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=0aec4497bd34759d7819b62c1d03129fb3db7b3e967f5458afb748076e0cbfc5 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49664 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=a4438c4c1e28e802bb67b112bcac082d15fde1fc3cbc93c9a9de930dfda0dbe3 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042742 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:27:42+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=e3874b8015fee7060e699da21ce4da2481d531df17dbf520e7fb0c3c83eef74d --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=30.295 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=53.538 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=48.457 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=35.032 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=32.343 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 30.295/39.933/53.538 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=43.708 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=71.873 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=30.925 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=46.670 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=29.394 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 29.394/44.514/71.873 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 5 04:27 /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=07e7b516eccd9213057a9d1575c0bacf2d7260293e9c3a4cda859c6aeb44ab05 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58044 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=b81b5fddf88264f1634ac316f2c304dba3dc38d332dcbde6036ad2b8b62ad486 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042800 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:28:00+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=883dd06f0a3c3f2919ac4da293c035383714f079f6925e65eab861a29159f035 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=45 time=214.057 ms 64 bytes from 9.9.9.9: seq=1 ttl=45 time=213.760 ms 64 bytes from 9.9.9.9: seq=2 ttl=45 time=213.529 ms 64 bytes from 9.9.9.9: seq=3 ttl=45 time=214.732 ms 64 bytes from 9.9.9.9: seq=4 ttl=45 time=214.623 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 213.529/214.140/214.732 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=32.812 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=33.167 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=32.675 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=32.582 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=33.558 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.582/32.958/33.558 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=ef405e8134abbeefc4fc17ef51fe9a7800ef3b5c81896c500c9e9a91956f53f9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49831 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=5a9ef13a854099ed1571493bd964296a32152ef41fff4ee767fdd73e51fe2031 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042818 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:28:18+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=5b9c516f356a65cc91138143cefb1994efdb864afe5990e5eadfbc48ffd2ae36 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58723 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.86 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=2dc09307bd0a44b3404fa9481605e62fa71f9643ebc6d6f541869ab39f8d95e3 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042840 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:28:40+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=d61b2e63d753737a757e9cb289982841b747400391d94440a6f99d8ea0dc19f6 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=35.359 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=35.102 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=36.742 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=35.928 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=34.566 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.566/35.539/36.742 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=35.838 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=35.602 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=35.343 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=35.022 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 35.022/35.451/35.838 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=cd1ebb99b500387c22fbeba6ad53645ac2a4e7c045c14ab6571d8c8312d1a13f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50933 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 5 04:28 /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=d967b7bcc5d2febb150a5a087a0037775abe1329e81a2386d35cd2e036be0e89 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042859 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:28:59+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=694d2fa85b836603b0996e065597ecc79fb001b4f56766f7308b03ba432ecb0d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51550 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=7f387d798ecfd51cbe15323befadc02da9d4ab7d55189fb90c7dd03a40529ef0 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042922 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:29:22+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=2881cfd0e4fe348bd406ab9fc340ecc0e5a0c7e3b2e9ecd9663d96114717377b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=62.824 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=63.357 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=59.876 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=87.561 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=86.095 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.876/71.942/87.561 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=119.034 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=77.681 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=75.918 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=64.977 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=64.376 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.376/80.397/119.034 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=2961a42098bfee7e01d4a59ac7df5741c1895ba52655a1762374dc6fc06b2daa --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54569 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=b7659a092232bc82afb4bb46e380baa3e52ebaff9b29f12265c35a52b613cb23 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042940 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:29:40+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=06972763d7255091bf7c49488e6d5b7ed3723c685ab2c76572ba8c6d306af91c --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=55.752 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=56.635 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=56.765 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=57.166 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=55.729 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.729/56.409/57.166 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=56.152 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=55.769 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=55.907 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=55.603 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=56.271 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.603/55.940/56.271 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=a44af71de4518a59b547bb0ad218dc821a9d3c4fc1db073d1c2edd3eed0c0fd3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44112 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 5 04:29 /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=56caa0c668ffdc499c828dfd1e30a4e3b8177e109b56b7bb6727b86b14c9cb09 --- head --- Backup: KEYMASK-before-vpn_test-20260605-042958 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:29:58+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=f766782a7499b6e7265bcc8afdf8449423f20729a1341d773e80dd9dc5d8a172 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=49.793 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=50.083 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=53.403 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=49.912 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=50.315 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.793/50.701/53.403 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=50.068 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=53.644 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=49.596 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=49.797 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=69.521 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.596/54.525/69.521 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=d0ef36ff5758e51ebf023cb6b9134e0cba6a84d86f60660fc3519efe766089bd --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56632 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=d7605830e672df01ab9783672659f41b664ff2eeeb13028c34977821b1562baf --- head --- Backup: KEYMASK-before-vpn_test-20260605-043016 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:30:16+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=c3fd269b2c2f4210de16dcc848897a0e07152a42d0be4fec9c1f792b416ce6c2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=64.886 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=64.351 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=65.051 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=64.405 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=64.667 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.351/64.672/65.051 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=64.517 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=65.995 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=65.247 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=65.702 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=65.489 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.517/65.390/65.995 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=53214c82142bf735b03b6e188d437419194c7f054997f68e4bf3f022bb9123dd --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42822 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=549ded80ad5c18e1670cb972894a7a033aacd95129bf82d220a4e6371436e648 --- head --- Backup: KEYMASK-before-vpn_test-20260605-043035 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:30:35+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 5 04:30 /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=887f19a4540f234bc985aab06f6d257d7d118e8d6947baf682c1cab4849861b5 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57958 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1041 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=c79d452fd7fea17c08ab9a06949a18262d5aedf688a66e20926fedd17ae06133 --- head --- === probe 9.9.9.9 dev vpn1 === 9.9.9.9 dev vpn1 src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=60.359 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=101.136 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=59.556 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=59.623 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=62.656 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.556/68.666/101.136 ms === probe 1.1.1.1 dev vpn1 === 1.1.1.1 dev vpn1 src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=108.269 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=60.606 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=60.313 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=76.116 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=59.905 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.905/73.041/108.269 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 481 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=a106f157b0b48b642024fdfa8392a778fea712fb21d85d10498ee71de0756c97 --- head --- interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 47035 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 1 minute, 48 seconds ago transfer: 3.36 MiB received, 3.46 MiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=61a5127428be4ffb89ef6d1a2f741f253de996122700ef6b8ccdf0620ae9c1d6 --- head --- Backup: KEYMASK-before-vpn_test-20260605-043107 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:31:07+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1056 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=88cae232cdf1ff784b502ad8f5195a541ddc57b61a82569c14a4457c24dd693d --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=76.335 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=127.736 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=105.323 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=69.140 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=68.423 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.423/89.391/127.736 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=89.258 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=88.939 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=94.844 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=87.525 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=88.172 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 87.525/89.747/94.844 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=ac006ad89a6baff618a9a7c382d5f2e12c1e5568265761faa8d03355afdcf964 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49652 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.83 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=0385d5347f37da3f6104b6ca7f6e96e7fecd3537cfd9e35765d2528b107458ab --- head --- Backup: KEYMASK-before-vpn_test-20260605-043125 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:31:25+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=0d21a1971f394e8f41fe6c96d2b84abfbb36befe2eda4b148fcc74b4e69cd46d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43044 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 5 04:31 /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=1059ebbd77617c42a86dc96e713aa8e602dd7639c513d10332f26aee007c1813 --- head --- Backup: KEYMASK-before-vpn_test-20260605-043147 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:31:47+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=b551bad72dee331e6e232f2361d96f15874f35f11ad5ddbcbcb53e64618b2045 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=267.127 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=266.836 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=266.346 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=266.705 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=266.637 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 266.346/266.730/267.127 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=230.445 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=230.426 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=229.454 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=231.113 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=230.283 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 229.454/230.344/231.113 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=dc244e6be029ee5e177967e6d5ceec85ebeeb9e797748ab34bcd2c01d22cfea7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35420 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=22919b4037d2c76be097ab52928c81e0aaba27d37829418f8e9a05b2a67793a8 --- head --- Backup: KEYMASK-before-vpn_test-20260605-043206 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:32:06+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=ea02182ace2e661539585baaa6235db4d4ab31aaac628f71893b19becf711d6d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47387 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.49 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=a8d44c8bef91a6953d78072ad5703d0d704a0f9ea8231c29ec33e617b17c1aec --- head --- Backup: KEYMASK-before-vpn_test-20260605-043228 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:32:28+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=80c28605bd0f6f0d641156b33029111a70591c8e40c238977574b1b527ec9a63 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=108.530 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=107.372 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=107.681 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=109.652 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=109.628 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 107.372/108.572/109.652 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=161.783 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=161.532 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=161.619 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=161.867 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=161.375 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 161.375/161.635/161.867 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=15ec70222f2e0976166e863701a0f86990414779e959c41a1af5dbe1964bbfbb --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46194 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 5 04:32 /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=a9bbe299b104df28c5948d7c837ca6dcdb7b992a4bff93cacfddc8f9cbfa213a --- head --- Backup: KEYMASK-before-vpn_test-20260605-043246 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:32:46+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=08bb532f824fd02b90c38a68b3641b3ccdd7935f60abf0bd3992bec6fc7db215 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54680 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.99 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=75bbdaf3fc9994c53a7f50008a32bd514481fe19427cc4cfc257d725c9c27f2b --- head --- Backup: KEYMASK-before-vpn_test-20260605-043309 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-05T04:33:09+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=c6d619fcc67dcf932836927e5b1fee6197f728b2c089d0c9ee8a4947efea81a7 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=182.309 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=183.090 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=181.977 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=182.956 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=182.822 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 181.977/182.630/183.090 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=178.361 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=177.328 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=217.684 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=177.017 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=176.871 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 176.871/185.452/217.684 ms ### HMN_FILE /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=7d981ccb62c072223d09c783e0ee267104b864988fa7953a7a3014feef41b7f2 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37509 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260605-042129/results.tsv -rw-r--r-- 1 root root 13364 Jun 5 04:33 /root/hmn/test-runs/20260605-042129/results.tsv sha256=f934529d1547c8cff6a3794c17e7408f60dc34d6166c630d2967cb8ff33bb788 --- head --- status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.87 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.53 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.575 /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 73.130 /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 375.786 /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.76 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 93.065 /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 49.140 /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.61 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.98 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 75.343 /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.83 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.82 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent 9.9.9.9:0%,1.1.1.1:0% 136.294 /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 39.933 /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 214.140 /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.86 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:20% 35.539 /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 71.942 /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 56.409 /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.701 /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.672 /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 1 minute, 48 seconds ago transfer: 3.36 MiB received, 3.46 MiB sent 9.9.9.9:0%,1.1.1.1:0% 68.666 /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.83 KiB sent 9.9.9.9:0%,1.1.1.1:0% 89.391 /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 266.730 /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.49 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 108.572 /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.99 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 182.630 /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260605-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### HMN_FILE /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:21 /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 6 04:21 /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=86fec7ac7d9660f72e21cad83fc5faef3ec6d309f6b9439cebdee1c7d6a6aa36 --- head --- Backup: KEYMASK-before-vpn_test-20260606-042128 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:21:28+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 6 04:21 /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:21 /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=9ee5a95f6a0838f8c6974173b73c395915f3abd741ef19cce057b8ec89e4f842 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46697 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.87 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:21 /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 04:21 /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=f7f870c03b8b09b96ca3949bdd68fce83055b08b2470eaba9e6109ffeee27021 --- head --- Backup: KEYMASK-before-vpn_test-20260606-042150 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:21:50+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=dea980d6ae620f213e268898699f8aadd4dd6f52c3233989104ee21213302c53 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55081 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1037 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=171be5a74112360332a503a09ca158bd97ba9ddb6212f068cf1f76f1f26ef333 --- head --- === probe 9.9.9.9 dev vpn1 === 9.9.9.9 dev vpn1 src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=57.912 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=57.823 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=57.555 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=56.941 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=57.350 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.941/57.516/57.912 ms === probe 1.1.1.1 dev vpn1 === 1.1.1.1 dev vpn1 src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=57.974 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=58.202 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=57.322 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=58.093 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=110.451 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.322/68.408/110.451 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 479 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=5474c47fed7ef9412d2232ce29f6bad5e1b23dbc889b3f1944f6cd2842340707 --- head --- interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 51781 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 1 minute, 37 seconds ago transfer: 64.52 MiB received, 9.66 MiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=d5caca54757779c06b2af6a2eeda20058c97cfe30b70e08d66d91d77c5bf91ec --- head --- Backup: KEYMASK-before-vpn_test-20260606-042222 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:22:22+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=ffec61c4889f8a5cc24c059d768078ff2e257830a15cdca2daa74533dbe55e4d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44083 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.53 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 6 04:22 /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=4d5f3a64ed9819e6facc4ae58fd128d686f12dea7f18416fda68acf0535e9090 --- head --- Backup: KEYMASK-before-vpn_test-20260606-042244 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:22:44+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=5deb29ae2301f2425e4c8868cd74864fbdecb7d6a437390fc16cfecea267e557 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=57.480 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=57.381 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=57.818 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=72.382 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=96.629 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.381/68.338/96.629 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=98.316 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=63.012 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=63.258 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=63.188 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=64.211 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.012/70.397/98.316 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=3a0cc9cc56b2d8d4a7f3c4c1f416c7109df8e0a73031d0cbebba634b8ea5cdb6 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36461 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=320dfefa20f5aaf253781f04c2eeb2476485fa29c1c3df8a8c957a51da890ad0 --- head --- Backup: KEYMASK-before-vpn_test-20260606-042303 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:23:03+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=ff195ca6dfac2526cddb0e11b1f6d364ba582dcf27894357a6e2b609a5eb4e84 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=252.826 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=252.579 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=252.399 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=253.371 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=253.428 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 252.399/252.920/253.428 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=253.451 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=253.301 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=253.234 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=253.357 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=253.134 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 253.134/253.295/253.451 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=369e10fe5c8de62112a563d8c90d7d91ccb794ebe5d60a56d045fe3231e9aed9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55275 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=f51b1e86c0a15e3e368953aef3da1d182d6b229f9cb0b91b53cd58f9e7dc4089 --- head --- Backup: KEYMASK-before-vpn_test-20260606-042321 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:23:21+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=4cbeea91c49f654b72c9c4eaf61742c12206c26f7cade90fef0d80262c7416a5 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42744 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.63 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 6 04:23 /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=eb3cd20b6c19d8df3a4a2476f74bd77bb933cab5450ff5ee22bf8158b5906b15 --- head --- Backup: KEYMASK-before-vpn_test-20260606-042343 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:23:43+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=146f060c65d06980dd1b9a626634eb98a349c808aba35d11667974246bda8f2b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43903 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.89 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=4bc09a2ffdc8b790ecc63a9f843b6057623237b1bbb94f564fb015353195a7ac --- head --- Backup: KEYMASK-before-vpn_test-20260606-042406 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:24:06+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1006 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=d35471ad58d2b7cc5cc2a978f22bc01cf0e6e9fe6ab97862d4afa012ba5311c7 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=88.392 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=85.954 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=150.178 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=88.535 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 85.954/103.264/150.178 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=87.026 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=87.583 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=85.629 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=86.008 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=87.089 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 85.629/86.667/87.583 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=da454d0be0cec47f887380beca8bd35ace54220d8f485378972e60e2009d9d30 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48225 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=dc1d1b059babfdbe6a91ed231c0f0373ca5763925dba366516b72298b6808be4 --- head --- Backup: KEYMASK-before-vpn_test-20260606-042425 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:24:25+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=863d646af1ab28ced47b58e095d7f898b33717c60716a7f532d7572b0278a025 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=47.098 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=47.252 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=78.289 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=47.565 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=47.516 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 47.098/53.544/78.289 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=74.764 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=55.101 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=53.585 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=53.244 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=68.536 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 53.244/61.046/74.764 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=9bccb2c3fbd59606cb2aaa1b0d970a984c8236de5092249521bfd6d0358a64d0 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34809 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 04:24 /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=35be6b00cb4ef40fab01f24f8e30f8b11b7f8bbfd1919feb4ee4239221521231 --- head --- Backup: KEYMASK-before-vpn_test-20260606-042443 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:24:43+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=994b26d8e4a122fe802f68cbf4521cd770aef4e5ac46b95b27ae1ba6ecbdba1f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47550 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=c01b4443f600582bc832b09e0a5042b294a5d94b17c867e5152fdb7536a1f374 --- head --- Backup: KEYMASK-before-vpn_test-20260606-042505 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:25:05+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=aec5475e8508a59a6a6a9432f10eacf9a75a78e878324a2f3030634e25307aee --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45410 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.58 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=c23fea60adfc5e3a3f0b3f5189c3aaefe4d0ac72c4f19e3fe8fd0858baf3a21e --- head --- Backup: KEYMASK-before-vpn_test-20260606-042527 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:25:27+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=a1f67231d8f9ff90521003ccb18acb52398a10be6768377b4a86024df75046d9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59543 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.01 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 6 04:25 /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=f2a1d220796c75d1f5f68fe47d537d6b5eda5fa3d0d94bac011d35c8eea1ec8d --- head --- Backup: KEYMASK-before-vpn_test-20260606-042549 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:25:49+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=e562670163030acd17edd35026ac51b3a4ad755213c2576a808c26be600630b3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41481 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.70 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=f1fe8f266071865ff3a9b92792387aed6c33caf8902451553bf464545ea1c5a5 --- head --- Backup: KEYMASK-before-vpn_test-20260606-042612 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:26:12+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=265f04b00b3b447d430bcea0fe4d0f63b10f2e7a66681df4e6d3608a8744f73c --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=73.723 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=72.996 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=101.045 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=73.671 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=72.814 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 72.814/78.849/101.045 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=65.730 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=65.187 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=66.151 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=65.485 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=65.732 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.187/65.657/66.151 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=cde21c764572ec7840d9e3adc97e8e5e95522b7f9d05dbee98dba07aaeafa055 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37085 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=63b3e662e0ffd96dd216f5a2efb67cb27f98c0b5908915b40cc962096b6461e6 --- head --- Backup: KEYMASK-before-vpn_test-20260606-042630 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:26:30+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=58a5e680c6a8b243ff43dcab5a96787895fb9f9a74986662c52f75602b1897b2 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43062 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.85 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 6 04:26 /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=fabf187aaaa6e7525f9bce5e1fb719dd0a0766e2e5c07e815c0f357ce62af5ee --- head --- Backup: KEYMASK-before-vpn_test-20260606-042652 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:26:52+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=ac5356a12dccd6a89ea86042060670f83885bb02ab6bae13bc56e1a923255d3f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43659 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.70 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=11fdd81b80f58aba919cae5f1db30786eccba899039f22f49646c4619592b50d --- head --- Backup: KEYMASK-before-vpn_test-20260606-042714 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:27:14+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=be9514a313f39e0b6f51d687366fc99b5667cb140d8270f341720ee08f5a94c2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=127.051 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=126.290 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=126.296 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=126.251 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=174.536 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 126.251/136.084/174.536 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=127.158 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=126.506 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=126.443 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=170.382 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=127.842 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 126.443/135.666/170.382 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=df9f3e7900c410923173e8e106abf8fd2733d8eb7cd973b040bc0189336192e3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37539 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=eecbc1b4e23c8d638b13cbe710221d93f7985adf8e0c50caed3174fb76bff32c --- head --- Backup: KEYMASK-before-vpn_test-20260606-042733 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:27:33+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=04168e46af4faa4ced1caec4ce9c91f975bd0dee7c1bd3bf567716287aa362f7 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=74.619 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=98.518 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=73.804 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=29.668 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=54.443 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 29.668/66.210/98.518 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=54.033 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=33.381 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=57.266 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=28.870 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=29.841 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.870/40.678/57.266 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=4b8e9396d911b1811f2580be35ed5e6e8cd44ea1649b636d5f5ed2f191a9ecc3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45431 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 6 04:27 /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=b183fd9b6c035dca871a4e4f3d9c1356b5018955ee87622e1a1457abc15017b8 --- head --- Backup: KEYMASK-before-vpn_test-20260606-042751 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:27:51+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=e3a1e0b4c1ff9b86b2dfc709f08970a25ff76f89da1ea1e1a96e0185329dc0c9 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=209.103 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=209.535 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=237.979 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=209.301 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=210.103 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 209.103/215.204/237.979 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=34.596 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=95.662 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=34.620 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=34.552 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=34.942 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.552/46.874/95.662 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=016f6e4b19c53bcdc5ff97777fe4b6fb41ada580c102cb1ed09703db1c0a5d8c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60806 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=3fb50ab1a369e888703e64a63655dd8f45fbd014ce0a9973f8c8dfa28c5fc251 --- head --- Backup: KEYMASK-before-vpn_test-20260606-042809 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:28:09+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=ce5a577db8c124d4a2019e7bf9f6428b116f40038ed8919dc68ae3096aab7311 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59042 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.89 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=e722de93b2805e9f3958f70fa8262392dbb2d67140782066781360fb518fe63b --- head --- Backup: KEYMASK-before-vpn_test-20260606-042831 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:28:31+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=9c4084da37187386f616bdbda86cd0a01910361c936f086ef068a00aa40a4b63 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=33.391 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=33.306 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=32.698 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=33.697 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=33.828 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.698/33.384/33.828 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=33.591 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=33.615 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=33.823 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=33.609 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 33.591/33.659/33.823 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=3b0b9833905cb6c8b314a444ecc78e349d42fd78bf5bdcc68aa45f05d56d6755 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48118 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.77 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 6 04:28 /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=bbe6df7a43c7e6923a806a2dbe45ee0f7833a9ded4d3ca31718b125f76c6ff6e --- head --- Backup: KEYMASK-before-vpn_test-20260606-042850 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:28:50+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=2f9e89146eb8aad6dc833d61805f3619c8d51e7e67b0794d73919b12c50fd5f8 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59019 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=2390ae93d047eb943f4c40e5e35521384a825ab2d2d49ffc7596edfe2393e533 --- head --- Backup: KEYMASK-before-vpn_test-20260606-042913 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:29:13+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=4cde1221c65a6803d679e52fda7f740c3006af7818eada79b19fbc7e9d78bae8 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 468 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=df91af1cebb9bfd03055d0be545c30e8b266fb8e2aaf5832e2bc07e598078dd8 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40330 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 20 seconds ago transfer: 124 B received, 1.65 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=58e7fe953ac969be8982ab5cffbd317d957f7cd7a261b56521aa7a555494cecf --- head --- Backup: KEYMASK-before-vpn_test-20260606-042935 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:29:35+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=62005a194a63845acf0e58d3428b93d6466666b0c2963e77171129cd5b492a08 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=79.944 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=56.857 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=56.918 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=56.095 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=56.363 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.095/61.235/79.944 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=56.430 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=55.911 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=55.745 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=56.246 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=58.004 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.745/56.467/58.004 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=17666b997705d976828df94d61c1071cba13b41fa6e35a47bfe9012109356f69 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36579 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 6 04:29 /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=a814f3d6ea9e75d27cf6b59f9ab4863d169824ef1f2c409f326b136ac3afb5cc --- head --- Backup: KEYMASK-before-vpn_test-20260606-042953 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:29:53+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=efaf83873e156b1ef36b9bce925573811dd43b784305291931df416344c74d5a --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=49.793 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=51.726 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=49.626 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=51.397 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=49.653 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.626/50.439/51.726 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=50.107 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=50.212 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=50.114 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=50.613 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=50.955 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.107/50.400/50.955 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=4b05826ba9ff95990ad742cc9e1842d4e7d68bb03347ed7757126a0c4ff39152 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51446 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=563c70a1c06dd8fc34f67cf6006a7ea3c4fa461f959df1df89ad21bb02e240f1 --- head --- Backup: KEYMASK-before-vpn_test-20260606-043011 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:30:11+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=c6c078e3f45475d3b848f873371100602e00de80bf46a085b1edaf3c2d3950d2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=65.372 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=64.969 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=63.567 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=64.241 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=64.248 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.567/64.479/65.372 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=64.909 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=64.707 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=64.851 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=64.050 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=64.758 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.050/64.655/64.909 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=2e2dc6779e3216ed1da5661e3139038f0c4340e625ae6efbad9b834bd5c5a6ba --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51039 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=c6e2b8b2eb7f213ceafef4cfc36023f14a047fa9b3f69944ccc6649db14d9710 --- head --- Backup: KEYMASK-before-vpn_test-20260606-043029 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:30:29+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=59761495b8c1630482424c420f4e8fe152d706383bdeef0666ccc1499b27b706 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51903 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.72 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 6 04:30 /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=b63c74b8f976d3e450e669152bd7b0a0f3da1caebf881b975654b6f4b36606a8 --- head --- Backup: KEYMASK-before-vpn_test-20260606-043052 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:30:52+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=396f86a448ea8c471bfa5d2a2555095ff76c3231c5e4a1b4afbd3742ae8d1218 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=59.343 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=59.451 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=57.654 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=59.028 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=58.782 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.654/58.851/59.451 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=57.303 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=58.469 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=58.511 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=127.340 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=58.428 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.303/72.010/127.340 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=74e48870da8e708b5b6cfee17bbaaf75a9fbca2cb7503ce866f9953cfff806da --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40706 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=66066dad76fc9ac471edb0ab05f7d0f58a9fa3a8bf7b5027c1c835c9a5f6a790 --- head --- Backup: KEYMASK-before-vpn_test-20260606-043110 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:31:10+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1061 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=adcdaaafcffdb4c86c3c9e47325d3b6e3b258cca1f307d4724ee6a8a0b39c888 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=154.250 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=154.735 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=153.046 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=153.830 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=154.690 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 153.046/154.110/154.735 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=90.379 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=91.135 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=90.460 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=92.308 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=91.237 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 90.379/91.103/92.308 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=8c4dff2eab5393bc95f0c515bba7a45df00f0561195778731244fa998fa37637 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44498 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=f9f8cfec1e059f3e3d27b3a68360e62942e1cf8b41bf1cfc12e1209c62566ac7 --- head --- Backup: KEYMASK-before-vpn_test-20260606-043128 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:31:28+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=40a552cb3ec17a108bacd9df7a1acecd6a986e33f4cd9c675180dc3debf9186c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47258 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.60 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 6 04:31 /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=a6e7917b7af0c0f54966ae84cdfcb5804f9c42e472d15fb08b61c456aa01095d --- head --- Backup: KEYMASK-before-vpn_test-20260606-043150 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:31:50+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=2bf53b9445716a643b6ab72902ea659ab2ecd61da3546055e5ec5be3367f65fe --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=268.568 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=268.244 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=270.656 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=267.624 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=268.771 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 267.624/268.772/270.656 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=231.946 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=232.509 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=231.773 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=231.926 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=231.897 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 231.773/232.010/232.509 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=d54479a5a36c796bad186f1b0151c5249f96cb14dfa83e4a8b61b8aa07b8dabd --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38203 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=d9879d137bdc8bea6596c49f1ed2195ab0a7e1703e7d6a93acb77c91128dd930 --- head --- Backup: KEYMASK-before-vpn_test-20260606-043209 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:32:09+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=eeedb791327bcb998cdde782b8846c45f4d7cf74d23fb27524633efaefc5aa6b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50768 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=2f94d65d811b270038370d9e8165953c92e5b6cec4bb97e76a3cd6926c38d30a --- head --- Backup: KEYMASK-before-vpn_test-20260606-043231 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:32:31+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=e97b727c49b50d3ef7c74447e234e9730360ddb65a43dcd95a005db4ee625c1c --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=99.545 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=99.564 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=98.882 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=99.814 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=99.910 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 98.882/99.543/99.910 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=153.775 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=153.892 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=152.985 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=153.449 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=153.394 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 152.985/153.499/153.892 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=314843029479fbf4888810ae9a4e12e4b84f7a20c71b584ffd92de39ca9f7023 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57182 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 6 04:32 /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=1f94f9960c957ef1676909b2f0a43bfcf02339c560e98d42009d89d1b76017f4 --- head --- Backup: KEYMASK-before-vpn_test-20260606-043249 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:32:50+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=0ece60273a26db61391c7cc4daeba37434f28f16c2d202d83021f027bcb15848 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59849 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.08 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=7f07b2b05f552ad5ad3bd2f3738df5576a6a1c6f56b82bfd339cf85e98e55d18 --- head --- Backup: KEYMASK-before-vpn_test-20260606-043312 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T04:33:12+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=ebc52f36fc40211530552cd2d6a47040f20353ebef5bbf86e7d62baaea66bde3 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=173.923 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=174.849 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=174.561 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=174.484 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=174.493 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 173.923/174.462/174.849 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=169.346 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=169.745 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=170.437 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=169.403 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=168.323 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.323/169.450/170.437 ms ### HMN_FILE /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=241931cfe95a4e7af4833e3f714f715ebf6ff0b86b29f747a200730ca89c5be0 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59260 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260606-042128/results.tsv -rw-r--r-- 1 root root 13387 Jun 6 04:33 /root/hmn/test-runs/20260606-042128/results.tsv sha256=bec2074c482f4a9c9d0210355f0e6def237a71be7c4d2ed0900d55b45a7d47db --- head --- status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.87 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 1 minute, 37 seconds ago transfer: 64.52 MiB received, 9.66 MiB sent 9.9.9.9:0%,1.1.1.1:0% 57.516 /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.53 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 68.338 /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 252.920 /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.63 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.89 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt FAIL_PING_LOSS 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent 9.9.9.9:20%,1.1.1.1:0% 103.264 /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 53.544 /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.58 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.01 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.70 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 78.849 /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.85 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.70 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 136.084 /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent 9.9.9.9:0%,1.1.1.1:0% 66.210 /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 215.204 /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.89 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:20% 33.384 /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt FAIL_PING_LOSS 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 20 seconds ago transfer: 124 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 61.235 /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.439 /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.479 /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.72 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 58.851 /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent 9.9.9.9:0%,1.1.1.1:0% 154.110 /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.60 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 268.772 /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 99.543 /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 2.08 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 174.462 /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-042128/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### HMN_FILE /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:08 /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 6 18:08 /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=5c9ec3bf39827b7169f2fc307e0b1e6743efd125830030b8deb32d49e882ddd2 --- head --- Backup: KEYMASK-before-vpn_test-20260606-180839 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:08:39+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 6 18:08 /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:08 /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=3c9cf29ed9e1e6373dfdb696503cad6cf34d041f36edc9856efdc477173aa2c2 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57764 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.92 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=3db06c64609b4036d6dd092255ea1a8cd5a3ffb8023eaade8a0d615077bd8cef --- head --- Backup: KEYMASK-before-vpn_test-20260606-180901 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:09:01+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=28aff79e6dc971bc0189e6635f8e5557189767aec048312342ed1872a88e09ad --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44559 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=b1b44b2635648582282f0755948d4ff055fadfcf98e02b5a5b2a44a4dfc82428 --- head --- Backup: KEYMASK-before-vpn_test-20260606-180924 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:09:24+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=93b017b5660633347aa802a21545d3558d55e972b73712103f76cd2ebc317bff --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=62.860 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=64.430 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=80.881 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=62.546 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=70.117 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.546/68.166/80.881 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=67.991 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=63.098 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=62.186 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=62.801 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=62.610 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.186/63.737/67.991 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=4921f75e24bb3ad3b308d6c3524f498de36dcf830fc3ba91eb4050ce32c16a14 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54990 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 6 18:09 /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=5f44a0321b810e60e95031991926e73bcf67a39f087f5e52abe639c4728c041d --- head --- Backup: KEYMASK-before-vpn_test-20260606-180942 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:09:42+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=8893e047b9b10b80519074ca0f190b22c2e6132ec206f117020eabaeb343d532 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45550 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.52 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1037 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=eb64df69625e38645b917167ad46dce2c6a5f925a06bde9f0c089b4b03f68875 --- head --- === probe 9.9.9.9 dev vpn1 === 9.9.9.9 dev vpn1 src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=59.395 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=88.298 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=56.743 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=60.816 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=65.907 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.743/66.231/88.298 ms === probe 1.1.1.1 dev vpn1 === 1.1.1.1 dev vpn1 src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=65.376 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=112.234 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=63.472 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=73.898 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=63.674 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.472/75.730/112.234 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=47f63a1c7edd6163a41fd2d7ad3139f1874b5203b82f42c6e8b9535b397a6397 --- head --- interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 46347 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 10 seconds ago transfer: 7.23 MiB received, 1.12 MiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=b4105701e8de10da621e5b8770db8319bedd75d6992a58705da17542b3a3faad --- head --- Backup: KEYMASK-before-vpn_test-20260606-181014 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:10:14+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=b39204f591c6dc829f41153280f9cb1503bc35906248a8e45ce34ba4bcf1dad0 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=428.329 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=437.219 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=370.220 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=382.584 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=407.115 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 370.220/405.093/437.219 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=385.971 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=377.084 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=584.670 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=384.935 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=391.955 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 377.084/424.923/584.670 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=cb59d31e95af03a9490e7d0192bad10317556565ed082b79ee9a81de58767393 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46029 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=0c1f8b430e1efdd6e855d2515601d8ec2726af69630fc6f06f22db82de30b861 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181033 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:10:33+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=b8d6b9685a65deada435435b1054787697f5ab6492a3ebd232a9670c43d0e7dc --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54445 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 6 18:10 /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=8c314499ba1850e37faa01657606eb5a5df91d5d3cb5afffb9962f283ae8d094 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181055 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:10:55+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=5a93332a9e0d1c70392f599e6d8a533dfdbde04cd9cc88593204e7ef1a1f4def --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55498 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.79 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=76a934eacdc0690d9345a34ae2d6956f7b7fb8d0d926854f3445176810fd431d --- head --- Backup: KEYMASK-before-vpn_test-20260606-181118 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:11:18+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 952 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=93fcafd1b3694b162f3b384820c0f6cdcced87e42512f3fb6ea9e275f1235a9e --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=1 ttl=47 time=87.421 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=96.552 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=83.136 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 3 packets received, 40% packet loss round-trip min/avg/max = 83.136/89.036/96.552 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=83.360 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=83.483 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=83.384 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=84.190 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=94.286 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 83.360/85.740/94.286 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=db8a530498386e2563015c53237fc28dba1b667cf3d65eecf8ae0fe8aa065eb9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40385 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.09 KiB received, 1.72 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=eff8d7bf0e6033cbd1b70c5af808277ab510d57cb8dc3f39807e83591c39c85a --- head --- Backup: KEYMASK-before-vpn_test-20260606-181137 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:11:37+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=c27e3c2b4e99f325d216bf45a78d88eef9c947e60e669e777ceb3930e4e7c83f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=54.727 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=46.336 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=50.304 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=46.442 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=53.786 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 46.336/50.319/54.727 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=53.515 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=51.784 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=52.413 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=51.766 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=63.841 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.766/54.663/63.841 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=0b82c36ac125d248e7b97a606d6f703ce850c5457a5a2fff0bef1d8b3f35b929 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48562 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 18:11 /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=c82fe75d6a76997eb4edab00bc5be9d8d4f5c578c60b5d84a63f2672375efc19 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181155 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:11:55+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=b8e12cdd0d9a45c3428b075579e4a615331f3ae84a487b9620dc0da045c43c5e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48557 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=20687a0043e5aa09acd7eddf3f17a533623cd6463d22fe8779bdb07a4ce6aa8d --- head --- Backup: KEYMASK-before-vpn_test-20260606-181217 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:12:17+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=b1469cbfe2d57a01a485f05405a37bf4662fcf7d3a6206513fd294c35557f35a --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37510 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 6 18:12 /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=51ef4f1b67a822e0a28b6841c355789d74d6fd8fe08529df02e2c96afd7995bd --- head --- Backup: KEYMASK-before-vpn_test-20260606-181239 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:12:39+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=02cefc22e2b59546431eb1e5135c97b5a40d24e5862ebecb14f095f171111afd --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33807 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.00 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=0eac9dbdf1b8790003fe8d67e2d52030df90f7df136ac20dafea53c24eb064e3 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181302 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:13:02+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=a149f094c0168e219743d66a65950a6e8f46a86b5948e381a2a13325505f4c2d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41852 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=115b9a6cf8ade281917bbc4ebb3044f1fde77c7439609e7c03c8397d53995cc7 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181324 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:13:24+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=6fe739269aacde7cee3a053bccc85ab6f5ba2a68cfebc482584f2d771eb0d90b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=79.375 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=77.285 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=81.633 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=110.414 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=79.432 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 77.285/85.627/110.414 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=72.253 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=75.637 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=88.832 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=73.871 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=102.595 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 72.253/82.637/102.595 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=508057cd68c1f77d216e0540713a8f5a3802c974eed906a210c0cf5610a581ee --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39487 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 6 18:13 /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=b7f6a27823aaf2e171c95e2ac5ec748fa474249103a1c3c4295e55bd0554a86a --- head --- Backup: KEYMASK-before-vpn_test-20260606-181342 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:13:42+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=b245a3e4b953459207b77cdc2e665ef6a022ba08e59da9b9d67a5a56230aa2c7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37762 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.83 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=b769ed702b65e8cd766273dd2046626b2fad0bcbc42335bb9c6c1c28228c00f8 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181404 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:14:04+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=c19caf106afa06b2469a9df7d18e52729a14a8c18c3ea6ec8ee045644d2b1724 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49839 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.72 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=eff5ae926709d30d2804818c5590d76a107f8304951af6a6847dc7f337fe580a --- head --- Backup: KEYMASK-before-vpn_test-20260606-181426 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:14:26+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=b43d3de1a6b1b42f95bc350dbe78d06bfb6ffd55cf2ece00b307f16f3137a97d --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=140.663 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=148.670 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=133.408 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=540.798 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=138.126 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 133.408/220.333/540.798 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=140.257 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=131.396 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=160.789 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=184.903 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=133.981 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 131.396/150.265/184.903 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=af7a37bd50629e86e9e3c0b87aa4aa3bc1fac1f5cc976a9683b3a1a765118d76 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39582 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 6 18:14 /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=b01e88abdfe487c5475e5848952bf6c12cae49538a70d3f552c3040702c8f15e --- head --- Backup: KEYMASK-before-vpn_test-20260606-181445 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:14:45+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1009 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=c6fec833b522dc41e70ee46c6e3eb06ca0ded9c4b991c3e40898e626a4964aab --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=189.678 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=73.959 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=114.383 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=128.231 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=39.616 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 39.616/109.173/189.678 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=38.151 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=125.398 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=149.296 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=34.950 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 34.950/86.948/149.296 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=05cae1712058cee142a0272e3518991abaad246d9be091e7dd5c49865a9ce7da --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34465 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=fd77da65a1554407e674fb845866606651ca8fefdb1e38a7c089e906ecc18334 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181504 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:15:04+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=9b2843bc1f80be1198ec7a5d9a46d322398ced22f3a2923d26406b787655d783 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=206.415 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=219.177 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=209.050 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=207.383 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=207.003 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 206.415/209.805/219.177 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=33.132 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=32.466 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=32.016 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=48.491 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=32.408 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.016/35.702/48.491 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=285b648903b14078e89e9e9dd80aceda350b131e0a6fa228cc56790235a021ff --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51160 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=2eab5885bd0d6a6d04a18973ec3a2893b57724718f017caaf1821ec879cd6e89 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181523 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:15:23+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=0063249ec0d6d0f1d56146f902fbf72e5d45feabe074c9fdd5c8b45504dd29a9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46069 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.91 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 18:15 /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=bfa1447b21d9a2b402d015c49c780e948ddef7ae1f8ad76f22d3a448ba4f9a06 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181545 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:15:45+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=f619d93e47a6ae54e6580e7c7ca6c8799c07a56bc68a20afe3c9741f159edd05 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=33.982 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=33.627 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=33.101 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=44.004 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=32.843 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.843/35.511/44.004 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=32.148 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=47.553 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=71.282 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=32.188 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 32.148/45.792/71.282 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=70b71fb6f55ccb03605d8a20e6868363d32569c37bc46fae556927e56a9a6810 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36395 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.69 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=ca659a9de3637bc60803bdf4b9a98ce7afe0061b7973457a6b325e17617abaa9 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181604 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:16:04+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=281a83eb0e55ebae949d7c2ece06fc4e7591e17c9c5e4f2d7f5ea410fa544005 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39976 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.50 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=ff9e7302377c6f58de9e901c0b74d5bb3f04298286e4859bf27581ef18d06ba0 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181626 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:16:26+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=2b743a73ee54cbd5eacedd37ea6b18539c958dad6f8dd4a34e02c9d6c80172c4 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=64.207 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=93.324 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=116.825 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=64.157 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=176.781 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.157/103.058/176.781 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=188.554 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=69.377 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=72.791 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=78.072 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=73.101 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 69.377/96.379/188.554 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=b0a6f7b770005965324e08f9adca15354a874ce697fd267125b8d636db068b59 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46333 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 18:16 /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=bf9ccad2404e6066446bfa28ac2f9e51de998a15a25353b43eb77362c9858b95 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181644 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:16:45+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=a92cd942dc2024fa7d945ec9d2f2a7f5bf561e0de20ddcd2c0a93cb5868d23b3 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=60.113 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=57.078 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=62.391 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=59.684 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=81.627 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.078/64.178/81.627 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=96.404 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=59.062 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=58.010 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=84.984 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=57.487 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.487/71.189/96.404 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=e6c988727df3be9774365f33b3babbe8d76519e2bd3f65dba173573dbd46ccfa --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50645 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.59 KiB received, 1.68 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=77a1d0394b7e5a177e68bd7d4d8c917a65d89a2412d35a42e4de1e3fea98718a --- head --- Backup: KEYMASK-before-vpn_test-20260606-181703 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:17:03+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=5d9b14fd801715397bb739cade2841e4e4d9ef418cd134896d36d1096813529d --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=55.895 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=84.395 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=50.076 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=51.040 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=51.278 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.076/58.536/84.395 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=89.776 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=68.685 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=79.787 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=74.272 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=76.902 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.685/77.884/89.776 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=2d7bc06ed477f65f4044a04a7134e2e285c653095709dcc4b0192b09aba107b2 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41377 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=dcf847894ce5d6bdf17648022b4d092881df132d4c9f4c770cca3686c8b20f7c --- head --- Backup: KEYMASK-before-vpn_test-20260606-181721 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:17:21+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1006 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=61d915478b729138de8719d52f252b7323da65fdc0553ee22b12e009676df1b9 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=87.464 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=89.315 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=86.578 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=145.563 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 86.578/102.230/145.563 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=99.001 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=86.057 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=107.094 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=91.881 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=81.101 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 81.101/93.026/107.094 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=8323a8022e1e13d2520e33f16ee4532748d2eb0366a68c78d9a14ddd9504210c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41209 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.64 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 6 18:17 /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=e485d62f1fa932fa5e0f68045fbdcb0e4f508a2d3e080987f23e71cac681f677 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181740 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:17:40+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=a075b6ff6fb9d3ddab196b187151ca475c69573e512b605fb1a43b51d1cca784 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55080 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.68 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=6629f070242c19532c88852089b81647dd4f429f11fdc1d40bb904d4d02b8b87 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181802 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:18:03+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=4a65a8f8e5eb74fa5d1a6d13f14cad2aaf8edbe6154392e2740062d072365c1d --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=58.084 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=59.988 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=64.369 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=67.303 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=105.324 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.084/71.013/105.324 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=95.281 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=62.429 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=73.265 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=58.426 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=59.259 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.426/69.732/95.281 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=274294b6684df04d3355a6f018918046d21401f3ce1c1671cfd8537b8010f0db --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48755 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=61c8cbca03c22bb5ab4caf1fc257abbe56f9c75aba06ddc349f3f6b07d8dec32 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181821 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:18:21+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1015 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=9ae1615c699b2d46d7a57722cc1952e13ce1a99bca958cb2d2b6e0f1216aa479 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=174.753 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=166.955 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=168.411 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=178.402 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=165.341 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 165.341/170.772/178.402 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=1 ttl=55 time=157.301 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=108.628 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=95.039 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=94.695 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 94.695/113.915/157.301 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=836b59dad904185c65a96b3d738e6b2307409376fabbf1ac4c1c195388ff57c4 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48119 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.78 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 6 18:18 /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=03f82351245dae063e20c4d3fea362530138a0bec19e1354d6c73ad17f08d941 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181840 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:18:40+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=b4a6c50c46e82797ed8a6447d15fad7b0aea0f7b17975137126cc86f87482318 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38244 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.71 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=da92f6713e879f20ce4eaf81629e7e3c3b6cf892169bdef57b047fd6c05e6585 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181902 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:19:02+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=d67fa4ccf26ea8ec309813bebd8e82f1cad481e0320798254bc5833e036dae6b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=291.931 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=316.022 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=270.911 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=283.071 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=271.684 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 270.911/286.723/316.022 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=235.019 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=235.496 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=242.617 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=247.632 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=235.464 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 235.019/239.245/247.632 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=73144d13ebabc8586c9f6de9f14bd7da3805c70feec05c535e2f386d3c1eebb3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52689 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=2ea1e7f90c523f2b4805d99d523454b512be0b69c58663af502f7c8729850035 --- head --- Backup: KEYMASK-before-vpn_test-20260606-181921 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:19:21+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=86f18bffc77521238371068e71e053e634d93e67804fdec2decfe60ad107927f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55793 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.60 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 6 18:19 /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=69860c99c2422d0dca215dd5081a0b33e6aef1b354ee11f7af7a537c4a5ed5dd --- head --- Backup: KEYMASK-before-vpn_test-20260606-181943 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:19:43+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=1c1420e9bc7882ed8b1c1fe6011499c1fa55630950be2289b1ed7ce7990e9121 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=103.052 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=127.804 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=103.624 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=104.031 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=143.877 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 103.052/116.477/143.877 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=160.776 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=243.126 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=206.646 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=156.219 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=171.981 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 156.219/187.749/243.126 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=2883b01649fb54b2080c0688963d36f77b1156b429a71b4244b71e6f846c0b27 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33399 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=63d56812a9dafbe8a0f99e7e133cb5eaf6fdc8d8e0d7955da22c9b83d66db720 --- head --- Backup: KEYMASK-before-vpn_test-20260606-182002 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:20:02+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=abc07a10f4d260f5a25fc513c3410744d148bfa3a8a155abe2ee756859a6af9a --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55025 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.07 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=bc8323b5f04a657c29af59445b2db7a4301ec6e8d409dfef1ad89b801105221a --- head --- Backup: KEYMASK-before-vpn_test-20260606-182024 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-06T18:20:24+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=e20506b6e516600433147fd401d5c092cd5f9b4cda78ff40edc017a7f5511d0f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=196.199 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=200.505 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=204.329 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=201.223 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=212.079 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 196.199/202.867/212.079 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=212.720 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=216.094 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=240.269 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=199.865 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=211.249 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 199.865/216.039/240.269 ms ### HMN_FILE /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=c233e4e5b12698f8115fbd89d812db872eb0dbe0416d282afe685196421ef59a --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33811 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260606-180839/results.tsv -rw-r--r-- 1 root root 13410 Jun 6 18:20 /root/hmn/test-runs/20260606-180839/results.tsv sha256=a32abdfdaa353feadc0180c0df52b7ca60abeff867a827856547e72009ef05e8 --- head --- status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.92 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 68.166 /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.52 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 10 seconds ago transfer: 7.23 MiB received, 1.12 MiB sent 9.9.9.9:0%,1.1.1.1:0% 66.231 /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 405.093 /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.79 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt FAIL_PING_LOSS 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 17 seconds ago transfer: 1.09 KiB received, 1.72 KiB sent 9.9.9.9:40%,1.1.1.1:0% 89.036 /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.319 /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.00 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 85.627 /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.83 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.72 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 220.333 /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt FAIL_PING_LOSS 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:20% 109.173 /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 209.805 /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.91 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:20% 35.511 /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.50 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 103.058 /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.59 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.178 /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 58.536 /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt FAIL_PING_LOSS 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.64 KiB sent 9.9.9.9:20%,1.1.1.1:0% 102.230 /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.68 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 71.013 /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_PING_LOSS 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:20% 170.772 /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.71 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 286.723 /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.60 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent 9.9.9.9:0%,1.1.1.1:0% 116.477 /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 2.07 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 202.867 /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260606-180839/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### HMN_FILE /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:21 /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 04:21 /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=68ce0c27e3cdb63b831825397ab6047bdb85b7034acea1465a379278618c285c --- head --- Backup: KEYMASK-before-vpn_test-20260607-042129 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:21:29+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 04:21 /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:21 /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=113ef167cc6408de8d2aad9cefd235cf78f124a78897e8f54556fef5a156772d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46807 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.89 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:21 /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 04:21 /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=3f9d1af0df4cd129e753b06a9842c5df7d15397558f7e2bb4fe316b9ad43449f --- head --- Backup: KEYMASK-before-vpn_test-20260607-042151 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:21:51+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=f467382a86553462aa145d40097046edc2b1776d5d58fa3b75a0b6f334622f41 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41317 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.61 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=d884f0e675cc31148e85062ee58c6fce28fd603efd01d89500f1881a609cca47 --- head --- Backup: KEYMASK-before-vpn_test-20260607-042213 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:22:13+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=034cb0074b0435a98fc929c562f6980d3e1cc9e6be93dbc688e3cd99ed2d740e --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=60.981 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=61.240 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=61.895 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=60.220 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=61.775 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.220/61.222/61.895 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=61.360 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=60.761 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=60.784 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=61.912 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=62.006 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.761/61.364/62.006 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=b7aa1444729d250c0d81a453ff98ba6363a96147cf804ced01df58b3ec4638d8 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51318 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=7349b12d168bf80a50ba6bf617eb786e4dba2a95a22eaabb29646be559d41bc1 --- head --- Backup: KEYMASK-before-vpn_test-20260607-042231 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:22:31+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=a5b8aa794e5424794591ceca03eaaf5621036460450ad77b2974b16db60a243e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51666 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 7 04:22 /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=517813cad639e2a2685565c667fb79df5a77907ab0120b962c56da5215cfda70 --- head --- Backup: KEYMASK-before-vpn_test-20260607-042254 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:22:54+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=97273f538c368b753162c1bdeab2e349dafa5fbcdfd20463e70dae8f59ce2c08 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=57.964 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=58.264 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=57.406 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=57.283 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=57.863 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.283/57.756/58.264 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=63.465 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=64.322 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=62.617 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=63.222 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=64.559 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.617/63.637/64.559 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=ebdfdfdcf2c5e129255d99685f09cf174d5bfdebb0c87fe669b77681b288c34c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37800 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.82 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=d0fe8155db0807da6be3059c45f382595c66da279eca44b3cee48508d6c7dee3 --- head --- Backup: KEYMASK-before-vpn_test-20260607-042312 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:23:12+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=aad79a9503adfafee9e65a1ee4d71688c15356ec5527fd8b587b09a7fe11330a --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=374.158 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=383.596 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=371.828 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=371.946 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=371.465 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 371.465/374.598/383.596 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=371.738 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=371.369 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=371.661 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=372.124 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=372.267 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 371.369/371.831/372.267 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=4dfd55345fcb0c34ab44d9f9b34fd2700958f377d6b6f7162ac450087110c3c1 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54443 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=8ff5d3946d2aa5973f7481e37db5fbeedc8db45a92639fb5ccea401a4ddba9e4 --- head --- Backup: KEYMASK-before-vpn_test-20260607-042331 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:23:31+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=d1323de039b8df416c59c62063971c47a1cc4051887a6e28f0cab73a8ecdb3cd --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43050 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 04:23 /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=b61e0a340b03c8d1a1cc90626da23c90c91ca3d8158a369e5fcb32a164a552d6 --- head --- Backup: KEYMASK-before-vpn_test-20260607-042353 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:23:53+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=27cf7a95596a646b80499b6a0218a7d173619be7cf09d9f9c1e7cc09194b4f48 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51338 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.83 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=827020c5284bdfea7cd7929bba8e53e4761e361344193681253760c8058ee5f6 --- head --- Backup: KEYMASK-before-vpn_test-20260607-042415 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:24:15+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=9f58ae7bf0e91b5412a3391f58ab5363e6eba8917b8b93be54ab37bbc58ccc8c --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=86.501 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=86.452 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=85.942 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=86.594 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=86.645 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 85.942/86.426/86.645 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=86.440 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=85.761 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=85.658 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=87.435 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=87.107 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 85.658/86.480/87.435 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=9d3484faa5b99bc59b9a518097956f00ccde2eba3c09c8882902e1afced22786 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55027 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=9356163b978f8d3df3e0462d8011032173b40a6b3b3fbd69e18fcf2d99cafa54 --- head --- Backup: KEYMASK-before-vpn_test-20260607-042434 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:24:34+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=4d4be289745271ea7a46c6905162653633c8f1a8ac2477f817f69a5af57d88fb --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=44.859 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=45.591 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=46.037 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=45.513 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=46.077 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 44.859/45.615/46.077 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=52.135 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=51.654 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=52.164 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=51.349 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=51.967 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.349/51.853/52.164 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=2dbc8ba5d3f3dbd321113da504552d24d373f54d5e0f1fcbafbc2df03714a43b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37090 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 04:24 /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=8d98022143d9f30c94fd3753689db4a362635d56accbb0ac85ee2756072ee6a3 --- head --- Backup: KEYMASK-before-vpn_test-20260607-042452 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:24:52+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=bbe6a4d7ccf853161787ff8f10eb02ca0acd355ccb090d39842d614281e2a350 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43450 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=750aa5fc70b54cc69bda253c6395848ca0d2eebd99ec092f0e79ff0e420eb34c --- head --- Backup: KEYMASK-before-vpn_test-20260607-042514 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:25:14+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=9beb226644f19c9f209f0ab5ef98c7d7722431439cd4c837af4c56e368873915 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44395 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=6e98b4621b3de4dfe5242a7f33ac0e1770b95dd2f72b71d0c06bd73974bef683 --- head --- Backup: KEYMASK-before-vpn_test-20260607-042536 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:25:36+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=b7f5b302574747e2aba7f8dc2cc908f9469eeefec93e09b52c0e92df3dcaae61 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39707 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.05 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 04:25 /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=5890ee9610cd677420e59f8f93f0c5b1b3538b4b1b5f3c37045b880e7c6cc40f --- head --- Backup: KEYMASK-before-vpn_test-20260607-042558 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:25:58+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=042a058dc856c83fd48b5bdd2dd2be68cab913060e92909613fddffe8e0f7433 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59586 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.63 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=a09a2d854dc2ed71777e83683d025c4814bd276a4df7e43b6a636cbdeb4db156 --- head --- Backup: KEYMASK-before-vpn_test-20260607-042620 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:26:20+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=1ae6bd724e3cb6e8ac5d1bd1d7518d7cdcbed15785ece417a26da5e2f9096f4f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=77.126 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=77.867 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=77.060 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=77.781 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=78.187 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 77.060/77.604/78.187 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=69.511 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=68.515 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=69.276 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=69.001 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=68.870 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.515/69.034/69.511 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=376102dfc07e30fb4af6146b446e9a4d768c7cdfbe56a1119e6c63541cf11ffc --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59779 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=e1f7641f18469d441212a68257e35ecd48e1762c12eb7b25c0eafce7d5b174a1 --- head --- Backup: KEYMASK-before-vpn_test-20260607-042639 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:26:39+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 04:26 /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=b3d33c7df8f6d02487c3afb1d662de917a718a11c40ed33fb5800a9000765d1e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43461 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.83 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=20391aa3af3d4fd36ce2639183148fb9044de68b861060055115cfa4a0485712 --- head --- Backup: KEYMASK-before-vpn_test-20260607-042701 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:27:01+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=037adf1e30b7849a2fb9d062f9f8181b98bab54c29047e8a8938fa261785ad2f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52300 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.84 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=80b552c9ff9de497300ae3a9fa2ccc9ea3964b4746b1825e6075c2bd4a71deea --- head --- Backup: KEYMASK-before-vpn_test-20260607-042723 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:27:23+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=fe5269a4fce339905731cfa7d9b52ca53ec5fe1ce111731a0d540dbaaa4c06ca --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=125.553 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=125.212 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=126.021 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=126.153 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=126.082 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 125.212/125.804/126.153 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=124.964 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=124.601 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=125.031 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=124.365 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=124.971 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 124.365/124.786/125.031 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=067de3276c6163ce77846f3a1bd5b996a847774c39ca626f06282d22c4fa42a3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40691 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=bde3ce9eb107520da7ed45a755a935d32c21b62be20d2859c8d883c0f66bc1f5 --- head --- Backup: KEYMASK-before-vpn_test-20260607-042742 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:27:42+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=a4ab69b0f6964f48a2b74d8452b7f459af079e9b27712d246db34013cd3a78a1 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=64.037 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=28.675 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=39.051 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=31.065 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=29.002 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.675/38.366/64.037 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=26.214 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=26.774 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=26.772 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=27.609 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=28.862 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 26.214/27.246/28.862 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 7 04:27 /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=a06d2d782b2e267b90fe6eea762df4d1b3892b1e05565e83341c8118872b7dea --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36264 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=10489a0f104a50d9274b2b98529610dadc35e3c9ab06edf0e70968faf7b04856 --- head --- Backup: KEYMASK-before-vpn_test-20260607-042800 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:28:00+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=53507ea849556ec96bef4d4d903085f58bbee3c3be2e2f891fb7ab064642b67c --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=209.411 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=209.397 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=210.012 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=210.407 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=209.668 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 209.397/209.779/210.407 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=35.531 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=35.161 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=36.490 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=34.812 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=35.702 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.812/35.539/36.490 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=64f6c24ed42acc617f031b1019ecda8422763c4ac45120c3290e42a1801258a5 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47324 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=37308681f348935ae9ec86fa9865be09e20b095199ca44f2ba3ae88a1fa208cd --- head --- Backup: KEYMASK-before-vpn_test-20260607-042818 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:28:18+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=58a2b5f39d2a263d64aee9c0203d19ea00a08c9d2b2acad0a13bb12db012f0a4 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37246 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.84 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=2661f8d13b3b6761dc3dfc7ea5d0825e3c0b087fa73164e02671986aa8edfe7f --- head --- Backup: KEYMASK-before-vpn_test-20260607-042840 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:28:40+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=ff0895488b03dd40fa60fcebf55cd04411efb6c5b34f7cd53d5032da06cf9d7d --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=29.884 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=30.411 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=29.515 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=30.716 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=30.261 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 29.515/30.157/30.716 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=29.632 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=30.009 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=49.309 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=30.356 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 29.632/34.826/49.309 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 04:28 /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=5efc029f44f13746a03a238671c8c9622fa1a44c11409ad262f7562151d6d847 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46853 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.79 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=c2258adff6079bcdf1b05c7d14dfa125afc87264d24b3b1c2b4ff37ee5bf833d --- head --- Backup: KEYMASK-before-vpn_test-20260607-042900 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:29:00+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=10fa9b960ad7df3db0635d293afb89825315eeafb9aaf5e673cadac6fdbd5422 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57005 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.58 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=38fa7e3a01eecf2dd6221e9f6af12d457f99ea43e477d88f58770bcb400c1784 --- head --- Backup: KEYMASK-before-vpn_test-20260607-042922 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:29:22+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=ee726d8d84448c828e2a83225c757445bedd5839a89f183f09bf71e8ee3ff410 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=80.904 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=80.986 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=57.515 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=71.347 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=73.963 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.515/72.943/80.986 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=1 ttl=52 time=67.508 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=60.239 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=62.290 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=57.655 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 57.655/61.923/67.508 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=477c826a464722533452cc54e046fe76ab85d7309c5f0c13eb810bd83ac9ead9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57375 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.67 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1033 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=33775d0a8dd569ddd52686962300a261b073e40ebdf7dde57cb84caab1bb5726 --- head --- === probe 9.9.9.9 dev vpn1 === 9.9.9.9 dev vpn1 src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=54.877 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=55.397 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=56.061 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=55.498 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=55.215 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.877/55.409/56.061 ms === probe 1.1.1.1 dev vpn1 === 1.1.1.1 dev vpn1 src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=54.927 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=55.468 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=56.127 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=53.989 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=54.444 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 53.989/54.991/56.127 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 480 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=88d00672335dd22bc3f0f11b5291b8e17953559971baff365f6dfcc2c299c78b --- head --- interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 46922 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 1 minute, 14 seconds ago transfer: 63.32 MiB received, 5.66 MiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 7 04:29 /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=9a42b676366dc01e9730086ceab8d732fd1e2f0a9a35732c8775cff678ee4091 --- head --- Backup: KEYMASK-before-vpn_test-20260607-042951 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:29:51+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=6bfa1d9807906476aeab589e23670cfbd37c0214ecc9d92cfbd772b0266e7545 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=50.515 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=50.146 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=53.043 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=49.950 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=50.059 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.950/50.742/53.043 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=49.558 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=51.297 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=50.429 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=50.182 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=49.562 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.558/50.205/51.297 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=6c1432a33a53a345cb6358c0a89aff60205d50e2d1b16b837aaaf5d3cd0f113b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33872 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=f0be530fb4fcbdcacea4c5b419655060c3986bfd32dcae41af0eea8113882c71 --- head --- Backup: KEYMASK-before-vpn_test-20260607-043009 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:30:09+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=56ea3e89b51c9c11e4a897ee7b22e954950c1d6d68f9de0b452078e67aca8ced --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=64.689 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=63.827 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=68.641 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=64.095 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=64.776 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.827/65.205/68.641 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=64.792 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=64.418 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=64.418 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=64.460 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=65.128 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.418/64.643/65.128 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=fb678c16e5956fb7181dccdf35836921b21981b7009d27c9574b4d405f97e15a --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39944 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=8129410178df395e40b61e8b2cdcb26624351eb862658dba534481750f354832 --- head --- Backup: KEYMASK-before-vpn_test-20260607-043028 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:30:28+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=93cb5cba75f3e2f963d5ecd4553cb7aed85381e18f00962f046086b741a3c180 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35404 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 04:30 /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=fb9cee18cf36d4b8d81cb0c29f1d225ba6c1a1ef864f3d04fe3a075fb8151d61 --- head --- Backup: KEYMASK-before-vpn_test-20260607-043050 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:30:50+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=cf530e6be3d49a637d45d56e85e2bcd08dfaa7a2acff8e1e1a4025ed42ccf0bb --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=67.315 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=66.675 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=62.456 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=62.434 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=63.747 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.434/64.525/67.315 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=64.446 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=65.350 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=63.420 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=102.973 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=65.735 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.420/72.384/102.973 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=8012d35c059ca97b177b447c19ad167398de2e9236355b8883bafb6b385e1419 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36051 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=5123a3f13b2e6d6e5f109c220c253078489c403148b92457a2a019315f2627ac --- head --- Backup: KEYMASK-before-vpn_test-20260607-043108 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:31:08+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1066 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=7219e8d63ce849bcf4fe82a21eb2aa491d81b668a51ab5b5288e332948a22029 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=159.880 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=159.064 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=158.825 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=165.711 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=182.745 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 158.825/165.245/182.745 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=130.245 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=109.124 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=96.372 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=93.373 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=109.605 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 93.373/107.743/130.245 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=8250a50d4c932ff625bc65be9e158dff0a0f029c16ce92598d80dc4471457564 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57643 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.80 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=45b62eeeebaf61258b16cc947a4de02af342953e38e720062cd060733cc1919d --- head --- Backup: KEYMASK-before-vpn_test-20260607-043127 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:31:27+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=7bfaf45e8697a9f49946b1d1d0a0154a528f4fbcf0f2f35b0f7d42aaeb6486d0 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54552 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.60 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 7 04:31 /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=1da69e5cfa99a9075d93452e4a1ee60f711249aeeceba6255d626768f51fcdfc --- head --- Backup: KEYMASK-before-vpn_test-20260607-043149 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:31:49+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=1c806b469db500dee873487200e96e94cfa8cf8f2da5b8ce64222b8c0b0efb2c --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=267.714 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=266.476 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=268.369 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=267.371 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=268.120 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 266.476/267.610/268.369 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=232.214 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=231.182 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=231.621 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=231.257 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=231.071 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 231.071/231.469/232.214 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=00b0728fda2a2f01978376d2220124136961dd2ac2fea724c778f573179e87e9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42760 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=1f0cfff00e422651422d1c6776de536d9d5d954e5937012ee733f71875dd2230 --- head --- Backup: KEYMASK-before-vpn_test-20260607-043207 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:32:07+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=1f4f0e7c9893d31240da4ff86cf11bb9ed6dda6484d3d3ab53f5c7fbb728d7b7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59669 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=268520a09d50649232894f7cb2959fc828f913b2e30ab96b26c8133646888670 --- head --- Backup: KEYMASK-before-vpn_test-20260607-043230 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:32:30+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=b284d3abf2b859ccae201c68eaa6943774e715f13bab6d54327d8004f62c7a41 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=112.794 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=113.031 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=113.210 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=113.210 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=113.718 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 112.794/113.192/113.718 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=168.200 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=166.764 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=167.917 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=167.372 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=236.484 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 166.764/181.347/236.484 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=0207c8f965235dfadfdf495eee6a2500b415c375560dafd4cd8758fec9db23cb --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34241 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 7 04:32 /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=974274b75e0ba47907cbb28f1a93119ca62757ad46497f3f671e13c4b60aa39c --- head --- Backup: KEYMASK-before-vpn_test-20260607-043248 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:32:48+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=c38f4a3faddaa5dd1a2a26d194b99c69dd253d5a6b02415222ae846bfa7fc88f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33840 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.00 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=c9606701d3f7cd946fcd6beae68bfbfdbbd6ea1bb2ecab035e6a21da67ab8ae4 --- head --- Backup: KEYMASK-before-vpn_test-20260607-043310 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T04:33:10+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=2f7b66bc77ffc252bb5222871bbae72a0e89668406caa948947cbbaa68abe790 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=174.670 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=186.858 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=174.413 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=175.947 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=174.804 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 174.413/177.338/186.858 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=170.549 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=180.102 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=168.708 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=169.753 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=169.644 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.708/171.751/180.102 ms ### HMN_FILE /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=f2391f5c7cde3ac3510fff6aa8face3d49520a78248ea426e3714aa675e4201a --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56252 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260607-042129/results.tsv -rw-r--r-- 1 root root 13379 Jun 7 04:33 /root/hmn/test-runs/20260607-042129/results.tsv sha256=0641ee4e26a66f8aa2cd14b80c60227ef27a9a0f16ed79cfdede2e5b0453f51e --- head --- status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.89 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.61 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent 9.9.9.9:0%,1.1.1.1:0% 61.222 /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.82 KiB sent 9.9.9.9:0%,1.1.1.1:0% 57.756 /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 374.598 /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.83 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 86.426 /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 45.615 /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.54 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.05 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.63 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 77.604 /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.83 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.84 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 125.804 /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 38.366 /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 209.779 /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.84 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.79 KiB sent 9.9.9.9:0%,1.1.1.1:20% 30.157 /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.58 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt FAIL_PING_LOSS 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:20% 72.943 /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 1 minute, 14 seconds ago transfer: 63.32 MiB received, 5.66 MiB sent 9.9.9.9:0%,1.1.1.1:0% 55.409 /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.742 /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 65.205 /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 64.525 /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.80 KiB sent 9.9.9.9:0%,1.1.1.1:0% 165.245 /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.60 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 267.610 /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 113.192 /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 2.00 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 177.338 /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-042129/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### HMN_FILE /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:08 /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 12:08 /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=595b6adcf4bd89cc505a547cb825e5c9a2a8f9a6e7327ee347675cf020c7c146 --- head --- Backup: KEYMASK-before-vpn_test-20260607-120845 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:08:45+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=7585ca06a730660312a802aa3702c657797d80ea9be594c5e44207e70bf17c93 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52453 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.84 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=008b428b012167a00baeb642b5fc2cb7d290c2747241d6cacec776bf00650d19 --- head --- Backup: KEYMASK-before-vpn_test-20260607-120907 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:09:07+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=ceba0f0dc2641882b1b810080361d51e9adfb92a3a321bea6a5ab5c5b50e7a41 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48929 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=036a80e86b22b424b7deb98b504a43482d043845021f2c70303864517d6e2c98 --- head --- Backup: KEYMASK-before-vpn_test-20260607-120929 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:09:29+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=e6a490d1033a0a3e493b28261f8ae5b7088aa35ce0e46ba6493e457da72b9c7f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=116.310 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=63.382 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=63.316 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=63.507 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=59.350 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.350/73.173/116.310 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=59.855 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=67.964 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=64.679 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=71.777 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=65.176 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.855/65.890/71.777 ms ### HMN_FILE /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=9457f42dc76fec3ecdc18ef6b040deb5d4f660cbf1eae8174c52b26096d503c4 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50687 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 12:09 /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=cc01641118126999b410c4dfbd6b0c35440ac151cb54125cb3e572364c4c50b5 --- head --- Backup: KEYMASK-before-vpn_test-20260607-120948 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:09:48+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=e8c0b52d55dd01a4a9714e95ff07777be6f1d1220e49ebac5c714bd7131cb398 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43772 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.57 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=d50654d21a0e209cc1d48fca0c219b58fac333634f3af875d647c1e76f0912cd --- head --- Backup: KEYMASK-before-vpn_test-20260607-121010 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:10:10+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=a09402faceabd6ca1dd6fab8cdf3dcf8bfc99fdbb467a1a1d98940e4820fa4e1 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=73.086 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=63.601 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=63.512 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=62.150 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=63.740 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.150/65.217/73.086 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=87.571 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=77.985 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=68.426 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=102.614 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=67.784 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 67.784/80.876/102.614 ms ### HMN_FILE /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=431b5cca9f0f0afe348bf4d420ed2051dc6a4206e0d75fa14dcb429ca74331a1 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52688 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=16dae103edd9783b300d9da09ebfff88f471332e6d2baf2f28a15c642de443dd --- head --- Backup: KEYMASK-before-vpn_test-20260607-121028 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:10:28+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=225c4536dd8a9da523236087f0b061005c24b9c2fbb2e907adb9d86a6a02c55f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=369.722 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=369.486 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=369.891 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=370.503 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=369.076 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 369.076/369.735/370.503 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=369.781 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=369.734 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=370.229 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=369.067 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=370.196 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 369.067/369.801/370.229 ms ### HMN_FILE /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=627cbaa26ed8a3d74b979f23df101934f912dac0289a87bb7e8be69ca26b6a06 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37831 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 7 12:10 /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=ab908b8586c3ce2565e8ab36783ae79ac7ddb2e2ec159c271b5e674e1f3c4fd3 --- head --- Backup: KEYMASK-before-vpn_test-20260607-121047 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:10:47+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=c41f8d10b900af87e404ef535d72525bac740f88973546fe6054bfea84bdb88a --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37725 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=3832ce76631576495fb5ff88e4a8268c0e4b0ebdcb20db5224581d95be929cfb --- head --- Backup: KEYMASK-before-vpn_test-20260607-121109 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:11:09+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=b297a4e0e2fd14ccbd3c38964b6687f6e4d4b85dadfc9d9f2ea6416f7ec48c2a --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57195 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.78 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=d8e746f93a51d6df583b2508964af7be59c7bee6ba3e1cfc6b2dbfc58555aa49 --- head --- Backup: KEYMASK-before-vpn_test-20260607-121131 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:11:31+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1058 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=1502839278ae68ee66a99040e19b45522083cea4d4f2ac90cbc2bae3e680a7f2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=88.280 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=94.434 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=85.283 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=150.384 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=84.524 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 84.524/100.581/150.384 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=86.833 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=84.386 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=133.862 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=86.108 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=90.916 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 84.386/96.421/133.862 ms ### HMN_FILE /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=32e0f01cf7abf365a80816e08af8adf733f6c74441a8c73a3a28558ea39e656b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43390 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 12:11 /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=814f9247cf7cb9c9d9c83dc7c26a181910d1c91c46e9cf528d08500a215d4f11 --- head --- Backup: KEYMASK-before-vpn_test-20260607-121150 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:11:50+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=f1bea66c9db69456dda84f016d810a554a9db34c8980edb8f1820c73b09d5626 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=48.372 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=47.058 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=49.862 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=47.162 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=49.180 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 47.058/48.326/49.862 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=57.372 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=58.701 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=58.856 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=76.127 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=61.859 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.372/62.583/76.127 ms ### HMN_FILE /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=34167a59e0eb28639473fdedc8ab1c4cde4d8351d98fa08615bd08809ddf61e2 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35351 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=576d313b5b444072669e27b07ef833f2f413da7769db4cf9c7826be00068bcc6 --- head --- Backup: KEYMASK-before-vpn_test-20260607-121208 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:12:08+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=7d8d0993d8b6f53b88cc86833798e1ce45d1b1771c6a1cfc4c0bf9807c98f0fd --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39819 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=a0b47498a2722d7d91c34f6b0190eee40fb5c4565e9962d8323904ab7f774272 --- head --- Backup: KEYMASK-before-vpn_test-20260607-121230 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:12:30+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=667d08a3c0ea44c51765c68e4d3b0a347f39bc7e4bb235e21bace313fd4b3b29 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57878 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.53 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 7 12:12 /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=53c51cc845face7b8d7a8bd989016cbc83078f107c00716ea2cb3c7a391c2ef1 --- head --- Backup: KEYMASK-before-vpn_test-20260607-121252 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:12:52+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 0 Jun 7 12:13 /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 0 Jun 7 12:13 /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:13 /root/hmn/test-runs/20260607-120845/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 0 Jun 7 12:13 /root/hmn/test-runs/20260607-120845/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 0 Jun 7 12:13 /root/hmn/test-runs/20260607-120845/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-120845/results.tsv -rw-r--r-- 1 root root 4828 Jun 7 12:13 /root/hmn/test-runs/20260607-120845/results.tsv sha256=91d3326c123ee3c51777cb058a71d885fc90b19ff25d2b473492e2c09f285f6a --- head --- status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.84 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 73.173 /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.57 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 65.217 /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 369.735 /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.78 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 100.581 /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 48.326 /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.53 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.04 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-120845/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt ### HMN_FILE /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:23 /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 12:23 /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=75b7465eddb0c012c74a639d08de6e0ffc67aa4a5c08dbd2cb6696239b505890 --- head --- Backup: KEYMASK-before-vpn_test-20260607-122354 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:23:54+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=09c1644f4a66d984961c4894ea1877998b4af3159a72b4644937534a0afb21a6 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59518 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.89 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=80c2712af2b0b1e1e5d833f81f1b42ca26a96d96dd91d32e6acb22917adbbeb7 --- head --- Backup: KEYMASK-before-vpn_test-20260607-122416 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:24:16+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=221d24dbe8128976d5c5c9f86b63af9057ab4186aa639ac606165095174de344 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38586 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.63 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=81c8b21f091fb91cebfd25fc0f695b600180efb8c808502bdc98901608bd2ed5 --- head --- Backup: KEYMASK-before-vpn_test-20260607-122438 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:24:38+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1064 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=7a25b7cd0b4384f1dea3cfe676484c57ffa974860362adfbbbacaf11b03b73bd --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=206.137 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=117.621 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=83.797 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=79.658 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=272.157 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 79.658/151.874/272.157 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=243.695 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=127.969 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=247.769 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=217.083 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=249.684 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 127.969/217.240/249.684 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=44b34023deb0a040e939272232e0984b68a1b76c3bb0637d1d7aecb314b4eaff --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40141 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 12:24 /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=b61bc4e276f690fd0b8e899d94ceb75665cd222520acceffba233e5f500d586c --- head --- Backup: KEYMASK-before-vpn_test-20260607-122457 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:24:57+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=799e40cf37eda8b663cebea1e262bb014ed7513607ee5b1a2173491bebc6a0d1 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38555 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=687fb12245fea3add98a18b61d92bae685d61629f4387302ffd1156ed91034cc --- head --- Backup: KEYMASK-before-vpn_test-20260607-122519 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:25:19+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1054 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=a971ca5f95370aab3a0f085048135e0e6ec7dde3f7ba7c4f3192e137432c69ce --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=68.617 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=65.570 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=69.391 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=64.262 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=67.958 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.262/67.159/69.391 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=82.076 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=117.224 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=151.983 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=73.978 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=72.294 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 72.294/99.511/151.983 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=d6c4f8a7773f2692d02038c4376c6e07b5be2dbefe2231d5ea2947277b90ac47 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47739 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=09bf7e2f90bbff9fcbd2939e7e94a6551f2323efbff35d917bf3bc94b22735c9 --- head --- Backup: KEYMASK-before-vpn_test-20260607-122537 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:25:37+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=f00715ffaadf6a2fcc4078ef925e55697af157bb981aef7dca74bf29eb6ccbe9 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=386.813 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=390.166 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=379.247 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=379.934 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=380.311 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 379.247/383.294/390.166 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=406.150 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=383.858 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=385.529 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=379.951 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=382.655 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 379.951/387.628/406.150 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=5009b5906c68dce1baae6d4fa07558bc44f5639f1ea2520ca6b5641ab4ec88a7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59430 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 7 12:25 /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=d9abda4f66f41b00ed99b667ecea05ad80c4da4526dea10e980feb1524dedce1 --- head --- Backup: KEYMASK-before-vpn_test-20260607-122556 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:25:56+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=a73ba0c054943333ea2846835754a60975ff9a33fc547720dfe407d71af00874 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55190 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.50 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=67c2f18bf98562b79146b8add12d1642fb6fb1b3944c153552f864ec34d9165b --- head --- Backup: KEYMASK-before-vpn_test-20260607-122618 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:26:18+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=611985a244101bb86c7b163867f7124e359cef27d1d9fa380b51f308b12bcabb --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33162 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.84 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=3f4a58c71f4ff137f12880b1d781f3cfb97d5cd3139a7748d248417f4b7fd1c1 --- head --- Backup: KEYMASK-before-vpn_test-20260607-122640 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:26:40+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1064 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=a9a00eccba834dc6410541d355c867fb16e153bbe4bf2e813843740c0750cac2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=113.362 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=91.542 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=91.506 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=101.285 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=165.833 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 91.506/112.705/165.833 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=124.357 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=88.701 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=170.218 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=170.424 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=207.028 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 88.701/152.145/207.028 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=2c71132a8ccf8073e55540f60dac97c7ed51673cfa7f567b1df05dcd5c0d98a2 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39061 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 12:26 /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=c5da06a64fdd7d977123689868c267827e4e35fb4102e27640da094776a8a8cd --- head --- Backup: KEYMASK-before-vpn_test-20260607-122659 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:26:59+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=49e94eddf01b5338eca433d96d9a9bf688e53fcf556b8b83207a82b9c744e2bf --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=171.640 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=122.779 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=141.723 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=173.339 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=194.083 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 122.779/160.712/194.083 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=187.755 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=227.995 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=57.862 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=237.069 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=225.043 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.862/187.144/237.069 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=6e015a0cebc31ca0c1bbb1a919487b69910879deb434e01cdb117ac230d08efa --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57897 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=45d3ff402e56d2b510f7be3fc6b5459d8f93ed9ec64fd25ecdcf52969b0d4d09 --- head --- Backup: KEYMASK-before-vpn_test-20260607-122717 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:27:17+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=1731e775cf0304f2666f66cc94502857ece25ff97ff5dee08ed8d10fa6f6e1ae --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56730 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.49 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=4b57d68729457c11b16369221c34144ef203f59b7e230526f24d3e89e35e8261 --- head --- Backup: KEYMASK-before-vpn_test-20260607-122739 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:27:39+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 7 12:27 /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=204f6feeb247fd5728e12c6de3cf6edc8561ea46690f6293dc4faabfa1471bb4 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51106 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.65 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=370584e45f273a3c2bbd2e84ed0ca1ecc4a6262e603ea1af3a70e1896528672e --- head --- Backup: KEYMASK-before-vpn_test-20260607-122801 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:28:02+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=f4eed2872bc5d6fc497d3a3acab3db2c9118a7750a21e73f69e4dfb6549e58f0 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42377 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.97 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=5394f35c2ae4e9b90998b6c27bc7779c4eee06195ccce673968415c3e762ab85 --- head --- Backup: KEYMASK-before-vpn_test-20260607-122824 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:28:24+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=24dd413e490b8e53fa4e9a26bea3607a58f579062c891dfcec3713413aebf287 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48808 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.73 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=0689478d58da39115c37b110952d0c5600a520950ff80d7d9564a1926f364756 --- head --- === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=81.989 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=85.248 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=87.675 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=88.944 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=78.407 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 78.407/84.452/88.944 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=81.578 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=70.921 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=90.299 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=75.921 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=75.674 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.921/78.878/90.299 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=45dec03a800798721f64a9905f3d1364fcfb4526a9cd62b226d93e298185d88f --- head --- interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 46625 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 29 seconds ago transfer: 244.03 KiB received, 100.93 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 7 12:28 /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=2dd03a74726c931e4115460c0a3fb8464c4cc22f9168db65ff8254745c9382b8 --- head --- Backup: KEYMASK-before-vpn_test-20260607-122856 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:28:56+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=9bcaaf56276d7c8a4d1125afc2d01263950c99d9e385b5ba9f85cb52b374b32e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44347 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.87 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=8a0558e8bdad1aa0e679951aa290f7026943f65eb65642a35b3c92b141bdfdc9 --- head --- Backup: KEYMASK-before-vpn_test-20260607-122918 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:29:18+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=7151ad78739d135ef3afcdb64b24722a6926319366b39e47965918bd585e20d2 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49819 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.82 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=03d2abf98860159cd32d7a6026183b222a4b955ed9bdf23981d968faa31ac697 --- head --- Backup: KEYMASK-before-vpn_test-20260607-122940 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:29:40+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=6ce49421587d962c83f8ab03e6bc5b9111b4a3c2c60e5fcb6181d7b17bb3b011 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=146.517 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=152.882 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=171.543 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=139.556 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=131.871 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 131.871/148.473/171.543 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=138.766 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=141.700 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=129.195 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=153.878 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=129.704 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 129.195/138.648/153.878 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=0f2e69675873eb136676f5438025e85374efd5a5fe44684aaa1edbece8991483 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52754 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 12:29 /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=3ab5be4979554a12dcc407c548f14f1ba47b559cf0b5e8e42cd994d10984ceca --- head --- Backup: KEYMASK-before-vpn_test-20260607-122959 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:29:59+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 907 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=717d3052c9b4a02ca7a4656c04472f532183bfc6275064b0fc22cfeb6c615af1 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=1 ttl=56 time=162.726 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=70.650 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 2 packets received, 60% packet loss round-trip min/avg/max = 70.650/116.688/162.726 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=203.185 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=97.070 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=68.140 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=119.439 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=180.159 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.140/133.598/203.185 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=100138b814696d9780930efb1e8993fc3b06534c175c02dd9b0dbb0277dc307c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60108 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 988 B received, 1.77 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=93a675d4c129f6a712f3e14df342de8d748090b43982e72b3aed21664aa0bfb7 --- head --- Backup: KEYMASK-before-vpn_test-20260607-123018 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:30:18+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=2b62b870d5b377c4d9452f804b6500f4fd98b5c75a1e49f175335becf4f3c690 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=208.079 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=207.422 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=207.212 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=209.020 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=207.990 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 207.212/207.944/209.020 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=98.249 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=35.285 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=35.323 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=34.953 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=34.850 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.850/47.732/98.249 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=edc671804da24773a1821c3f605886950e4c99377de8809df66456598e762a84 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55459 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=d12b586dc4daae00a050e1a04b16f8209f04065b71ffaff4124cda27bf76807d --- head --- Backup: KEYMASK-before-vpn_test-20260607-123036 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:30:36+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=2c0013aff82afcdf1c2045a707229ef0ac87845aaeb5c5d5d337a02423be3224 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55269 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.89 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 12:30 /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=d445bd1a3d2bacd2decdfc10c1c0e628f28b7f9dc568e448432bda4e8872c09c --- head --- Backup: KEYMASK-before-vpn_test-20260607-123058 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:30:58+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=4895a1a0bb0261119db20cd1318c7bf75f0bfdc54752ef40fc98317d4a083109 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=34.330 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=36.784 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=35.009 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=34.992 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=34.936 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.330/35.210/36.784 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=35.403 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=35.435 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=34.833 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=35.160 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 34.833/35.207/35.435 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=7d5ebc79e5a4ed6cdaed7ae61357a00d83053fc133a5b2c9e4b0174665e68341 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42981 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.73 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=9ac0a1cd29d40aeb3affcbd847e5dad5b7073961ebd227da995732a785796603 --- head --- Backup: KEYMASK-before-vpn_test-20260607-123118 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:31:18+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=e9ed2c8df3772440ece796e11b9725fd197fa91ac027abe62254ad40e58057af --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57971 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.60 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=f1f98c6e44ee5bb3fdce5101be123a624be23e347398ee1c9b6bfaf1a5feb8a5 --- head --- Backup: KEYMASK-before-vpn_test-20260607-123140 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:31:40+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=2dbf3a1bc654f07b74e1ec130e0f018da3f6bb9d26d87f91d3d1062ac695a3ab --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=84.704 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=74.651 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=100.361 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=63.370 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=67.856 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.370/78.188/100.361 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=75.782 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=64.905 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=92.634 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=64.922 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=60.039 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.039/71.656/92.634 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=a075b04a4cfabedeed85552abff12d850bbaee04b58929e651e9f6b2db5f0c5b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55427 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:31 /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=34bc1877567a5a2643044f7fef7421c98cde2224011d243efdb80cd509fa11c3 --- head --- Backup: KEYMASK-before-vpn_test-20260607-123158 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:31:58+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=6d3585e620a8473b3946eba7c71e7e529ce7e2324d32af32a895e66b50b0cc8d --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=57.401 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=58.245 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=57.916 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=63.630 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=59.267 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.401/59.291/63.630 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=120.209 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=56.395 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=65.949 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=67.562 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=57.535 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.395/73.530/120.209 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=cfcb88113928f6228bd00e3ac95ef3c45bbcdb7b2c8715aa6df7ae5b5e99e6b7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57125 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=d7ffc49236d0402eb7b9e5ae98c972cd007289e5f8691f373425e692781f9645 --- head --- Backup: KEYMASK-before-vpn_test-20260607-123216 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:32:16+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=6676e323f0c0e66a09886a1e0bf24f0bf8d925ef416d29d8e6ac631d0c52d9f9 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=49.335 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=48.705 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=55.240 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=135.551 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=61.848 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.705/70.135/135.551 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=117.733 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=103.314 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=142.318 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=164.836 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=120.865 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 103.314/129.813/164.836 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=558f8e292b8bae134d0b47f369a2e0e3f8227147c012357e2d557de304669a08 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60885 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=cfd2d14bdd0f37f97015e73544a3ab5d15de808568e83cff3d9896ff0b1105ff --- head --- Backup: KEYMASK-before-vpn_test-20260607-123235 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:32:35+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=4ea9787a4e551e95e9a50a6c53037f81a53f1dc0b1deaf5138c140fecadaf41d --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=76.128 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=69.031 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=70.634 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=67.295 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=70.226 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 67.295/70.662/76.128 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=68.348 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=68.548 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=66.960 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=68.266 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=67.532 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 66.960/67.930/68.548 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=de0db8ae1e1b2e3dbc0409980490578d2eaa47daf957582d706e7b47df0a27f4 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48896 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 12:32 /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=a42b4d088cfad85671ea8b58a35d14302e9abaaef2124443d3acc89439752ab2 --- head --- Backup: KEYMASK-before-vpn_test-20260607-123253 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:32:53+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=6691282b4d2f1f673779246e8b5df85ddb5d00834afab49f98ed1c64a2a41745 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59881 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=d69b8b795cb31fb1f9c50702011b40ec9119f95bf0d9312e42be6fd2c90f8ddd --- head --- Backup: KEYMASK-before-vpn_test-20260607-123315 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:33:15+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=783138021dd8da16753fb2b030f2a6a6c8b96a67aa3903fb38f14fde304f40bd --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=69.736 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=65.260 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=68.486 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=96.356 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=64.988 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.988/72.965/96.356 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=64.593 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=66.625 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=64.934 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=64.187 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=63.324 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.324/64.732/66.625 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=2910ab264aee94fd5b83047fc84430c1175842c35fd3f159f44c8345d297b82f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41544 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=f9e785a70f022af3e6bf5719332970c644c34c53c4de357356128ac27dc0018c --- head --- Backup: KEYMASK-before-vpn_test-20260607-123333 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:33:33+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1069 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=cd8a671df46b0ba48b66846f1207a763162b6c885643d7d9f03eac830ce7089c --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=181.533 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=163.804 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=162.902 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=193.343 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=160.801 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 160.801/172.476/193.343 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=114.282 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=151.406 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=113.869 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=100.182 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=121.531 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 100.182/120.254/151.406 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=59ea52b1fa4d23956d4508d5c61edd6d3f73c66b740a14065a431526a8f72593 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49553 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 7 12:33 /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.load.txt sha256=b8f5468bc3aea4b18c24187700b00e1e91ddd25e37eefae119d84f7d622dc633 --- head --- Backup: KEYMASK-before-vpn_test-20260607-123352 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 45.136.124.112:46530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:33:52+00:00' network.vpn_test.hmn_endpoint='45.136.124.112:46530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='45.136.124.112' network.@amneziawg_vpn_test[0].endpoint_port='46530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt sha256=1218ec71cee40546acc986dd3db2301f7f9795ad93746da922b8e378028429da --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55613 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 45.136.124.112:46530 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=a98ebd4658d60d037cbdee079ac417bead91e23c307666ee851a7204fa85eee9 --- head --- Backup: KEYMASK-before-vpn_test-20260607-123414 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:34:14+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=3d9e17302df40ea9deebe6f00cfbd0f7adcd4889b600500df9e465671c33c932 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=271.202 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=273.501 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=274.609 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=271.571 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=272.619 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 271.202/272.700/274.609 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=236.655 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=235.858 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=270.883 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=294.220 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=239.616 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 235.858/255.446/294.220 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=0f0c8a8685a784db9087f4cc95a5217449e7fe42ae1e12900ec32458f4aec969 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49624 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=6635997efd938c40d03f0094ed0a5a5ab6d1a0d97ce48d36fb7e1ecab4bf1ea5 --- head --- Backup: KEYMASK-before-vpn_test-20260607-123432 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:34:32+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=9e005c3235d8d91c062145724d1f46a6aba738f72e0b4647cd9d16d24a14c3b2 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35540 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.61 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 7 12:34 /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=8f1ba54d75a1d85535fd00fbe991dba2baf75108f1f39c558c40103047544acb --- head --- Backup: KEYMASK-before-vpn_test-20260607-123455 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:34:55+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=65e5def59566d1d8f04d3258656947570d6a639263e71d08b207891794ad00e9 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=169.343 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=107.061 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=106.725 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=106.719 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=109.228 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 106.719/119.815/169.343 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=159.714 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=158.963 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=160.582 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=159.672 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=161.610 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 158.963/160.108/161.610 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=559353291f5206fe0c25a90213de25256c1cc7ebc91f3afc72828cc35c6da586 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36271 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=c4e4d5aa63cacdadf32da303da1e6ad1cbc26cd6b6ba24576fe16190cb5708f6 --- head --- Backup: KEYMASK-before-vpn_test-20260607-123513 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:35:13+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=a6686fe64d4b12a88e142f90185c801e99fa0ee9492a65feee146cdb5156ea5d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51985 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.91 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=73a8dab4aa08584e7ba3a579db07b9d0272dcc563355db68ad48173c597d13a8 --- head --- Backup: KEYMASK-before-vpn_test-20260607-123535 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T12:35:35+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=5d6d4f106103ed51e4d82265e4eafcde6fc80163d9eb6c8fbeb3107a817d797c --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=182.521 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=183.424 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=183.782 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=181.848 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=182.097 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 181.848/182.734/183.782 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=196.701 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=178.685 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=176.768 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=176.738 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=177.965 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 176.738/181.371/196.701 ms ### HMN_FILE /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=925a550484863d2acda73053003c0cd24379b77349a20f7644b11482f15d49d7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48516 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260607-122354/results.tsv -rw-r--r-- 1 root root 13373 Jun 7 12:35 /root/hmn/test-runs/20260607-122354/results.tsv sha256=2cc763d2e4ed9a0c174b08ce8e10fa876d9bc9e23a32695cabbc6a1e7b5b9b3b --- head --- status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.89 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.63 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 151.874 /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.54 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent 9.9.9.9:0%,1.1.1.1:0% 67.159 /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 383.294 /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.50 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.84 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 112.705 /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 160.712 /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.49 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.65 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 1.97 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.73 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 29 seconds ago transfer: 244.03 KiB received, 100.93 KiB sent 9.9.9.9:0%,1.1.1.1:0% 84.452 /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.87 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.82 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 148.473 /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt FAIL_PING_LOSS 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 17 seconds ago transfer: 988 B received, 1.77 KiB sent 9.9.9.9:60%,1.1.1.1:0% 116.688 /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 207.944 /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.89 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:20% 35.210 /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.60 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 78.188 /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 59.291 /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 70.135 /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 70.662 /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 72.965 /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 172.476 /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf 45.136.124.112:46530 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/201-GE-Georgia-Tbilisi-45.136.124.112-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 272.700 /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.61 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 119.815 /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.91 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 182.734 /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-122354/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### HMN_FILE /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=6253dc77cc8ea3a36399447e69b7f1ba034134e576f46500f5889f65c11cca8f --- head --- Backup: KEYMASK-before-vpn_test-20260607-181002 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:10:02+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=54b2dfff5fb502122e683e20dfaa7b7beff9eb5834c05384532a1d4c7711d8a0 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54000 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.88 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=9991dd1090b8bed40d7665684f03f5f159a8061f722dd10a7933a1186cfbdce8 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181024 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:10:24+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=992b90eb0ab6dda69cac33d8b9b2e17889740b8f9c8ddad715c259344a6ba751 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58153 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 2001 Jun 7 18:10 /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=9ae15f934b9706ebfdc0f3692bc9e0ebf22ab8cd4a19c5d9c72f9c365b3ab640 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181046 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.189.145/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.189.145/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:10:46+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1055 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=b4d810231195da612850e898b793c251b0d2e4a01a384de0f882c66d74765b3e --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=141.493 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=128.139 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=96.225 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=82.917 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=90.472 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 82.917/107.849/141.493 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=89.304 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=87.087 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=92.938 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=98.086 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=91.793 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 87.087/91.841/98.086 ms ### HMN_FILE /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=9345849d60b454ffa25c10a64364b5c17e329cdd9b54e813f31eb5a87abacdd6 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52701 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=fc673b353f88c156046af2a71eced45152797c777038d0864ea40f229e767e66 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181105 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:11:05+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=b32dc2e503472350b83183e7ad4d8c6d939b03bb9102cb5109ffe0907f1ade7e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37850 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=619897d3bc9fdbe3c01f139b6f6170c5af6530126c2dc89386048f39d1086f08 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181127 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:11:27+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1058 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=00a700879880fc67b7ca94e8b1be388cbcb2ecfb01923ca445ae394e822efe73 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=313.104 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=98.080 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=134.204 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=64.421 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=89.798 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.421/139.921/313.104 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=101.055 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=74.101 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=119.491 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=76.322 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=74.903 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 74.101/89.174/119.491 ms ### HMN_FILE /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=1574e796ca63b7f9a50ec0e395ea2af7d9800e785cac17204369e8664b18ae01 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45939 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.82 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 18:11 /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=1fd5f48620dd589a0b37a2dad648f5e933d74b7552d88c8253ab5565877d6290 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181145 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:11:45+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=1518954b4e826f34037776c2887a63e1e62657592fd2f8147e6b17a2c0ba4f7e --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=401.018 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=375.126 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=375.813 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=472.710 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=394.845 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 375.126/403.902/472.710 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=369.886 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=369.122 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=370.221 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=369.186 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=369.894 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 369.122/369.661/370.221 ms ### HMN_FILE /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=364d766f1e3f8d881c5d55dbde32b04aca47eabec37ecf921653bd970209c9f0 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55264 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=b4124a6dddde6d256e71f7f09ab635ec461e089c356fd74a87dd4162be8186b5 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181204 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:12:04+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=1536f0205ffe67becc43d59dd1fdbd1650a764f2a04cdfe8b0b41dee70b3a3e0 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36342 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.52 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=d1a07ebcb88de5bc44606041a9a81df6ddc20805fcdbd1fba9aff7b65fb9ebdc --- head --- Backup: KEYMASK-before-vpn_test-20260607-181226 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:12:26+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=d5df8f0f7ccedce7ad15902831e007847f7218b102eafc7ef13aa1c51a85a225 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35651 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.80 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 18:12 /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=5ee0683acaafe78bb4c364702c616a270dde6a7bd7e333a2d4907f83596340a9 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181248 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:12:48+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 855 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=4892d019690a090289c7f7b5ede38a68c29f2efae1578abf42f851f1ae985db2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=84.063 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=169.219 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=185.503 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 3 packets received, 40% packet loss round-trip min/avg/max = 84.063/146.261/185.503 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=1 ttl=49 time=81.640 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=82.007 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=95.804 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 3 packets received, 40% packet loss round-trip min/avg/max = 81.640/86.483/95.804 ms ### HMN_FILE /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=17e6276bd842e77ea426fbc2c21229520a9b711914efbb350c83016437b0b010 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47094 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 18 seconds ago transfer: 860 B received, 1.71 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=70d11fbb07334244751ec1e548671d127e1b71d02bb2b95de9655f60ae1e6068 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181308 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:13:08+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=edff5d03b2fb7570bec7e41524ea7bd5544e5c25ade737ee3bfe59135fc06f2d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47177 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=254d9488a0325089f2759fb0268e5eae24ae270104816252aac8baaa32e04308 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181330 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:13:30+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=0d9130b90fdebd5220bbcbf9699cf3468e58526c6824f41a564897e22c344583 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37219 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 7 18:13 /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=1046f8db7876fc553bffb828e29dde3ebc10f26de9601049c5397de7573f83c5 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181353 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:13:53+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=21a34c4195437dfc8dc89c89fbea6caf7229877148437356c66d4361132eb600 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47508 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.07 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=b9c3c423fa7cb85041e17a3f122777ddb7b1e780cbff34c668a7af90a93fd074 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181415 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:14:15+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=3f3bf745ada1a9f3f6592479b4e25c80f48ec470dc675922507f53f0b0de757d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46662 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=4088071a5e092f72b980ae6971c233facdcfa9ccef181b70452ba3fff117ec69 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181437 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:14:37+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=0c2ff10cfe15e02a9e34f9e21b0835fc58c3b1843fe056b9d28ab0af1d83c373 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34241 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.76 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 7 18:14 /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=e84e8937e491ed8a72d511cee6c9e815e2c2417677d51d56ba589d8d0d065f4f --- head --- Backup: KEYMASK-before-vpn_test-20260607-181459 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:14:59+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 909 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=8ba4ce3592777b933ba4b31de2d4f25ebe267229e43d417d531dfa7f4f0473b2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=280.221 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=212.735 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=144.240 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=366.572 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 144.240/250.942/366.572 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=1 ttl=58 time=53.107 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=99.980 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=142.847 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 3 packets received, 40% packet loss round-trip min/avg/max = 53.107/98.644/142.847 ms ### HMN_FILE /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=43fc6a8878c8f312fd73c0ff4690c4bab84c287d3ae76a5795d2fd10b05f5670 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33324 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 18 seconds ago transfer: 988 B received, 1.78 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=0cd1ad81b83b3545dc21e3b1a0d5a1f3f9012ee6ec205c0cd1eef195427ac133 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181519 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:15:19+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=93c57aa59b0be96a37f49aaa085906eca1f064215fe971b20de9b463da2195ab --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=234.170 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=212.634 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=282.019 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=227.512 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=227.505 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 212.634/236.768/282.019 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=52.292 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=45.042 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=43.876 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=37.987 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=38.876 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 37.987/43.614/52.292 ms ### HMN_FILE /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=92800a6218c9fe85b6799f3cfc9f5a5292355bad5fec284737e9991ced686432 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53698 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=35b3574a7d6e6b85abc5812d851161a16aaaf5b0a0dcae229cca4fe478c7a419 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181538 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:15:38+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:15 /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=82d585fb9908c739ca7d1f521f7f971ba88df59ebfbbe7d624466e30d06969ff --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40134 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.88 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=c811d4d997395778e63ce1d9569abc8fe0399b87a2273a95de0e311ae016e3ff --- head --- Backup: KEYMASK-before-vpn_test-20260607-181600 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:16:00+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=6af72b68fbc25be063bbc5c1c8af0584ac51d4da70cf79f7427776f82920b051 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=45.122 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=68.833 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=34.979 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=35.580 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=38.315 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 34.979/44.565/68.833 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=35.119 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=36.285 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=44.895 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=75.739 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 35.119/48.009/75.739 ms ### HMN_FILE /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=9b101b1f036b4a71ce85538b39cb706fa25fff8617fae1a4a33f3ead63b0ef29 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38157 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=d8d428cbcaff305f306a8173c5befcca6a0099a7faa566f63eb6d53634fe89d9 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181619 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:16:19+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=8bf348122679f252752851d7c43aa44df4f5b3a743ce4d1c51ebcdab4db6b899 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40206 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=243d7d83ee868880e98b4fb67f367c7e7e05795c2712d70d23f840a9006692cc --- head --- Backup: KEYMASK-before-vpn_test-20260607-181641 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:16:41+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1007 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=6a27eb65fa837d1634d3da903a0fd40c567e3ffe9f0087ee5e989d5a9024bf4a --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=213.033 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=260.832 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=59.574 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=64.632 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 59.574/149.517/260.832 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=77.290 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=66.925 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=135.547 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=66.677 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=82.526 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 66.677/85.793/135.547 ms ### HMN_FILE /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 18:16 /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=bb120f4d78a4cc06ddce3b8e384387e4ac3b0ffb2b87fe78fe9a9c1510be7ff3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56476 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 11 seconds ago transfer: 1.21 KiB received, 2.04 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=f7110d93663ecb7be3cff707079a79f89b4dc055dc95377ab497341a6a6d3a89 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181700 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:17:00+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=4a759967719e5578ae9012bf5194081d5b0dee5cfa4efa8cc768340c731f8600 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=69.925 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=58.775 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=57.535 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=55.764 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=57.063 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.764/59.812/69.925 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=76.754 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=55.576 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=55.407 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=54.744 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=83.569 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.744/65.210/83.569 ms ### HMN_FILE /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=6f3048089db7b6f54c06bce67047cf0f6ce24cdf1f6cc2aac8003100240fe055 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37918 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=346503f0e96496dbedbb870760edc4025413d3590754c8ecb3620b1a3f7ee0c4 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181718 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:17:18+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=e8d325b746e4e4293ead43e0e7bbeee0c3fcbeec49da5b2cf36f3005f306ef4c --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=49.761 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=51.156 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=50.223 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=57.864 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=53.893 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.761/52.579/57.864 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=116.201 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=185.347 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=184.056 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=130.632 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=131.478 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 116.201/149.542/185.347 ms ### HMN_FILE /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=661c14b5373b31c817800c04efb6e516b53db720c190bfbcaf8d14fe4b4bb330 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33335 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=bdf9b1dd2c87dd42f084b66ef02f6aa01e24f89f443f9c41aa85984e18c0daea --- head --- Backup: KEYMASK-before-vpn_test-20260607-181737 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:17:37+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1060 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=658dcef42237ec0bf54ded9b8ab8a1ffad00d21252d0aa237156b47c9185cc89 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=108.883 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=170.768 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=156.524 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=150.742 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=98.761 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 98.761/137.135/170.768 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=101.629 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=112.559 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=89.916 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=84.686 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=94.727 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 84.686/96.703/112.559 ms ### HMN_FILE /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=8182ab537fcff0c7d517631799c2b5f4c43c3ac67aaa6fe7cc841204b67c094e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48335 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 7 18:17 /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=8c4e763f90ae3c9b9fcea6f683d90a088514421288837b93fa95d45150e1d96d --- head --- Backup: KEYMASK-before-vpn_test-20260607-181755 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:17:55+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=3148a4ddbeff9cb353ad3ac98f7778b8ff84b8b83afdb511bfc4f2ecbb7d896e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 33043 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.69 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=f10b2a7d81fb8c3cb25e065a3800977a9d55d2c7a44a78d27cb4915f7c6422d4 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181817 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:18:17+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=11a38ae035129e75f2c0f61d1bbcb02cadee99c2b07cadd46473d9c0d37fd1f5 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=196.359 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=75.918 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=98.985 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=65.399 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=60.820 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.820/99.496/196.359 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=131.629 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=83.422 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=63.676 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=61.384 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=66.127 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.384/81.247/131.629 ms ### HMN_FILE /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=9f33db4303e3511624dadf96021a6227e7094f86b2cd707bab53b2699160d8a1 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40391 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=06319f5b6ebaf7a81c87e2802c4b878683f364d923b2c12669c556f9d54f1e78 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181835 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:18:36+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1018 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=e9ece3c712a18414f86acdda360bde83a504093edff8d1cf800c8ec94fb936a3 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=228.688 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=206.209 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=168.232 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=170.526 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 168.232/193.413/228.688 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=137.734 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=114.354 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=114.508 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=117.183 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=138.604 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 114.354/124.476/138.604 ms ### HMN_FILE /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=8557cdc82e36eb55ae5fe670b60097891198b94aab08bff14c628df70aabdfec --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35115 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2000 Jun 7 18:18 /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.load.txt sha256=f6c8cdbddb46ccaa5f22ba77072cf742673054a6f922a64449b523865f438711 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181855 Loading config into vpn_test: KEYMASK-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf Parsed: Address: 10.93.232.118/32 Endpoint: 194.135.119.55:35962 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=35 S2=33 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='35' network.vpn_test.awg_s2='33' network.vpn_test.awg_h1='423311778' network.vpn_test.awg_h2='1401745380' network.vpn_test.awg_h3='647312187' network.vpn_test.awg_h4='284096729' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.93.232.118/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:18:55+00:00' network.vpn_test.hmn_endpoint='194.135.119.55:35962' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.135.119.55' network.@amneziawg_vpn_test[0].endpoint_port='35962' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.ping.txt sha256=d17d0c89095b3bcb68ed59f88f70650cd45f9e35675829a7b790429661c6ddad --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.93.232.118 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.93.232.118 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.show-after-ping.txt sha256=741344265b6703697244ba3479e952b1e7c30452014ee2492202a698d4230b2b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57828 jc: 3 jmin: 50 jmax: 100 s1: 35 s2: 33 h1: 423311778 h2: 1401745380 h3: 647312187 h4: 284096729 peer: KEYMASK endpoint: 194.135.119.55:35962 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=9be842eb0c530cf0f30e2dc41d16c813b540c80b0fbeb27cf18ea2370c4553d2 --- head --- Backup: KEYMASK-before-vpn_test-20260607-181917 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:19:17+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=5309fabc93e85b3edcc0a2e61fdb1e60b527ecc10ce98d43ac4d2760c9b2cbb3 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=719.512 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=585.793 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=470.464 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=924.351 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=997.411 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 470.464/739.506/997.411 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=557.948 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=399.553 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=243.690 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=271.689 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=252.734 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 243.690/345.122/557.948 ms ### HMN_FILE /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=007e8891e4d6138b4ad9df1dc2e3e3f9a0029988ce2fedc2bd47aaf0b71ed699 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43044 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=ea504b6323e96ffb5d27cc5e8426d056d87900c473f33f9afec3bad465013b8b --- head --- Backup: KEYMASK-before-vpn_test-20260607-181936 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:19:36+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:19 /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=bdde4ad66914b3b6ad5eb3e35697269d41e45b76e277d6cb111eb12bfc013545 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38417 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.48 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=dfd9fbbbc1c99b5ebd124fb78c7c6ce767d8fa8fd4f136783747ee73217ada2c --- head --- === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=312.141 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=131.121 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=109.768 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=110.692 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=110.840 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 109.768/154.912/312.141 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=163.903 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=172.561 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=165.034 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=164.179 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=163.422 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 163.422/165.819/172.561 ms ### HMN_FILE /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=84c9c619fcfec82aa18a6dd69f70d72a2049ce12559dcae11ad324b2b4621021 --- head --- interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 59575 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 8 seconds ago transfer: 232.18 KiB received, 86.52 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=f6c3feb9ec9cf77ef94e8211e6bfc3bf7e604c2e42479be73bab38bed9772407 --- head --- Backup: KEYMASK-before-vpn_test-20260607-182009 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:20:09+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=0105b47534aab493536081c782ca47380d48ef1aef97acbb58b18f95684450ca --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51360 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.96 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=fd466243769dad4faea644c7eab4bd0cc7b5b9403a218ef2e614487e765ee42c --- head --- Backup: KEYMASK-before-vpn_test-20260607-182031 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-07T18:20:31+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn2 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=61b549fdce3d84512daae8c1f24a9cdb66181e102fce79fbc8a8357efc345dbc --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=192.021 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=183.316 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=183.426 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=192.269 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=183.573 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 183.316/186.921/192.269 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=178.139 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=238.757 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=177.354 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=239.466 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=177.760 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 177.354/202.295/239.466 ms ### HMN_FILE /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=c614e2f40812128b66734b3e689ec888f819295018abf886aada863ec4bac918 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45501 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260607-181002/results.tsv -rw-r--r-- 1 root root 11918 Jun 7 18:20 /root/hmn/test-runs/20260607-181002/results.tsv sha256=b651c9b0dddc36f79452627f10ec197cc828a309794c43b9562bbd08f91b7ada --- head --- status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.88 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 107.849 /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.82 KiB sent 9.9.9.9:0%,1.1.1.1:0% 139.921 /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 403.902 /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.52 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.80 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt FAIL_PING_LOSS 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 18 seconds ago transfer: 860 B received, 1.71 KiB sent 9.9.9.9:40%,1.1.1.1:40% 146.261 /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.07 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.76 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt FAIL_PING_LOSS 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 18 seconds ago transfer: 988 B received, 1.78 KiB sent 9.9.9.9:20%,1.1.1.1:40% 250.942 /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 236.768 /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.88 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:20% 44.565 /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt FAIL_PING_LOSS 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 11 seconds ago transfer: 1.21 KiB received, 2.04 KiB sent 9.9.9.9:20%,1.1.1.1:0% 149.517 /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 59.812 /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 52.579 /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 137.135 /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.69 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 99.496 /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt FAIL_PING_LOSS 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent 9.9.9.9:20%,1.1.1.1:0% 193.413 /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf 194.135.119.55:35962 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/201-GE-Georgia-Tbilisi-194.135.119.55-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 739.506 /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.48 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 8 seconds ago transfer: 232.18 KiB received, 86.52 KiB sent 9.9.9.9:0%,1.1.1.1:0% 154.912 /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.96 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 186.921 /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260607-181002/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### HMN_FILE /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:20 /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 8 04:20 /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.load.txt sha256=89452f649f5aa664c910b573ada41727dadda34ffca03e7b48c9e532d13adc40 --- head --- Backup: KEYMASK-before-vpn_test-20260608-042050 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf Parsed: Address: 10.119.255.221/32 Endpoint: 91.132.92.254:40180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.255.221/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:20:50+00:00' network.vpn_test.hmn_endpoint='91.132.92.254:40180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='91.132.92.254' network.@amneziawg_vpn_test[0].endpoint_port='40180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt sha256=ad9c7605d94bc192e0d6070bafe7c9ccf9a1ff0e609fe231b8d7c652dc1ba28b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.255.221 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.255.221 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt sha256=14dbf10ceed33c8f00384f480245c7b8ec334d121324abde1b6e4cedfefc832b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53830 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 91.132.92.254:40180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.96 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=5f60819de54c53d7c2522bd7ee9895cbf99f27ac883cfe275eccab157d4f95ea --- head --- Backup: KEYMASK-before-vpn_test-20260608-042112 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.61.215/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.61.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:21:12+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=ae25b323dee94d6b87556ce52cdbf8fac1eccc6b50d1d25f204841dcbc756c03 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.61.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.61.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=70a8dd4ab59555365747e39beb5f74205a54d2e576e43ef01f72e30ad40672bd --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42790 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.62 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=98ed5226e6c698f8de36c8c2d11850c93d5697e6832c292cc5d2e7c4bc00b704 --- head --- === probe 9.9.9.9 dev vpn1 === 9.9.9.9 dev vpn1 src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=61 time=60.959 ms 64 bytes from 9.9.9.9: seq=1 ttl=61 time=61.317 ms 64 bytes from 9.9.9.9: seq=2 ttl=61 time=61.782 ms 64 bytes from 9.9.9.9: seq=3 ttl=61 time=61.131 ms 64 bytes from 9.9.9.9: seq=4 ttl=61 time=61.528 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.959/61.343/61.782 ms === probe 1.1.1.1 dev vpn1 === 1.1.1.1 dev vpn1 src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=61.725 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=60.839 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=61.228 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=61.296 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=61.037 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.839/61.225/61.725 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=a2577246e3a521230f0066e6c1205974e752bb46c3c1d3c83dc960dd0f2cf424 --- head --- interface: vpn1 public key: KEYMASK private key: (hidden) listening port: 53355 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 39 seconds ago transfer: 1.25 MiB received, 886.23 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 8 04:21 /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.load.txt sha256=624293de76e4d4a3c1c44062c684b20049ce3511009ea17c45e22fec216a2f94 --- head --- Backup: KEYMASK-before-vpn_test-20260608-042145 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf Parsed: Address: 10.98.185.231/32 Endpoint: 83.172.150.55:39226 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.231/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:21:45+00:00' network.vpn_test.hmn_endpoint='83.172.150.55:39226' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='83.172.150.55' network.@amneziawg_vpn_test[0].endpoint_port='39226' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt sha256=c03a093caaf661560615ab2cb4e791d3fae7a77ae300ff90e2b4e5516bc08508 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.231 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.231 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt sha256=d399d2bf1d768aa19ffe3479e1f3f0a9761e87c2a20fd62b2d4f7bfd085c93b9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48177 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 83.172.150.55:39226 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.58 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 2011 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=934de10ea08849e268813c8ec14a4b61c3af1dbbca54bbecebac7816d98a249d --- head --- Backup: KEYMASK-before-vpn_test-20260608-042207 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.253.62/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.253.62/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:22:07+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=b908ee8a4a7fa2220d8157105ae31eb7bfac4adff2c9dd25c66d367e32e6116b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.253.62 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=56.687 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=56.267 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=56.523 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=56.432 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=56.226 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.226/56.427/56.687 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.253.62 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=61.785 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=62.614 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=62.951 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=62.558 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=62.379 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.785/62.457/62.951 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=bb7cdd564f6a7a9f9b4c990bfdc156ada74180ffecfe51f79e2c2b5a81cbdec4 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58889 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=8f3e66798c4a8ba41aee92316d668c320426da5921670d944309614c8b67755d --- head --- Backup: KEYMASK-before-vpn_test-20260608-042225 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.62.76/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.62.76/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:22:25+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=fe38ef8cf223a453590e3c88950682516f4417964d48646586ea2775d5dee1bd --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.62.76 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=375.663 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=376.531 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=374.389 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=374.268 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=375.502 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 374.268/375.270/376.531 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.62.76 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=379.409 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=375.898 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=375.028 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=375.397 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=400.068 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 375.028/381.160/400.068 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=4639e2779f6e1e798d3aec4e997e3ed849d5afc92105cddc7d4bc4c87074afcf --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47673 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt -rw-r--r-- 1 root root 2023 Jun 8 04:22 /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.load.txt sha256=545e08e6c4a62b065d7ec2ad23fc8f69e605efea87a3f4beb130ee86da820f40 --- head --- Backup: KEYMASK-before-vpn_test-20260608-042244 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf Parsed: Address: 10.102.248.71/32 Endpoint: 193.235.207.122:46834 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.71/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:22:44+00:00' network.vpn_test.hmn_endpoint='193.235.207.122:46834' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.122' network.@amneziawg_vpn_test[0].endpoint_port='46834' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt sha256=cfe4ef304439de358a09237059422509de38155ab3e7253901bf259857c85ad2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.71 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.71 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt sha256=623d64e9bfa3e2f1ac5fed5c3a41b6739c643cbad4b02e4e778dc28edd090fb7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43286 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.122:46834 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.load.txt sha256=fc105e7c2de86d44920994b9ae5915a6f3a70b8a975b60c20d1c33c6d20975ec --- head --- Backup: KEYMASK-before-vpn_test-20260608-042306 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf Parsed: Address: 10.103.58.28/32 Endpoint: 107.172.187.98:38429 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.58.28/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:23:06+00:00' network.vpn_test.hmn_endpoint='107.172.187.98:38429' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.98' network.@amneziawg_vpn_test[0].endpoint_port='38429' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt sha256=f9e86ffa68ebece2c662d1fdb26380f2f7ff15d3c1a07d30772b139590684cd2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.58.28 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.58.28 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt sha256=a5195a93c6c65dc30d72127eac11bbb9a7b5b15aa2bc84abe89d877a1e1f085b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34871 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.98:38429 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.75 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=496d3fafc9e49f6771a03c84ff55eb01f6af3187d3784003c8501324734067f3 --- head --- Backup: KEYMASK-before-vpn_test-20260608-042328 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.189.240/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.189.240/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:23:28+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=cf81528c8af64f4d3bdedf9bc5f58431ab2854ba561e998036dca37587d6a3e1 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.189.240 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=47 time=192.042 ms 64 bytes from 9.9.9.9: seq=1 ttl=47 time=100.970 ms 64 bytes from 9.9.9.9: seq=2 ttl=47 time=83.955 ms 64 bytes from 9.9.9.9: seq=3 ttl=47 time=82.980 ms 64 bytes from 9.9.9.9: seq=4 ttl=47 time=83.828 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 82.980/108.755/192.042 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.189.240 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=83.568 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=145.798 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=83.088 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=88.800 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=83.392 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 83.088/96.929/145.798 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=dbf04978c7e692dc410e566c9e5668a08f165b4281bf059a8595864bc61715dd --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56747 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 2013 Jun 8 04:23 /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=6f71f2150aed5dcdd6c76ade20e74bd9604322599c28c1f2e9b5c7e3a8a33717 --- head --- Backup: KEYMASK-before-vpn_test-20260608-042346 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.24/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.24/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:23:46+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=e099940a0230f2826ad8664bb9065dbfe3e67a7c3ad9e4e85a738e95e0b5f9d1 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.24 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=148.205 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=133.778 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=45.906 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=170.151 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=187.552 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 45.906/137.118/187.552 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.24 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=196.313 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=61.996 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=53.154 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=85.721 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=109.136 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 53.154/101.264/196.313 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=5e6cbd873e87059c1e0d7bab97ef9765326f2b570fd5a001c3292d21b1b0f12b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57521 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.load.txt sha256=5f6523f9a97b82b77041257d92f58912f9ac70224ea33dbce22150b9732aff00 --- head --- Backup: KEYMASK-before-vpn_test-20260608-042405 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf Parsed: Address: 10.104.124.16/32 Endpoint: 149.154.157.204:44278 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.124.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.204-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:24:05+00:00' network.vpn_test.hmn_endpoint='149.154.157.204:44278' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.204' network.@amneziawg_vpn_test[0].endpoint_port='44278' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt sha256=52e31523d737437180b05810d069497438176e56e4970b257bd8d8205b068e60 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.124.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.124.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 434 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt sha256=5c95a74d94bb5f5295d61dc1d640987b8dbfa2b7a2d782b5976be11bba6ea992 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40671 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.204:44278 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.51 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt -rw-r--r-- 1 root root 1983 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.load.txt sha256=fe0a6c37a1564e0f1e32ab90e69a9387d9a3a1f3eaddcb591a33839e7b983f73 --- head --- Backup: KEYMASK-before-vpn_test-20260608-042427 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf Parsed: Address: 10.107.46.44/32 Endpoint: 192.3.9.146:31053 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.46.44/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-192.3.9.146-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:24:27+00:00' network.vpn_test.hmn_endpoint='192.3.9.146:31053' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.3.9.146' network.@amneziawg_vpn_test[0].endpoint_port='31053' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt sha256=2e5ffdd6839c02c7d9017bcd00b527034e1b5e3c968de2602e8b218933bd0f0f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.46.44 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.46.44 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 429 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt sha256=16b45bd12c0fdb34511661cddee2d2cc753a862f5a5f956348a10eee80192733 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40390 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 192.3.9.146:31053 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.56 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt -rw-r--r-- 1 root root 1984 Jun 8 04:24 /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.load.txt sha256=c314481a244a7f5e9406bf64de191b4fef37c46c4f64356477fcc702cbd53007 --- head --- Backup: KEYMASK-before-vpn_test-20260608-042449 Loading config into vpn_test: KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf Parsed: Address: 10.107.110.47/32 Endpoint: 75.127.5.178:36870 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.110.47/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-75.127.5.178-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:24:49+00:00' network.vpn_test.hmn_endpoint='75.127.5.178:36870' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='75.127.5.178' network.@amneziawg_vpn_test[0].endpoint_port='36870' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt sha256=6bbd8da0edf33b7288d3ad04e7f62ead1f64b99933c464c00649873f560cea3f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.110.47 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.110.47 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt sha256=716f80279c6e04432dc815c119ed9a169686a26515936dca1673d903cb9a5993 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42937 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 75.127.5.178:36870 allowed ips: 0.0.0.0/0 transfer: 0 B received, 2.06 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=469f8d5d2f7d740171c17a11b5d25f09969c87ac9351805ec2ac2fee060896bf --- head --- Backup: KEYMASK-before-vpn_test-20260608-042511 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.236.120/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.236.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:25:11+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=d96f58b9ca9dcd934a609d72c5569b2fd043e824ff1601da30fc312db58a0829 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.236.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.236.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=f9f856ca207dc37a9dad19a98eb34e327ac9e7d87595e1dfe58e433b52c67020 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34420 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.72 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=bc83404ffef5e5db75f547cc5b43d7772b499e31ba16981790498fca5eb8c319 --- head --- Backup: KEYMASK-before-vpn_test-20260608-042533 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.110.248/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.110.248/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:25:33+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=a37117a0093fc00d3a1c020b614ca4b0615de7167f1350ac312ef0317596ac88 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.110.248 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=71.089 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=73.140 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=114.443 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=71.781 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=71.627 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 71.089/80.416/114.443 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.110.248 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=63.777 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=63.760 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=63.975 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=68.062 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=63.459 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.459/64.606/68.062 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=4157d36e8a2a26f00f63f16f134f6f7f60ebe333f8d090abd9d1f06c353789ae --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51245 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1987 Jun 8 04:25 /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=6a576378a5f696183a066fda8d3bb8534a7f17fc03ec9e7765b00d3911a14b2e --- head --- Backup: KEYMASK-before-vpn_test-20260608-042552 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.237.34/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.237.34/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:25:52+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=a97b88c3a1d9a167b874366900170319d2c24817ec499258bfe7a98accd16cb5 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.237.34 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.237.34 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=e7ef781c3e43ea0c894006dea23b702545c7a3ae3b69c2be38118b52bc74e89c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42673 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.90 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.load.txt sha256=53e646c64f5790473ed69df80640866688bcc9950c9e0f87133d8efd42cf9313 --- head --- Backup: KEYMASK-before-vpn_test-20260608-042614 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf Parsed: Address: 10.83.46.58/32 Endpoint: 185.14.97.151:42180 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.46.58/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:26:14+00:00' network.vpn_test.hmn_endpoint='185.14.97.151:42180' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.151' network.@amneziawg_vpn_test[0].endpoint_port='42180' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt -rw-r--r-- 1 root root 443 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt sha256=a44a9ef21950a3403fea968037517cd46aced62d4f1e00a946f1baa4d6ee6219 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.46.58 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.46.58 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt sha256=a29081292b697df1f5848a66ac8740e8e0120624a53bb8e3307cb4f99bebabac --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52881 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.151:42180 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.76 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2005 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=b2d8c2f2dd30f032e9b50aaf6172be554cf52ecd31694bce2d8fbc932a4179da --- head --- Backup: KEYMASK-before-vpn_test-20260608-042636 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.84/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.84/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:26:36+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=6fa1dc3fe811433d09416123b3ade7c39c922921916ea1cf5a2f263476a12480 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.84 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=126.130 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=125.452 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=123.965 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=125.060 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=124.531 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 123.965/125.027/126.130 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.84 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=124.058 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=191.799 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=124.002 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=123.647 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=124.709 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 123.647/137.643/191.799 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=89986155dd7228316e19874152462dc71d1ec4e3399d6ee8ef519a3595f895a7 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52735 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 2003 Jun 8 04:26 /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=b01965f4d6a54b4b3feed1a56b378d1f2076c7c18a02f8525d377ba490949e99 --- head --- Backup: KEYMASK-before-vpn_test-20260608-042654 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.239.209/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.239.209/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:26:54+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=b41691182632f500e60346de75e1bf71dbb81f5723a7bea3cc5144cebf676a34 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.239.209 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=30.715 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=31.695 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=29.416 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=39.528 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=32.038 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 29.416/32.678/39.528 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.239.209 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=30.822 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=28.050 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=90.705 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=30.596 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=99.913 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.050/56.017/99.913 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=945fa779f5b1c5352018ce55475c6857172f33aef794467bbd4f5585db375c4e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35509 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=72e055bd7270654182de25b090ba8aa2ec63426fe01c8f3ef2aa811f6ee54656 --- head --- Backup: KEYMASK-before-vpn_test-20260608-042713 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.111.229/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.111.229/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:27:13+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1061 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=eec60e1b6b3ed9c83dc0d0741c59ffb61275d656d2277c29787f3823bdfd80ac --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.111.229 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=41 time=212.857 ms 64 bytes from 9.9.9.9: seq=1 ttl=41 time=212.543 ms 64 bytes from 9.9.9.9: seq=2 ttl=41 time=213.485 ms 64 bytes from 9.9.9.9: seq=3 ttl=41 time=213.013 ms 64 bytes from 9.9.9.9: seq=4 ttl=41 time=213.464 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 212.543/213.072/213.485 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.111.229 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=38.226 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=117.397 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=37.956 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=38.139 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=38.703 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 37.956/54.084/117.397 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=09bd0152822edad43122737298f192760953373148a6bfb9a07782b9a0953d90 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41649 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.load.txt sha256=996dbfa1440a3d5bbc5f67acdacef350d6945ebc6c707979fe9bd4860fc43b8d --- head --- Backup: KEYMASK-before-vpn_test-20260608-042731 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf Parsed: Address: 10.86.168.237/32 Endpoint: 188.190.4.220:33470 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.168.237/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:27:31+00:00' network.vpn_test.hmn_endpoint='188.190.4.220:33470' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='188.190.4.220' network.@amneziawg_vpn_test[0].endpoint_port='33470' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt sha256=cae7112b0c5cf7c1604bee330c3c92cdf19997fb8a24494f2437b6982ae4c7a7 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.168.237 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.168.237 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt sha256=09046442277a0ea7ef02d4faf137bb8a517b30fe2a76426a06cc21efb076bf84 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41461 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 188.190.4.220:33470 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.80 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 8 04:27 /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=3675c34356c70d8387328e2d961c18401b4f2ad75aaa136c772d4b4c5436a5a2 --- head --- Backup: KEYMASK-before-vpn_test-20260608-042753 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.172.196/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.172.196/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:27:53+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=c497621ef6d06b2acd152f4f0a0c3640518cb6ce5fad9303d9a1d2382627fc9a --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.172.196 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=93.054 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=34.854 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=33.211 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=36.552 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=34.876 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 33.211/46.509/93.054 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.172.196 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=33.656 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=33.399 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=32.726 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=47.364 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 32.726/36.786/47.364 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=2d95ea68fdcc9bb7a923509db6ced4f013d19f1aac0dd8f315ce4de3ad3a9c14 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56369 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt -rw-r--r-- 1 root root 1998 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.load.txt sha256=3faf7931c345ecc207a9941b2f1ae08a6623b4aa755031215458920189f67100 --- head --- Backup: KEYMASK-before-vpn_test-20260608-042812 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf Parsed: Address: 10.89.174.174/32 Endpoint: 89.31.121.82:34442 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.174/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:28:12+00:00' network.vpn_test.hmn_endpoint='89.31.121.82:34442' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='89.31.121.82' network.@amneziawg_vpn_test[0].endpoint_port='34442' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt sha256=ea67bcd793aee71f729ade5c1fbd22d2603fc8a1bef5d1c5db01a2dccfb1f359 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.174 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.174 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 431 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt sha256=2d070bd531ec7130555a5b5c17d4f73e615c91ec889cca006e8d7c298220543f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54711 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 89.31.121.82:34442 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 2009 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=e2d8186f15c642507024b8a9d1368c16e606fcbf37c07184dbd790ab960e92d4 --- head --- Backup: KEYMASK-before-vpn_test-20260608-042834 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.239.120/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.239.120/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:28:34+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=c780dbc821cb4928ec7ba3fdf64c5d4bafdb21e7a93e8395721af77b85fdbac8 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.239.120 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=62.693 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=58.427 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=66.074 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=79.718 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=69.574 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.427/67.297/79.718 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.239.120 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=62.759 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=88.353 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=66.381 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=62.360 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=61.526 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.526/68.275/88.353 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=565cc8e8bb2dfe93904a1274efea80c000d07a96494cfbfb6fdd19b91b754f7e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39801 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 8 04:28 /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=7764413ced75034b0886336f84440deae98c4a5ff6ade42f6d7163ab55ff03df --- head --- Backup: KEYMASK-before-vpn_test-20260608-042853 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.169.92/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.169.92/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:28:53+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1052 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=9f7274ecd2e340dd7c43ff613ff6f76cb0d2c36c37bca566d224d440cab0ecfa --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.169.92 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=59.976 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=102.860 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=101.117 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=57.983 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=65.664 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.983/77.520/102.860 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.169.92 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=69.727 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=59.279 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=57.368 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=58.601 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=58.471 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.368/60.689/69.727 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=1eaf29ac8318df018a7ef2aba62841e59803b1494ba120db4df6cbe9a92f2b27 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39340 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 2017 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=57635019d664d5c04673483016a22dd42e20c106aba17603daa7b45592f619cd --- head --- Backup: KEYMASK-before-vpn_test-20260608-042911 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.235.78/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.235.78/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:29:11+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=b218bb1243311457b4db099b83e878a64cb05f6e11a5c404f593a928e678ec0f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.235.78 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=49.432 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=49.724 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=49.322 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=49.082 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=49.098 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.082/49.331/49.724 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.235.78 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=49.144 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=50.030 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=48.800 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=58.318 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=50.349 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.800/51.328/58.318 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=b4297ed415794f3d92ae28d375276f5190cde1d5879c8fe940e4d82cdbf487f3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49834 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 2012 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=ff5b3b429ec899ed510513c17eacdc354162b545bd324c6d0205673c8172f8ba --- head --- Backup: KEYMASK-before-vpn_test-20260608-042929 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.175.225/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.175.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:29:29+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=2c098ac0f97b399a9498f2480f7c6a30ffb7606938ac39986c0a4c90bf5eb82d --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.175.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=63.101 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=64.914 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=90.192 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=112.259 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=64.512 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.101/78.995/112.259 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.175.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=64.849 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=64.990 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=64.941 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=63.988 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=86.966 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.988/69.146/86.966 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=f3614b9b5ed3b5f09e7893f6cf25a77a2319412ed6aa840cbc14e26beaf57078 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59123 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt -rw-r--r-- 1 root root 2004 Jun 8 04:29 /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.load.txt sha256=5bbcbee86aae5dbc8af9239b387d97c90047f713ba3d5f5a37d44a82fa23cb3e --- head --- Backup: KEYMASK-before-vpn_test-20260608-042947 Loading config into vpn_test: KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf Parsed: Address: 10.122.170.16/32 Endpoint: 158.255.215.31:36618 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=53 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='53' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='110533545' network.vpn_test.awg_h2='1418818303' network.vpn_test.awg_h3='1927155144' network.vpn_test.awg_h4='1127283315' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.122.170.16/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FR-France-Paris-S1-158.255.215.31-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:29:47+00:00' network.vpn_test.hmn_endpoint='158.255.215.31:36618' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='158.255.215.31' network.@amneziawg_vpn_test[0].endpoint_port='36618' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt sha256=894a017fd6cf0252c25e25ed05f8ca4f5df9fff425812730872e9d752f9c8173 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.122.170.16 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.122.170.16 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt sha256=4ec553f85897ad173cb29819d380b43d39bc64add5dd803f5906d83df1d7fc99 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39160 jc: 3 jmin: 50 jmax: 100 s1: 53 s2: 133 h1: 110533545 h2: 1418818303 h3: 1927155144 h4: 1127283315 peer: KEYMASK endpoint: 158.255.215.31:36618 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.76 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 2006 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=818034af870a20b05c113ceb22e30514910da3e9e900285962fa46cc38655503 --- head --- Backup: KEYMASK-before-vpn_test-20260608-043010 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.239.173/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.239.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:30:10+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1060 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=5c5445133411891c761df050b0e95ace3e85028b0ccaef00ac551e8d0e2ede54 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.239.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=62.255 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=62.187 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=62.372 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=61.276 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=147.757 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.276/79.169/147.757 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.239.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=143.629 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=118.679 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=83.423 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=62.386 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=108.863 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.386/103.396/143.629 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=df1fdecf4f3607304651a26a9afa0b160207ee92c1e23c4bf82a086b11c0daef --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41384 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt -rw-r--r-- 1 root root 2010 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.load.txt sha256=705648a85b2b3f18dfe268cd1c87ccab0683e8a40b9b840d27bc73a7f38d63b8 --- head --- Backup: KEYMASK-before-vpn_test-20260608-043028 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf Parsed: Address: 10.111.170.228/32 Endpoint: 193.39.68.136:46149 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=146 S2=18 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='146' network.vpn_test.awg_s2='18' network.vpn_test.awg_h1='1224938662' network.vpn_test.awg_h2='683050315' network.vpn_test.awg_h3='2058436965' network.vpn_test.awg_h4='331481638' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.111.170.228/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:30:28+00:00' network.vpn_test.hmn_endpoint='193.39.68.136:46149' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='193.39.68.136' network.@amneziawg_vpn_test[0].endpoint_port='46149' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt -rw-r--r-- 1 root root 1061 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt sha256=05329867d2a693182e7fb9cb2fe4019ee2bc8b8aaa10daef17c9e83da40fb424 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.111.170.228 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=274.461 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=163.156 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=160.563 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=161.798 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=206.270 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 160.563/193.249/274.461 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.111.170.228 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=98.333 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=97.979 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=96.745 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=97.138 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=97.403 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 96.745/97.519/98.333 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt sha256=ffa3c1f3801ecf5f3626b7a38b8e26bcf5bba2df75b2b8230cf4a1f7c9998024 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 38832 jc: 3 jmin: 50 jmax: 100 s1: 146 s2: 18 h1: 1224938662 h2: 683050315 h3: 2058436965 h4: 331481638 peer: KEYMASK endpoint: 193.39.68.136:46149 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.83 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 2022 Jun 8 04:30 /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=445f2d18da6f910748a8519b4387c1a8f50f2725f74b1b3fd6f3fadcacfea7b7 --- head --- Backup: KEYMASK-before-vpn_test-20260608-043046 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.45.74/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.45.74/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:30:46+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=baf6a24048e046679d89d645ab8532fb4fb1d870b29372b1dbd5fd898a4aa09c --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.45.74 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=271.296 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=333.333 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=271.098 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=271.736 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=272.616 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 271.098/284.015/333.333 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.45.74 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=234.751 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=240.563 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=235.660 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=235.213 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=235.101 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 234.751/236.257/240.563 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=eafa97dc02757325bf94d65b4247f523e5b6cf242f2beac2bfdf262f2a790583 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46399 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt -rw-r--r-- 1 root root 2002 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.load.txt sha256=ee93d456f3ca41e73e06ffff1d5daf792114e408bda3e3380d5fa217f6928f5e --- head --- Backup: KEYMASK-before-vpn_test-20260608-043105 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf Parsed: Address: 10.65.45.252/32 Endpoint: 95.156.206.18:37498 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.45.252/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:31:05+00:00' network.vpn_test.hmn_endpoint='95.156.206.18:37498' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='95.156.206.18' network.@amneziawg_vpn_test[0].endpoint_port='37498' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt sha256=dd8da7705829a86b365482ec9037ad806d59abdf9badf927dd95a96226fe9434 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.45.252 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.45.252 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt sha256=a1e6e177ee8df2ba1c6c8bc97d99b18f2b81d4cdfe2de85c55f59a2ae34d23cb --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35926 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 95.156.206.18:37498 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1999 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=416cb06c05dfa31a0e288e536f3217c277d20129a61d00655b903bc309f12d77 --- head --- Backup: KEYMASK-before-vpn_test-20260608-043127 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.235.136/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.235.136/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:31:27+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=72f2e05a45f11d47b07941fce73452f0313eefc0a0a269037648457f8d7db2fe --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.235.136 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=1 ttl=57 time=144.086 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=156.669 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=123.170 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=182.503 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 123.170/151.607/182.503 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.235.136 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=173.481 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=161.610 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=160.575 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=169.715 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=165.419 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 160.575/166.160/173.481 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=feda2448ba4bb96129b0b42712355ceeb46e715e32ac7d1b55e82551caf4e6fd --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41949 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 11 seconds ago transfer: 1.21 KiB received, 2.00 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt -rw-r--r-- 1 root root 1992 Jun 8 04:31 /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.load.txt sha256=502b9e354bf8561d242d4e7d1c25a627170a6111fe089dde7df83eb446acba61 --- head --- Backup: KEYMASK-before-vpn_test-20260608-043146 Loading config into vpn_test: KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf Parsed: Address: 10.68.108.45/32 Endpoint: 142.202.49.112:37638 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=139 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='139' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='424567772' network.vpn_test.awg_h2='1998922758' network.vpn_test.awg_h3='185836111' network.vpn_test.awg_h4='340097690' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.108.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Ashburn-142.202.49.112-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:31:47+00:00' network.vpn_test.hmn_endpoint='142.202.49.112:37638' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='142.202.49.112' network.@amneziawg_vpn_test[0].endpoint_port='37638' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt sha256=921eee3d5ca07cf1ed3d4801b3a21b64d8ef31c28800266daa35e2656cf44dc8 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.108.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.108.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt sha256=81199aa7cbfa5cc7fb977954d249fb0744d0109702cee4f3edb4dcfe139253ca --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53088 jc: 3 jmin: 50 jmax: 100 s1: 139 s2: 58 h1: 424567772 h2: 1998922758 h3: 185836111 h4: 340097690 peer: KEYMASK endpoint: 142.202.49.112:37638 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.97 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt -rw-r--r-- 1 root root 1996 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.load.txt sha256=e68d8d0731a80d1f8c41e3a7d41fe74b6862907bdd1187d3aae2d44710da9c60 --- head --- Backup: KEYMASK-before-vpn_test-20260608-043209 Loading config into vpn_test: KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf Parsed: Address: 10.68.169.179/32 Endpoint: 192.154.104.162:31052 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=59 S2=137 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='59' network.vpn_test.awg_s2='137' network.vpn_test.awg_h1='1419328265' network.vpn_test.awg_h2='2007974527' network.vpn_test.awg_h3='1320837937' network.vpn_test.awg_h4='1827317051' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.68.169.179/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' network.vpn_test.hmn_loaded_at='2026-06-08T04:32:09+00:00' network.vpn_test.hmn_endpoint='192.154.104.162:31052' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.154.104.162' network.@amneziawg_vpn_test[0].endpoint_port='31052' Current table 200: default dev vpn1 scope link 10.71.1.0/24 dev eth2 scope link src 10.71.1.2 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 10.250.1.0/24 via 10.71.1.1 dev eth2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt sha256=3f4dd0eb266fd005d552a2ab32aaba63f4b49b41431906b39f211f8e9343cceb --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.68.169.179 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=229.692 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=185.295 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=179.054 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=179.132 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=178.821 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 178.821/190.398/229.692 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.68.169.179 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=173.305 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=173.128 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=173.130 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=173.758 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=194.294 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 173.128/177.523/194.294 ms ### HMN_FILE /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt sha256=e313d8a28d02a4f09aa3a588ccec5950175ae472ffb31e51a4bd29b44d38c024 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55719 jc: 3 jmin: 50 jmax: 100 s1: 59 s2: 137 h1: 1419328265 h2: 2007974527 h3: 1320837937 h4: 1827317051 peer: KEYMASK endpoint: 192.154.104.162:31052 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260608-042050/results.tsv -rw-r--r-- 1 root root 13021 Jun 8 04:32 /root/hmn/test-runs/20260608-042050/results.tsv sha256=e4e329a699f6652511b40cc0c4bdf574e6f1fd5e5028e44c54ebb7970ae4c7af --- head --- status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf 91.132.92.254:40180 transfer: 0 B received, 1.96 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/012-DK-Denmark-Copenhagen-S4-91.132.92.254-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.62 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 39 seconds ago transfer: 1.25 MiB received, 886.23 KiB sent 9.9.9.9:0%,1.1.1.1:0% 61.343 /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf 83.172.150.55:39226 transfer: 0 B received, 1.58 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/053-FI-Finland-Helsinki-S4-83.172.150.55-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 56.427 /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 375.270 /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf 193.235.207.122:46834 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/070-CZ-Czech-Republic-Prague-S1-193.235.207.122-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf 107.172.187.98:38429 transfer: 0 B received, 1.75 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/071-US-USA-Los-Angeles-S2-107.172.187.98-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 108.755 /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 137.118 /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf 149.154.157.204:44278 transfer: 0 B received, 1.51 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/076-IT-Italy-Milan-S3-149.154.157.204-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 087-US-USA-New-York-S1-192.3.9.146-awg1.conf 192.3.9.146:31053 transfer: 0 B received, 1.56 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/087-US-USA-New-York-S1-192.3.9.146-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 088-US-USA-Dallas-75.127.5.178-awg1.conf 75.127.5.178:36870 transfer: 0 B received, 2.06 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/088-US-USA-Dallas-75.127.5.178-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.72 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 80.416 /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.90 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf 185.14.97.151:42180 transfer: 0 B received, 1.76 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/115-NO-Norway-Sandefjord-S15-185.14.97.151-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 125.027 /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 32.678 /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 213.072 /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf 188.190.4.220:33470 transfer: 0 B received, 1.80 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/129-CH-Switzerland-Zurich-S2-188.190.4.220-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:20% 46.509 /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf 89.31.121.82:34442 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/141-RS-Serbia-Belgrade-S2-89.31.121.82-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 67.297 /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 77.520 /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 49.331 /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.66 KiB sent 9.9.9.9:0%,1.1.1.1:0% 78.995 /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 171-FR-France-Paris-S1-158.255.215.31-awg1.conf 158.255.215.31:36618 transfer: 0 B received, 1.76 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/171-FR-France-Paris-S1-158.255.215.31-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 79.169 /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.83 KiB sent 9.9.9.9:0%,1.1.1.1:0% 193.249 /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 284.015 /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf 95.156.206.18:37498 transfer: 0 B received, 1.54 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/214-EE-Estonia-Tallinn-S2-95.156.206.18-awg1.conf.ping.txt FAIL_PING_LOSS 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 11 seconds ago transfer: 1.21 KiB received, 2.00 KiB sent 9.9.9.9:20%,1.1.1.1:0% 151.607 /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 227-US-USA-Ashburn-142.202.49.112-awg1.conf 142.202.49.112:37638 transfer: 0 B received, 1.97 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/227-US-USA-Ashburn-142.202.49.112-awg1.conf.ping.txt OK 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 190.398 /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260608-042050/228-US-USA-Utah-192.154.104.162-awg1.conf.ping.txt ### HMN_FILE /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:14 /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt -rw-r--r-- 1 root root 1922 Jul 6 16:14 /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt sha256=9b8f08a24ba706aa351db446b11e6500c098c63b9e1be6153cfd50be2c00f64c --- head --- Backup: KEYMASK-before-vpn_test-20260706-161434 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf Parsed: Address: 10.119.249.139/32 Endpoint: 192.36.27.17:35500 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.249.139/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:14:34+00:00' network.vpn_test.hmn_endpoint='192.36.27.17:35500' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.36.27.17' network.@amneziawg_vpn_test[0].endpoint_port='35500' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 6 16:14 /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt sha256=ede852c6dde15f9f249aecd0c4b2ed97b66ac4591869a4a512df4b6e0ab4599b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.249.139 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.249.139 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 6 16:14 /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt sha256=53263bb415cdaa5bfacfc64c174b7f1705f422cd8d924bfec3142a5962d7db28 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36040 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 192.36.27.17:35500 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.88 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:14 /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 1918 Jul 6 16:14 /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=ac31bd2a2f546aa3a69c2bb2a9be1f5821c6a923a27b667fdd19fae39123ecd5 --- head --- Backup: KEYMASK-before-vpn_test-20260706-161456 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.60.219/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.60.219/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:14:56+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=c779bde1b9033d9331fb286bae953c683f132db58571967146436df76fca5d0b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.60.219 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.60.219 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=39f2dc58cd8c2fc7fadd5e97c4dcfe1a2115842d02aba4b6ea1d2681549a4250 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59337 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.50 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=5e5e323f30ce07196f24d6796a610d9950bb80052fce9f68f776d387a99f9653 --- head --- === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.97.189.145 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=83.040 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=80.464 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=73.715 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=95.008 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=82.401 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 73.715/82.925/95.008 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.97.189.145 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=79.972 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=96.994 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=92.429 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=86.437 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=70.125 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.125/85.191/96.994 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=2736e9de2fab00110b651f9ec0972da18f201f34bf6c6b152e550948e1feb8a5 --- head --- interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 54216 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 19 seconds ago transfer: 313.23 KiB received, 87.88 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 1925 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=e276ce6d2f8a44ed44f4d01db97cf24400f5313940a12f8e6c3372c2b3231160 --- head --- Backup: KEYMASK-before-vpn_test-20260706-161529 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.254.15/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.254.15/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:15:29+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=db3c71ff5ecbf71d6faab97e93b918860969205d9d640c7132e174bc69860de2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.254.15 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=219.055 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=216.569 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=235.120 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=228.495 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=218.203 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 216.569/223.488/235.120 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.254.15 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=73.291 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=92.885 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=72.025 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=86.599 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=86.418 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 72.025/82.243/92.885 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=c20d0ed335aa372d4a976ccb825ff0a69acfd1818190cb2f980981dd54998e8c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53049 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1897 Jul 6 16:15 /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=ae24d0482564ea55c6ec2c50d0d709a9cf983bb5bbd01569fc02a72c4b139603 --- head --- Backup: KEYMASK-before-vpn_test-20260706-161547 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.61.41/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.61.41/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:15:47+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=f8d9990df4deec456a522e7c32c375b1584666e3fa8df5bb32f7abbf4b6afa9f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.61.41 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=432.596 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=439.908 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=396.938 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=392.848 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=383.761 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 383.761/409.210/439.908 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.61.41 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=376.905 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=389.815 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=384.717 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=390.964 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=448.927 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 376.905/398.265/448.927 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=1ea3dae4bbdddd6e7da2e3623ca5a9e66afd0ccfab339aeae9fcac1f2d67dc19 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52478 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt -rw-r--r-- 1 root root 1927 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt sha256=f6b7d0342358799dd6f7432bb17b4d0f91b693097c6c9c993f85d6152ff7b8aa --- head --- Backup: KEYMASK-before-vpn_test-20260706-161606 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf Parsed: Address: 10.103.56.214/32 Endpoint: 107.172.187.100:39480 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.56.214/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:16:06+00:00' network.vpn_test.hmn_endpoint='107.172.187.100:39480' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.100' network.@amneziawg_vpn_test[0].endpoint_port='39480' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt sha256=23b5cb1cccde5530fa547b3ec480227b6d4842a27a704f370a055bdc927030a0 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.56.214 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=182.031 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=183.663 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=196.489 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=182.947 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=182.320 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 182.031/185.490/196.489 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.56.214 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=200.332 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=182.458 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=183.258 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=182.099 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 182.099/187.036/200.332 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt sha256=06498bf455abe615f6432886c5b04e61f6b8b935c4f6bc284eb04fc3def0676e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34025 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.100:39480 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt -rw-r--r-- 1 root root 1929 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.load.txt sha256=9f1eb5ad27210270bb020ce8a10257a13bdabdb015d668d960505a43adc3f364 --- head --- Backup: KEYMASK-before-vpn_test-20260706-161625 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf Parsed: Address: 10.104.58.109/32 Endpoint: 95.211.68.119:45176 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=43 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='43' network.vpn_test.awg_h1='424258794' network.vpn_test.awg_h2='1552734037' network.vpn_test.awg_h3='136716108' network.vpn_test.awg_h4='329527368' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.58.109/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:16:25+00:00' network.vpn_test.hmn_endpoint='95.211.68.119:45176' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='95.211.68.119' network.@amneziawg_vpn_test[0].endpoint_port='45176' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=8d3311913aa9ea4726e40fd3b1fc878892eccf7f760018850c67817fa58892a1 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.58.109 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=45.195 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=45.953 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=45.989 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=47.143 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=46.661 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 45.195/46.188/47.143 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.58.109 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=52.692 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=55.554 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=53.919 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=51.534 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=70.944 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.534/56.928/70.944 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=679b22fc3764a4b671579e3f997c499da9ac0e1e19f9c15f4f3d070be7008dc8 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55439 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 6 16:16 /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt sha256=9bf39261b150c6c487570bd48c020477003b8cd7f98cb0ab658a45cbc3eed430 --- head --- Backup: KEYMASK-before-vpn_test-20260706-161644 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf Parsed: Address: 10.107.43.173/32 Endpoint: 107.175.93.59:31095 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.43.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:16:44+00:00' network.vpn_test.hmn_endpoint='107.175.93.59:31095' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='107.175.93.59' network.@amneziawg_vpn_test[0].endpoint_port='31095' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt sha256=c58eae2cde14b94cc90b4e8d044250c78c955de907f4b57bf1bb45d42592e083 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.43.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=145.168 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=136.709 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=138.505 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=182.710 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=134.158 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 134.158/147.450/182.710 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.43.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=51 time=142.303 ms 64 bytes from 1.1.1.1: seq=1 ttl=51 time=140.087 ms 64 bytes from 1.1.1.1: seq=2 ttl=51 time=142.325 ms 64 bytes from 1.1.1.1: seq=3 ttl=51 time=142.571 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 140.087/141.821/142.571 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt sha256=e39777a43572f6a774b09d182cf1badab7a2dadad13e5292473ce4addbfcbd0b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 32962 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 107.175.93.59:31095 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.67 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt sha256=147d3561b57fb483327220561f26cde1acd57d3337968ed19d7316af3e703f17 --- head --- Backup: KEYMASK-before-vpn_test-20260706-161703 Loading config into vpn_test: KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf Parsed: Address: 10.107.108.112/32 Endpoint: 107.174.226.51:44839 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.108.112/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:17:03+00:00' network.vpn_test.hmn_endpoint='107.174.226.51:44839' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='107.174.226.51' network.@amneziawg_vpn_test[0].endpoint_port='44839' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt -rw-r--r-- 1 root root 1018 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt sha256=090335419c057b6ce238def056cbb7980e0ae79b7881cf9825f036000260dd5f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.108.112 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=166.702 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=166.816 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=212.174 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=166.020 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=165.680 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 165.680/175.478/212.174 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.108.112 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=167.576 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=184.696 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=165.299 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=179.856 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 165.299/174.356/184.696 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt sha256=f47de1e22ab4a771d365164543d733f3c4f42ea30befb63bd4bae91974b70c84 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42044 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 107.174.226.51:44839 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.78 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=98f8acfaeda0358f9edff6903a99538eb39db0ca5bdd592d4141211a4431283e --- head --- Backup: KEYMASK-before-vpn_test-20260706-161722 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.238.215/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.238.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:17:22+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=03884188042d62f08aa257476e80f53666f1c4583a953be670c36496ea695d1e --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.238.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.238.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=8ff77cdbe7637c583eea1e6f23871ee61f9d5fa1984a9d5411b15e3c7ce81721 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35230 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 6 16:17 /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=6d4b68f81b6ec14172e9bf08077d487f3464ed808667aed176baaf8403979ba7 --- head --- Backup: KEYMASK-before-vpn_test-20260706-161745 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.111.97/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.111.97/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:17:45+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=864d69901bc35865355c30bed731c05049a3ed724eba91ce4eed94dfe35f80eb --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.111.97 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=72.436 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=76.082 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=79.583 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=81.049 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=70.171 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 70.171/75.864/81.049 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.111.97 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=61.564 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=65.109 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=60.985 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=62.654 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=69.201 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 60.985/63.902/69.201 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=0d4d69f5147ff88b2292ed6507ec01ea9cfa5fc3d8f3baab232764a1e212a663 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57258 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1901 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=6fbb701b4e2c5a485fed540472ace82410226ded036f9598a42c5e06bb5daa98 --- head --- Backup: KEYMASK-before-vpn_test-20260706-161803 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.239.94/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.239.94/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:18:03+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=fda0ca561a76e7a5d953321d0943cc53305493b0e7240b41f08c55cfc5b7a513 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.239.94 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.239.94 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=44a4cfa6ec84bbf0bf467c5c4e21f39f0b43262bca393ef48ce129ae4670fe6a --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57376 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.80 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt -rw-r--r-- 1 root root 1919 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt sha256=cfe0103b026f2ee66bb03856e3d6da616fd3d39603a8fce4a000aa3acdb09c7b --- head --- Backup: KEYMASK-before-vpn_test-20260706-161825 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf Parsed: Address: 10.83.41.157/32 Endpoint: 185.14.97.234:37492 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.41.157/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:18:25+00:00' network.vpn_test.hmn_endpoint='185.14.97.234:37492' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.234' network.@amneziawg_vpn_test[0].endpoint_port='37492' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt sha256=b5d28861ba94605c706d05ec5d3fcc8c06b01d3ede19bb9ad912d525c438d907 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.41.157 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.41.157 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt sha256=965eed9aa4812e29b60b5683360d955eab2639072cb220f3774be04d3f756b6b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 32778 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.234:37492 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.85 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1921 Jul 6 16:18 /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=cad64346599ad6df90c4307824c95323fed627ac4ea82618a4d110eb40d38b3c --- head --- Backup: KEYMASK-before-vpn_test-20260706-161847 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.142/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.142/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:18:47+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=1a268e49ed843e7c00060e09cafdd7dc8e07101d117d2d74a831192692dd4788 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.142 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=197.252 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=169.981 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=125.355 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=124.812 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=213.873 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 124.812/166.254/213.873 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.142 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=171.589 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=127.792 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=215.363 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=158.176 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=123.705 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 123.705/159.325/215.363 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=2402ce86c16c84e1bc1fa6d88bb4c412d163b4bda14f5f039ae9877b68f63d79 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56971 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=cc90002156270fff29f3f5700fe007e423f2ba791e1172e782ef027f6d6e9637 --- head --- Backup: KEYMASK-before-vpn_test-20260706-161906 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.235.104/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.235.104/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:19:06+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1008 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=ac9ce76a647ca049c83cdb2b0f0e37d92a51bfd79f0256e67f584f5e023494b1 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.235.104 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=82.732 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=56.925 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=168.279 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=67.949 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 56.925/93.971/168.279 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.235.104 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=112.551 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=202.577 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=87.042 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=75.062 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=172.369 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 75.062/129.920/202.577 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=58c1b971abdb0df05f01cf9b6484438fdb69fc3e333fbadf6fd6860a80b32ed6 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57213 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=ec8091964f53c8892963caca5006a564ef3705bcabbe98425e3237a482137a3a --- head --- Backup: KEYMASK-before-vpn_test-20260706-161925 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.108.200/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.108.200/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:19:25+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=c260c9ec01bc6ecf930f456b5a847ffa81e5f56c005eaf75efbe942a2f0a44e7 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.108.200 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=50.630 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=131.497 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=49.424 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=48.751 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=62.745 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.751/68.609/131.497 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.108.200 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=66.928 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=66.028 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=48.685 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=69.690 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=48.690 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.685/60.004/69.690 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=e9bb94914bc0445a0b8b892009ad20d7fcd2bf82205a7d1aed2f2764b5ff8704 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45958 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 6 16:19 /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt sha256=c334e012a52f1627324eb2d1346b17af8e357c64d19391862b8e60f63ec27866 --- head --- Backup: KEYMASK-before-vpn_test-20260706-161943 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf Parsed: Address: 10.86.172.73/32 Endpoint: 89.46.232.39:40316 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.172.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:19:43+00:00' network.vpn_test.hmn_endpoint='89.46.232.39:40316' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.46.232.39' network.@amneziawg_vpn_test[0].endpoint_port='40316' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt sha256=658d9be88f15cb3815e7cf04a4b70429662a407f381240d6131e2229b9380c3b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.172.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.172.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt sha256=f9b9a88c8a706420082b9b52e2969edd29c53d0c4b38a4cc63746cd5d245766e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50886 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 89.46.232.39:40316 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.97 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=9edb15f4a4335172030016673654e50ea1642e8951cb0a9b926d18cb72d6c1db --- head --- Backup: KEYMASK-before-vpn_test-20260706-162005 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.170.125/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.170.125/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:20:05+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=cdc6ec7b0718668d43ffefe40234d5c5f38889e7b8117ccc06c7efafa1d157a5 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.170.125 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=28.855 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=29.446 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=30.325 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=46.144 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=30.233 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.855/33.000/46.144 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.170.125 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=28.854 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=29.945 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=36.165 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=28.473 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 28.473/30.859/36.165 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=e0ea10be99c6e3e6f96c24804e96c05a5253112ff06ca4b54ff8e2a1ce0d7155 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46917 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt sha256=c7d44efa6509c05a2cfd4288a160c614b6797a1926c273dc1c8242289cebb0a5 --- head --- Backup: KEYMASK-before-vpn_test-20260706-162025 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf Parsed: Address: 10.89.174.45/32 Endpoint: 194.71.126.45:32821 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:20:25+00:00' network.vpn_test.hmn_endpoint='194.71.126.45:32821' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='194.71.126.45' network.@amneziawg_vpn_test[0].endpoint_port='32821' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt sha256=ddb01a3c192d3310286491aa5344ced0020d9686bbaf5acfb3ab690095ed4760 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt sha256=d155ed7e58c8863b910b749ac0f1baca7adab2771f8b3136da4bdbfc97c1d614 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39584 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 194.71.126.45:32821 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.56 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 6 16:20 /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=4bc87827b9484ff4b13c02e6e0d28f7d854db6ebc34896bc66f77cddcd658779 --- head --- Backup: KEYMASK-before-vpn_test-20260706-162047 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.235.244/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.235.244/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:20:47+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1056 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=2fac1452139f379a01e03776de856be2c436f963e6b484dd48d7d17a878a559d --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.235.244 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=70.335 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=79.654 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=62.380 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=115.022 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=84.710 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 62.380/82.420/115.022 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.235.244 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=76.933 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=115.670 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=115.648 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=67.138 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=61.222 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 61.222/87.322/115.670 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=a0dbc17707994c49446c922e6e49beb551e70b7448bf65c5161e8f65674a4bae --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34055 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt sha256=b99247a51b854dd65f8c385432c794f6b32cec902a59b5db00fe216a452c2f56 --- head --- Backup: KEYMASK-before-vpn_test-20260706-162105 Loading config into vpn_test: KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf Parsed: Address: 10.91.43.12/32 Endpoint: 23.158.72.87:45460 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=143 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='143' network.vpn_test.awg_h1='1943142100' network.vpn_test.awg_h2='1154665998' network.vpn_test.awg_h3='1159227869' network.vpn_test.awg_h4='2081036883' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.43.12/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:21:05+00:00' network.vpn_test.hmn_endpoint='23.158.72.87:45460' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='23.158.72.87' network.@amneziawg_vpn_test[0].endpoint_port='45460' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt sha256=c5eaddf1dbafc2cd3fc06c55f2ee5d4a7ef578cd260499bc9faca72257751b4c --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.43.12 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=215.302 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=213.405 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=226.409 ms 64 bytes from 9.9.9.9: seq=3 ttl=58 time=214.113 ms 64 bytes from 9.9.9.9: seq=4 ttl=58 time=216.750 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 213.405/217.195/226.409 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.43.12 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=168.262 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=180.117 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=168.470 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=171.449 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=185.358 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.262/174.731/185.358 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt sha256=6fdb43538cb272ede44295440f9157378cf52218546e9bfe3fa16f4fe49d79ab --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37050 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 143 h1: 1943142100 h2: 1154665998 h3: 1159227869 h4: 2081036883 peer: KEYMASK endpoint: 23.158.72.87:45460 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=2d6482bb9032a0a1e8b5799443b2e30c87024fc053e8ea552d9c948d77a78568 --- head --- Backup: KEYMASK-before-vpn_test-20260706-162124 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.168.223/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.168.223/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:21:24+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=574b3f7e9bcaec87471d1d4935ae9e9b8c4ff720f6c648467e788af070cebc30 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.168.223 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=59.335 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=60.137 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=59.883 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=60.832 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=60.271 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.335/60.091/60.832 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.168.223 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=60.462 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=59.741 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=59.710 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=60.461 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=135.335 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.710/75.141/135.335 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=b7ada8f8700c59424fa960c0a8f8a0512d38e11b9a785a62d2a16aae4b91776c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54022 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 1933 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=d99cebb2c7cc66bca2c89006dffbbef99fd03e7c05bc63649f92fa61a70e38c3 --- head --- Backup: KEYMASK-before-vpn_test-20260706-162142 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.233.132/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.233.132/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:21:42+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=8c94bdc0445561d709a1a20ee56a25b8bd1d91b3e93e7af94331ad30d901f0c3 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.233.132 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=50.431 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=50.676 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=63.972 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=50.201 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=50.890 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.201/53.234/63.972 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.233.132 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=53.216 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=53.599 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=52.742 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=73.051 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=62.821 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 52.742/59.085/73.051 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:21 /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=933f70fb29b1824679cfe431cd2e03509263194b666290f2f06bf5575e5b7df6 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44855 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 1924 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=1ce882327f1911e010a0cc030609a5ab0251f08db3119d51a8d51ce4e94a8a2f --- head --- Backup: KEYMASK-before-vpn_test-20260706-162200 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.173.35/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.173.35/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:22:00+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=da2d69f99734b0bd62236b9a5988a1cfcbcb7e8f0de36b4163579e5186ca048d --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.173.35 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=74.319 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=68.486 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=70.465 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=67.785 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=107.129 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 67.785/77.636/107.129 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.173.35 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=79.247 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=96.426 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=74.099 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=71.260 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=85.130 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 71.260/81.232/96.426 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=885c07ea3787d8277e83cedfd771991cfd8411d790b76c0153fe61fc189012e8 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56119 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt -rw-r--r-- 1 root root 1926 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt sha256=75ae0de01d91a8712fa5cd626bda369f24479136cbce68dab55236d642b03a59 --- head --- Backup: KEYMASK-before-vpn_test-20260706-162219 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf Parsed: Address: 10.77.236.75/32 Endpoint: 109.248.198.4:37129 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=51 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='51' network.vpn_test.awg_h1='144970534' network.vpn_test.awg_h2='210374235' network.vpn_test.awg_h3='1100727461' network.vpn_test.awg_h4='1885204570' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.77.236.75/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:22:19+00:00' network.vpn_test.hmn_endpoint='109.248.198.4:37129' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='109.248.198.4' network.@amneziawg_vpn_test[0].endpoint_port='37129' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt sha256=a0e386f3ef25bcc18c7ec5dc49ca7a958e9abdf169ba7ff27c33baca56ba1971 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.77.236.75 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=193.002 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=189.771 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=188.586 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=188.129 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=191.963 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 188.129/190.290/193.002 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.77.236.75 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=107.261 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=112.464 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=105.191 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=107.049 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=107.218 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 105.191/107.836/112.464 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt sha256=29bad8282b78e48e8337c41b81c298c983fb16e5986bba21787a95276b457147 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 56443 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 51 h1: 144970534 h2: 210374235 h3: 1100727461 h4: 1885204570 peer: KEYMASK endpoint: 109.248.198.4:37129 allowed ips: 0.0.0.0/0 latest handshake: 11 seconds ago transfer: 1.34 KiB received, 2.30 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=a6bf4c908f64eb7fb014540d7dd4b6b63349146a56882ba129342d3086f9f38c --- head --- Backup: KEYMASK-before-vpn_test-20260706-162237 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.237.218/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.237.218/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:22:37+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=b657b0faf4bd7b1245e90dc68f12894d687a04c5ef3fa0b2e899f81ca4d4ee87 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.237.218 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=59.045 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=60.279 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=60.048 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=79.220 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=72.992 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.045/66.316/79.220 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.237.218 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=63.547 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=60.403 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=68.573 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=65.385 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=57.765 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.765/63.134/68.573 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=a127b78ff1c6ce9133761b36ba1b63cd847ed67b83718dd81ba644f0d66b39a1 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59980 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 1936 Jul 6 16:22 /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=63c3a27a167f394c722e540f1a26bc94dbb0f0c1ea785380f11cff89f26920e9 --- head --- Backup: KEYMASK-before-vpn_test-20260706-162255 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.47.73/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.47.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:22:55+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=c945e619b91769cdf47ce06be7078933b5401d8bf1c081b4422adbcf3b64dde4 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.47.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=271.886 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=357.338 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=275.845 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=270.527 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=268.598 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 268.598/288.838/357.338 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.47.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=233.212 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=234.564 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=233.930 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=232.949 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=235.529 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 232.949/234.036/235.529 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=bbbe549753837a3e17a3d7b8a786b551e85d1d9c6c3abe5e529465cd6b865994 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35007 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt sha256=eaefa318d25614e321566ff763778f5a12fc651e2e7b47d4ddcd6db4d6027b44 --- head --- Backup: KEYMASK-before-vpn_test-20260706-162314 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf Parsed: Address: 10.65.43.208/32 Endpoint: 89.40.104.201:36979 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.43.208/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:23:14+00:00' network.vpn_test.hmn_endpoint='89.40.104.201:36979' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.40.104.201' network.@amneziawg_vpn_test[0].endpoint_port='36979' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt sha256=6994f54909c11ff656615490413670ed00c9f420e3709aca5579ed95a0e00a25 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.43.208 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.43.208 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt sha256=fe4d8f28c06e01b2a7f3933dd5c8c4ac75564f11f5091b4dacdb6c0696f9b1e0 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47881 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 89.40.104.201:36979 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.42 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1903 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt sha256=04a76f07032a65cfb3a7406751aa41f01c923002e17173a76a3f3784449aa098 --- head --- Backup: KEYMASK-before-vpn_test-20260706-162336 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf Parsed: Address: 10.66.44.225/32 Endpoint: 77.67.8.84:43378 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=49 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='49' network.vpn_test.awg_h1='679240017' network.vpn_test.awg_h2='1624207748' network.vpn_test.awg_h3='139122664' network.vpn_test.awg_h4='1720133880' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.66.44.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:23:36+00:00' network.vpn_test.hmn_endpoint='77.67.8.84:43378' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='77.67.8.84' network.@amneziawg_vpn_test[0].endpoint_port='43378' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1062 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt sha256=075e48e153973d70327313064ba9f89c56415a0a09ef1bc1d2083a04de99bdf4 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.66.44.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=174.049 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=186.357 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=209.032 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=174.803 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=174.578 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 174.049/183.763/209.032 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.66.44.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=98.241 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=103.350 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=95.791 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=111.215 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=106.880 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 95.791/103.095/111.215 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt sha256=c620185aa2c2052e9459166642fafb8f5fae3c9f7dc928b210721ddc54adbb06 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55354 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 49 h1: 679240017 h2: 1624207748 h3: 139122664 h4: 1720133880 peer: KEYMASK endpoint: 77.67.8.84:43378 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 6 16:23 /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=f6f79b0e2614828b6afaecee6ea1f8593a0e24202b8fc50bdfd33ed3c8bedc64 --- head --- Backup: KEYMASK-before-vpn_test-20260706-162355 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.234.5/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.234.5/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-06T16:23:55+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 6 16:24 /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=735b11ebe4f60592b5683a8bedbf6e56a2194cbaaeb7dd6de067591a599099a1 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.234.5 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=122.562 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=121.017 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=119.706 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=123.658 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=121.326 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 119.706/121.653/123.658 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.234.5 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=179.677 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=174.540 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=172.560 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=175.311 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=192.853 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 172.560/178.988/192.853 ms ### HMN_FILE /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 6 16:24 /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=3e04d0659fcf64dd190efc612fcababd117c95f756b90b063ae68bad0e01d4a9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55249 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260706-161434/results.tsv -rw-r--r-- 1 root root 11395 Jul 6 16:24 /root/hmn/test-runs/20260706-161434/results.tsv sha256=207e9820c8312e8d787d6e21504d71f7e750dcdbd3514b9679bbf90c0ac89826 --- head --- status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 192.36.27.17:35500 transfer: 0 B received, 1.88 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.50 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 19 seconds ago transfer: 313.23 KiB received, 87.88 KiB sent 9.9.9.9:0%,1.1.1.1:0% 82.925 /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.79 KiB sent 9.9.9.9:0%,1.1.1.1:0% 223.488 /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:0% 409.210 /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_PING_LOSS 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 107.172.187.100:39480 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:20% 185.490 /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 46.188 /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_PING_LOSS 087-US-USA-New-York-S1-107.175.93.59-awg1.conf 107.175.93.59:31095 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:20% 147.450 /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt FAIL_PING_LOSS 088-US-USA-Dallas-107.174.226.51-awg1.conf 107.174.226.51:44839 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:20% 175.478 /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 75.864 /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.80 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 185.14.97.234:37492 transfer: 0 B received, 1.85 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 166.254 /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt FAIL_PING_LOSS 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:20%,1.1.1.1:0% 93.971 /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 68.609 /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 89.46.232.39:40316 transfer: 0 B received, 1.97 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:20% 33.000 /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 194.71.126.45:32821 transfer: 0 B received, 1.56 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 82.420 /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 217.195 /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 60.091 /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 53.234 /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 77.636 /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt OK 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 latest handshake: 11 seconds ago transfer: 1.34 KiB received, 2.30 KiB sent 9.9.9.9:0%,1.1.1.1:0% 190.290 /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 66.316 /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:0% 288.838 /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 89.40.104.201:36979 transfer: 0 B received, 1.42 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt OK 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 183.763 /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent 9.9.9.9:0%,1.1.1.1:0% 121.653 /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260706-161434/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt ### HMN_FILE /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:20 /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt -rw-r--r-- 1 root root 1922 Jul 7 04:20 /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt sha256=bf6cc7a1707f272d848ddf0c3805a157af6e17bac1be9b74b1f5926d4525aa4a --- head --- Backup: KEYMASK-before-vpn_test-20260707-042048 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf Parsed: Address: 10.119.249.139/32 Endpoint: 192.36.27.17:35500 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.249.139/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:20:48+00:00' network.vpn_test.hmn_endpoint='192.36.27.17:35500' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.36.27.17' network.@amneziawg_vpn_test[0].endpoint_port='35500' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt sha256=ede852c6dde15f9f249aecd0c4b2ed97b66ac4591869a4a512df4b6e0ab4599b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.249.139 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.249.139 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt sha256=4328a7b196c1dace375d98f666dad05497f2c6574b3053793547a031bd6ac034 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45322 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 192.36.27.17:35500 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.90 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 1918 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=e38061e7b5d4fe6bb3ece31a2621a1911112370f34fc524408b88635a8d0fa10 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042110 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.60.219/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.60.219/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:21:10+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=c779bde1b9033d9331fb286bae953c683f132db58571967146436df76fca5d0b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.60.219 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.60.219 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=9220f94e41fe638c4ce01b445ceb3c4c366294ddd1f96c54c464015b7cd46633 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 37369 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.60 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=587b105cd752cdf62a22218f0ca781eafae959526eb1193a17566f1904cb481b --- head --- Backup: KEYMASK-before-vpn_test-20260707-042132 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.187.205/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.187.205/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:21:32+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=e077a8ebef55027bc7d4a557bf1d438e9a8ca598e4124e92dd7953b8c8793764 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.187.205 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=58.414 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=59.583 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=61.436 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=59.403 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=66.279 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.414/61.023/66.279 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.187.205 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=61.016 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=58.110 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=59.059 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=58.553 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=59.565 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.110/59.260/61.016 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=474fe39aedd947f9bae7e56474a429e0793ceeb243b77996081f22a448d1e1bf --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51791 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 1925 Jul 7 04:21 /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=04d93c5ed3fcaeae3231de42ea16e69549389e3da7f1816d45f0961245c63263 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042151 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.254.15/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.254.15/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:21:51+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=3558c41dc470ffba91695b6d79975a2157e7a167f8e89f237cda4db734d27f06 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.254.15 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=220.250 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=220.105 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=221.559 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=223.734 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=220.668 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 220.105/221.263/223.734 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.254.15 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=76.731 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=74.374 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=76.845 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=74.666 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=97.484 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 74.374/80.020/97.484 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=6f5e4ddb20a460ae1bab023688cb6959f68f95474b62824a73d9192c66568f44 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60250 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1897 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=1c48b30f4f2ea5c4a5b781f60afa46e7f6019d0b9be6015d0a0c5afa4f1e00c3 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042209 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.61.41/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.61.41/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:22:09+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=3044eabbd2e85dbedb265733a456b4d58fec39b80ca7489005db71f77460327d --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.61.41 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=377.826 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=379.021 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=377.500 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=377.382 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=378.400 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 377.382/378.025/379.021 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.61.41 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=378.664 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=378.299 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=379.235 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=380.215 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=379.012 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 378.299/379.085/380.215 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=9df962e5bca57f92ecfa029672449c7e49885687528d29b2be22a17cadeefffd --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35601 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1934 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.load.txt sha256=bb6ed5065455111ba5278910f8701c5a71c91a3e38b8243dcafe54dfe6e19076 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042228 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf Parsed: Address: 10.102.248.214/32 Endpoint: 193.235.207.39:38330 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.214/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:22:28+00:00' network.vpn_test.hmn_endpoint='193.235.207.39:38330' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.39' network.@amneziawg_vpn_test[0].endpoint_port='38330' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 1003 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt sha256=1f31a8a6d5da6d8ea5d4932adc699f8e799fd88701f09d4d973694004a3701b2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.214 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=53 time=69.666 ms 64 bytes from 9.9.9.9: seq=1 ttl=53 time=69.200 ms 64 bytes from 9.9.9.9: seq=2 ttl=53 time=70.323 ms 64 bytes from 9.9.9.9: seq=3 ttl=53 time=71.869 ms 64 bytes from 9.9.9.9: seq=4 ttl=53 time=70.462 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 69.200/70.304/71.869 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.214 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=58.653 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=54.984 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=58.392 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=59.926 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 54.984/57.988/59.926 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt sha256=004cfd72f2c9380bcc81bc5868ebee0f79c841a7ab985c60b7176972a9f0abbd --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50444 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.39:38330 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt -rw-r--r-- 1 root root 1927 Jul 7 04:22 /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt sha256=e6f89e899d0e366b4fe982700f97298504c3e366e513c4318b26e3b2004505c8 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042247 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf Parsed: Address: 10.103.56.214/32 Endpoint: 107.172.187.100:39480 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.56.214/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:22:47+00:00' network.vpn_test.hmn_endpoint='107.172.187.100:39480' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.100' network.@amneziawg_vpn_test[0].endpoint_port='39480' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt sha256=17fda9d5fe02a63649f84c1c2308d6ca544d629a9abfbc321a967040cbce42a9 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.56.214 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=197.765 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=195.396 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=195.285 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=195.436 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=196.939 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 195.285/196.164/197.765 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.56.214 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=194.629 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=194.947 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=198.056 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=194.743 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 194.629/195.593/198.056 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt sha256=a79f06fd347a59a7c6a845ec4eb15a9c08b101e5a7419f10848b155c0803d1ba --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39516 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.100:39480 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.load.txt -rw-r--r-- 1 root root 1927 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.load.txt sha256=0960521ba2b42322db15f9e61a48d9c4f6126cf120743dd609a6c38e9360aa38 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042307 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf Parsed: Address: 10.103.120.171/32 Endpoint: 78.31.250.16:41729 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=132 S2=22 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='132' network.vpn_test.awg_s2='22' network.vpn_test.awg_h1='1314107157' network.vpn_test.awg_h2='894303025' network.vpn_test.awg_h3='687987321' network.vpn_test.awg_h4='1498765620' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.120.171/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:23:07+00:00' network.vpn_test.hmn_endpoint='78.31.250.16:41729' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='78.31.250.16' network.@amneziawg_vpn_test[0].endpoint_port='41729' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt sha256=a35eb01a6cc0cb5869e9fb03b5555133d947c1aecf566a436434b6af1cd7ca06 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.120.171 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=43.420 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=46.252 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=45.033 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=45.423 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=44.060 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 43.420/44.837/46.252 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.120.171 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=45.326 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=45.546 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=44.208 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=45.194 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=46.301 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 44.208/45.315/46.301 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt sha256=ec97c3ad3b9c1d009b1659028a9a44ef368f38570cf096d0d5d92a5bd59f3a0c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36889 jc: 3 jmin: 50 jmax: 100 s1: 132 s2: 22 h1: 1314107157 h2: 894303025 h3: 687987321 h4: 1498765620 peer: KEYMASK endpoint: 78.31.250.16:41729 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=613fdb139c062f2ae7197fd14b7d5182dcf2687f4d1a95ef70eaba3613fcc363 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042325 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.187.191/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.187.191/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:23:25+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=d440819bd5abaf9e403ec186ae0e0749f7b196fa30f91c6991fe29df796c15ab --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.187.191 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=52 time=84.608 ms 64 bytes from 9.9.9.9: seq=1 ttl=52 time=82.788 ms 64 bytes from 9.9.9.9: seq=2 ttl=52 time=84.422 ms 64 bytes from 9.9.9.9: seq=3 ttl=52 time=83.241 ms 64 bytes from 9.9.9.9: seq=4 ttl=52 time=82.763 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 82.763/83.564/84.608 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.187.191 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=83.354 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=83.781 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=85.157 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=83.985 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=83.308 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 83.308/83.917/85.157 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=a5ffa3f7b195e7115e6008f3528ccce50f058173c52dedea9ad69176c146ea31 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41143 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.45 KiB received, 1.64 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=6aabbe58a4af108875c529530ff1f63eda83f6651449323e909bbc67c3e9b143 --- head --- === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.104.58.109 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=44.706 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=44.352 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=46.384 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=49.000 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=45.965 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 44.352/46.081/49.000 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.104.58.109 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=52.670 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=50.854 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=53.738 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=53.037 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=53.157 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.854/52.691/53.738 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=9b96953a116da174d2f0bca8f662273dbf296777eaade2105d1e8b9872e711da --- head --- interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 49822 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 856.14 KiB received, 645.24 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 7 04:23 /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.load.txt sha256=51c18a1b5d63049580f4e79577f65521b5246a473adb870e59f8983a65fc7449 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042353 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf Parsed: Address: 10.104.120.117/32 Endpoint: 149.154.157.24:35090 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.120.117/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:23:53+00:00' network.vpn_test.hmn_endpoint='149.154.157.24:35090' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.24' network.@amneziawg_vpn_test[0].endpoint_port='35090' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt -rw-r--r-- 1 root root 1011 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt sha256=0b4bd1a81241e8f3c6f1d315ef032df0ea763694449c69a6864f11b2859838e8 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.120.117 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=351.681 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=229.149 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=231.045 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=231.339 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=230.247 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 229.149/254.692/351.681 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.120.117 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=67.242 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=67.241 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=66.778 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=66.965 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 66.778/67.056/67.242 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt sha256=a5e45aa5bb5b8a58e800ac942d9dfcc03cd6993710dff97ccd584dbbb662c5f0 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 60387 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.24:35090 allowed ips: 0.0.0.0/0 latest handshake: 18 seconds ago transfer: 1.21 KiB received, 1.69 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt sha256=3e28d449146c0664ca543042dbda8315d3d4d4ba64d9e0f23b41b646a6932907 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042413 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf Parsed: Address: 10.107.43.173/32 Endpoint: 107.175.93.59:31095 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.43.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:24:13+00:00' network.vpn_test.hmn_endpoint='107.175.93.59:31095' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='107.175.93.59' network.@amneziawg_vpn_test[0].endpoint_port='31095' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt sha256=26e56933d874ea5520f75223e83440f6d54011528c8d903e100076659f584c38 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.43.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=148.466 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=150.897 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=147.977 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=151.745 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=148.196 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 147.977/149.456/151.745 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.43.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=51 time=158.923 ms 64 bytes from 1.1.1.1: seq=1 ttl=51 time=155.699 ms 64 bytes from 1.1.1.1: seq=2 ttl=51 time=154.148 ms 64 bytes from 1.1.1.1: seq=3 ttl=51 time=153.936 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 153.936/155.676/158.923 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt sha256=82a3e2dc85075fa75f5ec47ea335d5016134f4f9d192a6aaaf53a27b3f467e0d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 36809 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 107.175.93.59:31095 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt sha256=8103ca18eaa7ae9bde3afcaf57c961935129931c5083869066191e9a4ac82195 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042432 Loading config into vpn_test: KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf Parsed: Address: 10.107.108.112/32 Endpoint: 107.174.226.51:44839 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.108.112/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:24:32+00:00' network.vpn_test.hmn_endpoint='107.174.226.51:44839' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='107.174.226.51' network.@amneziawg_vpn_test[0].endpoint_port='44839' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt -rw-r--r-- 1 root root 1018 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt sha256=fa45725e3c88e9c90c4fee784806ac2ab24ef61bd779111ea40b574b6cb2ff13 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.108.112 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=170.318 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=170.548 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=170.533 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=168.135 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=170.689 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.135/170.044/170.689 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.108.112 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=170.520 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=171.569 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=169.790 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=172.293 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 169.790/171.043/172.293 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt sha256=08d858c10a5c2b8d84302c9ca8a8b5a9b3bdd4db0e5370c9003de7d1f1e13858 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55855 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 107.174.226.51:44839 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 7 04:24 /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=1ed68249b2aaa1d3a1e9a296c5ac32bb66794b1d1d1322cb3ab7a6703740679f --- head --- Backup: KEYMASK-before-vpn_test-20260707-042451 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.238.215/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.238.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:24:51+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=03884188042d62f08aa257476e80f53666f1c4583a953be670c36496ea695d1e --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.238.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.238.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=9c2ef52df4f091df219b123805acbaa7688418ba091c74b7a24ce2180f1281db --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59584 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.67 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=44fad7066ec4546e55c28d1429c2e3629677b53a766491071b5fe3dffb359337 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042513 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.111.97/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.111.97/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:25:13+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=4e3f5f708a359f9827000093638d57c58e53634dfa6d6889479558fb0b169515 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.111.97 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=80.064 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=79.960 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=79.511 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=86.930 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=81.943 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 79.511/81.681/86.930 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.111.97 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=71.144 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=69.866 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=72.301 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=70.313 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=71.297 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 69.866/70.984/72.301 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=31547abb285b4b6ba4ebc1d19777a47bdfe560b71d99a393961a9df7786b2550 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50603 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1901 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=2b7954574422c7f2591575ac59f8e712f7b68a6b0fa2aeed028543e07ad070a4 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042532 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.239.94/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.239.94/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:25:32+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=fda0ca561a76e7a5d953321d0943cc53305493b0e7240b41f08c55cfc5b7a513 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.239.94 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.239.94 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=92f3017636206fe3c91ac7046513cbd805ff83cf8124dae4be822a03853bd603 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39669 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.79 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt -rw-r--r-- 1 root root 1919 Jul 7 04:25 /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt sha256=210bc7549ddcd785784ee754fef097ea04fa1dafa6fbc6ce354458af7853436a --- head --- Backup: KEYMASK-before-vpn_test-20260707-042554 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf Parsed: Address: 10.83.41.157/32 Endpoint: 185.14.97.234:37492 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.41.157/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:25:54+00:00' network.vpn_test.hmn_endpoint='185.14.97.234:37492' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.234' network.@amneziawg_vpn_test[0].endpoint_port='37492' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt sha256=b5d28861ba94605c706d05ec5d3fcc8c06b01d3ede19bb9ad912d525c438d907 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.41.157 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.41.157 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt sha256=4788ee1a9376ec270d19da3ba9164c23ab4971bf8668ed4464465b3393fcb3a1 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55365 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.234:37492 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.79 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1921 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=aca4449822bfda5e735769594cd05c6554aff7b04882bd9b79d13c0c03202d5d --- head --- Backup: KEYMASK-before-vpn_test-20260707-042616 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.142/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.142/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:26:16+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=feed7dd9c3a6643eb809489c95d400cf96d93055d78a87c95d5d36491670e6a5 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.142 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=124.643 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=125.451 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=125.554 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=126.077 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=128.678 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 124.643/126.080/128.678 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.142 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=122.662 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=124.509 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=123.210 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=122.616 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=123.656 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 122.616/123.330/124.509 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=135b37e9dcaca3e1081228af5a296a8e81f016b09c05759c784b629fbb61440b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 45492 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=8b32676dd7d6377c67c028d12eeb1a79018c6703862f6cd50fec5e89e45f92b3 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042634 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.235.104/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.235.104/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:26:34+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=1321a876ce7e89e608e05f2eb4a7d53512e7dc2ad078d7655752276bb72ed5fe --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.235.104 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=32.837 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=30.906 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=29.641 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=31.576 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=28.764 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 28.764/30.744/32.837 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.235.104 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=26.195 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=26.463 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=25.830 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=33.152 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=28.989 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 25.830/28.125/33.152 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=da221428c340b982f05ea14cab61cd2100e718f60e127a55cdaf4ec61ddd4ee6 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51865 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 7 04:26 /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=5cac734d668135629b30e2b5261b1a8bd0cbec44def610cfcc8a82aaa4f2e245 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042653 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.108.200/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.108.200/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:26:53+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=c656a7fb2ae7ed04cf676a6b426a34de7a33f57f030190becddfb5cd0aee72d5 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.108.200 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=46.159 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=43.533 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=45.106 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=43.487 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=46.159 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 43.487/44.888/46.159 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.108.200 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=43.752 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=45.030 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=45.407 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=45.324 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=44.858 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 43.752/44.874/45.407 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=f028a139fecab9b5dda812f3a205cdc5a4208953061d329a564cbdc24da07cba --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57771 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt sha256=5432b3a7039e4103481783f275a7baf1d11272cd9f072a31376d16c6c04e666f --- head --- Backup: KEYMASK-before-vpn_test-20260707-042711 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf Parsed: Address: 10.86.172.73/32 Endpoint: 89.46.232.39:40316 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.172.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:27:11+00:00' network.vpn_test.hmn_endpoint='89.46.232.39:40316' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='89.46.232.39' network.@amneziawg_vpn_test[0].endpoint_port='40316' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt sha256=658d9be88f15cb3815e7cf04a4b70429662a407f381240d6131e2229b9380c3b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.172.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.172.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt sha256=6392aefe98736482bf93ffbd12c4a53b9f7223471342b87593ab0c3c26054e54 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46189 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 89.46.232.39:40316 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.91 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=8204fdff5e2fbf5847e278639e48cfcf7625d50ea54bdc9d3daf4fe01d0f2280 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042733 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.170.125/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.170.125/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:27:33+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=71fe6fd63d13713ec35e97134e84b7312d0dd0f940a1e8ccd6295e88fa06e271 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.170.125 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=33.511 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=33.721 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=32.473 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=32.941 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=33.373 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 32.473/33.203/33.721 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.170.125 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=34.771 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=34.121 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=34.277 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=33.880 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 33.880/34.262/34.771 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=514f15ccfeb0030a9d6c181880b26f4ec1549f3a9e5f0fbfe83264269aa623df --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35244 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.73 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 7 04:27 /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt sha256=b1917b0a8f075f9593d34d5f0fd61c80fe5124a34677467d2ab3aecd84d9b4f3 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042752 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf Parsed: Address: 10.89.174.45/32 Endpoint: 194.71.126.45:32821 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:27:52+00:00' network.vpn_test.hmn_endpoint='194.71.126.45:32821' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='194.71.126.45' network.@amneziawg_vpn_test[0].endpoint_port='32821' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt sha256=ddb01a3c192d3310286491aa5344ced0020d9686bbaf5acfb3ab690095ed4760 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt sha256=2c23c23832f6aef307f901b6d7fb5925f5a7f02ff0902e13782a6d64efd81d4a --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55501 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 194.71.126.45:32821 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.54 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=df682d1e45f045f60e1f04779d8fc16685b123aa52cb9606c278ef3abccca0d4 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042814 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.235.244/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.235.244/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:28:14+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=fe2ad753e43a557e4442ad5d15d641815a55ec6230135dee0f1bfad1bce8a003 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.235.244 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=56.346 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=57.439 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=54.576 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=63.415 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=58.853 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.576/58.125/63.415 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.235.244 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=60.613 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=61.968 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=55.567 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=55.186 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=57.141 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 55.186/58.095/61.968 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=c26f894017812802a6da2182f8c3440f95a027e0974b79d3d7896e1fd1151c3d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42329 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt sha256=ab58e8964868a1f3467d6e0c62fdc2ea832465219d71481712fa50e6dadb5199 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042833 Loading config into vpn_test: KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf Parsed: Address: 10.91.43.12/32 Endpoint: 23.158.72.87:45460 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=143 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='143' network.vpn_test.awg_h1='1943142100' network.vpn_test.awg_h2='1154665998' network.vpn_test.awg_h3='1159227869' network.vpn_test.awg_h4='2081036883' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.43.12/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:28:33+00:00' network.vpn_test.hmn_endpoint='23.158.72.87:45460' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='23.158.72.87' network.@amneziawg_vpn_test[0].endpoint_port='45460' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt sha256=3601640804edc49408a62d56e7c297a35294c585b3669a75053cf5306516d990 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.43.12 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=179.426 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=180.126 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=179.819 ms 64 bytes from 9.9.9.9: seq=3 ttl=58 time=179.433 ms 64 bytes from 9.9.9.9: seq=4 ttl=58 time=180.561 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 179.426/179.873/180.561 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.43.12 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=167.500 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=169.737 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=167.914 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=168.389 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=166.619 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 166.619/168.031/169.737 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt sha256=96a63387e35a4b42449bd3b2ee96b66e39007db3d6a21aad179790f141bbfb0a --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40065 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 143 h1: 1943142100 h2: 1154665998 h3: 1159227869 h4: 2081036883 peer: KEYMASK endpoint: 23.158.72.87:45460 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 7 04:28 /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=7db422b08a8dda06a24beb7bc5a534dd4fb97062ca52b459fba76c4c93906151 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042851 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.168.223/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.168.223/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:28:51+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=61b326fa107c5d9c927f98fc4b4367c5a1a0bf51f7a1c0605ed96d3d688d400a --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.168.223 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=57.238 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=59.750 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=57.360 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=61.513 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=56.851 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.851/58.542/61.513 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.168.223 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=54.940 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=55.667 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=57.020 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=55.823 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=59.437 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.940/56.577/59.437 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=2e44dd5d18b8eccd6d32aa48c913af1fe03a3c4470a80fc7e0852c904755922a --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59478 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 1933 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=7d28d2205c4a339d59dec14a2a50c2246b475b97e15aae235027acd054bb0816 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042909 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.233.132/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.233.132/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:29:09+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=f2a665494376c4605808dbeec244cfd9f0bbaa6d8f90e11e91e11f8acf20e499 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.233.132 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=51.945 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=48.599 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=49.427 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=51.140 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=51.333 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 48.599/50.488/51.945 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.233.132 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=53.106 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=53.239 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=52.099 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=54.853 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=51.527 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 51.527/52.964/54.853 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=1e209e80595322b5b9358594dd497970da81fae1dad167c94f94dcdf8014bdf8 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46203 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 1924 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=178e3f6e6d9ff06498ca7cd38f0deca754f9a353d175062fc93d9442616ba9c5 --- head --- Backup: KEYMASK-before-vpn_test-20260707-042928 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.173.35/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.173.35/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:29:28+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=38c91a33ccf25485c620b70be45414a24d00503a56709ddddc727de97bb18e36 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.173.35 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=94.333 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=65.492 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=66.157 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=65.949 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=67.634 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.492/71.913/94.333 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.173.35 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=66.901 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=65.674 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=65.962 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=67.664 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=67.779 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.674/66.796/67.779 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=6fd1bf46db962fb1b16cf8a2fe4c12e59f875cac82b157b95b0ffafbb826b28c --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 53488 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt -rw-r--r-- 1 root root 1926 Jul 7 04:29 /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt sha256=aea46521895a251257ff18becdcd1f086487baa7b8c8082c9f74fe8ea2c0ab2f --- head --- Backup: KEYMASK-before-vpn_test-20260707-042946 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf Parsed: Address: 10.77.236.75/32 Endpoint: 109.248.198.4:37129 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=51 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='51' network.vpn_test.awg_h1='144970534' network.vpn_test.awg_h2='210374235' network.vpn_test.awg_h3='1100727461' network.vpn_test.awg_h4='1885204570' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.77.236.75/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:29:46+00:00' network.vpn_test.hmn_endpoint='109.248.198.4:37129' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='109.248.198.4' network.@amneziawg_vpn_test[0].endpoint_port='37129' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt sha256=742a8a2302ae6528f46559905095e62ff23b8e254aeeec0d456f5f119bbd490e --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.77.236.75 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=168.037 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=170.371 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=168.856 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=172.273 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=169.228 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 168.037/169.753/172.273 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.77.236.75 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=86.983 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=89.032 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=89.766 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=87.299 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=88.807 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 86.983/88.377/89.766 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt sha256=69878ba9e67ab28be082a38e8133ad1925134294288fd2bd4d3b2a00179c8582 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43442 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 51 h1: 144970534 h2: 210374235 h3: 1100727461 h4: 1885204570 peer: KEYMASK endpoint: 109.248.198.4:37129 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=49e3aa0702c13e710628f5f3a49df5bef530ffffaae3bb31ddba07e2b76655bf --- head --- Backup: KEYMASK-before-vpn_test-20260707-043004 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.237.218/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.237.218/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:30:04+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=0be11c0b3b5d7f43b6c68cfb7eb697a7f0d28721f8e7c04161c717acf53901d3 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.237.218 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=68.329 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=68.238 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=68.809 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=69.754 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=63.164 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.164/67.658/69.754 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.237.218 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=64.302 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=68.337 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=67.474 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=66.326 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=64.784 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 64.302/66.244/68.337 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=2b526df7aea6fcc436ecd037608ea3fcdbe52b59e2f63898b6027a8973eafd70 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34053 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 1936 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=5a84ac0282e51bac159cefd4836c178e041c32a326c92b6642eb14f645cf3c43 --- head --- Backup: KEYMASK-before-vpn_test-20260707-043023 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.47.73/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.47.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:30:23+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=7c98d1715e7aea19c552d1603744d03fe2e56ac28cc531332e05d11af82e97ac --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.47.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=265.267 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=265.328 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=267.037 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=266.208 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=266.971 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 265.267/266.162/267.037 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.47.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=229.346 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=229.135 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=230.812 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=230.888 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=230.622 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 229.135/230.160/230.888 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=14462ac483f3a3693225300cf9f479b15c91ccfececad8f5f55540171d63aeab --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 39572 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 7 04:30 /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt sha256=0125ff5b3bf383c61ad201615422a5e9116f88084acabeee62253de29ac591c7 --- head --- Backup: KEYMASK-before-vpn_test-20260707-043041 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf Parsed: Address: 10.65.43.208/32 Endpoint: 89.40.104.201:36979 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.43.208/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:30:41+00:00' network.vpn_test.hmn_endpoint='89.40.104.201:36979' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='89.40.104.201' network.@amneziawg_vpn_test[0].endpoint_port='36979' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt sha256=6994f54909c11ff656615490413670ed00c9f420e3709aca5579ed95a0e00a25 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.43.208 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.43.208 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt sha256=9f146d49ff1b28ac8c0678eb9d7c333059dd1b0f06409ca2e6e7bb2cf2089174 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58181 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 89.40.104.201:36979 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.55 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1903 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt sha256=8ad80da4d95ce96eb54ad293913dc1e8d8e48659e1f8dd059fac504389ede39d --- head --- Backup: KEYMASK-before-vpn_test-20260707-043103 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf Parsed: Address: 10.66.44.225/32 Endpoint: 77.67.8.84:43378 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=49 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='49' network.vpn_test.awg_h1='679240017' network.vpn_test.awg_h2='1624207748' network.vpn_test.awg_h3='139122664' network.vpn_test.awg_h4='1720133880' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.66.44.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:31:03+00:00' network.vpn_test.hmn_endpoint='77.67.8.84:43378' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='77.67.8.84' network.@amneziawg_vpn_test[0].endpoint_port='43378' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt sha256=5f9238783191b503f3fde4368d7000d0cf9347b86c0ea2445002080d863faa98 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.66.44.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=168.571 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=169.548 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=167.326 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=169.601 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=169.536 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 167.326/168.916/169.601 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.66.44.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=93.207 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=92.432 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=90.661 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=90.553 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=90.176 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 90.176/91.405/93.207 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt sha256=bf0355cb30a127b9d34c5fe7d817b88a733d29d7d40f351d22275f8cfa91bbf5 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47684 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 49 h1: 679240017 h2: 1624207748 h3: 139122664 h4: 1720133880 peer: KEYMASK endpoint: 77.67.8.84:43378 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=8121d61fc1b6d60e6c66e9556aa5914338cd8fa9f62ed628999c7d7b62810eff --- head --- Backup: KEYMASK-before-vpn_test-20260707-043122 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.234.5/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.234.5/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-07T04:31:22+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=9904e352f53bb2854669ce75961e6bcc203991bd3977b87952db15c10b9c832a --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.234.5 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=109.642 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=106.179 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=105.176 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=104.115 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=332.194 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 104.115/151.461/332.194 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.234.5 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=292.951 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=158.283 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=157.837 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=159.421 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=156.779 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 156.779/185.054/292.951 ms ### HMN_FILE /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=9bf2569d2c05d26e93b0fb24f6a6d7e3091a7bb72e23e1830e247eef16754a44 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 32772 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260707-042048/results.tsv -rw-r--r-- 1 root root 12954 Jul 7 04:31 /root/hmn/test-runs/20260707-042048/results.tsv sha256=8b4902cada5dd36d59b9cdf7b05a734419c622da4bc47cdd151a2d327b27e0ed --- head --- status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 192.36.27.17:35500 transfer: 0 B received, 1.90 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.60 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 61.023 /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent 9.9.9.9:0%,1.1.1.1:0% 221.263 /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 378.025 /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_PING_LOSS 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 193.235.207.39:38330 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:20% 70.304 /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt FAIL_PING_LOSS 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 107.172.187.100:39480 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:20% 196.164 /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt OK 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:0% 44.837 /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.45 KiB received, 1.64 KiB sent 9.9.9.9:0%,1.1.1.1:0% 83.564 /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 17 seconds ago transfer: 856.14 KiB received, 645.24 KiB sent 9.9.9.9:0%,1.1.1.1:0% 46.081 /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_PING_LOSS 076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 149.154.157.24:35090 latest handshake: 18 seconds ago transfer: 1.21 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:20% 254.692 /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt FAIL_PING_LOSS 087-US-USA-New-York-S1-107.175.93.59-awg1.conf 107.175.93.59:31095 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:20% 149.456 /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt FAIL_PING_LOSS 088-US-USA-Dallas-107.174.226.51-awg1.conf 107.174.226.51:44839 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:20% 170.044 /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.67 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 81.681 /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.79 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 185.14.97.234:37492 transfer: 0 B received, 1.79 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 126.080 /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 30.744 /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 44.888 /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 89.46.232.39:40316 transfer: 0 B received, 1.91 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.73 KiB sent 9.9.9.9:0%,1.1.1.1:20% 33.203 /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 194.71.126.45:32821 transfer: 0 B received, 1.54 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.67 KiB sent 9.9.9.9:0%,1.1.1.1:0% 58.125 /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 179.873 /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 58.542 /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.488 /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 71.913 /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt OK 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 169.753 /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 67.658 /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 266.162 /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 89.40.104.201:36979 transfer: 0 B received, 1.55 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt OK 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 168.916 /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent 9.9.9.9:0%,1.1.1.1:0% 151.461 /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260707-042048/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt ### HMN_FILE /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:20 /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt -rw-r--r-- 1 root root 1922 Jul 8 04:20 /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.load.txt sha256=75dd9ca8afbc9f673e0f75f7857a7303f7763d114a2507a06c77d46b0be0d064 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042045 Loading config into vpn_test: KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf Parsed: Address: 10.119.249.139/32 Endpoint: 192.36.27.17:35500 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=135 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='135' network.vpn_test.awg_h1='1422669011' network.vpn_test.awg_h2='543679791' network.vpn_test.awg_h3='382041125' network.vpn_test.awg_h4='953428777' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.119.249.139/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:20:45+00:00' network.vpn_test.hmn_endpoint='192.36.27.17:35500' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='192.36.27.17' network.@amneziawg_vpn_test[0].endpoint_port='35500' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt sha256=ede852c6dde15f9f249aecd0c4b2ed97b66ac4591869a4a512df4b6e0ab4599b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.119.249.139 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.119.249.139 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt sha256=3ae787b81c6ba75e17023ef0adb6fed3b678b13bf1f3b651497f29d80928388d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 42741 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 135 h1: 1422669011 h2: 543679791 h3: 382041125 h4: 953428777 peer: KEYMASK endpoint: 192.36.27.17:35500 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.94 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt -rw-r--r-- 1 root root 1918 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.load.txt sha256=9fc43acc73731f09f0e578c7f33153a7c3d189e6587661a251204a806b11f2f2 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042107 Loading config into vpn_test: KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf Parsed: Address: 10.112.60.219/32 Endpoint: 38.244.192.244:45389 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=30 S2=131 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='30' network.vpn_test.awg_s2='131' network.vpn_test.awg_h1='1837495102' network.vpn_test.awg_h2='940542036' network.vpn_test.awg_h3='1582281868' network.vpn_test.awg_h4='1143305597' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.112.60.219/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:21:07+00:00' network.vpn_test.hmn_endpoint='38.244.192.244:45389' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='38.244.192.244' network.@amneziawg_vpn_test[0].endpoint_port='45389' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt sha256=c779bde1b9033d9331fb286bae953c683f132db58571967146436df76fca5d0b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.112.60.219 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.112.60.219 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt sha256=c8e638ebf84e92f34ec20897720e99a2a54b7fcd0b618844c9e618ddef9c8e73 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58535 jc: 3 jmin: 50 jmax: 100 s1: 30 s2: 131 h1: 1837495102 h2: 940542036 h3: 1582281868 h4: 1143305597 peer: KEYMASK endpoint: 38.244.192.244:45389 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.64 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.load.txt sha256=e0a38272b5fb8bfca489ea7e68771c26658be948ba3f1bfd506f6e32aafd0698 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042129 Loading config into vpn_test: KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf Parsed: Address: 10.97.187.205/32 Endpoint: 157.173.27.69:41797 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=41 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='41' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='794003863' network.vpn_test.awg_h2='1904928317' network.vpn_test.awg_h3='51857443' network.vpn_test.awg_h4='1575935704' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.97.187.205/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:21:29+00:00' network.vpn_test.hmn_endpoint='157.173.27.69:41797' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='157.173.27.69' network.@amneziawg_vpn_test[0].endpoint_port='41797' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt sha256=e76aa13980ce2bdf237a021fd9194d87f230a15da5f2f0ba5066bb5c376b2418 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.97.187.205 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=57.378 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=57.156 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=57.193 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=57.323 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=57.447 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.156/57.299/57.447 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.97.187.205 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=61 time=57.549 ms 64 bytes from 1.1.1.1: seq=1 ttl=61 time=57.748 ms 64 bytes from 1.1.1.1: seq=2 ttl=61 time=57.701 ms 64 bytes from 1.1.1.1: seq=3 ttl=61 time=57.912 ms 64 bytes from 1.1.1.1: seq=4 ttl=61 time=57.521 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 57.521/57.686/57.912 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt sha256=236dff1d9f1f7c7dd8f46d8e77e76e249af5edeac19e6f9193b1cafb1eb3eec3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 51687 jc: 3 jmin: 50 jmax: 100 s1: 41 s2: 126 h1: 794003863 h2: 1904928317 h3: 51857443 h4: 1575935704 peer: KEYMASK endpoint: 157.173.27.69:41797 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.load.txt -rw-r--r-- 1 root root 1919 Jul 8 04:21 /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.load.txt sha256=1585fca05a99804f10a964b48c126edfb2792c0817d64afef1f12572ad620729 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042147 Loading config into vpn_test: KEYMASK-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf Parsed: Address: 10.98.185.144/32 Endpoint: 192.71.247.18:35999 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=50 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='50' network.vpn_test.awg_h1='210752714' network.vpn_test.awg_h2='1301278135' network.vpn_test.awg_h3='1533848134' network.vpn_test.awg_h4='1470285624' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.98.185.144/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:21:47+00:00' network.vpn_test.hmn_endpoint='192.71.247.18:35999' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='192.71.247.18' network.@amneziawg_vpn_test[0].endpoint_port='35999' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.ping.txt -rw-r--r-- 1 root root 447 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.ping.txt sha256=6c941d6fc9aaacf12e5762a594749b235c2cfe453385ec05db37e8992fec83a1 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.98.185.144 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.98.185.144 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.show-after-ping.txt sha256=be68add97b21d3b24761675332c3747201c36f20a1548f69cae195b6dbfb8355 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 34458 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 50 h1: 210752714 h2: 1301278135 h3: 1533848134 h4: 1470285624 peer: KEYMASK endpoint: 192.71.247.18:35999 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.59 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt -rw-r--r-- 1 root root 1925 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.load.txt sha256=756698b588d5bd121d21fc4262a711959b3f9e6f49f6fab774175c2cc600feb0 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042209 Loading config into vpn_test: KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf Parsed: Address: 10.100.254.15/32 Endpoint: 194.71.227.212:32583 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=141 S2=53 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='141' network.vpn_test.awg_s2='53' network.vpn_test.awg_h1='1638832857' network.vpn_test.awg_h2='1004821648' network.vpn_test.awg_h3='709990392' network.vpn_test.awg_h4='498414923' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.100.254.15/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:22:09+00:00' network.vpn_test.hmn_endpoint='194.71.227.212:32583' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='194.71.227.212' network.@amneziawg_vpn_test[0].endpoint_port='32583' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt -rw-r--r-- 1 root root 1059 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt sha256=8626bf59ebbba5a2f6f80d8ac8399b2386706c46500af5330519d8f20dfedf2c --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.100.254.15 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=218.941 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=218.926 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=219.113 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=219.066 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=218.998 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 218.926/219.008/219.113 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.100.254.15 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=73.620 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=73.594 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=73.521 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=73.751 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=73.854 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 73.521/73.668/73.854 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt sha256=8baf588d81ab4769b65a0c6fd77915be23382445d4d9121c233fec987458e7a3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47441 jc: 3 jmin: 50 jmax: 100 s1: 141 s2: 53 h1: 1638832857 h2: 1004821648 h3: 709990392 h4: 498414923 peer: KEYMASK endpoint: 194.71.227.212:32583 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1897 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.load.txt sha256=af10de3990b4e316a95c4a9e524e4d218a3d0d71ca8ab34b169b1665d95818a4 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042228 Loading config into vpn_test: KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf Parsed: Address: 10.101.61.41/32 Endpoint: 38.7.197.83:38465 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=61 S2=136 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='61' network.vpn_test.awg_s2='136' network.vpn_test.awg_h1='1795991743' network.vpn_test.awg_h2='307629285' network.vpn_test.awg_h3='522608605' network.vpn_test.awg_h4='127610214' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.101.61.41/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:22:28+00:00' network.vpn_test.hmn_endpoint='38.7.197.83:38465' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='38.7.197.83' network.@amneziawg_vpn_test[0].endpoint_port='38465' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt sha256=2665a2623343e2ad0b71e0636a8a85204bcc51c0d434b50317b969fdaeb22080 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.101.61.41 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=247.569 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=248.383 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=247.678 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=247.161 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=247.456 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 247.161/247.649/248.383 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.101.61.41 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=247.504 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=247.791 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=247.585 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=247.680 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=247.617 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 247.504/247.635/247.791 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt sha256=fc27996c8fe08ca7aeecd0bbeb2dabb192c9cb04de4825c3f5850f0f8efe5ab0 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 50754 jc: 3 jmin: 50 jmax: 100 s1: 61 s2: 136 h1: 1795991743 h2: 307629285 h3: 522608605 h4: 127610214 peer: KEYMASK endpoint: 38.7.197.83:38465 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1934 Jul 8 04:22 /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.load.txt sha256=35381b8a78c3b0be95b3c2476104eaf069dae34ca2070ea9e2ff29519d8b1c7d --- head --- Backup: KEYMASK-before-vpn_test-20260708-042246 Loading config into vpn_test: KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf Parsed: Address: 10.102.248.214/32 Endpoint: 193.235.207.39:38330 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=16 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='16' network.vpn_test.awg_h1='252047467' network.vpn_test.awg_h2='456418039' network.vpn_test.awg_h3='1815241126' network.vpn_test.awg_h4='377746471' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.102.248.214/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:22:46+00:00' network.vpn_test.hmn_endpoint='193.235.207.39:38330' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='193.235.207.39' network.@amneziawg_vpn_test[0].endpoint_port='38330' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 1003 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt sha256=4f3e326b63de3ac42de93083c11abe88932e9369745a3ef3e6b2acb10a0db111 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.102.248.214 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=53 time=66.910 ms 64 bytes from 9.9.9.9: seq=1 ttl=53 time=66.716 ms 64 bytes from 9.9.9.9: seq=2 ttl=53 time=66.854 ms 64 bytes from 9.9.9.9: seq=3 ttl=53 time=66.780 ms 64 bytes from 9.9.9.9: seq=4 ttl=53 time=67.197 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 66.716/66.891/67.197 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.102.248.214 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=55.039 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=54.848 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=55.032 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=55.236 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 54.848/55.038/55.236 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt sha256=6bbaeea24f0fc7160f33f72c37a2f1587a4711d9f1b44efaa68b79b43cf1dd1d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52590 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 16 h1: 252047467 h2: 456418039 h3: 1815241126 h4: 377746471 peer: KEYMASK endpoint: 193.235.207.39:38330 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt -rw-r--r-- 1 root root 1927 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.load.txt sha256=ddefa7c8f2b79e59a0f4417179049d54c59412e0cc6973524bc9e461dcc0eaaf --- head --- Backup: KEYMASK-before-vpn_test-20260708-042306 Loading config into vpn_test: KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf Parsed: Address: 10.103.56.214/32 Endpoint: 107.172.187.100:39480 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=90 S2=37 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='90' network.vpn_test.awg_s2='37' network.vpn_test.awg_h1='822986125' network.vpn_test.awg_h2='1999522532' network.vpn_test.awg_h3='1189897438' network.vpn_test.awg_h4='1647357381' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.56.214/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:23:06+00:00' network.vpn_test.hmn_endpoint='107.172.187.100:39480' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='107.172.187.100' network.@amneziawg_vpn_test[0].endpoint_port='39480' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt sha256=a0b5404dbb5a89d588d3466a243278b6002019f3604d3a7d47d7129b1e431e19 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.56.214 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=193.194 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=193.267 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=192.847 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=193.001 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=193.117 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 192.847/193.085/193.267 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.56.214 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=193.103 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=193.322 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=192.799 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=193.096 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 192.799/193.080/193.322 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt sha256=799628b50bfe5f47325c7e87547981fd3ad198fb05aadb829f72f6b9f8ec96e0 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44790 jc: 3 jmin: 50 jmax: 100 s1: 90 s2: 37 h1: 822986125 h2: 1999522532 h3: 1189897438 h4: 1647357381 peer: KEYMASK endpoint: 107.172.187.100:39480 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.load.txt -rw-r--r-- 1 root root 1927 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.load.txt sha256=0fe4756b85fb60534523e5b7905907377468fa3125bbd6f61e378f6ab41d9ea5 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042325 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf Parsed: Address: 10.103.120.171/32 Endpoint: 78.31.250.16:41729 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=132 S2=22 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='132' network.vpn_test.awg_s2='22' network.vpn_test.awg_h1='1314107157' network.vpn_test.awg_h2='894303025' network.vpn_test.awg_h3='687987321' network.vpn_test.awg_h4='1498765620' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.120.171/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:23:25+00:00' network.vpn_test.hmn_endpoint='78.31.250.16:41729' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='78.31.250.16' network.@amneziawg_vpn_test[0].endpoint_port='41729' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt sha256=8490e18f1f36c31bc451ad7577812cd3c6d7742430a90ccd4bd69612fccceca9 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.120.171 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=46.387 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=46.262 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=46.257 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=46.477 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=46.522 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 46.257/46.381/46.522 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.120.171 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=46.435 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=46.386 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=46.273 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=46.542 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=46.523 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 46.273/46.431/46.542 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt sha256=a08585783eb33770771358c8118595e7c0ba1301d67877dc2b3060661473a4ae --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55995 jc: 3 jmin: 50 jmax: 100 s1: 132 s2: 22 h1: 1314107157 h2: 894303025 h3: 687987321 h4: 1498765620 peer: KEYMASK endpoint: 78.31.250.16:41729 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.load.txt sha256=a568612f87893a18439575755d9bd2491290fa7a68b68e86a0cc1464307cdabe --- head --- Backup: KEYMASK-before-vpn_test-20260708-042343 Loading config into vpn_test: KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf Parsed: Address: 10.103.187.191/32 Endpoint: 84.32.230.159:43808 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=52 S2=88 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='52' network.vpn_test.awg_s2='88' network.vpn_test.awg_h1='247439890' network.vpn_test.awg_h2='1157952265' network.vpn_test.awg_h3='469264248' network.vpn_test.awg_h4='95652034' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.103.187.191/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:23:43+00:00' network.vpn_test.hmn_endpoint='84.32.230.159:43808' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='84.32.230.159' network.@amneziawg_vpn_test[0].endpoint_port='43808' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt sha256=4519936c1d839e49f8d8035e1d4a804b1fa23fc942e33e358dbc4c15cc1a9666 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.103.187.191 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=52 time=75.289 ms 64 bytes from 9.9.9.9: seq=1 ttl=52 time=75.455 ms 64 bytes from 9.9.9.9: seq=2 ttl=52 time=75.067 ms 64 bytes from 9.9.9.9: seq=3 ttl=52 time=75.185 ms 64 bytes from 9.9.9.9: seq=4 ttl=52 time=75.365 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 75.067/75.272/75.455 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.103.187.191 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=49 time=76.687 ms 64 bytes from 1.1.1.1: seq=1 ttl=49 time=75.805 ms 64 bytes from 1.1.1.1: seq=2 ttl=49 time=75.835 ms 64 bytes from 1.1.1.1: seq=3 ttl=49 time=76.109 ms 64 bytes from 1.1.1.1: seq=4 ttl=49 time=76.125 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 75.805/76.112/76.687 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 8 04:23 /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt sha256=b658145b315eb179c548902d17a507e6e56acfba375303507581b1033c3ba722 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 49074 jc: 3 jmin: 50 jmax: 100 s1: 52 s2: 88 h1: 247439890 h2: 1157952265 h3: 469264248 h4: 95652034 peer: KEYMASK endpoint: 84.32.230.159:43808 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt -rw-r--r-- 1 root root 1035 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt sha256=7991c2b1146f3dc3691eeaa96e800238854526f5cee0de08e3ec1efcd580f518 --- head --- === probe 9.9.9.9 dev vpn2 === 9.9.9.9 dev vpn2 src 10.104.58.109 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=43.362 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=43.192 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=43.299 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=43.418 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=43.252 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 43.192/43.304/43.418 ms === probe 1.1.1.1 dev vpn2 === 1.1.1.1 dev vpn2 src 10.104.58.109 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=49.764 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=49.725 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=50.665 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=49.777 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=49.799 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 49.725/49.946/50.665 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 467 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt sha256=da4643df9917e06f0fa720c9043272b29af67909c1092e6dfc68ad5969ca1f53 --- head --- interface: vpn2 public key: KEYMASK private key: (hidden) listening port: 42543 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 43 h1: 424258794 h2: 1552734037 h3: 136716108 h4: 329527368 peer: KEYMASK endpoint: 95.211.68.119:45176 allowed ips: 0.0.0.0/0 latest handshake: 38 seconds ago transfer: 2.00 MiB received, 1.15 MiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.load.txt sha256=618f094a0e50b713bfee911402a4a9eed340fc9a2723eb72e9ab18046a2eb88a --- head --- Backup: KEYMASK-before-vpn_test-20260708-042412 Loading config into vpn_test: KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf Parsed: Address: 10.104.120.117/32 Endpoint: 149.154.157.24:35090 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=27 S2=36 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='27' network.vpn_test.awg_s2='36' network.vpn_test.awg_h1='1855558697' network.vpn_test.awg_h2='940493219' network.vpn_test.awg_h3='2052923685' network.vpn_test.awg_h4='112204269' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.104.120.117/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IT-Italy-Milan-S3-149.154.157.24-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:24:12+00:00' network.vpn_test.hmn_endpoint='149.154.157.24:35090' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='149.154.157.24' network.@amneziawg_vpn_test[0].endpoint_port='35090' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt -rw-r--r-- 1 root root 1011 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt sha256=1001f454599f86b9304c12299ccb5c3d760682cbd03216f3b5d7684a415641d5 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.104.120.117 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=235.974 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=235.842 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=236.493 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=235.931 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=235.699 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 235.699/235.987/236.493 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.104.120.117 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=73.481 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=77.346 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=74.213 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=73.620 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 73.481/74.665/77.346 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt sha256=d8e38876591dd19f8353ebd7c8feb173764cc7a5bddc7a984c540d5fb8a1c691 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46518 jc: 3 jmin: 50 jmax: 100 s1: 27 s2: 36 h1: 1855558697 h2: 940493219 h3: 2052923685 h4: 112204269 peer: KEYMASK endpoint: 149.154.157.24:35090 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.load.txt sha256=1155b511ee94d864742f0e2623553ff2cc0055824b626221cca608a6b8629a1a --- head --- Backup: KEYMASK-before-vpn_test-20260708-042431 Loading config into vpn_test: KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf Parsed: Address: 10.107.43.173/32 Endpoint: 107.175.93.59:31095 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=42 S2=60 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='42' network.vpn_test.awg_s2='60' network.vpn_test.awg_h1='1186737533' network.vpn_test.awg_h2='874365716' network.vpn_test.awg_h3='213670866' network.vpn_test.awg_h4='812342967' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.43.173/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:24:31+00:00' network.vpn_test.hmn_endpoint='107.175.93.59:31095' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='107.175.93.59' network.@amneziawg_vpn_test[0].endpoint_port='31095' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt -rw-r--r-- 1 root root 1016 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt sha256=4f143f7656f835e9a179c59aae50e419fe250be5eb7ca6b1693411ce1f68cf3b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.43.173 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=137.932 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=137.915 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=137.916 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=137.874 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=137.618 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 137.618/137.851/137.932 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.43.173 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=51 time=144.120 ms 64 bytes from 1.1.1.1: seq=1 ttl=51 time=144.153 ms 64 bytes from 1.1.1.1: seq=2 ttl=51 time=144.572 ms 64 bytes from 1.1.1.1: seq=3 ttl=51 time=144.341 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 144.120/144.296/144.572 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt sha256=a8eaeed0376d325ffe719fece06f29bd1d59a9f668e98332798724dae29518e9 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47481 jc: 3 jmin: 50 jmax: 100 s1: 42 s2: 60 h1: 1186737533 h2: 874365716 h3: 213670866 h4: 812342967 peer: KEYMASK endpoint: 107.175.93.59:31095 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.64 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 8 04:24 /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.load.txt sha256=154f492f60b92fbebc755d8610cf9eab34ddcf6b27c6fb69ace7ac5336238fa4 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042450 Loading config into vpn_test: KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf Parsed: Address: 10.107.108.112/32 Endpoint: 107.174.226.51:44839 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=149 S2=146 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='149' network.vpn_test.awg_s2='146' network.vpn_test.awg_h1='567924200' network.vpn_test.awg_h2='647841499' network.vpn_test.awg_h3='1891448980' network.vpn_test.awg_h4='319702062' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.107.108.112/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:24:50+00:00' network.vpn_test.hmn_endpoint='107.174.226.51:44839' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='107.174.226.51' network.@amneziawg_vpn_test[0].endpoint_port='44839' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt -rw-r--r-- 1 root root 1018 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt sha256=d23f6ed24bfbd8a53da5a058846d94c7c2f2167f7a1922e26e12d21ea8301fad --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.107.108.112 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=165.298 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=165.662 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=165.277 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=165.404 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=165.341 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 165.277/165.396/165.662 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.107.108.112 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=166.707 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=166.584 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=166.230 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=166.601 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 166.230/166.530/166.707 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt sha256=c038f89e7cd1c84bf3202f9f489325e46ec2cc02c501464e9f42b0a26501cf4b --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48314 jc: 3 jmin: 50 jmax: 100 s1: 149 s2: 146 h1: 567924200 h2: 647841499 h3: 1891448980 h4: 319702062 peer: KEYMASK endpoint: 107.174.226.51:44839 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.81 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.load.txt sha256=fa016891e013398a28f966bd2520592f354bade221ba698cb3d741fdfbd79076 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042510 Loading config into vpn_test: KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf Parsed: Address: 10.108.238.215/32 Endpoint: 192.121.162.75:45945 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=54 S2=132 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='54' network.vpn_test.awg_s2='132' network.vpn_test.awg_h1='993118416' network.vpn_test.awg_h2='384584260' network.vpn_test.awg_h3='2084033864' network.vpn_test.awg_h4='961714636' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.108.238.215/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:25:10+00:00' network.vpn_test.hmn_endpoint='192.121.162.75:45945' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.121.162.75' network.@amneziawg_vpn_test[0].endpoint_port='45945' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt -rw-r--r-- 1 root root 449 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt sha256=03884188042d62f08aa257476e80f53666f1c4583a953be670c36496ea695d1e --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.108.238.215 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.108.238.215 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt sha256=e3a9ff45273870964fb9f711561a5d990821b23a4de2334a275bc0ebc841b182 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 44907 jc: 3 jmin: 50 jmax: 100 s1: 54 s2: 132 h1: 993118416 h2: 384584260 h3: 2084033864 h4: 961714636 peer: KEYMASK endpoint: 192.121.162.75:45945 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.71 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt -rw-r--r-- 1 root root 1910 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.load.txt sha256=6b73ffba914fe4e01053861a444f68f7bba4865bedd903ea6cea805110700b55 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042532 Loading config into vpn_test: KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf Parsed: Address: 10.81.111.97/32 Endpoint: 89.46.237.14:38594 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=25 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='25' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='645207360' network.vpn_test.awg_h2='98035784' network.vpn_test.awg_h3='1717647291' network.vpn_test.awg_h4='1467868753' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.81.111.97/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:25:32+00:00' network.vpn_test.hmn_endpoint='89.46.237.14:38594' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='89.46.237.14' network.@amneziawg_vpn_test[0].endpoint_port='38594' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt sha256=8727d12e7be7a96433db68a6eff4dab9223bf2f320ea56c410c1a3f15dd8747c --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.81.111.97 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=75.705 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=75.556 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=75.526 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=76.186 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=75.405 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 75.405/75.675/76.186 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.81.111.97 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=55 time=68.870 ms 64 bytes from 1.1.1.1: seq=1 ttl=55 time=68.960 ms 64 bytes from 1.1.1.1: seq=2 ttl=55 time=68.906 ms 64 bytes from 1.1.1.1: seq=3 ttl=55 time=68.901 ms 64 bytes from 1.1.1.1: seq=4 ttl=55 time=68.629 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 68.629/68.853/68.960 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt sha256=9af845cc57fa9932c334e1989c47e18eb611a109ce1e68432073481c9b02517f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41574 jc: 3 jmin: 50 jmax: 100 s1: 25 s2: 90 h1: 645207360 h2: 98035784 h3: 1717647291 h4: 1467868753 peer: KEYMASK endpoint: 89.46.237.14:38594 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1901 Jul 8 04:25 /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.load.txt sha256=017b559a90e32750b00f54aaf82b4bac58c3d48171e940f0f295aa2b964babe0 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042550 Loading config into vpn_test: KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf Parsed: Address: 10.82.239.94/32 Endpoint: 103.57.251.39:37380 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=103 S2=128 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='103' network.vpn_test.awg_s2='128' network.vpn_test.awg_h1='1411727827' network.vpn_test.awg_h2='1159928711' network.vpn_test.awg_h3='1509131242' network.vpn_test.awg_h4='754832080' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.82.239.94/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:25:50+00:00' network.vpn_test.hmn_endpoint='103.57.251.39:37380' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='103.57.251.39' network.@amneziawg_vpn_test[0].endpoint_port='37380' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt sha256=fda0ca561a76e7a5d953321d0943cc53305493b0e7240b41f08c55cfc5b7a513 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.82.239.94 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.82.239.94 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 435 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt sha256=11e5f3ee330a88d0535fbe30cbc61b226e2456547ccec9220a5a26d6416a1316 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 54322 jc: 3 jmin: 50 jmax: 100 s1: 103 s2: 128 h1: 1411727827 h2: 1159928711 h3: 1509131242 h4: 754832080 peer: KEYMASK endpoint: 103.57.251.39:37380 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.79 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt -rw-r--r-- 1 root root 1919 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.load.txt sha256=87bca068cf50b84d048d6e3f6ea937e9bb1b3f389a06072924a4c7a947773bfa --- head --- Backup: KEYMASK-before-vpn_test-20260708-042612 Loading config into vpn_test: KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf Parsed: Address: 10.83.41.157/32 Endpoint: 185.14.97.234:37492 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=80 S2=113 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='80' network.vpn_test.awg_s2='113' network.vpn_test.awg_h1='1671317470' network.vpn_test.awg_h2='469282168' network.vpn_test.awg_h3='844208806' network.vpn_test.awg_h4='4169549' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.41.157/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:26:12+00:00' network.vpn_test.hmn_endpoint='185.14.97.234:37492' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='185.14.97.234' network.@amneziawg_vpn_test[0].endpoint_port='37492' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt sha256=b5d28861ba94605c706d05ec5d3fcc8c06b01d3ede19bb9ad912d525c438d907 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.41.157 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.41.157 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 430 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt sha256=cd60f21ca225fd50d0db65e2665ee658cb90428463d62991c9233dd23d1c26a3 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48773 jc: 3 jmin: 50 jmax: 100 s1: 80 s2: 113 h1: 1671317470 h2: 469282168 h3: 844208806 h4: 4169549 peer: KEYMASK endpoint: 185.14.97.234:37492 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.66 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1921 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.load.txt sha256=cd9565f3dc0caf9a4eedd30b41ca42c2bac78895197c5d0da6b62a96777e2866 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042634 Loading config into vpn_test: KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf Parsed: Address: 10.83.172.142/32 Endpoint: 64.253.89.235:37402 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=58 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='58' network.vpn_test.awg_h1='1055152911' network.vpn_test.awg_h2='214072845' network.vpn_test.awg_h3='1395608927' network.vpn_test.awg_h4='1408422343' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.172.142/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:26:34+00:00' network.vpn_test.hmn_endpoint='64.253.89.235:37402' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='64.253.89.235' network.@amneziawg_vpn_test[0].endpoint_port='37402' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1067 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt sha256=d28a83b7cf496bbf769090690695a18a3c7ec7dc4d632ed0eb29a3fab917265a --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.172.142 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=51 time=129.316 ms 64 bytes from 9.9.9.9: seq=1 ttl=51 time=129.026 ms 64 bytes from 9.9.9.9: seq=2 ttl=51 time=129.198 ms 64 bytes from 9.9.9.9: seq=3 ttl=51 time=129.783 ms 64 bytes from 9.9.9.9: seq=4 ttl=51 time=129.281 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 129.026/129.320/129.783 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.172.142 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=127.252 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=127.169 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=127.330 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=127.464 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=127.266 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 127.169/127.296/127.464 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt sha256=585d7e9ea14de6800731c423bda62c000ceeb4442093868e26c75c75a87a667e --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58353 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 58 h1: 1055152911 h2: 214072845 h3: 1395608927 h4: 1408422343 peer: KEYMASK endpoint: 64.253.89.235:37402 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 8 04:26 /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.load.txt sha256=356b43fc9dcb48f81f891e36b118c11c1243ef5acaa34a4d56540fec74cbedc4 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042653 Loading config into vpn_test: KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf Parsed: Address: 10.83.235.104/32 Endpoint: 141.98.189.83:39408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=122 S2=126 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='122' network.vpn_test.awg_s2='126' network.vpn_test.awg_h1='1690265964' network.vpn_test.awg_h2='1702612724' network.vpn_test.awg_h3='722801417' network.vpn_test.awg_h4='1734153820' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.83.235.104/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:26:53+00:00' network.vpn_test.hmn_endpoint='141.98.189.83:39408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='141.98.189.83' network.@amneziawg_vpn_test[0].endpoint_port='39408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt sha256=b882aec1b5f661fea601d4b1079d1e443a429e192cbcea885df518614c200774 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.83.235.104 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=56 time=26.386 ms 64 bytes from 9.9.9.9: seq=1 ttl=56 time=31.465 ms 64 bytes from 9.9.9.9: seq=2 ttl=56 time=30.544 ms 64 bytes from 9.9.9.9: seq=3 ttl=56 time=24.258 ms 64 bytes from 9.9.9.9: seq=4 ttl=56 time=26.075 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 24.258/27.745/31.465 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.83.235.104 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=24.050 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=24.573 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=22.806 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=29.227 ms 64 bytes from 1.1.1.1: seq=4 ttl=58 time=23.098 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 22.806/24.750/29.227 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt sha256=2c602c6545ca6033591e420ed6ac7106542fb08deb6d3b861b060338c4078b42 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 59196 jc: 3 jmin: 50 jmax: 100 s1: 122 s2: 126 h1: 1690265964 h2: 1702612724 h3: 722801417 h4: 1734153820 peer: KEYMASK endpoint: 141.98.189.83:39408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.load.txt sha256=fdfc6336aaef1df3a75ae9241762eccedf72fd7ff352527b9e2596b4f55298b4 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042711 Loading config into vpn_test: KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf Parsed: Address: 10.86.108.200/32 Endpoint: 192.121.163.235:42530 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=107 S2=122 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='107' network.vpn_test.awg_s2='122' network.vpn_test.awg_h1='711662706' network.vpn_test.awg_h2='1180552356' network.vpn_test.awg_h3='1975038815' network.vpn_test.awg_h4='1815189548' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.108.200/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:27:11+00:00' network.vpn_test.hmn_endpoint='192.121.163.235:42530' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='192.121.163.235' network.@amneziawg_vpn_test[0].endpoint_port='42530' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt sha256=3e2c4c0ffefd35bd925b2bb3886f2f3f793f2cf82552d2c21a88d964989da443 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.108.200 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=60 time=38.939 ms 64 bytes from 9.9.9.9: seq=1 ttl=60 time=38.875 ms 64 bytes from 9.9.9.9: seq=2 ttl=60 time=38.723 ms 64 bytes from 9.9.9.9: seq=3 ttl=60 time=38.849 ms 64 bytes from 9.9.9.9: seq=4 ttl=60 time=39.013 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 38.723/38.879/39.013 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.108.200 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=39.014 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=39.086 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=39.327 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=39.005 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=39.042 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 39.005/39.094/39.327 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 477 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt sha256=9800c91ed7d2f257c9ba9a992e6f837e6e37fd88155d2b12f75d74abcaee540f --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43629 jc: 3 jmin: 50 jmax: 100 s1: 107 s2: 122 h1: 711662706 h2: 1180552356 h3: 1975038815 h4: 1815189548 peer: KEYMASK endpoint: 192.121.163.235:42530 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.load.txt sha256=28cfbcbb0abd85cd1a516b95201ce50a441f07b66ef0cff2785cef1d366f5bd7 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042729 Loading config into vpn_test: KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf Parsed: Address: 10.86.172.73/32 Endpoint: 89.46.232.39:40316 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=101 S2=35 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='101' network.vpn_test.awg_s2='35' network.vpn_test.awg_h1='106053217' network.vpn_test.awg_h2='1373084354' network.vpn_test.awg_h3='1879635090' network.vpn_test.awg_h4='623143754' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.86.172.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:27:29+00:00' network.vpn_test.hmn_endpoint='89.46.232.39:40316' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='89.46.232.39' network.@amneziawg_vpn_test[0].endpoint_port='40316' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt sha256=658d9be88f15cb3815e7cf04a4b70429662a407f381240d6131e2229b9380c3b --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.86.172.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.86.172.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt sha256=8c537f4cae30695e7c0bf67a0b701659d069e9cb274ee62d2c6879e765990e94 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 55153 jc: 3 jmin: 50 jmax: 100 s1: 101 s2: 35 h1: 106053217 h2: 1373084354 h3: 1879635090 h4: 623143754 peer: KEYMASK endpoint: 89.46.232.39:40316 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.88 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 8 04:27 /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.load.txt sha256=5c5d1c0abe1a3cc2cd50ee92bed01708060168df78b3e5609ec32b65f81ab630 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042751 Loading config into vpn_test: KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf Parsed: Address: 10.87.170.125/32 Endpoint: 46.246.127.84:36230 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='797998377' network.vpn_test.awg_h2='966921562' network.vpn_test.awg_h3='39693045' network.vpn_test.awg_h4='1367808764' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.87.170.125/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:27:51+00:00' network.vpn_test.hmn_endpoint='46.246.127.84:36230' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='46.246.127.84' network.@amneziawg_vpn_test[0].endpoint_port='36230' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1001 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt sha256=ffbc9d2a984a957298efbe9b20ea0386bddcf96d6456d6cb8980cb1d8288a602 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.87.170.125 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=63.287 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=63.128 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=63.253 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=63.288 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=63.223 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 63.128/63.235/63.288 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.87.170.125 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=58 time=63.284 ms 64 bytes from 1.1.1.1: seq=1 ttl=58 time=63.372 ms 64 bytes from 1.1.1.1: seq=2 ttl=58 time=63.316 ms 64 bytes from 1.1.1.1: seq=3 ttl=58 time=63.321 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 4 packets received, 20% packet loss round-trip min/avg/max = 63.284/63.323/63.372 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 470 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt sha256=ee0f3d2cc5b10cb2bd8dab3e2f5c3756e44ca797e35bbdc5beafc91f58d4cd5d --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 46257 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 76 h1: 797998377 h2: 966921562 h3: 39693045 h4: 1367808764 peer: KEYMASK endpoint: 46.246.127.84:36230 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt -rw-r--r-- 1 root root 1915 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.load.txt sha256=5a8621a45b7c6b3cef85c2c5e0d5d2d4b9876530ec3d4fc7945389a81cb88ce0 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042811 Loading config into vpn_test: KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf Parsed: Address: 10.89.174.45/32 Endpoint: 194.71.126.45:32821 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=29 S2=133 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='29' network.vpn_test.awg_s2='133' network.vpn_test.awg_h1='388560523' network.vpn_test.awg_h2='1003136170' network.vpn_test.awg_h3='559651682' network.vpn_test.awg_h4='777607441' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.89.174.45/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:28:11+00:00' network.vpn_test.hmn_endpoint='194.71.126.45:32821' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='194.71.126.45' network.@amneziawg_vpn_test[0].endpoint_port='32821' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt sha256=ddb01a3c192d3310286491aa5344ced0020d9686bbaf5acfb3ab690095ed4760 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.89.174.45 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.89.174.45 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 432 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt sha256=3999b13c00b184ec026e83f62b4cf56b5c626df64e6c68b05fb4d71a7d2bbe10 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58525 jc: 3 jmin: 50 jmax: 100 s1: 29 s2: 133 h1: 388560523 h2: 1003136170 h3: 559651682 h4: 777607441 peer: KEYMASK endpoint: 194.71.126.45:32821 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.63 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt -rw-r--r-- 1 root root 1923 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.load.txt sha256=a8a29d60b6f93ece40ccaf539457a2b8efdc8fb096203636237ded1d017bf89a --- head --- Backup: KEYMASK-before-vpn_test-20260708-042833 Loading config into vpn_test: KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf Parsed: Address: 10.90.235.244/32 Endpoint: 37.235.54.96:38971 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=20 S2=87 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='20' network.vpn_test.awg_s2='87' network.vpn_test.awg_h1='217767672' network.vpn_test.awg_h2='1805649910' network.vpn_test.awg_h3='665837737' network.vpn_test.awg_h4='1257888244' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.90.235.244/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:28:33+00:00' network.vpn_test.hmn_endpoint='37.235.54.96:38971' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='24' network.@amneziawg_vpn_test[0].endpoint_host='37.235.54.96' network.@amneziawg_vpn_test[0].endpoint_port='38971' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt sha256=51bfa7b4f1f5d3553b6ac669d77e3f4849dbc22cac2d3252dff0c6a7132aa351 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.90.235.244 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=56.336 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=67.532 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=56.541 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=61.264 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=70.140 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 56.336/62.362/70.140 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.90.235.244 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=52 time=54.784 ms 64 bytes from 1.1.1.1: seq=1 ttl=52 time=66.998 ms 64 bytes from 1.1.1.1: seq=2 ttl=52 time=55.092 ms 64 bytes from 1.1.1.1: seq=3 ttl=52 time=55.530 ms 64 bytes from 1.1.1.1: seq=4 ttl=52 time=56.893 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 54.784/57.859/66.998 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 471 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt sha256=362ceb5454019297bd80aa68d5bbfa188b6c838bd1c5fdaa62d8b7f1394d2290 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 52788 jc: 3 jmin: 50 jmax: 100 s1: 20 s2: 87 h1: 217767672 h2: 1805649910 h3: 665837737 h4: 1257888244 peer: KEYMASK endpoint: 37.235.54.96:38971 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent persistent keepalive: every 24 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt -rw-r--r-- 1 root root 1917 Jul 8 04:28 /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.load.txt sha256=96ebf83262e9ee95cfe15a1ac59e8798ee7388b598bc8c58371db404bb68f936 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042851 Loading config into vpn_test: KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf Parsed: Address: 10.91.43.12/32 Endpoint: 23.158.72.87:45460 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=55 S2=143 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='55' network.vpn_test.awg_s2='143' network.vpn_test.awg_h1='1943142100' network.vpn_test.awg_h2='1154665998' network.vpn_test.awg_h3='1159227869' network.vpn_test.awg_h4='2081036883' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.43.12/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:28:51+00:00' network.vpn_test.hmn_endpoint='23.158.72.87:45460' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='23.158.72.87' network.@amneziawg_vpn_test[0].endpoint_port='45460' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt sha256=5acae962e534cf3ed54d959d203537241f37eb5e4e397c6de01e7669ce656e71 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.43.12 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=58 time=185.309 ms 64 bytes from 9.9.9.9: seq=1 ttl=58 time=184.428 ms 64 bytes from 9.9.9.9: seq=2 ttl=58 time=184.813 ms 64 bytes from 9.9.9.9: seq=3 ttl=58 time=184.640 ms 64 bytes from 9.9.9.9: seq=4 ttl=58 time=184.552 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 184.428/184.748/185.309 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.43.12 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=59 time=172.141 ms 64 bytes from 1.1.1.1: seq=1 ttl=59 time=171.649 ms 64 bytes from 1.1.1.1: seq=2 ttl=59 time=172.301 ms 64 bytes from 1.1.1.1: seq=3 ttl=59 time=173.042 ms 64 bytes from 1.1.1.1: seq=4 ttl=59 time=172.190 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 171.649/172.264/173.042 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 474 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt sha256=1ae5757d345e8d7c8835723e7a96e7a434fff2406db9fd55d60c7b450bcde286 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 58137 jc: 3 jmin: 50 jmax: 100 s1: 55 s2: 143 h1: 1943142100 h2: 1154665998 h3: 1159227869 h4: 2081036883 peer: KEYMASK endpoint: 23.158.72.87:45460 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.load.txt sha256=891f137f13e775446e81dfa3f44768885d8f4689788a07b74d326dfa97be9356 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042909 Loading config into vpn_test: KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf Parsed: Address: 10.91.168.223/32 Endpoint: 157.173.25.198:34340 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=17 S2=121 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='17' network.vpn_test.awg_s2='121' network.vpn_test.awg_h1='1770463880' network.vpn_test.awg_h2='1868667466' network.vpn_test.awg_h3='938498412' network.vpn_test.awg_h4='71620529' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.168.223/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:29:10+00:00' network.vpn_test.hmn_endpoint='157.173.25.198:34340' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='26' network.@amneziawg_vpn_test[0].endpoint_host='157.173.25.198' network.@amneziawg_vpn_test[0].endpoint_port='34340' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt sha256=e49e1c689db17340aac64995d13922a81ffe5db331e6191fa1f50a4da82828b4 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.168.223 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=59 time=59.441 ms 64 bytes from 9.9.9.9: seq=1 ttl=59 time=59.415 ms 64 bytes from 9.9.9.9: seq=2 ttl=59 time=59.225 ms 64 bytes from 9.9.9.9: seq=3 ttl=59 time=59.483 ms 64 bytes from 9.9.9.9: seq=4 ttl=59 time=59.411 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 59.225/59.395/59.483 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.168.223 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=58.660 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=58.625 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=58.919 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=58.780 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=58.756 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 58.625/58.748/58.919 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt sha256=31ce67d1a45f41f2b260ef6bee11e4319fb67707aabfe3d6d950db6db2cd85f4 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35724 jc: 3 jmin: 50 jmax: 100 s1: 17 s2: 121 h1: 1770463880 h2: 1868667466 h3: 938498412 h4: 71620529 peer: KEYMASK endpoint: 157.173.25.198:34340 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent persistent keepalive: every 26 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt -rw-r--r-- 1 root root 1933 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.load.txt sha256=c9ea4223687b05620ddc3f50ed043edf628faad7e86e3930c322d01b2515f375 --- head --- Backup: KEYMASK-before-vpn_test-20260708-042928 Loading config into vpn_test: KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf Parsed: Address: 10.91.233.132/32 Endpoint: 178.215.227.13:44408 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=92 S2=90 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='92' network.vpn_test.awg_s2='90' network.vpn_test.awg_h1='1128827374' network.vpn_test.awg_h2='1959569870' network.vpn_test.awg_h3='96441901' network.vpn_test.awg_h4='2091878015' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.91.233.132/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:29:28+00:00' network.vpn_test.hmn_endpoint='178.215.227.13:44408' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='178.215.227.13' network.@amneziawg_vpn_test[0].endpoint_port='44408' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt -rw-r--r-- 1 root root 1051 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt sha256=49f3f500ece8e61867b90edece5603df39074ec363af4855a1735c1beeea8388 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.91.233.132 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=50.051 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=50.041 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=50.091 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=50.099 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=50.203 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 50.041/50.097/50.203 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.91.233.132 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=57 time=52.694 ms 64 bytes from 1.1.1.1: seq=1 ttl=57 time=52.976 ms 64 bytes from 1.1.1.1: seq=2 ttl=57 time=52.666 ms 64 bytes from 1.1.1.1: seq=3 ttl=57 time=52.902 ms 64 bytes from 1.1.1.1: seq=4 ttl=57 time=52.904 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 52.666/52.828/52.976 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt sha256=736c3417f5ca1f016aea76391984dff892c6e06dd98fb157ea5ce825857975dc --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 48499 jc: 3 jmin: 50 jmax: 100 s1: 92 s2: 90 h1: 1128827374 h2: 1959569870 h3: 96441901 h4: 2091878015 peer: KEYMASK endpoint: 178.215.227.13:44408 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt -rw-r--r-- 1 root root 1924 Jul 8 04:29 /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.load.txt sha256=46cf19d7d00f78fb0d7d9d99c1ddbdcaabd12890c681485587ffa4092ac6f7dc --- head --- Backup: KEYMASK-before-vpn_test-20260708-042946 Loading config into vpn_test: KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf Parsed: Address: 10.92.173.35/32 Endpoint: 192.71.244.202:45735 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=15 S2=47 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='15' network.vpn_test.awg_s2='47' network.vpn_test.awg_h1='57461946' network.vpn_test.awg_h2='565860110' network.vpn_test.awg_h3='1109485465' network.vpn_test.awg_h4='1657920164' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.92.173.35/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:29:46+00:00' network.vpn_test.hmn_endpoint='192.71.244.202:45735' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='28' network.@amneziawg_vpn_test[0].endpoint_host='192.71.244.202' network.@amneziawg_vpn_test[0].endpoint_port='45735' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt -rw-r--r-- 1 root root 1049 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt sha256=27339af591e600025429d828f1a571e07f272e6072820f96b57bc8a7afcdb5fb --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.92.173.35 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=65.880 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=65.781 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=65.700 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=65.840 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=65.688 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.688/65.777/65.880 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.92.173.35 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=54 time=66.163 ms 64 bytes from 1.1.1.1: seq=1 ttl=54 time=65.881 ms 64 bytes from 1.1.1.1: seq=2 ttl=54 time=65.965 ms 64 bytes from 1.1.1.1: seq=3 ttl=54 time=66.118 ms 64 bytes from 1.1.1.1: seq=4 ttl=54 time=66.116 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 65.881/66.048/66.163 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 472 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt sha256=dde34182747e17749998c717329965dab52e11396aab5c058d40ea5547d03288 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40604 jc: 3 jmin: 50 jmax: 100 s1: 15 s2: 47 h1: 57461946 h2: 565860110 h3: 1109485465 h4: 1657920164 peer: KEYMASK endpoint: 192.71.244.202:45735 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent persistent keepalive: every 28 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt -rw-r--r-- 1 root root 1926 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.load.txt sha256=341d8f8e51294a9d28b10efc63a2a28fb99df2e5c6a6a2c7d27b0cf2e5486de1 --- head --- Backup: KEYMASK-before-vpn_test-20260708-043004 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf Parsed: Address: 10.77.236.75/32 Endpoint: 109.248.198.4:37129 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=113 S2=51 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='113' network.vpn_test.awg_s2='51' network.vpn_test.awg_h1='144970534' network.vpn_test.awg_h2='210374235' network.vpn_test.awg_h3='1100727461' network.vpn_test.awg_h4='1885204570' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.77.236.75/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:30:04+00:00' network.vpn_test.hmn_endpoint='109.248.198.4:37129' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='23' network.@amneziawg_vpn_test[0].endpoint_host='109.248.198.4' network.@amneziawg_vpn_test[0].endpoint_port='37129' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt -rw-r--r-- 1 root root 1065 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt sha256=7aed8ec00de44e9de4381ec7fbd4431e16d003467d32d7fd554b977c360e6961 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.77.236.75 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=186.431 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=186.138 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=186.486 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=185.842 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=185.872 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 185.842/186.153/186.486 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.77.236.75 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=128.667 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=128.783 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=128.722 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=128.814 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=128.702 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 128.667/128.737/128.814 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt sha256=2ba26a19102ec2046a1e12140b69f4ef2c6029937cd3fd8494fcb59deadf7a90 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 43833 jc: 3 jmin: 50 jmax: 100 s1: 113 s2: 51 h1: 144970534 h2: 210374235 h3: 1100727461 h4: 1885204570 peer: KEYMASK endpoint: 109.248.198.4:37129 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent persistent keepalive: every 23 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt -rw-r--r-- 1 root root 1920 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.load.txt sha256=95b38e008b73d9e556ba5a182272624e20d37d11b58d3bb5b5eb39aac1c2ab73 --- head --- Backup: KEYMASK-before-vpn_test-20260708-043023 Loading config into vpn_test: KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf Parsed: Address: 10.124.237.218/32 Endpoint: 151.236.30.139:33998 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=110 S2=69 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='110' network.vpn_test.awg_s2='69' network.vpn_test.awg_h1='1835589950' network.vpn_test.awg_h2='1099975115' network.vpn_test.awg_h3='829252662' network.vpn_test.awg_h4='1534369890' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.124.237.218/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:30:23+00:00' network.vpn_test.hmn_endpoint='151.236.30.139:33998' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='151.236.30.139' network.@amneziawg_vpn_test[0].endpoint_port='33998' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt -rw-r--r-- 1 root root 1053 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt sha256=8378d2ee12e1fca790d203b18a104434022ad1d3fa924dc5e08a11fa341b0e03 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.124.237.218 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=66.551 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=66.635 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=66.494 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=66.468 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=66.420 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 66.420/66.513/66.635 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.124.237.218 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=66.165 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=66.989 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=66.250 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=66.296 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=66.479 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 66.165/66.435/66.989 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 475 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt sha256=aa26a57f044b6e3e6bb8598864befa7c9793bbd63fc3fb74e3e7d2da55749128 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 35001 jc: 3 jmin: 50 jmax: 100 s1: 110 s2: 69 h1: 1835589950 h2: 1099975115 h3: 829252662 h4: 1534369890 peer: KEYMASK endpoint: 151.236.30.139:33998 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt -rw-r--r-- 1 root root 1936 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.load.txt sha256=9ac58aa9917882f347035f73219d8f311135ed65bff69686f2c4e89e2ff993d8 --- head --- Backup: KEYMASK-before-vpn_test-20260708-043041 Loading config into vpn_test: KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf Parsed: Address: 10.95.47.73/32 Endpoint: 112.120.98.53:46369 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=100 S2=44 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='100' network.vpn_test.awg_s2='44' network.vpn_test.awg_h1='130876854' network.vpn_test.awg_h2='243485631' network.vpn_test.awg_h3='1201804100' network.vpn_test.awg_h4='1701356678' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.95.47.73/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:30:41+00:00' network.vpn_test.hmn_endpoint='112.120.98.53:46369' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='25' network.@amneziawg_vpn_test[0].endpoint_host='112.120.98.53' network.@amneziawg_vpn_test[0].endpoint_port='46369' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt sha256=fbe40caff4f88e289e5ce03d086aa5d9941403a7679a5846169b42254ce9b43c --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.95.47.73 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=55 time=194.274 ms 64 bytes from 9.9.9.9: seq=1 ttl=55 time=194.249 ms 64 bytes from 9.9.9.9: seq=2 ttl=55 time=194.715 ms 64 bytes from 9.9.9.9: seq=3 ttl=55 time=194.303 ms 64 bytes from 9.9.9.9: seq=4 ttl=55 time=195.525 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 194.249/194.613/195.525 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.95.47.73 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=60 time=158.214 ms 64 bytes from 1.1.1.1: seq=1 ttl=60 time=158.398 ms 64 bytes from 1.1.1.1: seq=2 ttl=60 time=159.132 ms 64 bytes from 1.1.1.1: seq=3 ttl=60 time=158.352 ms 64 bytes from 1.1.1.1: seq=4 ttl=60 time=158.750 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 158.214/158.569/159.132 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:30 /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt sha256=28e6bc5998af9248d94bac228f5cf9d90c076469383f761fe70b9eac9384f38a --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 41920 jc: 3 jmin: 50 jmax: 100 s1: 100 s2: 44 h1: 130876854 h2: 243485631 h3: 1201804100 h4: 1701356678 peer: KEYMASK endpoint: 112.120.98.53:46369 allowed ips: 0.0.0.0/0 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent persistent keepalive: every 25 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt -rw-r--r-- 1 root root 1916 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.load.txt sha256=e4ca1e2cd5e3be6fb5f4bbe49bdca204e7f414a857ac81f23f304b92472ed6e4 --- head --- Backup: KEYMASK-before-vpn_test-20260708-043100 Loading config into vpn_test: KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf Parsed: Address: 10.65.43.208/32 Endpoint: 89.40.104.201:36979 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=21 S2=101 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='21' network.vpn_test.awg_s2='101' network.vpn_test.awg_h1='1137903981' network.vpn_test.awg_h2='1285064056' network.vpn_test.awg_h3='497668827' network.vpn_test.awg_h4='856581432' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.65.43.208/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:31:00+00:00' network.vpn_test.hmn_endpoint='89.40.104.201:36979' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='89.40.104.201' network.@amneziawg_vpn_test[0].endpoint_port='36979' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt -rw-r--r-- 1 root root 445 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt sha256=6994f54909c11ff656615490413670ed00c9f420e3709aca5579ed95a0e00a25 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.65.43.208 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes --- 9.9.9.9 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.65.43.208 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes --- 1.1.1.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### HMN_FILE /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 433 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt sha256=dbe8c5624f08329434744f91853ac760046fb542d726508b4812cf27878a79ba --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 47229 jc: 3 jmin: 50 jmax: 100 s1: 21 s2: 101 h1: 1137903981 h2: 1285064056 h3: 497668827 h4: 856581432 peer: KEYMASK endpoint: 89.40.104.201:36979 allowed ips: 0.0.0.0/0 transfer: 0 B received, 1.56 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt -rw-r--r-- 1 root root 1903 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.load.txt sha256=9671fc568186d846aea0c37ce219f3dc9ee5d37908807b87ab7d7ecb55636497 --- head --- Backup: KEYMASK-before-vpn_test-20260708-043122 Loading config into vpn_test: KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf Parsed: Address: 10.66.44.225/32 Endpoint: 77.67.8.84:43378 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=34 S2=49 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='34' network.vpn_test.awg_s2='49' network.vpn_test.awg_h1='679240017' network.vpn_test.awg_h2='1624207748' network.vpn_test.awg_h3='139122664' network.vpn_test.awg_h4='1720133880' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.66.44.225/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:31:22+00:00' network.vpn_test.hmn_endpoint='77.67.8.84:43378' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='27' network.@amneziawg_vpn_test[0].endpoint_host='77.67.8.84' network.@amneziawg_vpn_test[0].endpoint_port='43378' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt -rw-r--r-- 1 root root 1057 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt sha256=9a91bff250beb16064a769e45288c4689d623fe74d3d91be4643dc25f638c3e2 --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.66.44.225 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=54 time=161.833 ms 64 bytes from 9.9.9.9: seq=1 ttl=54 time=161.620 ms 64 bytes from 9.9.9.9: seq=2 ttl=54 time=161.466 ms 64 bytes from 9.9.9.9: seq=3 ttl=54 time=161.677 ms 64 bytes from 9.9.9.9: seq=4 ttl=54 time=161.379 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 161.379/161.595/161.833 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.66.44.225 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=56 time=94.007 ms 64 bytes from 1.1.1.1: seq=1 ttl=56 time=93.763 ms 64 bytes from 1.1.1.1: seq=2 ttl=56 time=94.201 ms 64 bytes from 1.1.1.1: seq=3 ttl=56 time=93.343 ms 64 bytes from 1.1.1.1: seq=4 ttl=56 time=94.255 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 93.343/93.913/94.255 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 469 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt sha256=4f6a7a252a5a36adbb6d5c51f8cab397f6b15fb22629af1afec9963bb24d06ce --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 57950 jc: 3 jmin: 50 jmax: 100 s1: 34 s2: 49 h1: 679240017 h2: 1624207748 h3: 139122664 h4: 1720133880 peer: KEYMASK endpoint: 77.67.8.84:43378 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent persistent keepalive: every 27 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log -rw-r--r-- 1 root root 0 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ifup.log sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 --- head --- ### HMN_FILE /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt -rw-r--r-- 1 root root 1909 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.load.txt sha256=8878f7703bba3a98557bc39f12f29667bbd1144a686856d79b51d8f7aa087854 --- head --- Backup: KEYMASK-before-vpn_test-20260708-043140 Loading config into vpn_test: KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf Parsed: Address: 10.67.234.5/32 Endpoint: 192.71.27.64:40044 DNS: 1.1.1.1 AWG: Jc=3 Jmin=50 Jmax=100 S1=18 S2=76 vpn_test loaded. network.vpn_test=interface network.vpn_test.proto='amneziawg' network.vpn_test.private_key=MASKED network.vpn_test.awg_jc='3' network.vpn_test.awg_jmin='50' network.vpn_test.awg_jmax='100' network.vpn_test.awg_s1='18' network.vpn_test.awg_s2='76' network.vpn_test.awg_h1='1955462561' network.vpn_test.awg_h2='1627595855' network.vpn_test.awg_h3='1760056293' network.vpn_test.awg_h4='1765367965' network.vpn_test.auto='0' network.vpn_test.disabled='0' network.vpn_test.delegate='0' network.vpn_test.peerdns='0' network.vpn_test.defaultroute='0' network.vpn_test.addresses='10.67.234.5/32' network.vpn_test.dns='1.1.1.1' network.vpn_test.hmn_role='test_slot' network.vpn_test.hmn_source_config='KEYMASK-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf' network.vpn_test.hmn_loaded_at='2026-07-08T04:31:40+00:00' network.vpn_test.hmn_endpoint='192.71.27.64:40044' network.@amneziawg_vpn_test[0]=amneziawg_vpn_test network.@amneziawg_vpn_test[0].public_key=MASKED network.@amneziawg_vpn_test[0].allowed_ips='0.0.0.0/0' network.@amneziawg_vpn_test[0].route_allowed_ips='0' network.@amneziawg_vpn_test[0].persistent_keepalive='22' network.@amneziawg_vpn_test[0].endpoint_host='192.71.27.64' network.@amneziawg_vpn_test[0].endpoint_port='40044' Current table 200: default dev vpn2 scope link 10.200.0.0/24 dev eth1 scope link src 10.200.0.2 10.201.0.0/24 dev eth3 scope link src 10.201.0.2 Не поднимал интерфейс. Чтобы поднять: ifup vpn_test ### HMN_FILE /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt -rw-r--r-- 1 root root 1063 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt sha256=7c910515ba71b248ded4185475b6e281485ccdb6464c363c7d7b4b8c73b0390f --- head --- === probe 9.9.9.9 dev vpn_test === 9.9.9.9 dev vpn_test src 10.67.234.5 uid 0 cache PING 9.9.9.9 (9.9.9.9): 56 data bytes 64 bytes from 9.9.9.9: seq=0 ttl=57 time=106.198 ms 64 bytes from 9.9.9.9: seq=1 ttl=57 time=105.888 ms 64 bytes from 9.9.9.9: seq=2 ttl=57 time=105.670 ms 64 bytes from 9.9.9.9: seq=3 ttl=57 time=106.205 ms 64 bytes from 9.9.9.9: seq=4 ttl=57 time=105.926 ms --- 9.9.9.9 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 105.670/105.977/106.205 ms === probe 1.1.1.1 dev vpn_test === 1.1.1.1 dev vpn_test src 10.67.234.5 uid 0 cache PING 1.1.1.1 (1.1.1.1): 56 data bytes 64 bytes from 1.1.1.1: seq=0 ttl=48 time=158.740 ms 64 bytes from 1.1.1.1: seq=1 ttl=48 time=158.999 ms 64 bytes from 1.1.1.1: seq=2 ttl=48 time=158.991 ms 64 bytes from 1.1.1.1: seq=3 ttl=48 time=159.289 ms 64 bytes from 1.1.1.1: seq=4 ttl=48 time=159.082 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 158.740/159.020/159.289 ms ### HMN_FILE /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt -rw-r--r-- 1 root root 473 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt sha256=e6af1c388691d25e7257a2929766aac53da9dce4ce337e9d44826c5d647a66f4 --- head --- interface: vpn_test public key: KEYMASK private key: (hidden) listening port: 40809 jc: 3 jmin: 50 jmax: 100 s1: 18 s2: 76 h1: 1955462561 h2: 1627595855 h3: 1760056293 h4: 1765367965 peer: KEYMASK endpoint: 192.71.27.64:40044 allowed ips: 0.0.0.0/0 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent persistent keepalive: every 22 seconds ### HMN_FILE /root/hmn/test-runs/20260708-042044/results.tsv -rw-r--r-- 1 root root 13309 Jul 8 04:31 /root/hmn/test-runs/20260708-042044/results.tsv sha256=791ddca9f67a00c0c85d365731bc4d5cad93c53da51e6e3d44e831d8658065e2 --- head --- status file endpoint latest_handshake transfer ping_loss ping_rtt_avg show_file ping_file FAIL_NO_HANDSHAKE 012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf 192.36.27.17:35500 transfer: 0 B received, 1.94 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/012-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf 38.244.192.244:45389 transfer: 0 B received, 1.64 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/029-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf.ping.txt OK 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 57.299 /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf 192.71.247.18:35999 transfer: 0 B received, 1.59 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/053-FI-Finland-Helsinki-S4-192.71.247.18-awg1.conf.ping.txt OK 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.81 KiB sent 9.9.9.9:0%,1.1.1.1:0% 219.008 /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf.ping.txt OK 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 247.649 /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/063-CL-Chile-Santiago-38.7.197.83-awg1.conf.ping.txt FAIL_PING_LOSS 070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf 193.235.207.39:38330 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:20% 66.891 /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/070-CZ-Czech-Republic-Prague-S1-193.235.207.39-awg1.conf.ping.txt FAIL_PING_LOSS 071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf 107.172.187.100:39480 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.75 KiB sent 9.9.9.9:0%,1.1.1.1:20% 193.085 /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/071-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf.ping.txt OK 072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf 78.31.250.16:41729 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:0% 46.381 /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/072-NL-Netherlands-Amsterdam-S8-78.31.250.16-awg1.conf.ping.txt OK 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 75.272 /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf.ping.txt OK 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 latest handshake: 38 seconds ago transfer: 2.00 MiB received, 1.15 MiB sent 9.9.9.9:0%,1.1.1.1:0% 43.304 /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf.ping.txt FAIL_PING_LOSS 076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf 149.154.157.24:35090 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.71 KiB sent 9.9.9.9:0%,1.1.1.1:20% 235.987 /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/076-IT-Italy-Milan-S3-149.154.157.24-awg1.conf.ping.txt FAIL_PING_LOSS 087-US-USA-New-York-S1-107.175.93.59-awg1.conf 107.175.93.59:31095 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.64 KiB sent 9.9.9.9:0%,1.1.1.1:20% 137.851 /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/087-US-USA-New-York-S1-107.175.93.59-awg1.conf.ping.txt FAIL_PING_LOSS 088-US-USA-Dallas-107.174.226.51-awg1.conf 107.174.226.51:44839 latest handshake: 16 seconds ago transfer: 1.21 KiB received, 1.81 KiB sent 9.9.9.9:0%,1.1.1.1:20% 165.396 /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/088-US-USA-Dallas-107.174.226.51-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 094-JP-Japan-Tokyo-192.121.162.75-awg1.conf 192.121.162.75:45945 transfer: 0 B received, 1.71 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/094-JP-Japan-Tokyo-192.121.162.75-awg1.conf.ping.txt OK 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.68 KiB sent 9.9.9.9:0%,1.1.1.1:0% 75.675 /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 114-PS-UAE-Dubai-103.57.251.39-awg1.conf 103.57.251.39:37380 transfer: 0 B received, 1.79 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/114-PS-UAE-Dubai-103.57.251.39-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf 185.14.97.234:37492 transfer: 0 B received, 1.66 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/115-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf.ping.txt OK 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 129.320 /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf.ping.txt OK 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.77 KiB sent 9.9.9.9:0%,1.1.1.1:0% 27.745 /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf.ping.txt OK 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 38.879 /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf 89.46.232.39:40316 transfer: 0 B received, 1.88 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/129-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf.ping.txt FAIL_PING_LOSS 133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf 46.246.127.84:36230 latest handshake: 17 seconds ago transfer: 1.21 KiB received, 1.76 KiB sent 9.9.9.9:0%,1.1.1.1:20% 63.235 /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/133-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf 194.71.126.45:32821 transfer: 0 B received, 1.63 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/141-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf.ping.txt OK 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.69 KiB sent 9.9.9.9:0%,1.1.1.1:0% 62.362 /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf.ping.txt OK 147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf 23.158.72.87:45460 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 184.748 /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/147-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf.ping.txt OK 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.64 KiB sent 9.9.9.9:0%,1.1.1.1:0% 59.395 /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf.ping.txt OK 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.70 KiB sent 9.9.9.9:0%,1.1.1.1:0% 50.097 /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf.ping.txt OK 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.65 KiB sent 9.9.9.9:0%,1.1.1.1:0% 65.777 /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf.ping.txt OK 162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf 109.248.198.4:37129 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.74 KiB sent 9.9.9.9:0%,1.1.1.1:0% 186.153 /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/162-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf.ping.txt OK 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.72 KiB sent 9.9.9.9:0%,1.1.1.1:0% 66.513 /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf.ping.txt OK 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 latest handshake: 17 seconds ago transfer: 1.34 KiB received, 1.78 KiB sent 9.9.9.9:0%,1.1.1.1:0% 194.613 /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf.ping.txt FAIL_NO_HANDSHAKE 214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf 89.40.104.201:36979 transfer: 0 B received, 1.56 KiB sent 9.9.9.9:100%,1.1.1.1:100% - /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/214-EE-Estonia-Tallinn-S2-89.40.104.201-awg1.conf.ping.txt OK 218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf 77.67.8.84:43378 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.63 KiB sent 9.9.9.9:0%,1.1.1.1:0% 161.595 /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/218-KZ-Kazakhstan-Almaty-M2-77.67.8.84-awg1.conf.ping.txt OK 225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf 192.71.27.64:40044 latest handshake: 16 seconds ago transfer: 1.34 KiB received, 1.62 KiB sent 9.9.9.9:0%,1.1.1.1:0% 105.977 /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.show-after-ping.txt /root/hmn/test-runs/20260708-042044/225-IL-Israel-Tel-Aviv-S5-192.71.27.64-awg1.conf.ping.txt __GREP_REFRESH_SELECTION_LOGIC__ /root/vpn-egress-switches.log:271:target: VPN vpn1 /root/vpn-egress-switches.log:272:route: default dev vpn1 scope link /root/vpn-egress-switches.log:274:vpn1 state=unknown rx=220 tx=587 /root/vpn-egress-switches.log:275:vpn2 state=unknown rx=0 tx=438 /root/vpn-egress-switches.log:281:target: VPN vpn1 /root/vpn-egress-switches.log:282:route: default dev vpn1 scope link /root/vpn-egress-switches.log:284:vpn1 state=unknown rx=71572 tx=57584 /root/vpn-egress-switches.log:285:vpn2 state=unknown rx=0 tx=453 /root/vpn-egress-switches.log:291:target: VPN vpn2 /root/vpn-egress-switches.log:292:active-slot: vpn2 /root/vpn-egress-switches.log:293:route: default dev vpn2 scope link /root/vpn-egress-switches.log:295:vpn2 state=unknown rx=475157596 tx=417628531 /root/vpn-egress-switches.log:302:active-slot: vpn2 /root/vpn-egress-switches.log:305:vpn2 state=unknown rx=485737412 tx=419629955 /root/vpn-egress-switches.log:311:target: VPN vpn2 /root/vpn-egress-switches.log:312:active-slot: vpn2 /root/vpn-egress-switches.log:313:route: default dev vpn2 scope link /root/vpn-egress-switches.log:315:vpn2 state=unknown rx=40852 tx=41386 /root/vpn-egress-switches.log:321:target: VPN vpn1 /root/vpn-egress-switches.log:322:active-slot: vpn1 /root/vpn-egress-switches.log:323:route: default dev vpn1 scope link /root/vpn-egress-switches.log:325:vpn1 state=unknown rx=220 tx=592 /root/vpn-egress-switches.log:326:vpn2 state=unknown rx=3176412 tx=7250034 /root/vpn-egress-switches.log:332:target: VPN vpn2 /root/vpn-egress-switches.log:333:active-slot: vpn2 /root/vpn-egress-switches.log:334:route: default dev vpn2 scope link /root/vpn-egress-switches.log:336:vpn1 state=unknown rx=700 tx=125923 /root/vpn-egress-switches.log:337:vpn2 state=unknown rx=1020 tx=559 /root/vpn-egress-switches.log:343:target: VPN vpn1 /root/vpn-egress-switches.log:344:active-slot: vpn1 /root/vpn-egress-switches.log:345:route: default dev vpn1 scope link /root/vpn-egress-switches.log:347:vpn1 state=unknown rx=451197388 tx=428290790 /root/vpn-egress-switches.log:348:vpn2 state=unknown rx=21265996 tx=15787813 /root/vpn-egress-switches.log:354:target: VPN vpn2 /root/vpn-egress-switches.log:355:active-slot: vpn2 /root/vpn-egress-switches.log:356:route: default dev vpn2 scope link /root/vpn-egress-switches.log:358:vpn1 state=unknown rx=460317248 tx=442985280 /root/vpn-egress-switches.log:359:vpn2 state=unknown rx=220 tx=548 /root/vpn-egress-switches.log:365:target: VPN vpn1 /root/vpn-egress-switches.log:366:active-slot: vpn1 /root/vpn-egress-switches.log:367:route: default dev vpn1 scope link /root/vpn-egress-switches.log:369:vpn1 state=unknown rx=1004 tx=548 /root/vpn-egress-switches.log:370:vpn2 state=unknown rx=437508956 tx=434143264 /root/vpn-egress-switches.log:376:target: VPN vpn2 /root/vpn-egress-switches.log:377:active-slot: vpn2 /root/vpn-egress-switches.log:378:route: default dev vpn2 scope link /root/vpn-egress-switches.log:380:vpn1 state=unknown rx=444634944 tx=475901058 /root/vpn-egress-switches.log:381:vpn2 state=unknown rx=220 tx=555 /root/vpn-egress-switches.log:387:target: VPN vpn1 /root/vpn-egress-switches.log:388:active-slot: vpn1 /root/vpn-egress-switches.log:389:route: default dev vpn1 scope link /root/vpn-egress-switches.log:391:vpn1 state=unknown rx=220 tx=596 /root/vpn-egress-switches.log:392:vpn2 state=unknown rx=51291848 tx=32254621 /root/vpn-egress-switches.log:398:target: VPN vpn2 /root/vpn-egress-switches.log:399:active-slot: vpn2 /root/vpn-egress-switches.log:400:route: default dev vpn2 scope link /root/vpn-egress-switches.log:402:vpn1 state=unknown rx=684 tx=7212 /root/vpn-egress-switches.log:403:vpn2 state=unknown rx=7944 tx=566 /root/vpn-egress-switches.log:409:target: VPN vpn1 /root/vpn-egress-switches.log:410:active-slot: vpn1 /root/vpn-egress-switches.log:411:route: default dev vpn1 scope link /root/vpn-egress-switches.log:413:vpn1 state=unknown rx=220 tx=588 /root/vpn-egress-switches.log:414:vpn2 state=unknown rx=5058796 tx=5248184 /root/vpn-egress-switches.log:421:active-slot: vpn1 /root/vpn-egress-switches.log:424:vpn1 state=unknown rx=684 tx=7532 /root/vpn-egress-switches.log:430:target: VPN vpn1 /root/vpn-egress-switches.log:431:active-slot: vpn1 /root/vpn-egress-switches.log:432:route: default dev vpn1 scope link /root/vpn-egress-switches.log:434:vpn1 state=unknown rx=1372 tx=1758 /root/vpn-egress-switches.log:435:vpn2 state=unknown rx=92 tx=503 /root/vpn-egress-switches.log:441:target: VPN vpn2 /root/vpn-egress-switches.log:442:active-slot: vpn2 /root/vpn-egress-switches.log:443:route: default dev vpn2 scope link /root/vpn-egress-switches.log:445:vpn1 state=unknown rx=188 tx=477 /root/vpn-egress-switches.log:446:vpn2 state=unknown rx=1372 tx=1788 /root/vpn-egress-switches.log:452:target: VPN vpn1 /root/vpn-egress-switches.log:453:active-slot: vpn1 /root/vpn-egress-switches.log:454:route: default dev vpn1 scope link /root/vpn-egress-switches.log:456:vpn1 state=unknown rx=1372 tx=1792 /root/vpn-egress-switches.log:457:vpn2 state=unknown rx=252699044 tx=5647211 /root/vpn-egress-switches.log:464:active-slot: vpn1 /root/vpn-egress-switches.log:467:vpn1 state=unknown rx=8193640 tx=341888 /root/vpn-egress-switches.log:473:target: VPN vpn2 /root/vpn-egress-switches.log:474:active-slot: vpn2 /root/vpn-egress-switches.log:475:route: default dev vpn2 scope link /root/vpn-egress-switches.log:477:vpn1 state=unknown rx=92 tx=543 /root/vpn-egress-switches.log:478:vpn2 state=unknown rx=1372 tx=1679 /root/vpn-egress-switches.log:484:target: VPN vpn1 /root/vpn-egress-switches.log:485:active-slot: vpn1 /root/vpn-egress-switches.log:486:route: default dev vpn1 scope link /root/vpn-egress-switches.log:488:vpn1 state=unknown rx=1372 tx=1743 /root/vpn-egress-switches.log:489:vpn2 state=unknown rx=5080120816 tx=64415705 /root/vpn-egress-switches.log:495:target: VPN vpn2 /root/vpn-egress-switches.log:496:active-slot: vpn2 /root/vpn-egress-switches.log:497:route: default dev vpn2 scope link /root/vpn-egress-switches.log:499:vpn1 state=unknown rx=146260 tx=165163 /root/vpn-egress-switches.log:500:vpn2 state=unknown rx=1372 tx=1727 /root/vpn-egress-switches.log:506:target: VPN vpn1 /root/vpn-egress-switches.log:507:active-slot: vpn1 /root/vpn-egress-switches.log:508:route: default dev vpn1 scope link /root/vpn-egress-switches.log:510:vpn1 state=unknown rx=1372 tx=1766 /root/vpn-egress-switches.log:511:vpn2 state=unknown rx=111404140 tx=9236503 /root/vpn-egress-switches.log:517:target: VPN vpn2 /root/vpn-egress-switches.log:518:active-slot: vpn2 /root/vpn-egress-switches.log:519:route: default dev vpn2 scope link /root/vpn-egress-switches.log:521:vpn1 state=unknown rx=3668692 tx=3806462 /root/vpn-egress-switches.log:522:vpn2 state=unknown rx=1372 tx=1761 /root/vpn-egress-switches.log:529:active-slot: vpn2 /root/vpn-egress-switches.log:532:vpn2 state=unknown rx=1073748 tx=917478 /root/vpn-egress-switches.log:538:target: VPN vpn2 /root/vpn-egress-switches.log:539:active-slot: vpn2 /root/vpn-egress-switches.log:540:route: default dev vpn2 scope link /root/vpn-egress-switches.log:542:vpn2 state=unknown rx=1075216 tx=920518 /root/vpn-egress-switches.log:548:target: VPN vpn1 /root/vpn-egress-switches.log:549:active-slot: vpn1 /root/vpn-egress-switches.log:550:route: default dev vpn1 scope link /root/vpn-egress-switches.log:552:vpn1 state=unknown rx=1372 tx=1813 /root/vpn-egress-switches.log:553:vpn2 state=unknown rx=50847180 tx=6312820 /root/vpn-egress-switches.log:559:target: VPN vpn2 /root/vpn-egress-switches.log:560:active-slot: vpn2 /root/vpn-egress-switches.log:561:route: default dev vpn2 scope link /root/vpn-egress-switches.log:563:vpn1 state=unknown rx=7177332 tx=1270556 /root/vpn-egress-switches.log:564:vpn2 state=unknown rx=1372 tx=1737 /root/vpn-egress-switches.log:570:target: VPN vpn1 /root/vpn-egress-switches.log:571:active-slot: vpn1 /root/vpn-egress-switches.log:572:route: default dev vpn1 scope link /root/vpn-egress-switches.log:574:vpn1 state=unknown rx=1372 tx=1700 /root/vpn-egress-switches.log:575:vpn2 state=unknown rx=4679372 tx=1463883 /root/vpn-egress-switches.log:581:target: VPN vpn2 /root/vpn-egress-switches.log:582:active-slot: vpn2 /root/vpn-egress-switches.log:583:route: default dev vpn2 scope link /root/vpn-egress-switches.log:585:vpn1 state=unknown rx=214235880 tx=21761834 /root/vpn-egress-switches.log:586:vpn2 state=unknown rx=1372 tx=1743 /root/vpn-egress-switches.log:592:target: VPN vpn1 /root/vpn-egress-switches.log:593:active-slot: vpn1 /root/vpn-egress-switches.log:594:route: default dev vpn1 scope link /root/vpn-egress-switches.log:596:vpn1 state=unknown rx=1372 tx=1766 /root/vpn-egress-switches.log:597:vpn2 state=unknown rx=25500 tx=450 /root/vpn-egress-switches.log:603:target: VPN vpn2 /root/vpn-egress-switches.log:604:active-slot: vpn2 /root/vpn-egress-switches.log:605:route: default dev vpn2 scope link /root/vpn-egress-switches.log:607:vpn1 state=unknown rx=65791608 tx=11998343 /root/vpn-egress-switches.log:608:vpn2 state=unknown rx=1372 tx=1743 /root/vpn-egress-switches.log:614:target: VPN vpn1 /root/vpn-egress-switches.log:615:active-slot: vpn1 /root/vpn-egress-switches.log:616:route: default dev vpn1 scope link /root/vpn-egress-switches.log:618:vpn1 state=unknown rx=1372 tx=1793 /root/vpn-egress-switches.log:619:vpn2 state=unknown rx=1215424016 tx=120577754 /root/vpn-egress-switches.log:625:target: VPN vpn2 /root/vpn-egress-switches.log:626:active-slot: vpn2 /root/vpn-egress-switches.log:627:route: default dev vpn2 scope link /root/vpn-egress-switches.log:629:vpn1 state=unknown rx=41687368 tx=7617800 /root/vpn-egress-switches.log:630:vpn2 state=unknown rx=1372 tx=1658 /root/vpn-egress-switches.log:636:target: VPN vpn1 /root/vpn-egress-switches.log:637:active-slot: vpn1 /root/vpn-egress-switches.log:638:route: default dev vpn1 scope link /root/vpn-egress-switches.log:640:vpn1 state=unknown rx=1372 tx=1799 /root/vpn-egress-switches.log:641:vpn2 state=unknown rx=303018204 tx=50648707 /root/vpn-egress-switches.log:647:target: VPN vpn2 /root/vpn-egress-switches.log:648:active-slot: vpn2 /root/vpn-egress-switches.log:649:route: default dev vpn2 scope link /root/vpn-egress-switches.log:651:vpn1 state=unknown rx=433990216 tx=198547719 /root/vpn-egress-switches.log:652:vpn2 state=unknown rx=1372 tx=1680 /root/vpn-egress-switches.log:658:target: VPN vpn1 /root/vpn-egress-switches.log:659:active-slot: vpn1 /root/vpn-egress-switches.log:660:route: default dev vpn1 scope link /root/vpn-egress-switches.log:662:vpn1 state=unknown rx=1372 tx=1695 /root/vpn-egress-switches.log:663:vpn2 state=unknown rx=43706008 tx=5511234 /root/vpn-egress-switches.log:669:target: VPN vpn2 /root/vpn-egress-switches.log:670:active-slot: vpn2 /root/vpn-egress-switches.log:671:route: default dev vpn2 scope link /root/vpn-egress-switches.log:673:vpn1 state=unknown rx=16287324 tx=14250476 /root/vpn-egress-switches.log:674:vpn2 state=unknown rx=1372 tx=1807 /root/vpn-egress-switches.log:680:target: VPN vpn1 /root/vpn-egress-switches.log:681:active-slot: vpn1 /root/vpn-egress-switches.log:682:route: default dev vpn1 scope link /root/vpn-egress-switches.log:684:vpn1 state=unknown rx=1372 tx=1729 /root/vpn-egress-switches.log:685:vpn2 state=unknown rx=22462276 tx=6856516 /root/vpn-egress-switches.log:691:target: VPN vpn2 /root/vpn-egress-switches.log:692:active-slot: vpn2 /root/vpn-egress-switches.log:693:route: default dev vpn2 scope link /root/vpn-egress-switches.log:695:vpn1 state=unknown rx=88137888 tx=14114333 /root/vpn-egress-switches.log:696:vpn2 state=unknown rx=1372 tx=1718 /root/vpn-egress-switches.log:702:target: VPN vpn1 /root/vpn-egress-switches.log:703:active-slot: vpn1 /root/vpn-egress-switches.log:704:route: default dev vpn1 scope link /root/vpn-egress-switches.log:706:vpn1 state=unknown rx=1372 tx=1758 /root/vpn-egress-switches.log:707:vpn2 state=unknown rx=87096 tx=105851 /root/vpn-egress-switches.log:713:target: VPN vpn2 /root/vpn-egress-switches.log:714:active-slot: vpn2 /root/vpn-egress-switches.log:715:route: default dev vpn2 scope link /root/vpn-egress-switches.log:717:vpn1 state=unknown rx=684 tx=1397 /root/vpn-egress-switches.log:718:vpn2 state=unknown rx=1372 tx=1821 /root/vpn-egress-switches.log:724:target: VPN vpn1 /root/vpn-egress-switches.log:725:active-slot: vpn1 /root/vpn-egress-switches.log:726:route: default dev vpn1 scope link /root/vpn-egress-switches.log:728:vpn1 state=unknown rx=1372 tx=1870 /root/vpn-egress-switches.log:729:vpn2 state=unknown rx=25168 tx=31999 /root/vpn-egress-switches.log:735:target: VPN vpn2 /root/vpn-egress-switches.log:736:active-slot: vpn2 /root/vpn-egress-switches.log:737:route: default dev vpn2 scope link /root/vpn-egress-switches.log:739:vpn1 state=unknown rx=3348 tx=5108 /root/vpn-egress-switches.log:740:vpn2 state=unknown rx=1372 tx=1812 /root/vpn-egress-switches.log:746:target: VPN vpn1 /root/vpn-egress-switches.log:747:active-slot: vpn1 /root/vpn-egress-switches.log:748:route: default dev vpn1 scope link /root/vpn-egress-switches.log:750:vpn1 state=unknown rx=1372 tx=1717 /root/vpn-egress-switches.log:751:vpn2 state=unknown rx=10260 tx=13020 /root/vpn-egress-switches.log:757:target: VPN vpn2 /root/vpn-egress-switches.log:758:active-slot: vpn2 /root/vpn-egress-switches.log:759:route: default dev vpn2 scope link /root/vpn-egress-switches.log:761:vpn1 state=unknown rx=4088 tx=5253 /root/vpn-egress-switches.log:762:vpn2 state=unknown rx=1372 tx=1745 /root/vpn-egress-switches.log:768:target: VPN vpn2 /root/vpn-egress-switches.log:769:active-slot: vpn2 /root/vpn-egress-switches.log:770:route: default dev vpn2 scope link /root/vpn-egress-switches.log:772:vpn2 state=unknown rx=1372 tx=1692 /root/vpn-egress-switches.log:778:target: VPN vpn1 /root/vpn-egress-switches.log:779:active-slot: vpn1 /root/vpn-egress-switches.log:780:route: default dev vpn1 scope link /root/vpn-egress-switches.log:782:vpn1 state=unknown rx=1372 tx=1759 /root/vpn-egress-switches.log:783:vpn2 state=unknown rx=374108 tx=254858 /root/vpn-egress-switches.log:789:target: VPN vpn2 /root/vpn-egress-switches.log:790:active-slot: vpn2 /root/vpn-egress-switches.log:791:route: default dev vpn2 scope link /root/vpn-egress-switches.log:793:vpn1 state=unknown rx=1244 tx=2749 /root/vpn-egress-switches.log:794:vpn2 state=unknown rx=1372 tx=1705 /root/vpn-egress-switches.log:799:---- 2026-06-07 14:20:27 ---- /root/vpn-egress-switches.log:800:target: VPN vpn1 /root/vpn-egress-switches.log:801:active-slot: vpn1 /root/vpn-egress-switches.log:802:route: default dev vpn1 scope link /root/vpn-egress-switches.log:804:vpn1 state=unknown rx=1372 tx=1802 /root/vpn-egress-switches.log:805:vpn2 state=unknown rx=29928 tx=36029 /root/vpn-egress-switches.log:811:target: VPN vpn2 /root/vpn-egress-switches.log:812:active-slot: vpn2 /root/vpn-egress-switches.log:813:route: default dev vpn2 scope link /root/vpn-egress-switches.log:815:vpn1 state=unknown rx=27128 tx=34089 /root/vpn-egress-switches.log:816:vpn2 state=unknown rx=1372 tx=1795 /root/vpn-egress-switches.log:822:target: VPN vpn1 /root/vpn-egress-switches.log:823:active-slot: vpn1 /root/vpn-egress-switches.log:824:route: default dev vpn1 scope link /root/vpn-egress-switches.log:826:vpn1 state=unknown rx=1372 tx=1685 /root/vpn-egress-switches.log:827:vpn2 state=unknown rx=17816 tx=22105 /root/vpn-egress-switches.log:833:target: VPN vpn2 /root/vpn-egress-switches.log:834:active-slot: vpn2 /root/vpn-egress-switches.log:835:route: default dev vpn2 scope link /root/vpn-egress-switches.log:837:vpn1 state=unknown rx=130596 tx=156620 /root/vpn-egress-switches.log:838:vpn2 state=unknown rx=1372 tx=1771 /root/vpn-egress-switches.log:844:target: VPN vpn1 /root/vpn-egress-switches.log:845:active-slot: vpn1 /root/vpn-egress-switches.log:846:route: default dev vpn1 scope link /root/vpn-egress-switches.log:848:vpn1 state=unknown rx=1372 tx=1713 /root/vpn-egress-switches.log:849:vpn2 state=unknown rx=155344 tx=185763 /root/vpn-egress-switches.log:855:target: VPN vpn2 /root/vpn-egress-switches.log:856:active-slot: vpn2 /root/vpn-egress-switches.log:857:route: default dev vpn2 scope link /root/vpn-egress-switches.log:859:vpn1 state=unknown rx=16396 tx=20005 /root/vpn-egress-switches.log:860:vpn2 state=unknown rx=1372 tx=1738 /root/vpn-egress-switches.log:866:target: VPN vpn1 /root/vpn-egress-switches.log:867:active-slot: vpn1 /root/vpn-egress-switches.log:868:route: default dev vpn1 scope link /root/vpn-egress-switches.log:870:vpn1 state=unknown rx=1372 tx=1716 /root/vpn-egress-switches.log:871:vpn2 state=unknown rx=470600 tx=367916 /root/vpn-egress-switches.log:877:target: VPN vpn2 /root/vpn-egress-switches.log:878:active-slot: vpn2 /root/vpn-egress-switches.log:879:route: default dev vpn2 scope link /root/vpn-egress-switches.log:881:vpn1 state=unknown rx=93834532 tx=8194223 /root/vpn-egress-switches.log:882:vpn2 state=unknown rx=1372 tx=1776 /root/vpn-egress-switches.log:889:active-slot: vpn2 /root/vpn-egress-switches.log:898:active-slot: vpn2 /root/vpn-egress-switches.log:907:active-slot: vpn2 /root/vpn-egress-switches.log:915:target: VPN vpn1 /root/vpn-egress-switches.log:916:active-slot: vpn1 /root/vpn-egress-switches.log:917:route: default dev vpn1 scope link /root/vpn-egress-switches.log:919:vpn1 state=unknown rx=1372 tx=1834 /root/vpn-egress-switches.log:920:vpn2 state=unknown rx=92 tx=461 /root/vpn-egress-switches.log:926:target: VPN vpn2 /root/vpn-egress-switches.log:927:active-slot: vpn2 /root/vpn-egress-switches.log:928:route: default dev vpn2 scope link /root/vpn-egress-switches.log:930:vpn1 state=unknown rx=1244 tx=1836 /root/vpn-egress-switches.log:931:vpn2 state=unknown rx=1372 tx=1755 /root/vpn-egress-switches.log:937:target: VPN vpn1 /root/vpn-egress-switches.log:938:active-slot: vpn1 /root/vpn-egress-switches.log:939:route: default dev vpn1 scope link /root/vpn-egress-switches.log:941:vpn1 state=unknown rx=1372 tx=1740 /root/vpn-egress-switches.log:942:vpn2 state=unknown rx=1244 tx=1720 /root/vpn-egress-switches.log:948:target: VPN vpn2 /root/vpn-egress-switches.log:949:active-slot: vpn2 /root/vpn-egress-switches.log:950:route: default dev vpn2 scope link /root/vpn-egress-switches.log:952:vpn1 state=unknown rx=41404 tx=1762 /root/vpn-egress-switches.log:953:vpn2 state=unknown rx=1372 tx=1773 /root/vpn-egress-switches.log:959:target: VPN vpn2 /root/vpn-egress-switches.log:960:active-slot: vpn2 /root/vpn-egress-switches.log:961:route: default dev vpn2 scope link /root/vpn-egress-switches.log:963:vpn2 state=unknown rx=30404 tx=33267 /root/vpn-egress-switches.log:969:target: VPN vpn2 /root/vpn-egress-switches.log:970:active-slot: vpn2 /root/vpn-egress-switches.log:971:route: default dev vpn2 scope link /root/vpn-egress-switches.log:973:vpn2 state=unknown rx=5304 tx=6193 /root/vpn-egress-switches.log:979:target: VPN vpn2 /root/vpn-egress-switches.log:980:active-slot: vpn2 /root/vpn-egress-switches.log:981:route: default dev vpn2 scope link /root/vpn-egress-switches.log:983:vpn2 state=unknown rx=41748252 tx=64783114 /root/vpn-egress-switches.log:989:target: VPN vpn2 /root/vpn-egress-switches.log:990:active-slot: vpn2 /root/vpn-egress-switches.log:991:route: default dev vpn2 scope link /root/vpn-egress-switches.log:993:vpn2 state=unknown rx=41872004 tx=64873118 /root/vpn-egress-switches.log:999:target: VPN vpn2 /root/vpn-egress-switches.log:1000:active-slot: vpn2 /root/vpn-egress-switches.log:1001:route: default dev vpn2 scope link /root/vpn-egress-switches.log:1003:vpn2 state=unknown rx=43002108 tx=66419344 /root/vpn-egress-switches.log:1009:target: VPN vpn2 /root/vpn-egress-switches.log:1010:active-slot: vpn2 /root/vpn-egress-switches.log:1011:route: default dev vpn2 scope link /root/vpn-egress-switches.log:1013:vpn2 state=unknown rx=1372 tx=1728 /root/vpn-egress-switches.log:1019:target: VPN vpn2 /root/vpn-egress-switches.log:1020:active-slot: vpn2 /root/vpn-egress-switches.log:1021:route: default dev vpn2 scope link /root/vpn-egress-switches.log:1023:vpn2 state=unknown rx=1372 tx=1777 /root/vpn-egress-switches.log:1030:active-slot: vpn2 /root/vpn-egress-switches.log:1033:vpn2 state=unknown rx=0 tx=3394 /root/vpn-egress-switches.log:1040:active-slot: vpn2 /root/vpn-egress-switches.log:1049:active-slot: vpn2 /root/vpn-egress-switches.log:1052:vpn2 state=unknown rx=604 tx=1810 /root/vpn-egress-switches.log:1058:target: VPN vpn1 /root/vpn-egress-switches.log:1059:active-slot: vpn1 /root/vpn-egress-switches.log:1060:route: default dev vpn1 scope link /root/vpn-egress-switches.log:1062:vpn1 state=unknown rx=1372 tx=1786 /root/vpn-egress-switches.log:1063:vpn2 state=unknown rx=92 tx=468 /root/vpn-egress-manager.sh.bak:31:is_alive() { /root/vpn-egress-manager.sh.bak:36: ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 /root/vpn-egress-manager.sh.bak:37: ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 /root/vpn-egress-manager.sh.bak:44: ip route replace default dev "$DEV" table "$TABLE" /root/vpn-egress-manager.sh.bak:56: ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" /root/vpn-egress-manager.sh.bak:59: ip route replace default dev "$WAN_DEV" table "$TABLE" /root/vpn-egress-manager.sh.bak:79: if is_alive "$DEV"; then /root/vpn-egress-manager.sh.bak:96:if is_alive "$PRIMARY"; then /root/vpn-egress-manager.sh.bak:104:if is_alive "$HOT_STANDBY"; then /root/network.before-hmn-update.20260525-050529:61: option persistent_keepalive '25' /root/network.before-hmn-update.20260525-050529:85: option persistent_keepalive '22' /root/network.before-hmn-update.20260525-050529:109: option persistent_keepalive '23' /root/network.before-hmn-update.20260525-050529:133: option persistent_keepalive '26' /root/vpn-egress-manager.before-hmn-update.20260525-050530:35:is_alive() { /root/vpn-egress-manager.before-hmn-update.20260525-050530:40: ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 /root/vpn-egress-manager.before-hmn-update.20260525-050530:41: ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 /root/vpn-egress-manager.before-hmn-update.20260525-050530:76: ip route replace default dev "$DEV" table "$TABLE" /root/vpn-egress-manager.before-hmn-update.20260525-050530:88: ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" /root/vpn-egress-manager.before-hmn-update.20260525-050530:90: ip route replace default dev "$WAN_DEV" table "$TABLE" /root/vpn-egress-manager.before-hmn-update.20260525-050530:110: if is_alive "$DEV"; then /root/vpn-egress-manager.before-hmn-update.20260525-050530:133: if is_alive "$PRIMARY"; then /root/vpn-egress-manager.before-hmn-update.20260525-050530:144:if is_alive "$HOT_STANDBY"; then /root/vpn-egress-manager.backup.20260525-080707:35:is_alive() { /root/vpn-egress-manager.backup.20260525-080707:40: ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 /root/vpn-egress-manager.backup.20260525-080707:41: ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 /root/vpn-egress-manager.backup.20260525-080707:76: ip route replace default dev "$DEV" table "$TABLE" /root/vpn-egress-manager.backup.20260525-080707:88: ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" /root/vpn-egress-manager.backup.20260525-080707:90: ip route replace default dev "$WAN_DEV" table "$TABLE" /root/vpn-egress-manager.backup.20260525-080707:110: if is_alive "$DEV"; then /root/vpn-egress-manager.backup.20260525-080707:133: if is_alive "$PRIMARY"; then /root/vpn-egress-manager.backup.20260525-080707:144:if is_alive "$HOT_STANDBY"; then /root/vpn-egress-manager.before-replace.20260525-081145:35:is_alive() { /root/vpn-egress-manager.before-replace.20260525-081145:40: ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 /root/vpn-egress-manager.before-replace.20260525-081145:41: ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 /root/vpn-egress-manager.before-replace.20260525-081145:76: ip route replace default dev "$DEV" table "$TABLE" /root/vpn-egress-manager.before-replace.20260525-081145:88: ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" /root/vpn-egress-manager.before-replace.20260525-081145:90: ip route replace default dev "$WAN_DEV" table "$TABLE" /root/vpn-egress-manager.before-replace.20260525-081145:110: if is_alive "$DEV"; then /root/vpn-egress-manager.before-replace.20260525-081145:133: if is_alive "$PRIMARY"; then /root/vpn-egress-manager.before-replace.20260525-081145:144:if is_alive "$HOT_STANDBY"; then /root/clientize-vm101.sh:54:uci set network.vpn_in=interface /root/clientize-vm101.sh:55:uci set network.vpn_in.proto="static" /root/clientize-vm101.sh:56:uci set network.vpn_in.device="$VPN_IN_IF" /root/clientize-vm101.sh:57:uci set network.vpn_in.ipaddr="10.200.0.2/24" /root/clientize-vm101-backup-20260531-074653/network:91: option persistent_keepalive '23' /root/clientize-vm101-backup-20260531-074653/network:120: option persistent_keepalive '26' /root/clientize-vm101-backup-20260531-074653/network:128: option persistent_keepalive '28' /root/clientize-vm101-backup-20260531-074653/network:136: option persistent_keepalive '24' /root/clientize-vm101-backup-20260531-074653/network:144: option persistent_keepalive '22' /root/clientize-vm101-backup-20260531-074653/vpn-egress-manager.sh:37:is_alive() { /root/clientize-vm101-backup-20260531-074653/vpn-egress-manager.sh:42: ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 /root/clientize-vm101-backup-20260531-074653/vpn-egress-manager.sh:43: ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 /root/clientize-vm101-backup-20260531-074653/vpn-egress-manager.sh:80: ip route replace default dev "$DEV" table "$TABLE" /root/clientize-vm101-backup-20260531-074653/vpn-egress-manager.sh:102: ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" /root/clientize-vm101-backup-20260531-074653/vpn-egress-manager.sh:104: ip route replace default dev "$WAN_DEV" table "$TABLE" /root/clientize-vm101-backup-20260531-074653/vpn-egress-manager.sh:124: if is_alive "$DEV"; then /root/clientize-vm101-backup-20260531-074653/vpn-egress-manager.sh:153: if is_alive "$PRIMARY"; then /root/clientize-vm101-backup-20260531-074653/vpn-egress-manager.sh:164:if is_alive "$HOT_STANDBY"; then /root/clientize-vm101-backup-20260531-074653/vpn-egress-switches.log:344:---- 2026-05-11 14:20:03 ---- /root/fix-vm101-remove-orphan-brlan.sh:17:uci set network.vpn_in=interface /root/fix-vm101-remove-orphan-brlan.sh:18:uci set network.vpn_in.proto='static' /root/fix-vm101-remove-orphan-brlan.sh:19:uci set network.vpn_in.device='eth1' /root/fix-vm101-remove-orphan-brlan.sh:20:uci set network.vpn_in.ipaddr='10.200.0.2/24' /root/fix-vm101-remove-orphan-brlan-20260531-080216/network:90: option persistent_keepalive '23' /root/fix-vm101-remove-orphan-brlan-20260531-080216/network:114: option persistent_keepalive '26' /root/fix-vm101-remove-orphan-brlan-20260531-080216/network:122: option persistent_keepalive '28' /root/fix-vm101-remove-orphan-brlan-20260531-080216/network:130: option persistent_keepalive '24' /root/fix-vm101-remove-orphan-brlan-20260531-080216/network:138: option persistent_keepalive '22' /root/vpn-egress-manager.sh.backup-table200-local-20260531-081128:37:is_alive() { /root/vpn-egress-manager.sh.backup-table200-local-20260531-081128:42: ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 /root/vpn-egress-manager.sh.backup-table200-local-20260531-081128:43: ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 /root/vpn-egress-manager.sh.backup-table200-local-20260531-081128:80: ip route replace default dev "$DEV" table "$TABLE" /root/vpn-egress-manager.sh.backup-table200-local-20260531-081128:102: ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" /root/vpn-egress-manager.sh.backup-table200-local-20260531-081128:104: ip route replace default dev "$WAN_DEV" table "$TABLE" /root/vpn-egress-manager.sh.backup-table200-local-20260531-081128:124: if is_alive "$DEV"; then /root/vpn-egress-manager.sh.backup-table200-local-20260531-081128:153: if is_alive "$PRIMARY"; then /root/vpn-egress-manager.sh.backup-table200-local-20260531-081128:164:if is_alive "$HOT_STANDBY"; then /root/clientize-vm101-backup-20260531-081542/network:85: option persistent_keepalive '23' /root/clientize-vm101-backup-20260531-081542/network:109: option persistent_keepalive '26' /root/clientize-vm101-backup-20260531-081542/network:117: option persistent_keepalive '28' /root/clientize-vm101-backup-20260531-081542/network:125: option persistent_keepalive '24' /root/clientize-vm101-backup-20260531-081542/network:133: option persistent_keepalive '22' /root/clientize-vm101-backup-20260531-081542/vpn-egress-manager.sh:37:is_alive() { /root/clientize-vm101-backup-20260531-081542/vpn-egress-manager.sh:42: ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 /root/clientize-vm101-backup-20260531-081542/vpn-egress-manager.sh:43: ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 /root/clientize-vm101-backup-20260531-081542/vpn-egress-manager.sh:80: ip route replace default dev "$DEV" table "$TABLE" /root/clientize-vm101-backup-20260531-081542/vpn-egress-manager.sh:102: ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" /root/clientize-vm101-backup-20260531-081542/vpn-egress-manager.sh:104: ip route replace default dev "$WAN_DEV" table "$TABLE" /root/clientize-vm101-backup-20260531-081542/vpn-egress-manager.sh:124: if is_alive "$DEV"; then /root/clientize-vm101-backup-20260531-081542/vpn-egress-manager.sh:153: if is_alive "$PRIMARY"; then /root/clientize-vm101-backup-20260531-081542/vpn-egress-manager.sh:164:if is_alive "$HOT_STANDBY"; then /root/vpn-egress-manager.sh.backup-local-routes-20260531-081821:37:is_alive() { /root/vpn-egress-manager.sh.backup-local-routes-20260531-081821:42: ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 /root/vpn-egress-manager.sh.backup-local-routes-20260531-081821:43: ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 /root/vpn-egress-manager.sh.backup-local-routes-20260531-081821:80: ip route replace default dev "$DEV" table "$TABLE" /root/vpn-egress-manager.sh.backup-local-routes-20260531-081821:102: ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" /root/vpn-egress-manager.sh.backup-local-routes-20260531-081821:104: ip route replace default dev "$WAN_DEV" table "$TABLE" /root/vpn-egress-manager.sh.backup-local-routes-20260531-081821:124: if is_alive "$DEV"; then /root/vpn-egress-manager.sh.backup-local-routes-20260531-081821:153: if is_alive "$PRIMARY"; then /root/vpn-egress-manager.sh.backup-local-routes-20260531-081821:164:if is_alive "$HOT_STANDBY"; then /root/disable-cloned-vpn-egress.sh:13:echo "=== disable tunnel autostart in UCI ===" /root/disable-cloned-vpn-egress.sh:19:echo "=== replace manager with no-vpn stub ===" /root/disable-cloned-vpn-egress.sh:24:# Keeps cloned VPN tunnels down so they do not conflict with the main home VM101. /root/disable-cloned-vpn-egress.sh:34:ip route replace 10.200.0.0/24 dev eth1 src 10.200.0.2 table 200 2>/dev/null || true /root/disable-cloned-vpn-egress.sh:38: ip route replace default via "$GW" dev eth0 table 200 2>/dev/null || true /root/disable-cloned-vpn-egress.sh:40: ip route replace default dev eth0 table 200 2>/dev/null || true /root/disable-cloned-vpn-egress.sh:51:echo "=== hard bring tunnels down once more ===" /root/vpn-egress-manager.sh.before-disable-20260531-084111:37:is_alive() { /root/vpn-egress-manager.sh.before-disable-20260531-084111:42: ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 /root/vpn-egress-manager.sh.before-disable-20260531-084111:43: ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 /root/vpn-egress-manager.sh.before-disable-20260531-084111:80: ip route replace default dev "$DEV" table "$TABLE" /root/vpn-egress-manager.sh.before-disable-20260531-084111:103: ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" /root/vpn-egress-manager.sh.before-disable-20260531-084111:105: ip route replace default dev "$WAN_DEV" table "$TABLE" /root/vpn-egress-manager.sh.before-disable-20260531-084111:126: if is_alive "$DEV"; then /root/vpn-egress-manager.sh.before-disable-20260531-084111:155: if is_alive "$PRIMARY"; then /root/vpn-egress-manager.sh.before-disable-20260531-084111:166:if is_alive "$HOT_STANDBY"; then /root/vpn-rename-backup-20260601-074311/network:108: option persistent_keepalive '26' /root/vpn-rename-backup-20260601-074311/network:116: option persistent_keepalive '25' /root/vpn-rename-backup-20260601-074311/network:124: option persistent_keepalive '22' /root/vpn-rename-backup-20260601-074311/network:132: option persistent_keepalive '25' /root/vpn-rename-backup-20260601-074311/99-vpnin-policy-route:4:# Current topology: /root/vpn-rename-backup-20260601-074311/99-vpnin-policy-route:6:# vpn_out tunnel = NethR5 /root/vpn-rename-backup-20260601-074311/99-vpnin-policy-route:19:# Route all traffic in table 200 through the VPN tunnel. /root/vpn-rename-backup-20260601-074311/99-vpnin-policy-route:20:ip route replace default dev "$VPN_DEV" table "$TABLE" /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh:37:is_alive() { /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh:42: ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh:43: ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh:80: ip route replace default dev "$DEV" table "$TABLE" /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh:103: ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh:105: ip route replace default dev "$WAN_DEV" table "$TABLE" /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh:126: if is_alive "$DEV"; then /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh:155: if is_alive "$PRIMARY"; then /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh:166:if is_alive "$HOT_STANDBY"; then /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh.real:37:is_alive() { /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh.real:42: ping -I "$DEV" -c 1 -W 2 1.1.1.1 >/dev/null 2>&1 && return 0 /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh.real:43: ping -I "$DEV" -c 1 -W 2 9.9.9.9 >/dev/null 2>&1 && return 0 /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh.real:80: ip route replace default dev "$DEV" table "$TABLE" /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh.real:103: ip route replace default via "$WAN_GW" dev "$WAN_DEV" table "$TABLE" /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh.real:105: ip route replace default dev "$WAN_DEV" table "$TABLE" /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh.real:126: if is_alive "$DEV"; then /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh.real:155: if is_alive "$PRIMARY"; then /root/vpn-rename-backup-20260601-074311/vpn-egress-manager.sh.real:166:if is_alive "$HOT_STANDBY"; then /root/hmn-test/hmn-first-test.sh:5:BASE="/root/hmn-test" /root/hmn-test/hmn-first-test.sh:7:SERVERLIST_URL="https://hide-my-name.net/api/serverlist.php?out=js&wg" /root/hmn-test/hmn-first-test.sh:8:CONFIG_URL="https://hide-my-name.net/api/vpn_get_config_wg.php" /root/hmn-test/hmn-first-test.sh:13:SERVERLIST_FILE="$BASE/serverlist-$TS.json" /root/hmn-test/hmn-first-test.sh:14:CONFIG_FILE="$BASE/first-tunnel-awg${AWG_PARAM}-$TS.conf" /root/hmn-test/hmn-first-test.sh:15:CODE_FILE="$BASE/.hmn-code-$TS" /root/hmn-test/hmn-first-test.sh:39:echo "HideMyName test downloader" /root/hmn-test/hmn-first-test.sh:42:echo "Запросы к HideMyName пойдут через активный VPN:" /root/hmn-test/hmn-first-test.sh:46:echo "Проверяю доступ к hide-my-name.net через $ACTIVE..." /root/hmn-test/hmn-first-test.sh:50: https://hide-my-name.net/ >/dev/null 2>&1; then /root/hmn-test/hmn-first-test.sh:51: echo "ERROR: через $ACTIVE сайт hide-my-name.net не открывается." /root/hmn-test/hmn-first-test.sh:53: echo " curl -4 --http1.1 --interface $ACTIVE -I --connect-timeout 10 --max-time 25 https://hide-my-name.net/" /root/hmn-test/hmn-first-test.sh:60:printf "Введи HideMyName access code: " /root/hmn-test/hmn-first-test.sh:79: -H "Origin: https://hide-my-name.net" \ /root/hmn-test/hmn-first-test.sh:80: -H "Referer: https://hide-my-name.net/vpn/router/" \ /root/hmn-test/hmn-first-test.sh:90: echo "ERROR: serverlist пустой." /root/hmn-test/hmn-first-test.sh:102: echo "ERROR: не нашёл public_ips в serverlist." /root/hmn-test/hmn-first-test.sh:139: -H "Origin: https://hide-my-name.net" \ /root/hmn-test/hmn-first-test.sh:140: -H "Referer: https://hide-my-name.net/vpn/router/" \ /root/hmn-test/hmn-first-test.sh:171: | grep -E '^\[|^Address|^PrivateKey|^DNS|^Jc|^Jmin|^Jmax|^S1|^S2|^H1|^H2|^H3|^H4|^PublicKey|^AllowedIPs|^Endpoint|^PersistentKeepalive' \ /root/hmn-test/hmn-first-test.sh.v1:5:BASE="/root/hmn-test" /root/hmn-test/hmn-first-test.sh.v1:7:SERVERLIST_URL="https://hide-my-name.net/api/serverlist.php?out=js&wg" /root/hmn-test/hmn-first-test.sh.v1:8:CONFIG_URL="https://hide-my-name.net/api/vpn_get_config_wg.php" /root/hmn-test/hmn-first-test.sh.v1:13:SERVERLIST_FILE="$BASE/serverlist-$TS.json" /root/hmn-test/hmn-first-test.sh.v1:14:CONFIG_FILE="$BASE/first-tunnel-awg${AWG_PARAM}-$TS.conf" /root/hmn-test/hmn-first-test.sh.v1:15:CODE_FILE="$BASE/.hmn-code-$TS" /root/hmn-test/hmn-first-test.sh.v1:30:echo "HideMyName test downloader" /root/hmn-test/hmn-first-test.sh.v1:34:printf "Введи HideMyName access code: " /root/hmn-test/hmn-first-test.sh.v1:52: -H "Origin: https://hide-my-name.net" \ /root/hmn-test/hmn-first-test.sh.v1:53: -H "Referer: https://hide-my-name.net/vpn/router/" \ /root/hmn-test/hmn-first-test.sh.v1:63: echo "ERROR: serverlist пустой." /root/hmn-test/hmn-first-test.sh.v1:75: echo "ERROR: не нашёл public_ips в serverlist." /root/hmn-test/hmn-first-test.sh.v1:111: -H "Origin: https://hide-my-name.net" \ /root/hmn-test/hmn-first-test.sh.v1:112: -H "Referer: https://hide-my-name.net/vpn/router/" \ /root/hmn-test/hmn-first-test.sh.v1:143: | grep -E '^\[|^Address|^PrivateKey|^DNS|^Jc|^Jmin|^Jmax|^S1|^S2|^H1|^H2|^H3|^H4|^PublicKey|^AllowedIPs|^Endpoint|^PersistentKeepalive' \ /root/hmn-test/hmn-known-ip-test.sh:5:BASE="/root/hmn-test" /root/hmn-test/hmn-known-ip-test.sh:7:CONFIG_URL="https://hide-my-name.net/api/vpn_get_config_wg.php" /root/hmn-test/hmn-known-ip-test.sh:12:CODE_FILE="$BASE/.hmn-code-$TS" /root/hmn-test/hmn-known-ip-test.sh:31:printf "Введи HideMyName access code: " /root/hmn-test/hmn-known-ip-test.sh:61: -H "Origin: https://hide-my-name.net" \ /root/hmn-test/hmn-known-ip-test.sh:62: -H "Referer: https://hide-my-name.net/vpn/router/" \ /root/hmn-test/hmn-known-ip-test.sh:91: | grep -E '^\[|^Address|^PrivateKey|^DNS|^Jc|^Jmin|^Jmax|^S1|^S2|^H1|^H2|^H3|^H4|^PublicKey|^AllowedIPs|^Endpoint|^PersistentKeepalive' \ /root/hmn-test/hmn-scan-awg.sh:5:BASE="/root/hmn-test" /root/hmn-test/hmn-scan-awg.sh:8:SERVERLIST_URL="https://hide-my-name.net/api/serverlist.php?out=js&wg" /root/hmn-test/hmn-scan-awg.sh:9:CONFIG_URL="https://hide-my-name.net/api/vpn_get_config_wg.php" /root/hmn-test/hmn-scan-awg.sh:11:mkdir -p "$BASE/configs-working" /root/hmn-test/hmn-scan-awg.sh:14:CODE_FILE="$BASE/.hmn-code-$TS" /root/hmn-test/hmn-scan-awg.sh:15:SERVERLIST_FILE="$BASE/serverlist-$TS.json" /root/hmn-test/hmn-scan-awg.sh:17:WORKING_FILE="$BASE/working-awg${AWG_PARAM}-$TS.tsv" /root/hmn-test/hmn-scan-awg.sh:38:echo "HideMyName AWG scanner" /root/hmn-test/hmn-scan-awg.sh:50: https://hide-my-name.net/ >/dev/null 2>&1; then /root/hmn-test/hmn-scan-awg.sh:51: echo "ERROR: hide-my-name.net не открывается через $ACTIVE" /root/hmn-test/hmn-scan-awg.sh:55:printf "Введи HideMyName access code: " /root/hmn-test/hmn-scan-awg.sh:78:echo "1/4 Скачиваю serverlist..." /root/hmn-test/hmn-scan-awg.sh:82: -H "Origin: https://hide-my-name.net" \ /root/hmn-test/hmn-scan-awg.sh:83: -H "Referer: https://hide-my-name.net/vpn/router/" \ /root/hmn-test/hmn-scan-awg.sh:93: echo "ERROR: serverlist пустой." /root/hmn-test/hmn-scan-awg.sh:98: echo "ERROR: в serverlist не найден public_ips." /root/hmn-test/hmn-scan-awg.sh:152: echo "Первые 1000 символов serverlist:" /root/hmn-test/hmn-scan-awg.sh:188: CONFIG_FILE="$BASE/configs-working/${SAFE_NAME}-awg${AWG_PARAM}-$TS.conf" /root/hmn-test/hmn-scan-awg.sh:192: -H "Origin: https://hide-my-name.net" \ /root/hmn-test/hmn-scan-awg.sh:193: -H "Referer: https://hide-my-name.net/vpn/router/" \ /root/hmn-test/hmn-scan-awg.sh:264:echo " $BASE/configs-working/" /root/hmn-test/known-ip-awg1-20260601-094048.conf:19:PersistentKeepalive = 25 /root/hmn-test/configs-working/Russia-Moscow-S5-141.98.189.83-awg1-20260601-094527.conf:19:PersistentKeepalive = 24 /root/hmn-test/configs-working/Netherlands-Amsterdam-R5-178.215.227.13-awg1-20260601-094527.conf:19:PersistentKeepalive = 28 /root/hmn-test/configs-working/Georgia-Tbilisi-45.136.124.112-awg1-20260601-094527.conf:19:PersistentKeepalive = 25 /root/hmn-test/configs-working/Hong-Kong-Central-District-S2-112.120.98.53-awg1-20260601-094527.conf:19:PersistentKeepalive = 22 /root/hmn-test/configs-working/USA-Ashburn-142.202.49.112-awg1-20260601-094527.conf:19:PersistentKeepalive = 22 /root/hmn-test/configs-working/USA-Utah-192.154.104.162-awg1-20260601-094527.conf:19:PersistentKeepalive = 26 /root/hmn-test/hmn-scan-awg.sh.with-jq:5:BASE="/root/hmn-test" /root/hmn-test/hmn-scan-awg.sh.with-jq:8:SERVERLIST_URL="https://hide-my-name.net/api/serverlist.php?out=js&wg" /root/hmn-test/hmn-scan-awg.sh.with-jq:9:CONFIG_URL="https://hide-my-name.net/api/vpn_get_config_wg.php" /root/hmn-test/hmn-scan-awg.sh.with-jq:11:mkdir -p "$BASE/configs-working" /root/hmn-test/hmn-scan-awg.sh.with-jq:14:CODE_FILE="$BASE/.hmn-code-$TS" /root/hmn-test/hmn-scan-awg.sh.with-jq:15:SERVERLIST_FILE="$BASE/serverlist-$TS.json" /root/hmn-test/hmn-scan-awg.sh.with-jq:17:WORKING_FILE="$BASE/working-awg${AWG_PARAM}-$TS.tsv" /root/hmn-test/hmn-scan-awg.sh.with-jq:44:echo "HideMyName AWG scanner" /root/hmn-test/hmn-scan-awg.sh.with-jq:47:echo "Активный egress-интерфейс для доступа к HideMyName:" /root/hmn-test/hmn-scan-awg.sh.with-jq:56: https://hide-my-name.net/ >/dev/null 2>&1; then /root/hmn-test/hmn-scan-awg.sh.with-jq:57: echo "ERROR: hide-my-name.net не открывается через $ACTIVE" /root/hmn-test/hmn-scan-awg.sh.with-jq:61:printf "Введи HideMyName access code: " /root/hmn-test/hmn-scan-awg.sh.with-jq:84:echo "1/4 Скачиваю serverlist..." /root/hmn-test/hmn-scan-awg.sh.with-jq:88: -H "Origin: https://hide-my-name.net" \ /root/hmn-test/hmn-scan-awg.sh.with-jq:89: -H "Referer: https://hide-my-name.net/vpn/router/" \ /root/hmn-test/hmn-scan-awg.sh.with-jq:99: echo "ERROR: serverlist не похож на JSON." /root/hmn-test/hmn-scan-awg.sh.with-jq:131: echo "ERROR: не нашёл public_ips в serverlist." /root/hmn-test/hmn-scan-awg.sh.with-jq:165: CONFIG_FILE="$BASE/configs-working/${SAFE_NAME}-awg${AWG_PARAM}-$TS.conf" /root/hmn-test/hmn-scan-awg.sh.with-jq:169: -H "Origin: https://hide-my-name.net" \ /root/hmn-test/hmn-scan-awg.sh.with-jq:170: -H "Referer: https://hide-my-name.net/vpn/router/" \ /root/hmn-test/hmn-scan-awg.sh.with-jq:241:echo " $BASE/configs-working/" /root/hmn-test/working-awg1-20260601-094527.tsv:2:118 RU Russia, Moscow S5 141.98.189.83 141.98.189.83:39408 /root/hmn-test/configs-working/Russia-Moscow-S5-141.98.189.83-awg1-20260601-094527.conf /root/hmn-test/working-awg1-20260601-094527.tsv:3:150 NL Netherlands, Amsterdam R5 178.215.227.13 178.215.227.13:44408 /root/hmn-test/configs-working/Netherlands-Amsterdam-R5-178.215.227.13-awg1-20260601-094527.conf /root/hmn-test/working-awg1-20260601-094527.tsv:4:201 GE Georgia, Tbilisi 45.136.124.112 45.136.124.112:46530 /root/hmn-test/configs-working/Georgia-Tbilisi-45.136.124.112-awg1-20260601-094527.conf /root/hmn-test/working-awg1-20260601-094527.tsv:5:206 HK Hong Kong, Central District S2 112.120.98.53 112.120.98.53:46369 /root/hmn-test/configs-working/Hong-Kong-Central-District-S2-112.120.98.53-awg1-20260601-094527.conf /root/hmn-test/working-awg1-20260601-094527.tsv:6:227 US USA, Ashburn 142.202.49.112 142.202.49.112:37638 /root/hmn-test/configs-working/USA-Ashburn-142.202.49.112-awg1-20260601-094527.conf /root/hmn-test/working-awg1-20260601-094527.tsv:7:228 US USA, Utah 192.154.104.162 192.154.104.162:31052 /root/hmn-test/configs-working/USA-Utah-192.154.104.162-awg1-20260601-094527.conf /root/hmn-test/known-ip-awg1-20260601-095423.conf:19:PersistentKeepalive = 23 /root/hmn-test/hmn-extract-wg-candidates.sh:5:SL="$(ls -t /root/hmn-test/serverlist-*.json | head -n 1)" /root/hmn-test/hmn-extract-wg-candidates.sh:6:OUT="/root/hmn-test/wg-candidates-from-services.tsv" /root/hmn-test/hmn-extract-wg-candidates.sh:8:echo "serverlist:" /root/hmn-test/known-ip-awg1-20260601-100023.conf:19:PersistentKeepalive = 26 /root/hmn/hmn-set-code.sh:5:BASE="/root/hmn" /root/hmn/hmn-set-code.sh:6:ENV_FILE="$BASE/hmn.env" /root/hmn/hmn-set-code.sh:12:echo "HideMyName access code setup" /root/hmn/hmn-set-code.sh:15:printf "Введи HideMyName access code: " /root/hmn/hmn-set-code.sh:40: echo "Если это нормально для HideMyName — окей." /root/hmn/hmn-set-code.sh:46: cp "$ENV_FILE" "$BACKUP_DIR/hmn.env.$TS" /root/hmn/hmn-set-code.sh:47: chmod 600 "$BACKUP_DIR/hmn.env.$TS" /root/hmn/hmn-set-code.sh:49: echo " $BACKUP_DIR/hmn.env.$TS" /root/hmn/hmn-set-code.sh:55:# HideMyName local secrets/settings /root/hmn/hmn-set-code.sh:60:# Current working default for VM101/client001 /root/hmn/hmn-set-code.sh:64:# HideMyName API /root/hmn/hmn-set-code.sh:65:HMN_SERVERLIST_URL='https://hide-my-name.net/api/serverlist.php?out=js&wg' /root/hmn/hmn-set-code.sh:66:HMN_CONFIG_URL='https://hide-my-name.net/api/vpn_get_config_wg.php' KEYMASK-before-load-vpn2-20260706-101643:40:config interface 'vpn2' KEYMASK-before-load-vpn2-20260706-101643:59: option hmn_role 'active_spare_slot' KEYMASK-before-load-vpn2-20260706-101643:60: option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' KEYMASK-before-load-vpn2-20260706-101643:61: option hmn_loaded_at '2026-06-07T20:59:30+00:00' KEYMASK-before-load-vpn2-20260706-101643:62: option hmn_endpoint '178.215.227.13:44408' KEYMASK-before-load-vpn2-20260706-101643:64:config amneziawg_vpn2 KEYMASK-before-load-vpn2-20260706-101643:69: option persistent_keepalive '27' KEYMASK-before-load-vpn2-20260706-101643:92: option hmn_role 'test_slot' KEYMASK-before-load-vpn2-20260706-101643:93: option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' KEYMASK-before-load-vpn2-20260706-101643:94: option hmn_loaded_at '2026-06-08T04:32:09+00:00' KEYMASK-before-load-vpn2-20260706-101643:95: option hmn_endpoint '192.154.104.162:31052' KEYMASK-before-load-vpn2-20260706-101643:102: option persistent_keepalive '26' KEYMASK-before-load-vpn2-20260706-101643:106:config interface 'vpn1' KEYMASK-before-load-vpn2-20260706-101643:125: option hmn_role 'active_spare_slot' KEYMASK-before-load-vpn2-20260706-101643:126: option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' KEYMASK-before-load-vpn2-20260706-101643:127: option hmn_loaded_at '2026-06-08T10:44:29+00:00' KEYMASK-before-load-vpn2-20260706-101643:128: option hmn_endpoint '194.71.227.212:32583' KEYMASK-before-load-vpn2-20260706-101643:130:config amneziawg_vpn1 KEYMASK-before-load-vpn2-20260706-101643:135: option persistent_keepalive '26' KEYMASK-before-load-vpn2-20260706-101643:146: option hmn_role 'user_select_slot' KEYMASK-before-load-vpn2-20260706-101643:147: option hmn_base_ready '1' KEYMASK-before-load-vpn1-20260706-160850:59: option hmn_role 'test_slot' KEYMASK-before-load-vpn1-20260706-160850:60: option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' KEYMASK-before-load-vpn1-20260706-160850:61: option hmn_loaded_at '2026-06-08T04:32:09+00:00' KEYMASK-before-load-vpn1-20260706-160850:62: option hmn_endpoint '192.154.104.162:31052' KEYMASK-before-load-vpn1-20260706-160850:69: option persistent_keepalive '26' KEYMASK-before-load-vpn1-20260706-160850:73:config interface 'vpn1' KEYMASK-before-load-vpn1-20260706-160850:92: option hmn_role 'active_spare_slot' KEYMASK-before-load-vpn1-20260706-160850:93: option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' KEYMASK-before-load-vpn1-20260706-160850:94: option hmn_loaded_at '2026-06-08T10:44:29+00:00' KEYMASK-before-load-vpn1-20260706-160850:95: option hmn_endpoint '194.71.227.212:32583' KEYMASK-before-load-vpn1-20260706-160850:97:config amneziawg_vpn1 KEYMASK-before-load-vpn1-20260706-160850:102: option persistent_keepalive '26' KEYMASK-before-load-vpn1-20260706-160850:113: option hmn_role 'user_select_slot' KEYMASK-before-load-vpn1-20260706-160850:114: option hmn_base_ready '1' KEYMASK-before-load-vpn1-20260706-160850:116:config interface 'vpn2' KEYMASK-before-load-vpn1-20260706-160850:135: option hmn_role 'active_spare_slot' KEYMASK-before-load-vpn1-20260706-160850:136: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-load-vpn1-20260706-160850:137: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-load-vpn1-20260706-160850:138: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-load-vpn1-20260706-160850:140:config amneziawg_vpn2 KEYMASK-before-load-vpn1-20260706-160850:145: option persistent_keepalive '24' /root/hmn/backups/hmn.env.20260706-161014:1:# HideMyName local secrets/settings /root/hmn/backups/hmn.env.20260706-161014:6:# Current working default for VM101/client001 /root/hmn/backups/hmn.env.20260706-161014:10:# HideMyName API /root/hmn/backups/hmn.env.20260706-161014:11:HMN_SERVERLIST_URL='https://hide-my-name.net/api/serverlist.php?out=js&wg' /root/hmn/backups/hmn.env.20260706-161014:12:HMN_CONFIG_URL='https://hide-my-name.net/api/vpn_get_config_wg.php' KEYMASK-safe-before-20260706-161226-12417/configs-latest-readlink.txt:1:KEYMASK-042000 KEYMASK-safe-before-20260706-161226-12417/configs-latest-realpath.txt:1:KEYMASK-042000 KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:1:rank file endpoint avg_ms ping_loss config_path KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:2:1 118-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf 141.98.189.83:39408 32.678 9.9.9.9:0%,1.1.1.1:0% KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:3:2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 49.331 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:4:3 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 56.427 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:5:4 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:6:5 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:7:6 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 77.520 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:8:7 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 78.995 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:9:8 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 79.169 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:10:9 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 80.416 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:11:10 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 108.755 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:12:11 117-US-USA-New-York-City-S3-64.253.89.235-awg1.conf 64.253.89.235:37402 125.027 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:13:12 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 137.118 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:14:13 228-US-USA-Utah-192.154.104.162-awg1.conf 192.154.104.162:31052 190.398 9.9.9.9:0%,1.1.1.1:0% KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:15:14 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 193.249 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:16:15 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 213.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:17:16 206-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf 112.120.98.53:46369 284.015 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HK-Hong-Kong-Central-District-S2-112.120.98.53-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-all-latest.tsv:18:17 063-CL-Chile-Santiago-38.7.197.83-awg1.conf 38.7.197.83:38465 375.270 9.9.9.9:0%,1.1.1.1:0% KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv:1:rank file endpoint avg_ms ping_loss config_path KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv:2:1 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 49.331 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv:3:2 062-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf 194.71.227.212:32583 56.427 9.9.9.9:0%,1.1.1.1:0% KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv:4:3 049-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf 157.173.27.69:41797 61.343 9.9.9.9:0%,1.1.1.1:0% KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv:5:4 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 9.9.9.9:0%,1.1.1.1:0% KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv:6:5 149-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf 157.173.25.198:34340 77.520 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv:7:6 153-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf 192.71.244.202:45735 78.995 9.9.9.9:0%,1.1.1.1:0% KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv:8:7 180-AT-Austria-Graz-S1-151.236.30.139-awg1.conf 151.236.30.139:33998 79.169 9.9.9.9:0%,1.1.1.1:0% KEYMASK-AT-Austria-Graz-S1-151.236.30.139-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv:9:8 108-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf 89.46.237.14:38594 80.416 9.9.9.9:0%,1.1.1.1:0% KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv:10:9 073-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf 84.32.230.159:43808 108.755 9.9.9.9:0%,1.1.1.1:0% KEYMASK-TR-Turkey-Istanbul-S3-84.32.230.159-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv:11:10 075-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf 95.211.68.119:45176 137.118 9.9.9.9:0%,1.1.1.1:0% KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv:12:11 195-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf 193.39.68.136:46149 193.249 9.9.9.9:0%,1.1.1.1:0% KEYMASK-KZ-Kazakhstan-Almaty-M1-193.39.68.136-awg1.conf KEYMASK-safe-before-20260706-161226-12417/ok-awg1-strict-foreign-latest.tsv:13:12 128-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf 192.121.163.235:42530 213.072 9.9.9.9:0%,1.1.1.1:0% KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf KEYMASK-safe-before-20260706-161226-12417/selected-awg1-latest.tsv:1:slot file endpoint avg_ms config_path KEYMASK-safe-before-20260706-161226-12417/selected-awg1-latest.tsv:2:vpn1 146-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf 37.235.54.96:38971 67.297 KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf KEYMASK-safe-before-20260706-161226-12417/selected-awg1-latest.tsv:3:vpn2 150-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf 178.215.227.13:44408 52.579 KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf KEYMASK-before-vpn_test-20260706-161434:59: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-161434:60: option hmn_source_config 'KEYMASK-US-USA-Utah-192.154.104.162-awg1.conf' KEYMASK-before-vpn_test-20260706-161434:61: option hmn_loaded_at '2026-06-08T04:32:09+00:00' KEYMASK-before-vpn_test-20260706-161434:62: option hmn_endpoint '192.154.104.162:31052' KEYMASK-before-vpn_test-20260706-161434:69: option persistent_keepalive '26' KEYMASK-before-vpn_test-20260706-161434:80: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-161434:81: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-161434:83:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-161434:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161434:103: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-161434:104: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-161434:105: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-161434:107:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-161434:112: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161434:116:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-161434:135: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161434:136: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-161434:137: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-161434:138: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-161434:140:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-161434:145: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-161456:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-161456:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-161456:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-161456:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161456:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-161456:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-161456:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-161456:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-161456:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161456:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-161456:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161456:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-161456:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-161456:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-161456:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-161456:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-161456:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-161456:136: option hmn_source_config 'KEYMASK-DK-Denmark-Copenhagen-S4-192.36.27.17-awg1.conf' KEYMASK-before-vpn_test-20260706-161456:137: option hmn_loaded_at '2026-07-06T16:14:34+00:00' KEYMASK-before-vpn_test-20260706-161456:138: option hmn_endpoint '192.36.27.17:35500' KEYMASK-before-vpn_test-20260706-161456:145: option persistent_keepalive '23' KEYMASK-before-vpn_test-20260706-161529:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-161529:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-161529:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-161529:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161529:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-161529:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-161529:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-161529:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-161529:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161529:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-161529:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161529:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-161529:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-161529:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-161529:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-161529:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-161529:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-161529:136: option hmn_source_config 'KEYMASK-UA-Ukraine-Kyiv-S3-38.244.192.244-awg1.conf' KEYMASK-before-vpn_test-20260706-161529:137: option hmn_loaded_at '2026-07-06T16:14:56+00:00' KEYMASK-before-vpn_test-20260706-161529:138: option hmn_endpoint '38.244.192.244:45389' KEYMASK-before-vpn_test-20260706-161529:145: option persistent_keepalive '25' KEYMASK-before-vpn_test-20260706-161547:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-161547:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-161547:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-161547:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161547:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-161547:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-161547:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-161547:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-161547:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161547:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-161547:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161547:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-161547:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-161547:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-161547:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-161547:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-161547:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-161547:136: option hmn_source_config 'KEYMASK-BE-Belgium-Oostkamp-S7-194.71.227.212-awg1.conf' KEYMASK-before-vpn_test-20260706-161547:137: option hmn_loaded_at '2026-07-06T16:15:29+00:00' KEYMASK-before-vpn_test-20260706-161547:138: option hmn_endpoint '194.71.227.212:32583' KEYMASK-before-vpn_test-20260706-161547:145: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161606:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-161606:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-161606:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-161606:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161606:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-161606:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-161606:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-161606:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-161606:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161606:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-161606:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161606:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-161606:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-161606:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-161606:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-161606:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-161606:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-161606:136: option hmn_source_config 'KEYMASK-CL-Chile-Santiago-38.7.197.83-awg1.conf' KEYMASK-before-vpn_test-20260706-161606:137: option hmn_loaded_at '2026-07-06T16:15:47+00:00' KEYMASK-before-vpn_test-20260706-161606:138: option hmn_endpoint '38.7.197.83:38465' KEYMASK-before-vpn_test-20260706-161606:145: option persistent_keepalive '26' KEYMASK-before-vpn_test-20260706-161625:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-161625:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-161625:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-161625:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161625:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-161625:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-161625:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-161625:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-161625:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161625:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-161625:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161625:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-161625:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-161625:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-161625:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-161625:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-161625:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-161625:136: option hmn_source_config 'KEYMASK-US-USA-Los-Angeles-S2-107.172.187.100-awg1.conf' KEYMASK-before-vpn_test-20260706-161625:137: option hmn_loaded_at '2026-07-06T16:16:06+00:00' KEYMASK-before-vpn_test-20260706-161625:138: option hmn_endpoint '107.172.187.100:39480' KEYMASK-before-vpn_test-20260706-161625:145: option persistent_keepalive '28' KEYMASK-before-vpn_test-20260706-161644:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-161644:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-161644:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-161644:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161644:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-161644:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-161644:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-161644:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-161644:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161644:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-161644:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161644:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-161644:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-161644:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-161644:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-161644:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-161644:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-161644:136: option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-H13-95.211.68.119-awg1.conf' KEYMASK-before-vpn_test-20260706-161644:137: option hmn_loaded_at '2026-07-06T16:16:25+00:00' KEYMASK-before-vpn_test-20260706-161644:138: option hmn_endpoint '95.211.68.119:45176' KEYMASK-before-vpn_test-20260706-161644:145: option persistent_keepalive '22' KEYMASK-before-vpn_test-20260706-161703:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-161703:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-161703:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-161703:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161703:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-161703:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-161703:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-161703:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-161703:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161703:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-161703:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161703:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-161703:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-161703:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-161703:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-161703:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-161703:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-161703:136: option hmn_source_config 'KEYMASK-US-USA-New-York-S1-107.175.93.59-awg1.conf' KEYMASK-before-vpn_test-20260706-161703:137: option hmn_loaded_at '2026-07-06T16:16:44+00:00' KEYMASK-before-vpn_test-20260706-161703:138: option hmn_endpoint '107.175.93.59:31095' KEYMASK-before-vpn_test-20260706-161703:145: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161722:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-161722:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-161722:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-161722:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161722:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-161722:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-161722:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-161722:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-161722:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161722:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-161722:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161722:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-161722:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-161722:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-161722:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-161722:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-161722:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-161722:136: option hmn_source_config 'KEYMASK-US-USA-Dallas-107.174.226.51-awg1.conf' KEYMASK-before-vpn_test-20260706-161722:137: option hmn_loaded_at '2026-07-06T16:17:03+00:00' KEYMASK-before-vpn_test-20260706-161722:138: option hmn_endpoint '107.174.226.51:44839' KEYMASK-before-vpn_test-20260706-161722:145: option persistent_keepalive '23' KEYMASK-before-vpn_test-20260706-161745:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-161745:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-161745:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-161745:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161745:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-161745:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-161745:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-161745:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-161745:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161745:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-161745:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161745:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-161745:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-161745:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-161745:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-161745:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-161745:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-161745:136: option hmn_source_config 'KEYMASK-JP-Japan-Tokyo-192.121.162.75-awg1.conf' KEYMASK-before-vpn_test-20260706-161745:137: option hmn_loaded_at '2026-07-06T16:17:22+00:00' KEYMASK-before-vpn_test-20260706-161745:138: option hmn_endpoint '192.121.162.75:45945' KEYMASK-before-vpn_test-20260706-161745:145: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161803:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-161803:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-161803:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-161803:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161803:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-161803:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-161803:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-161803:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-161803:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161803:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-161803:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161803:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-161803:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-161803:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-161803:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-161803:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-161803:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-161803:136: option hmn_source_config 'KEYMASK-HU-Hungary-Budapest-S6-89.46.237.14-awg1.conf' KEYMASK-before-vpn_test-20260706-161803:137: option hmn_loaded_at '2026-07-06T16:17:45+00:00' KEYMASK-before-vpn_test-20260706-161803:138: option hmn_endpoint '89.46.237.14:38594' KEYMASK-before-vpn_test-20260706-161803:145: option persistent_keepalive '22' KEYMASK-before-vpn_test-20260706-161825:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-161825:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-161825:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-161825:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161825:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-161825:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-161825:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-161825:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-161825:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161825:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-161825:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161825:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-161825:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-161825:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-161825:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-161825:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-161825:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-161825:136: option hmn_source_config 'KEYMASK-PS-UAE-Dubai-103.57.251.39-awg1.conf' KEYMASK-before-vpn_test-20260706-161825:137: option hmn_loaded_at '2026-07-06T16:18:03+00:00' KEYMASK-before-vpn_test-20260706-161825:138: option hmn_endpoint '103.57.251.39:37380' KEYMASK-before-vpn_test-20260706-161825:145: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161847:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-161847:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-161847:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-161847:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161847:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-161847:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-161847:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-161847:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-161847:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161847:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-161847:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161847:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-161847:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-161847:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-161847:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-161847:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-161847:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-161847:136: option hmn_source_config 'KEYMASK-NO-Norway-Sandefjord-S15-185.14.97.234-awg1.conf' KEYMASK-before-vpn_test-20260706-161847:137: option hmn_loaded_at '2026-07-06T16:18:25+00:00' KEYMASK-before-vpn_test-20260706-161847:138: option hmn_endpoint '185.14.97.234:37492' KEYMASK-before-vpn_test-20260706-161847:145: option persistent_keepalive '22' KEYMASK-before-vpn_test-20260706-161906:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-161906:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-161906:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-161906:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161906:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-161906:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-161906:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-161906:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-161906:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161906:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-161906:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161906:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-161906:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-161906:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-161906:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-161906:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-161906:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-161906:136: option hmn_source_config 'KEYMASK-US-USA-New-York-City-S3-64.253.89.235-awg1.conf' KEYMASK-before-vpn_test-20260706-161906:137: option hmn_loaded_at '2026-07-06T16:18:47+00:00' KEYMASK-before-vpn_test-20260706-161906:138: option hmn_endpoint '64.253.89.235:37402' KEYMASK-before-vpn_test-20260706-161906:145: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-161925:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-161925:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-161925:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-161925:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161925:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-161925:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-161925:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-161925:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-161925:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161925:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-161925:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161925:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-161925:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-161925:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-161925:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-161925:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-161925:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-161925:136: option hmn_source_config 'KEYMASK-RU-Russia-Moscow-S5-141.98.189.83-awg1.conf' KEYMASK-before-vpn_test-20260706-161925:137: option hmn_loaded_at '2026-07-06T16:19:06+00:00' KEYMASK-before-vpn_test-20260706-161925:138: option hmn_endpoint '141.98.189.83:39408' KEYMASK-before-vpn_test-20260706-161925:145: option persistent_keepalive '22' KEYMASK-before-vpn_test-20260706-161943:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-161943:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-161943:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-161943:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161943:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-161943:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-161943:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-161943:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-161943:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-161943:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-161943:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-161943:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-161943:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-161943:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-161943:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-161943:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-161943:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-161943:136: option hmn_source_config 'KEYMASK-LV-Latvia-Riga-S1-192.121.163.235-awg1.conf' KEYMASK-before-vpn_test-20260706-161943:137: option hmn_loaded_at '2026-07-06T16:19:25+00:00' KEYMASK-before-vpn_test-20260706-161943:138: option hmn_endpoint '192.121.163.235:42530' KEYMASK-before-vpn_test-20260706-161943:145: option persistent_keepalive '26' KEYMASK-before-vpn_test-20260706-162005:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-162005:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-162005:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-162005:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162005:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-162005:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-162005:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-162005:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-162005:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-162005:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-162005:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162005:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-162005:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-162005:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-162005:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-162005:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-162005:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-162005:136: option hmn_source_config 'KEYMASK-CH-Switzerland-Zurich-S2-89.46.232.39-awg1.conf' KEYMASK-before-vpn_test-20260706-162005:137: option hmn_loaded_at '2026-07-06T16:19:43+00:00' KEYMASK-before-vpn_test-20260706-162005:138: option hmn_endpoint '89.46.232.39:40316' KEYMASK-before-vpn_test-20260706-162005:145: option persistent_keepalive '28' KEYMASK-before-vpn_test-20260706-162025:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-162025:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-162025:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-162025:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162025:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-162025:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-162025:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-162025:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-162025:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-162025:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-162025:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162025:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-162025:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-162025:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-162025:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-162025:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-162025:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-162025:136: option hmn_source_config 'KEYMASK-SE-Sweden-Stockholm-S2-46.246.127.84-awg1.conf' KEYMASK-before-vpn_test-20260706-162025:137: option hmn_loaded_at '2026-07-06T16:20:05+00:00' KEYMASK-before-vpn_test-20260706-162025:138: option hmn_endpoint '46.246.127.84:36230' KEYMASK-before-vpn_test-20260706-162025:145: option persistent_keepalive '26' KEYMASK-before-vpn_test-20260706-162047:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-162047:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-162047:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-162047:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162047:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-162047:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-162047:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-162047:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-162047:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-162047:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-162047:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162047:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-162047:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-162047:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-162047:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-162047:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-162047:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-162047:136: option hmn_source_config 'KEYMASK-RS-Serbia-Belgrade-S2-194.71.126.45-awg1.conf' KEYMASK-before-vpn_test-20260706-162047:137: option hmn_loaded_at '2026-07-06T16:20:25+00:00' KEYMASK-before-vpn_test-20260706-162047:138: option hmn_endpoint '194.71.126.45:32821' KEYMASK-before-vpn_test-20260706-162047:145: option persistent_keepalive '23' KEYMASK-before-vpn_test-20260706-162105:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-162105:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-162105:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-162105:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162105:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-162105:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-162105:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-162105:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-162105:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-162105:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-162105:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162105:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-162105:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-162105:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-162105:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-162105:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-162105:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-162105:136: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-162105:137: option hmn_loaded_at '2026-07-06T16:20:47+00:00' KEYMASK-before-vpn_test-20260706-162105:138: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-162105:145: option persistent_keepalive '28' KEYMASK-before-vpn_test-20260706-162124:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-162124:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-162124:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-162124:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162124:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-162124:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-162124:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-162124:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-162124:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-162124:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-162124:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162124:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-162124:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-162124:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-162124:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-162124:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-162124:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-162124:136: option hmn_source_config 'KEYMASK-US-USA-Salt-Lake-City-S2-23.158.72.87-awg1.conf' KEYMASK-before-vpn_test-20260706-162124:137: option hmn_loaded_at '2026-07-06T16:21:05+00:00' KEYMASK-before-vpn_test-20260706-162124:138: option hmn_endpoint '23.158.72.87:45460' KEYMASK-before-vpn_test-20260706-162124:145: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-162142:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-162142:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-162142:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-162142:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162142:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-162142:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-162142:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-162142:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-162142:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-162142:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-162142:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162142:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-162142:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-162142:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-162142:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-162142:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-162142:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-162142:136: option hmn_source_config 'KEYMASK-AT-Austria-Vienna-S3-157.173.25.198-awg1.conf' KEYMASK-before-vpn_test-20260706-162142:137: option hmn_loaded_at '2026-07-06T16:21:24+00:00' KEYMASK-before-vpn_test-20260706-162142:138: option hmn_endpoint '157.173.25.198:34340' KEYMASK-before-vpn_test-20260706-162142:145: option persistent_keepalive '26' KEYMASK-before-vpn_test-20260706-162200:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-162200:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-162200:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-162200:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162200:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-162200:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-162200:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-162200:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-162200:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-162200:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-162200:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162200:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-162200:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-162200:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-162200:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-162200:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-162200:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-162200:136: option hmn_source_config 'KEYMASK-NL-Netherlands-Amsterdam-R5-178.215.227.13-awg1.conf' KEYMASK-before-vpn_test-20260706-162200:137: option hmn_loaded_at '2026-07-06T16:21:42+00:00' KEYMASK-before-vpn_test-20260706-162200:138: option hmn_endpoint '178.215.227.13:44408' KEYMASK-before-vpn_test-20260706-162200:145: option persistent_keepalive '23' KEYMASK-before-vpn_test-20260706-162219:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-162219:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-162219:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-162219:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162219:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-162219:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-162219:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-162219:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-162219:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-162219:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-162219:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162219:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-162219:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-162219:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-162219:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-162219:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-162219:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-162219:136: option hmn_source_config 'KEYMASK-SI-Slovenia-Ljubljana-S3-192.71.244.202-awg1.conf' KEYMASK-before-vpn_test-20260706-162219:137: option hmn_loaded_at '2026-07-06T16:22:00+00:00' KEYMASK-before-vpn_test-20260706-162219:138: option hmn_endpoint '192.71.244.202:45735' KEYMASK-before-vpn_test-20260706-162219:145: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-162237:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-162237:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-162237:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-162237:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162237:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-162237:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' KEYMASK-before-vpn_test-20260706-162237:72: option hmn_endpoint '157.173.27.69:41797' KEYMASK-before-vpn_test-20260706-162237:74:config amneziawg_vpn2 KEYMASK-before-vpn_test-20260706-162237:79: option persistent_keepalive '24' KEYMASK-before-vpn_test-20260706-162237:83:config interface 'vpn1' KEYMASK-before-vpn_test-20260706-162237:102: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162237:103: option hmn_source_config 'KEYMASK-GB-United-Kingdom-London-S1-37.235.54.96-awg1.conf' KEYMASK-before-vpn_test-20260706-162237:104: option hmn_loaded_at '2026-07-06T16:08:50+00:00' KEYMASK-before-vpn_test-20260706-162237:105: option hmn_endpoint '37.235.54.96:38971' KEYMASK-before-vpn_test-20260706-162237:107:config amneziawg_vpn1 KEYMASK-before-vpn_test-20260706-162237:112: option persistent_keepalive '27' KEYMASK-before-vpn_test-20260706-162237:135: option hmn_role 'test_slot' KEYMASK-before-vpn_test-20260706-162237:136: option hmn_source_config 'KEYMASK-KZ-Kazakhstan-Karaganda-S1-109.248.198.4-awg1.conf' KEYMASK-before-vpn_test-20260706-162237:137: option hmn_loaded_at '2026-07-06T16:22:19+00:00' KEYMASK-before-vpn_test-20260706-162237:138: option hmn_endpoint '109.248.198.4:37129' KEYMASK-before-vpn_test-20260706-162237:145: option persistent_keepalive '22' KEYMASK-before-vpn_test-20260706-162255:47: option hmn_role 'user_select_slot' KEYMASK-before-vpn_test-20260706-162255:48: option hmn_base_ready '1' KEYMASK-before-vpn_test-20260706-162255:50:config interface 'vpn2' KEYMASK-before-vpn_test-20260706-162255:69: option hmn_role 'active_spare_slot' KEYMASK-before-vpn_test-20260706-162255:70: option hmn_source_config 'KEYMASK-DE-Germany-Berlin-S7-157.173.27.69-awg1.conf' KEYMASK-before-vpn_test-20260706-162255:71: option hmn_loaded_at '2026-07-06T10:16:43+00:00' __LIKELY_STATE_AND_LIST_FILES_SUMMARY__ __LOGREAD_HMN_RECENT__ Thu Jul 9 23:04:20 2026 daemon.notice netifd: wan (2013): udhcpc: sending renew to server 95.165.96.1 Thu Jul 9 23:04:20 2026 daemon.notice netifd: wan (2013): udhcpc: lease of 95.165.105.4 obtained from 95.165.96.1, lease time 300 Thu Jul 9 23:14:20 2026 daemon.notice netifd: wan (2013): udhcpc: sending renew to server 95.165.96.1 Thu Jul 9 23:14:20 2026 daemon.notice netifd: wan (2013): udhcpc: lease of 95.165.105.4 obtained from 95.165.96.1, lease time 300 Thu Jul 9 23:24:20 2026 daemon.notice netifd: wan (2013): udhcpc: sending renew to server 95.165.96.1 Thu Jul 9 23:24:20 2026 daemon.notice netifd: wan (2013): udhcpc: lease of 95.165.105.4 obtained from 95.165.96.1, lease time 300 __SUMMARY_KV__ cron_has_0420=true has_speed_keywords=true has_refresh_keywords=true has_replace_keywords=true current_vpn_count=5